From 870fdd7d9bf520b673c5177b30c9d6d6cce090b1 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 10 Dec 2017 16:05:53 +0300 Subject: - 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 --- plugins/SeenPlugin/src/main.cpp | 1 - plugins/SeenPlugin/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/SeenPlugin') diff --git a/plugins/SeenPlugin/src/main.cpp b/plugins/SeenPlugin/src/main.cpp index 172897d4ef..b52d98e957 100644 --- a/plugins/SeenPlugin/src/main.cpp +++ b/plugins/SeenPlugin/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/plugins/SeenPlugin/src/version.h b/plugins/SeenPlugin/src/version.h index a71af62bab..2658d14b39 100644 --- a/plugins/SeenPlugin/src/version.h +++ b/plugins/SeenPlugin/src/version.h @@ -30,6 +30,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __FILENAME "SeenPlugin.dll" #define __DESCRIPTION "Logs when a user was last seen online and which users were online while you were away." #define __AUTHOR "Heiko Schillinger, YB" -#define __AUTHOREMAIL "y_b@saaplugin.no-ip.info" #define __AUTHORWEB "https://miranda-ng.org/p/SeenPlugin/" #define __COPYRIGHT "© 2001-2002 Heiko Schillinger, 2003 modified by Bruno Rino, 2005-07 modified by YB" -- cgit v1.2.3