diff options
Diffstat (limited to 'plugins/ContextHelp')
-rw-r--r-- | plugins/ContextHelp/src/helppack.cpp | 2 | ||||
-rw-r--r-- | plugins/ContextHelp/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ContextHelp/src/version.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ContextHelp/src/helppack.cpp b/plugins/ContextHelp/src/helppack.cpp index 0c1e97e8b2..8bf1fea05b 100644 --- a/plugins/ContextHelp/src/helppack.cpp +++ b/plugins/ContextHelp/src/helppack.cpp @@ -164,7 +164,7 @@ static BOOL LoadPackData(HELPPACK_INFO *pack, BOOL fEnabledPacks, const char *ps Miranda Help Pack Version 1
Language: (optional)
Locale: 0809
- Authors: Miranda NG Development Team (multiple tags allowed)
+ Authors: Miranda NG team (multiple tags allowed)
Author-email: project-info at miranda-ng.org (" at " instead of "@" allowed)
Last-Modified-Using: Miranda IM 0.7
Plugins-included: (multiple tags allowed)
diff --git a/plugins/ContextHelp/src/stdafx.cxx b/plugins/ContextHelp/src/stdafx.cxx index e0372ed6dc..6ef3c8471b 100644 --- a/plugins/ContextHelp/src/stdafx.cxx +++ b/plugins/ContextHelp/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/ContextHelp/src/version.h b/plugins/ContextHelp/src/version.h index 7338062bf1..93559412c6 100644 --- a/plugins/ContextHelp/src/version.h +++ b/plugins/ContextHelp/src/version.h @@ -27,6 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __PLUGIN_NAME "Context help"
#define __FILENAME "ContextHelp.dll"
#define __DESCRIPTION "Provides context sensitive help in all of the Miranda NG dialog boxes."
-#define __AUTHOR "Richard Hughes, H. Herkenrath, Miranda NG Team"
+#define __AUTHOR "Richard Hughes, H. Herkenrath, Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/ContextHelp/"
-#define __COPYRIGHT "© 2002 Richard Hughes, 2005-2007 H. Herkenrath, 2016-17 Miranda NG Team"
+#define __COPYRIGHT "© 2002 Richard Hughes, 2005-2007 H. Herkenrath, 2016-18 Miranda NG team"
|