summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-12-10 16:05:53 +0300
committerdartraiden <wowemuh@gmail.com>2017-12-10 16:06:09 +0300
commit870fdd7d9bf520b673c5177b30c9d6d6cce090b1 (patch)
tree5010803c74a986fa34cf62bcf3816241e093c499 /protocols
parent3f520c97212ace455747395a85f2f55b4eb39dba (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 'protocols')
-rw-r--r--protocols/AimOscar/src/aim.cpp1
-rw-r--r--protocols/AimOscar/src/version.h1
-rw-r--r--protocols/Discord/src/main.cpp1
-rw-r--r--protocols/Discord/src/version.h1
-rw-r--r--protocols/Dummy/src/main.cpp1
-rw-r--r--protocols/Dummy/src/version.h1
-rw-r--r--protocols/EmLanProto/src/amdproto.cpp1
-rw-r--r--protocols/EmLanProto/src/version.h1
-rw-r--r--protocols/FacebookRM/src/main.cpp1
-rw-r--r--protocols/FacebookRM/src/version.h1
-rw-r--r--protocols/Gadu-Gadu/src/gg.cpp1
-rw-r--r--protocols/Gadu-Gadu/src/version.h1
-rw-r--r--protocols/ICQCorp/src/corp.cpp1
-rw-r--r--protocols/ICQCorp/src/version.h1
-rw-r--r--protocols/IRCG/src/main.cpp1
-rw-r--r--protocols/IRCG/src/version.h1
-rw-r--r--protocols/IcqOscarJ/src/init.cpp1
-rw-r--r--protocols/IcqOscarJ/src/version.h1
-rwxr-xr-xprotocols/JabberG/src/jabber.cpp1
-rw-r--r--protocols/JabberG/src/version.h1
-rw-r--r--protocols/MRA/src/Mra.cpp1
-rw-r--r--protocols/MRA/src/version.h1
-rw-r--r--protocols/MSN/src/msn.cpp1
-rw-r--r--protocols/MSN/src/version.h1
-rw-r--r--protocols/MinecraftDynmap/src/main.cpp1
-rw-r--r--protocols/MinecraftDynmap/src/version.h1
-rw-r--r--protocols/Omegle/src/main.cpp1
-rw-r--r--protocols/Omegle/src/version.h1
-rw-r--r--protocols/Sametime/src/sametime.cpp1
-rw-r--r--protocols/Sametime/src/version.h1
-rw-r--r--protocols/SkypeWeb/src/main.cpp1
-rw-r--r--protocols/SkypeWeb/src/version.h1
-rw-r--r--protocols/Steam/src/main.cpp1
-rw-r--r--protocols/Steam/src/version.h1
-rw-r--r--protocols/Tox/src/main.cpp1
-rw-r--r--protocols/Tox/src/version.h1
-rw-r--r--protocols/Twitter/src/main.cpp1
-rw-r--r--protocols/Twitter/src/version.h1
-rw-r--r--protocols/VKontakte/src/main.cpp1
-rw-r--r--protocols/VKontakte/src/version.h1
40 files changed, 0 insertions, 40 deletions
diff --git a/protocols/AimOscar/src/aim.cpp b/protocols/AimOscar/src/aim.cpp
index c169e47aa4..aa06c6bdce 100644
--- a/protocols/AimOscar/src/aim.cpp
+++ b/protocols/AimOscar/src/aim.cpp
@@ -54,7 +54,6 @@ static const PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/AimOscar/src/version.h b/protocols/AimOscar/src/version.h
index d64d0715bb..1249b0e3c6 100644
--- a/protocols/AimOscar/src/version.h
+++ b/protocols/AimOscar/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "AIM.dll"
#define __DESCRIPTION "AOL Instant Messenger (AIM) protocol support for Miranda NG."
#define __AUTHOR "Boris Krasnovskiy, Aaron Myles Landwehr"
-#define __AUTHOREMAIL "borkra@miranda-im.org"
#define __AUTHORWEB "https://miranda-ng.org/p/AIM/"
#define __COPYRIGHT "© 2008-2011 Boris Krasnovskiy, 2005-2006 Aaron Myles Landwehr"
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp
index 808354befb..24c2b8e7b5 100644
--- a/protocols/Discord/src/main.cpp
+++ b/protocols/Discord/src/main.cpp
@@ -34,7 +34,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h
index 2389a715d1..9114967209 100644
--- a/protocols/Discord/src/version.h
+++ b/protocols/Discord/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Discord.dll"
#define __DESCRIPTION "Discord support for Miranda NG."
#define __AUTHOR "George Hazan"
-#define __AUTHOREMAIL "ghazan@miranda.im"
#define __AUTHORWEB "https://miranda-ng.org/p/Discord/"
#define __COPYRIGHT "© 2016-17 Miranda NG team"
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp
index 135358b7f8..99071455f4 100644
--- a/protocols/Dummy/src/main.cpp
+++ b/protocols/Dummy/src/main.cpp
@@ -29,7 +29,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h
index 99bef970b2..3a20fa8059 100644
--- a/protocols/Dummy/src/version.h
+++ b/protocols/Dummy/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Dummy.dll"
#define __DESCRIPTION "Dummy protocol for Miranda NG. Could be used for holding contacts and history from deprecated protocols or for creating virtual contacts."
#define __AUTHOR "Robert Pösel"
-#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/Dummy/"
#define __COPYRIGHT "© 2014-17 Robert Pösel"
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp
index d25ebae2c8..d594a8f277 100644
--- a/protocols/EmLanProto/src/amdproto.cpp
+++ b/protocols/EmLanProto/src/amdproto.cpp
@@ -11,7 +11,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/EmLanProto/src/version.h b/protocols/EmLanProto/src/version.h
index e5c437a35c..95d22389ca 100644
--- a/protocols/EmLanProto/src/version.h
+++ b/protocols/EmLanProto/src/version.h
@@ -10,6 +10,5 @@
#define __FILENAME "EmLanProto.dll"
#define __DESCRIPTION "E-mage LAN protocol support for Miranda NG."
#define __AUTHOR "kva"
-#define __AUTHOREMAIL "kva@fromru.com"
#define __AUTHORWEB "https://miranda-ng.org/p/EmLanProto/"
#define __COPYRIGHT "© Viktor Kuzmin"
diff --git a/protocols/FacebookRM/src/main.cpp b/protocols/FacebookRM/src/main.cpp
index 24ed75eeb1..fbf0eef6df 100644
--- a/protocols/FacebookRM/src/main.cpp
+++ b/protocols/FacebookRM/src/main.cpp
@@ -37,7 +37,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h
index 1299f09155..08b34f8856 100644
--- a/protocols/FacebookRM/src/version.h
+++ b/protocols/FacebookRM/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Facebook.dll"
#define __DESCRIPTION "Facebook protocol support for Miranda NG."
#define __AUTHOR "Michal Zelinka, Robert Pösel"
-#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/Facebook/"
#define __COPYRIGHT "© 2011-17 Robert Pösel, 2009-11 Michal Zelinka"
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp
index f16fba3adb..48b578b1ec 100644
--- a/protocols/Gadu-Gadu/src/gg.cpp
+++ b/protocols/Gadu-Gadu/src/gg.cpp
@@ -30,7 +30,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Gadu-Gadu/src/version.h b/protocols/Gadu-Gadu/src/version.h
index bd32b638e1..87f697f4fc 100644
--- a/protocols/Gadu-Gadu/src/version.h
+++ b/protocols/Gadu-Gadu/src/version.h
@@ -28,6 +28,5 @@
#define __PLUGIN_NAME "Gadu-Gadu protocol"
#define __DESCRIPTION "Gadu-Gadu protocol support for Miranda NG."
#define __AUTHOR "Bartosz Bialek, Adam Strzelecki"
-#define __AUTHOREMAIL "dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com"
#define __COPYRIGHT "© 2009-2012 Bartosz Bialek, 2003-2009 Adam Strzelecki"
#define __AUTHORWEB "https://miranda-ng.org/p/GG/"
diff --git a/protocols/ICQCorp/src/corp.cpp b/protocols/ICQCorp/src/corp.cpp
index 72d9de6ee7..27f4abaf00 100644
--- a/protocols/ICQCorp/src/corp.cpp
+++ b/protocols/ICQCorp/src/corp.cpp
@@ -32,7 +32,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE
diff --git a/protocols/ICQCorp/src/version.h b/protocols/ICQCorp/src/version.h
index dd28b0b456..9376de1ca7 100644
--- a/protocols/ICQCorp/src/version.h
+++ b/protocols/ICQCorp/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "ICQCorp.dll"
#define __DESCRIPTION "ICQ corporate protocol support for Miranda NG."
#define __AUTHOR "Miranda NG Team, Eugene Tarasenko"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/ICQCorp/"
#define __COPYRIGHT "© 2014-17 Miranda NG Team, 2003-2005 Eugene Tarasenko"
diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp
index 8ca2aa485d..c821c183c2 100644
--- a/protocols/IRCG/src/main.cpp
+++ b/protocols/IRCG/src/main.cpp
@@ -52,7 +52,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESC,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h
index a708c116a6..79f72dcd9b 100644
--- a/protocols/IRCG/src/version.h
+++ b/protocols/IRCG/src/version.h
@@ -7,7 +7,6 @@
#define __DESC "Internet Relay Chat (IRC) protocol support for Miranda NG."
#define __AUTHOR "Miranda team"
-#define __AUTHOREMAIL "ghazan@miranda.im"
#define __COPYRIGHT "© 2003-17 Jurgen Persson, George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/IRC/"
diff --git a/protocols/IcqOscarJ/src/init.cpp b/protocols/IcqOscarJ/src/init.cpp
index ca3806e78a..da3403e901 100644
--- a/protocols/IcqOscarJ/src/init.cpp
+++ b/protocols/IcqOscarJ/src/init.cpp
@@ -43,7 +43,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE, //doesn't replace anything built-in
diff --git a/protocols/IcqOscarJ/src/version.h b/protocols/IcqOscarJ/src/version.h
index ade9e14996..2f441cda7d 100644
--- a/protocols/IcqOscarJ/src/version.h
+++ b/protocols/IcqOscarJ/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "ICQ.dll"
#define __DESCRIPTION "ICQ protocol support for Miranda NG."
#define __AUTHOR "Joe Kucera, Bio, Martin Öberg, Richard Hughes, Jon Keating, etc."
-#define __AUTHOREMAIL "jokusoftware@miranda-im.org"
#define __AUTHORWEB "https://miranda-ng.org/p/ICQ/"
#define __COPYRIGHT "© 2000-17 M.Öberg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera"
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index 4b4b4eb268..ff2a4290af 100755
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -53,7 +53,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/JabberG/src/version.h b/protocols/JabberG/src/version.h
index 088b87f37c..b64aefa1b7 100644
--- a/protocols/JabberG/src/version.h
+++ b/protocols/JabberG/src/version.h
@@ -8,6 +8,5 @@
#define __PLUGIN_NAME "Jabber protocol"
#define __DESCRIPTION "Jabber (XMPP) protocol support for Miranda NG."
#define __AUTHOR "George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura"
-#define __AUTHOREMAIL "ghazan@miranda.im"
#define __COPYRIGHT "© 2005-17 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura"
#define __AUTHORWEB "https://miranda-ng.org/p/Jabber/"
diff --git a/protocols/MRA/src/Mra.cpp b/protocols/MRA/src/Mra.cpp
index d162edeb5e..2e10d02fae 100644
--- a/protocols/MRA/src/Mra.cpp
+++ b/protocols/MRA/src/Mra.cpp
@@ -11,7 +11,6 @@ PLUGININFOEX pluginInfoEx = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/MRA/src/version.h b/protocols/MRA/src/version.h
index 6efeb18fb4..f4b3ea91c7 100644
--- a/protocols/MRA/src/version.h
+++ b/protocols/MRA/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "MRA.dll"
#define __DESCRIPTION "Miranda Mail.ru Agent protocol plugin."
#define __AUTHOR "Rozhuk Ivan"
-#define __AUTHOREMAIL "Rozhuk_I@mail.ru"
#define __AUTHORWEB "https://miranda-ng.org/p/MRA/"
#define __COPYRIGHT "© 2005-17 Rozhuk Ivan"
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp
index 5ff0f96647..00a3434bb0 100644
--- a/protocols/MSN/src/msn.cpp
+++ b/protocols/MSN/src/msn.cpp
@@ -47,7 +47,6 @@ static const PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h
index c09ba146f9..06c8468cd3 100644
--- a/protocols/MSN/src/version.h
+++ b/protocols/MSN/src/version.h
@@ -28,6 +28,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define __PLUGIN_NAME "MSN protocol"
#define __DESCRIPTION "Microsoft Network (MSN) protocol support for Miranda NG."
#define __AUTHOR "Boris Krasnovskiy, George Hazan, Richard Hughes, leecher"
-#define __AUTHOREMAIL "borkra@miranda-im.org"
#define __COPYRIGHT "© 2001-17 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher"
#define __AUTHORWEB "https://miranda-ng.org/p/MSN/"
diff --git a/protocols/MinecraftDynmap/src/main.cpp b/protocols/MinecraftDynmap/src/main.cpp
index 8052741d6f..877ae13baa 100644
--- a/protocols/MinecraftDynmap/src/main.cpp
+++ b/protocols/MinecraftDynmap/src/main.cpp
@@ -35,7 +35,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/MinecraftDynmap/src/version.h b/protocols/MinecraftDynmap/src/version.h
index 91e46601e4..a35871c9ae 100644
--- a/protocols/MinecraftDynmap/src/version.h
+++ b/protocols/MinecraftDynmap/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "MinecraftDynmap.dll"
#define __DESCRIPTION "Minecraft Dynmap support for Miranda NG."
#define __AUTHOR "Robert Pösel"
-#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/MinecraftDynmap/"
#define __COPYRIGHT "© 2015-17 Robert Pösel"
diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp
index d4fa415f4f..542a14d774 100644
--- a/protocols/Omegle/src/main.cpp
+++ b/protocols/Omegle/src/main.cpp
@@ -37,7 +37,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Omegle/src/version.h b/protocols/Omegle/src/version.h
index e5ffe14f16..40ec242129 100644
--- a/protocols/Omegle/src/version.h
+++ b/protocols/Omegle/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Omegle.dll"
#define __DESCRIPTION "Omegle protocol support for Miranda NG."
#define __AUTHOR "Robert Pösel"
-#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/Omegle/"
#define __COPYRIGHT "© 2011-17 Robert Pösel"
diff --git a/protocols/Sametime/src/sametime.cpp b/protocols/Sametime/src/sametime.cpp
index 0987008bec..978a5d6fce 100644
--- a/protocols/Sametime/src/sametime.cpp
+++ b/protocols/Sametime/src/sametime.cpp
@@ -10,7 +10,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Sametime/src/version.h b/protocols/Sametime/src/version.h
index fc60a0cfff..aac68342d9 100644
--- a/protocols/Sametime/src/version.h
+++ b/protocols/Sametime/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Sametime.dll"
#define __DESCRIPTION "Implementation of instant messaging for the Lotus Sametime protocol."
#define __AUTHOR "Scott Ellis, Szymon Tokarz"
-#define __AUTHOREMAIL "mail"/*antispam*/"@"/*antispam*/"scottellis.com.au, wsx22"/*antispam*/"@"/*antispam*/"o2.pl"
#define __COPYRIGHT "© 2005 Scott Ellis, 2014-2017 wsx22"
#define __AUTHORWEB "https://miranda-ng.org/p/Sametime/"
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp
index 37b2ba5a97..ebc7de2a55 100644
--- a/protocols/SkypeWeb/src/main.cpp
+++ b/protocols/SkypeWeb/src/main.cpp
@@ -32,7 +32,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/SkypeWeb/src/version.h b/protocols/SkypeWeb/src/version.h
index aad66dc7d6..c4a396d0f3 100644
--- a/protocols/SkypeWeb/src/version.h
+++ b/protocols/SkypeWeb/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "SkypeWeb.dll"
#define __DESCRIPTION "Skype protocol support for Miranda NG. Based on new Skype for Web."
#define __AUTHOR "Miranda NG Team"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/SkypeWeb/"
#define __COPYRIGHT "© 2015-17 Miranda NG Team"
diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp
index 4010b9e46f..0f14e6ec0e 100644
--- a/protocols/Steam/src/main.cpp
+++ b/protocols/Steam/src/main.cpp
@@ -12,7 +12,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h
index 52650230ab..3c8a5e4a9b 100644
--- a/protocols/Steam/src/version.h
+++ b/protocols/Steam/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Steam.dll"
#define __DESCRIPTION "Steam protocol support for Miranda NG."
#define __AUTHOR "Miranda NG Team, Robert Pösel"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Steam/"
#define __COPYRIGHT "© 2014-17 Miranda NG team"
diff --git a/protocols/Tox/src/main.cpp b/protocols/Tox/src/main.cpp
index de5356a18a..90f3cf8efc 100644
--- a/protocols/Tox/src/main.cpp
+++ b/protocols/Tox/src/main.cpp
@@ -13,7 +13,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h
index ba58f1f238..a2ecd46c33 100644
--- a/protocols/Tox/src/version.h
+++ b/protocols/Tox/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Tox.dll"
#define __DESCRIPTION "Tox protocol support for Miranda NG."
#define __AUTHOR "Miranda NG Team"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Tox/"
#define __COPYRIGHT "© 2014-17 Miranda NG Team"
diff --git a/protocols/Twitter/src/main.cpp b/protocols/Twitter/src/main.cpp
index c31101f22b..b806c042db 100644
--- a/protocols/Twitter/src/main.cpp
+++ b/protocols/Twitter/src/main.cpp
@@ -33,7 +33,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/Twitter/src/version.h b/protocols/Twitter/src/version.h
index 7f9840db58..7dc8be558b 100644
--- a/protocols/Twitter/src/version.h
+++ b/protocols/Twitter/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Twitter.dll"
#define __DESCRIPTION "Twitter protocol support for Miranda NG."
#define __AUTHOR "dentist, omniwolf, Thief"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Twitter/"
#define __COPYRIGHT "© 2009-2010 dentist, 2010-2012 omniwolf and Thief"
diff --git a/protocols/VKontakte/src/main.cpp b/protocols/VKontakte/src/main.cpp
index 60a765103f..19f0c50655 100644
--- a/protocols/VKontakte/src/main.cpp
+++ b/protocols/VKontakte/src/main.cpp
@@ -30,7 +30,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h
index ec86aa73d0..b05e0437fd 100644
--- a/protocols/VKontakte/src/version.h
+++ b/protocols/VKontakte/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "VKontakte.dll"
#define __DESCRIPTION "VKontakte protocol support for Miranda NG."
#define __AUTHOR "Miranda NG Team"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/VKontakte/"
#define __COPYRIGHT "© 2013-17 Miranda NG Team"