diff options
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 9e50bf1249..c11a7586ee 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -8,6 +8,6 @@ #define __PLUGIN_NAME "Tox protocol"
#define __FILENAME "Tox.dll"
#define __DESCRIPTION "Tox protocol support for Miranda NG."
-#define __AUTHOR "Miranda NG Team"
+#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/Tox/"
-#define __COPYRIGHT "© 2014-17 Miranda NG Team"
+#define __COPYRIGHT "© 2014-18 Miranda NG team"
|