diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/CrashDumper/src/version.h | 2 | ||||
-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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/CrashDumper/src/version.h b/plugins/CrashDumper/src/version.h index a94813774d..0b80c89b69 100644 --- a/plugins/CrashDumper/src/version.h +++ b/plugins/CrashDumper/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "borkra"
#define __AUTHOREMAIL "borkra@miranda-im.org"
#define __AUTHORWEB "http://miranda-ng.org/p/CrashDumper/"
-#define __COPYRIGHT "© 2008-12 Boris Krasnovskiy"
+#define __COPYRIGHT "© 2008-12 Boris Krasnovskiy, 2012-15 Miranda NG team"
diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index 720f99e385..4ee8449933 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-13 George Hazan +Copyright (C) 2012-15 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 22f6ba39ca..7454217889 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-14 Miranda NG project (http://miranda-ng.org), +Copyright (c) 2012-15 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.h b/plugins/OpenSSL/src/stdafx.h index 827c7e090a..fa4b44b9a9 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-14 Miranda NG project (http://miranda-ng.org), +Copyright (c) 2012-15 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. |