From 82cc787532fbff930c01b37dd88cde35952f5ba6 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 19 Sep 2015 00:33:32 +0000 Subject: fix encoding problems git-svn-id: http://svn.miranda-ng.org/main/trunk@15390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/src/Version.h | 3 ++- plugins/Clist_modern/src/version.h | 2 +- plugins/Clist_nicer/src/version.h | 2 +- plugins/Cln_skinedit/src/Version.h | 2 +- plugins/ContactsPlus/src/Version.h | 2 +- plugins/NoHistory/src/Version.h | 2 +- plugins/SMS/src/Version.h | 2 +- plugins/StatusPlugins/AdvancedAutoAway/version.h | 2 +- plugins/StatusPlugins/KeepStatus/version.h | 2 +- plugins/StatusPlugins/StartupStatus/version.h | 2 +- plugins/TranslitSwitcher/src/Version.h | 2 +- plugins/WinterSpeak/src/Version.h | 2 +- protocols/JabberG/src/version.h | 2 +- protocols/Steam/src/version.h | 2 +- protocols/Tlen/src/version.h | 2 +- protocols/Tox/src/version.h | 2 +- 16 files changed, 17 insertions(+), 16 deletions(-) diff --git a/plugins/Clist_blind/src/Version.h b/plugins/Clist_blind/src/Version.h index 03a373b0dc..1bded760a3 100644 --- a/plugins/Clist_blind/src/Version.h +++ b/plugins/Clist_blind/src/Version.h @@ -1,3 +1,4 @@ +à #define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 #define __RELEASE_NUM 1 @@ -11,4 +12,4 @@ #define __AUTHOR "Ricardo Pescuma Domenecci, based on previous work from Miranda IM project" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/Clist_blind/" -#define __COPYRIGHT "© 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013-15 Miranda NG project" +#define __COPYRIGHT "© 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013-15 Miranda NG project" diff --git a/plugins/Clist_modern/src/version.h b/plugins/Clist_modern/src/version.h index d9b081d421..29e3cbde4f 100644 --- a/plugins/Clist_modern/src/version.h +++ b/plugins/Clist_modern/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Artem Shpynov, Ricardo Pescuma Domenecci and Anton Senko based on clist_mw by Bethoven" #define __AUTHOREMAIL "ashpynov@gmail.com" #define __AUTHORWEB "http://miranda-ng.org/p/Clist_modern/" -#define __COPYRIGHT "© 2000-2010 Miranda-IM project" +#define __COPYRIGHT "© 2000-2010 Miranda-IM project" diff --git a/plugins/Clist_nicer/src/version.h b/plugins/Clist_nicer/src/version.h index da15ce8011..b87ca3f46f 100644 --- a/plugins/Clist_nicer/src/version.h +++ b/plugins/Clist_nicer/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Pixel, egoDust, cyreve, Nightwish" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/Clist_nicer/" -#define __COPYRIGHT "© 2000-2010 Miranda-IM project" +#define __COPYRIGHT "© 2000-2010 Miranda-IM project" diff --git a/plugins/Cln_skinedit/src/Version.h b/plugins/Cln_skinedit/src/Version.h index 6379768552..d714ee7592 100644 --- a/plugins/Cln_skinedit/src/Version.h +++ b/plugins/Cln_skinedit/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Nightwish, Pixel" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/Cln_skinedit/" -#define __COPYRIGHT "© 2000-2006 Miranda-IM project" +#define __COPYRIGHT "© 2000-2006 Miranda-IM project" diff --git a/plugins/ContactsPlus/src/Version.h b/plugins/ContactsPlus/src/Version.h index eb3b352181..65f429f98a 100644 --- a/plugins/ContactsPlus/src/Version.h +++ b/plugins/ContactsPlus/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Joe Kucera, Todor Totev" #define __AUTHOREMAIL "jokusoftware@miranda-im.org" #define __AUTHORWEB "http://miranda-ng.org/p/Contacts/" -#define __COPYRIGHT "© 2004-2008 Joe Kucera, Original code © 2002 Dominus Procellarum" +#define __COPYRIGHT "© 2004-2008 Joe Kucera, Original code © 2002 Dominus Procellarum" diff --git a/plugins/NoHistory/src/Version.h b/plugins/NoHistory/src/Version.h index 1eef34cccd..0dc5d47f35 100644 --- a/plugins/NoHistory/src/Version.h +++ b/plugins/NoHistory/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Scott Ellis, NightFox" #define __AUTHOREMAIL "mail@scottellis.com.au; nightfox@myied.org" #define __AUTHORWEB "http://miranda-ng.org/p/NoHistory/" -#define __COPYRIGHT "© 2005 Scott Ellis, 2010 NightFox" +#define __COPYRIGHT "© 2005 Scott Ellis, 2010-15 NightFox" diff --git a/plugins/SMS/src/Version.h b/plugins/SMS/src/Version.h index b2b9702d4c..32c75d8bc8 100644 --- a/plugins/SMS/src/Version.h +++ b/plugins/SMS/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Richard Hughes, Improved by Ariel Shulman, rewritten by Rozhuk Ivan" #define __AUTHOREMAIL "Rozhuk_I@mail.ru" #define __AUTHORWEB "http://miranda-ng.org/p/SMS/" -#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-2009 Rozhuk Ivan (Rozhuk_I@mail.ru)" +#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-09 Rozhuk Ivan (Rozhuk_I@mail.ru)" diff --git a/plugins/StatusPlugins/AdvancedAutoAway/version.h b/plugins/StatusPlugins/AdvancedAutoAway/version.h index 0970f1931a..8b3b064053 100644 --- a/plugins/StatusPlugins/AdvancedAutoAway/version.h +++ b/plugins/StatusPlugins/AdvancedAutoAway/version.h @@ -14,4 +14,4 @@ #define __AUTHOR "P Boon" #define __AUTHOREMAIL "unregistered@users.sourceforge.net" #define __AUTHORWEB "http://miranda-ng.org/p/AdvancedAutoAway/" -#define __COPYRIGHT "© 2003-08 P. Boon, 2008-15 George Hazan" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-15 George Hazan" diff --git a/plugins/StatusPlugins/KeepStatus/version.h b/plugins/StatusPlugins/KeepStatus/version.h index 262b9a1ec0..34831088ba 100644 --- a/plugins/StatusPlugins/KeepStatus/version.h +++ b/plugins/StatusPlugins/KeepStatus/version.h @@ -14,4 +14,4 @@ #define __AUTHOR "P Boon" #define __AUTHOREMAIL "unregistered@users.sourceforge.net" #define __AUTHORWEB "http://miranda-ng.org/p/KeepStatus/" -#define __COPYRIGHT "© 2003-08 P. Boon, 2008-15 George Hazan" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-15 George Hazan" diff --git a/plugins/StatusPlugins/StartupStatus/version.h b/plugins/StatusPlugins/StartupStatus/version.h index d8ef773771..e7b871f8a3 100644 --- a/plugins/StatusPlugins/StartupStatus/version.h +++ b/plugins/StatusPlugins/StartupStatus/version.h @@ -20,4 +20,4 @@ #define __AUTHOR "P Boon" #define __AUTHOREMAIL "unregistered@users.sourceforge.net" #define __AUTHORWEB "http://miranda-ng.org/p/StartupStatus/" -#define __COPYRIGHT "© 2003-08 P. Boon, 2008-15 George Hazan" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-15 George Hazan" diff --git a/plugins/TranslitSwitcher/src/Version.h b/plugins/TranslitSwitcher/src/Version.h index 7b49ed36d6..9c649e89ef 100644 --- a/plugins/TranslitSwitcher/src/Version.h +++ b/plugins/TranslitSwitcher/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Mataes, tico-tico, Tim" #define __AUTHOREMAIL "mataes2007@gmail.com" #define __AUTHORWEB "http://miranda-ng.org/p/TranslitSwitcher/" -#define __COPYRIGHT "© 2011-2015 Mataes, tico-tico © 2007 Dmitry Titkov" +#define __COPYRIGHT "© 2011-2015 Mataes, tico-tico, 2007 Dmitry Titkov" diff --git a/plugins/WinterSpeak/src/Version.h b/plugins/WinterSpeak/src/Version.h index b7ed977e21..1ef8762e0c 100644 --- a/plugins/WinterSpeak/src/Version.h +++ b/plugins/WinterSpeak/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Ryan Winter, BlubbFish" #define __AUTHOREMAIL "miranda@blubbfish.net" #define __AUTHORWEB "http://miranda-ng.org/p/WinterSpeak/" -#define __COPYRIGHT "© 2002 Ryan Winter, © 2013 BlubbFish" +#define __COPYRIGHT "© 2002 Ryan Winter, 2013 BlubbFish" diff --git a/protocols/JabberG/src/version.h b/protocols/JabberG/src/version.h index b98e652510..72df48a8a2 100644 --- a/protocols/JabberG/src/version.h +++ b/protocols/JabberG/src/version.h @@ -9,5 +9,5 @@ #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-15 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura" +#define __COPYRIGHT "© 2005-15 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura" #define __AUTHORWEB "http://miranda-ng.org/p/Jabber/" diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index c901a0c34f..50aba82d67 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team, Robert P\xf6" "sel" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/Steam/" -#define __COPYRIGHT "© 2014-15 Miranda NG team" +#define __COPYRIGHT "© 2014-15 Miranda NG team" diff --git a/protocols/Tlen/src/version.h b/protocols/Tlen/src/version.h index 1651c1c279..9deedf7ea5 100644 --- a/protocols/Tlen/src/version.h +++ b/protocols/Tlen/src/version.h @@ -14,4 +14,4 @@ #define __AUTHOR "Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki" #define __AUTHOREMAIL "the_leech@users.berlios.de" #define __AUTHORWEB "http://miranda-ng.org/p/Tlen/" -#define __COPYRIGHT "(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki" +#define __COPYRIGHT "© 2002-2012 Santithorn Bunchua, Piotr Piastucki" diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index d03fbbc102..3565de6e6c 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/Tox/" -#define __COPYRIGHT "© 2014-15 Miranda NG Team" +#define __COPYRIGHT "© 2014-15 Miranda NG Team" -- cgit v1.2.3