diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-09-18 17:34:05 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-09-18 17:34:05 +0000 |
commit | 0335163ed62061dbd09d8a81285e4d3b5ac1ddf7 (patch) | |
tree | 16dcd401d76c69c96430cd44cb6bc17832f05be5 /protocols/MSN | |
parent | 66f309ee1e14779999c6a68d85e11c6ac219fbcc (diff) |
replace "(c)" and "c" by ©
update years in __COPYRIGHT
git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 3b8e7343f5..3be8381ad5 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-2012 Richard Hughes, George Hazan, Boris Krasnovskiy"
+#define __COPYRIGHT "© 2001-15 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher"
#define __AUTHORWEB "http://miranda-ng.org/p/MSN/"
|