diff options
Diffstat (limited to 'plugins/StatusManager/src')
-rw-r--r-- | plugins/StatusManager/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/StatusManager/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusManager/src/stdafx.cxx b/plugins/StatusManager/src/stdafx.cxx index 5126af91d5..1fcbafc511 100644 --- a/plugins/StatusManager/src/stdafx.cxx +++ b/plugins/StatusManager/src/stdafx.cxx @@ -1,5 +1,5 @@ /* -Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org) +Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/plugins/StatusManager/src/version.h b/plugins/StatusManager/src/version.h index 5cac1e4939..ab699b9308 100644 --- a/plugins/StatusManager/src/version.h +++ b/plugins/StatusManager/src/version.h @@ -13,4 +13,4 @@ #define __DESC "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol." #define __AUTHOR "P Boon" #define __AUTHORWEB "https://miranda-ng.org/p/StatusManager/" -#define __COPYRIGHT "© 2003-08 P. Boon, 2008-17 George Hazan" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-18 George Hazan" |