diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 22:12:43 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 22:12:43 +0300 |
commit | 80221d816eeb98f0df38e0243390033c614952f3 (patch) | |
tree | 7618176108093921b6934343bc2f76a66ea97730 /protocols/MSN | |
parent | 25df99ba7462958f2cb9075020ec1c9a5a7c9f50 (diff) |
Source files converted to utf-8
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/msn_avatar.cpp | 2 | ||||
-rw-r--r-- | protocols/MSN/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn_avatar.cpp b/protocols/MSN/src/msn_avatar.cpp index 130f52d1c1..c0c7779fc4 100644 --- a/protocols/MSN/src/msn_avatar.cpp +++ b/protocols/MSN/src/msn_avatar.cpp @@ -1,7 +1,7 @@ /*
Plugin for Miranda NG for communicating with users of the MSN Messenger protocol.
-Copyright () 2012-17 Miranda NG Team
+Copyright (с) 2012-17 Miranda NG Team
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index d07b8fcba2..0836b0d939 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -29,5 +29,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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 __COPYRIGHT "© 2001-17 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher"
#define __AUTHORWEB "https://miranda-ng.org/p/MSN/"
|