diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-10 16:05:53 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-10 16:06:09 +0300 |
commit | 870fdd7d9bf520b673c5177b30c9d6d6cce090b1 (patch) | |
tree | 5010803c74a986fa34cf62bcf3816241e093c499 /plugins/OpenSSL | |
parent | 3f520c97212ace455747395a85f2f55b4eb39dba (diff) |
- remove emails (if author retired - it's useless to write to him; if author is active - users should use GitHub for ticket creation);
- also remove AUTHOREMAIL field from structure
Diffstat (limited to 'plugins/OpenSSL')
-rw-r--r-- | plugins/OpenSSL/src/main.cpp | 1 | ||||
-rw-r--r-- | plugins/OpenSSL/src/version.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index e523acc96d..0cb0c0f95a 100644 --- a/plugins/OpenSSL/src/main.cpp +++ b/plugins/OpenSSL/src/main.cpp @@ -32,7 +32,6 @@ PLUGININFOEX pluginInfo = { __VERSION_DWORD,
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE | STATIC_PLUGIN,
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index 6dff056a72..b3a5cab126 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "OpenSSL.dll" #define __DESCRIPTION "Core driver to provide OpenSSL-based SSL services." #define __AUTHOR "Miranda NG Team" -#define __AUTHOREMAIL "" -#define __AUTHORWEB "" +#define __AUTHORWEB "https://miranda-ng.org/p/OpenSSL/" #define __COPYRIGHT "© 2014-17 Miranda NG Team" |