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/CSList | |
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/CSList')
-rw-r--r-- | plugins/CSList/src/cslist.cpp | 47 | ||||
-rw-r--r-- | plugins/CSList/src/version.h | 1 |
2 files changed, 23 insertions, 25 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index eda2793387..d90e0181d4 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -1,28 +1,28 @@ /* ======================================================================== - Custom Status List - __________________ - - Custom Status List plugin for Miranda-IM (www.miranda-im.org) - Follower of Custom Status History List by HANAX - Copyright © 2006-2008 HANAX - Copyright © 2007-2009 jarvis - Occasionally rewritten in 2012 by 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 the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - ======================================================================== */ +Custom Status List +__________________ + +Custom Status List plugin for Miranda-IM (www.miranda-im.org) +Follower of Custom Status History List by HANAX +Copyright © 2006-2008 HANAX +Copyright © 2007-2009 jarvis +Occasionally rewritten in 2012 by 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 the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +======================================================================== */ #include "stdafx.h" #include "strpos.h" @@ -40,7 +40,6 @@ PLUGININFOEX pluginInfoEx = PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/plugins/CSList/src/version.h b/plugins/CSList/src/version.h index 5f304453c5..075828514c 100644 --- a/plugins/CSList/src/version.h +++ b/plugins/CSList/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "CSList.dll" #define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place." #define __AUTHOR "Mataes, jarvis" -#define __AUTHOREMAIL "mataes2007@gmail.com" #define __AUTHORWEB "https://miranda-ng.org/p/CSList/" #define __COPYRIGHT "© 2010-17 Mataes, 2007-09 jarvis" |