diff options
Diffstat (limited to 'plugins/OpenSSL/src')
-rw-r--r-- | plugins/OpenSSL/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/ssl_openssl.cpp | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/version.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index a213c6dcda..b369af960f 100644 --- a/plugins/OpenSSL/src/main.cpp +++ b/plugins/OpenSSL/src/main.cpp @@ -1,7 +1,7 @@ /*
Standard encryption plugin for Miranda NG
-Copyright (C) 2012-19 George Hazan
+Copyright (C) 2012-20 George Hazan
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/plugins/OpenSSL/src/ssl_openssl.cpp b/plugins/OpenSSL/src/ssl_openssl.cpp index 95a860318e..144cd2da1e 100644 --- a/plugins/OpenSSL/src/ssl_openssl.cpp +++ b/plugins/OpenSSL/src/ssl_openssl.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows* -Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org), +Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org), Copyright (c) 2000-12 Miranda IM project, all portions of this codebase are copyrighted to the people listed in contributors.txt. diff --git a/plugins/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h index 8eacec47c2..bb78999e01 100644 --- a/plugins/OpenSSL/src/stdafx.h +++ b/plugins/OpenSSL/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org),
Copyright (c) 2000-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index b10de4f568..b8b790e1fd 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Core driver to provide OpenSSL-based SSL services." #define __AUTHOR "Miranda NG team" #define __AUTHORWEB "https://miranda-ng.org/p/OpenSSL/" -#define __COPYRIGHT "© 2014-19 Miranda NG team" +#define __COPYRIGHT "© 2014-20 Miranda NG team" |