summaryrefslogtreecommitdiff
path: root/plugins/OpenSSL/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-01 19:29:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-01 19:29:47 +0300
commitd82f8462ec7e8fdd742f89c62a80f54471059e2a (patch)
treec849c1ff50a70a1f948498d6398d5377ddef42ab /plugins/OpenSSL/src
parent8e6a2d89add33d2b3cec4820ffae395d3cb042db (diff)
Happy new year, Miranda
Diffstat (limited to 'plugins/OpenSSL/src')
-rw-r--r--plugins/OpenSSL/src/main.cpp2
-rw-r--r--plugins/OpenSSL/src/ssl_openssl.cpp2
-rw-r--r--plugins/OpenSSL/src/stdafx.h2
-rw-r--r--plugins/OpenSSL/src/version.h2
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"