diff options
Diffstat (limited to 'plugins/DbChecker')
-rw-r--r-- | plugins/DbChecker/src/stdafx.cpp | 2 | ||||
-rw-r--r-- | plugins/DbChecker/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbChecker/src/stdafx.cpp b/plugins/DbChecker/src/stdafx.cpp index 6e1a5e59fd..cc1550b30d 100644 --- a/plugins/DbChecker/src/stdafx.cpp +++ b/plugins/DbChecker/src/stdafx.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-15 Miranda NG project (http://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/DbChecker/src/version.h b/plugins/DbChecker/src/version.h index 1c880d370f..86532b4139 100644 --- a/plugins/DbChecker/src/version.h +++ b/plugins/DbChecker/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "George Hazan"
#define __AUTHOREMAIL "ghazan@miranda-ng.org"
#define __AUTHORWEB "http://miranda-ng.org/p/DbChecker/"
-#define __COPYRIGHT "© 2012-14 George Hazan"
+#define __COPYRIGHT "© 2012-15 George Hazan"
|