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 1fcbafc511..66afad80f1 100644 --- a/plugins/StatusManager/src/stdafx.cxx +++ b/plugins/StatusManager/src/stdafx.cxx @@ -1,5 +1,5 @@ /* -Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org) +Copyright (C) 2012-19 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 4c5ff450f9..7cebacf7fa 100644 --- a/plugins/StatusManager/src/version.h +++ b/plugins/StatusManager/src/version.h @@ -13,4 +13,4 @@ #define __DESCRIPTION "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-18 George Hazan" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-19 George Hazan" |