diff options
Diffstat (limited to 'plugins/StopSpamMod')
-rw-r--r-- | plugins/StopSpamMod/src/stdafx.cxx | 2 | ||||
-rwxr-xr-x | plugins/StopSpamMod/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StopSpamMod/src/stdafx.cxx b/plugins/StopSpamMod/src/stdafx.cxx index b3191575f8..f70c8f3ec0 100644 --- a/plugins/StopSpamMod/src/stdafx.cxx +++ b/plugins/StopSpamMod/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-21 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/StopSpamMod/src/version.h b/plugins/StopSpamMod/src/version.h index 84401f77e0..698b73f8ce 100755 --- a/plugins/StopSpamMod/src/version.h +++ b/plugins/StopSpamMod/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Anti-spam plugin for Miranda NG."
#define __AUTHOR "Roman Miklashevsky, sss, Elzor"
#define __AUTHORWEB "https://miranda-ng.org/p/StopSpamMod/"
-#define __COPYRIGHT "© 2004-20 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss, Elzor"
+#define __COPYRIGHT "© 2004-21 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss, Elzor"
|