diff options
Diffstat (limited to 'plugins/OpenSSL')
-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.cxx | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/version.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index 4ee8449933..9a53429e81 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-15 George Hazan +Copyright (C) 2012-16 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 7454217889..67015a9dac 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-15 Miranda NG project (http://miranda-ng.org), +Copyright (c) 2012-16 Miranda NG project (http://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.cxx b/plugins/OpenSSL/src/stdafx.cxx index 6fb37564b7..0765fbaa6f 100644 --- a/plugins/OpenSSL/src/stdafx.cxx +++ b/plugins/OpenSSL/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-16 Miranda NG project (http://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/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h index fa4b44b9a9..35838e54a9 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-15 Miranda NG project (http://miranda-ng.org), +Copyright (c) 2012-16 Miranda NG project (http://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 76ceb5985f..a53252939a 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team" #define __AUTHOREMAIL "" #define __AUTHORWEB "" -#define __COPYRIGHT "© 2014-15 Miranda NG Team" +#define __COPYRIGHT "© 2014-16 Miranda NG Team" |