diff options
Diffstat (limited to 'plugins/ContextHelp/src')
-rw-r--r-- | plugins/ContextHelp/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ContextHelp/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ContextHelp/src/stdafx.cxx b/plugins/ContextHelp/src/stdafx.cxx index 0830d91bb3..e16f90aa68 100644 --- a/plugins/ContextHelp/src/stdafx.cxx +++ b/plugins/ContextHelp/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-16 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-17 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/ContextHelp/src/version.h b/plugins/ContextHelp/src/version.h index d8257095d4..4e3f6824f0 100644 --- a/plugins/ContextHelp/src/version.h +++ b/plugins/ContextHelp/src/version.h @@ -50,4 +50,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __AUTHOR "Richard Hughes, H. Herkenrath, Miranda NG Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/ContextHelp/"
-#define __COPYRIGHT "© 2002 Richard Hughes, 2005-2007 H. Herkenrath, 2016 Miranda NG Team"
+#define __COPYRIGHT "© 2002 Richard Hughes, 2005-2007 H. Herkenrath, 2016-17 Miranda NG Team"
|