diff options
Diffstat (limited to 'src/core/stdssl')
-rw-r--r-- | src/core/stdssl/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/netlibssl.cpp | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/version.h | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index 90aab5f72f..5cde1cd401 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -2,7 +2,7 @@ Standard SSL driver for Miranda NG
-Copyright (c) 2014-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2014-18 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 as published by
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp index 8ae7efc144..e8a072c3f6 100644 --- a/src/core/stdssl/src/netlibssl.cpp +++ b/src/core/stdssl/src/netlibssl.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org),
+Copyright (c) 2012-18 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/src/core/stdssl/src/stdafx.cxx b/src/core/stdssl/src/stdafx.cxx index 6f97ed9a4e..a014f1df49 100644 --- a/src/core/stdssl/src/stdafx.cxx +++ b/src/core/stdssl/src/stdafx.cxx @@ -1,6 +1,6 @@ /*
-Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-18 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/src/core/stdssl/src/stdafx.h b/src/core/stdssl/src/stdafx.h index ee823b1323..c9699184e4 100644 --- a/src/core/stdssl/src/stdafx.h +++ b/src/core/stdssl/src/stdafx.h @@ -1,6 +1,6 @@ /*
-Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
+Copyright 2000-12 Miranda IM, 2012-18 Miranda NG team,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index a71217e95e..6c3a6313b4 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -7,6 +7,6 @@ #define __PLUGIN_NAME "Standard SSL Driver"
#define __FILENAME "stdssl.dll"
#define __DESCRIPTION "Core driver for Windows native SSL support."
-#define __AUTHOR "Miranda NG Development Team"
+#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/StdSSL/"
-#define __COPYRIGHT "© 2014-17 Miranda NG Development Team"
+#define __COPYRIGHT "© 2014-18 Miranda NG team"
|