diff options
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r-- | protocols/MSN/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/MSN/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MSN/src/stdafx.cxx b/protocols/MSN/src/stdafx.cxx index d33e44d684..b3191575f8 100644 --- a/protocols/MSN/src/stdafx.cxx +++ b/protocols/MSN/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-20 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/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index bacb552557..d824dce8e4 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -29,5 +29,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define __FILENAME "MSN.dll"
#define __DESCRIPTION "Microsoft Network (MSN) protocol support for Miranda NG."
#define __AUTHOR "Boris Krasnovskiy, George Hazan, Richard Hughes, leecher"
-#define __COPYRIGHT "© 2001-19 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher"
+#define __COPYRIGHT "© 2001-20 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher"
#define __AUTHORWEB "https://miranda-ng.org/p/MSN/"
|