diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 20:51:01 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 20:51:01 +0300 |
commit | b03c75c19cc083f01f50e87f0c5dcd56f5b93b91 (patch) | |
tree | e64e4f20b3d3db10398f2e568d5f6269ec5fad18 | |
parent | 0d69164c4d6f20a64cd2658d44eadf51b1a3d054 (diff) |
replace cyrillic (c) by latin
-rw-r--r-- | build/m_version.h.in | 2 | ||||
-rw-r--r-- | include/m_string.inl | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/obsoleted/jabber_form2.cpp.obsoleted | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/obsoleted/jabber_form2.h.obsoleted | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build/m_version.h.in b/build/m_version.h.in index f6a545979a..a6fa2219f8 100644 --- a/build/m_version.h.in +++ b/build/m_version.h.in @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (ñ) 2012-18 Miranda NG team (https://miranda-ng.org)
+Copyright (c) 2012-18 Miranda NG team (https://miranda-ng.org)
Copyright (c) 2000-08 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/include/m_string.inl b/include/m_string.inl index 6457c96eba..33acc46c64 100644 --- a/include/m_string.inl +++ b/include/m_string.inl @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (ñ) 2012-18 Miranda NG team (https://miranda-ng.org)
+Copyright (c) 2012-18 Miranda NG team (https://miranda-ng.org)
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/protocols/JabberG/src/obsoleted/jabber_form2.cpp.obsoleted b/protocols/JabberG/src/obsoleted/jabber_form2.cpp.obsoleted index 192783bb21..cf32e4bdae 100644 --- a/protocols/JabberG/src/obsoleted/jabber_form2.cpp.obsoleted +++ b/protocols/JabberG/src/obsoleted/jabber_form2.cpp.obsoleted @@ -6,7 +6,7 @@ Copyright (c) 2002-04 Santithorn Bunchua Copyright (c) 2005-12 George Hazan
Copyright (c) 2007-09 Maxim Mluhov
Copyright (c) 2007-09 Victor Pavlychko
-Copyright (ñ) 2012-18 Miranda NG team
+Copyright (c) 2012-18 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/JabberG/src/obsoleted/jabber_form2.h.obsoleted b/protocols/JabberG/src/obsoleted/jabber_form2.h.obsoleted index 2fb347e26c..4ff60ae0b8 100644 --- a/protocols/JabberG/src/obsoleted/jabber_form2.h.obsoleted +++ b/protocols/JabberG/src/obsoleted/jabber_form2.h.obsoleted @@ -6,7 +6,7 @@ Copyright (c) 2002-04 Santithorn Bunchua Copyright (c) 2005-12 George Hazan
Copyright (c) 2007-09 Maxim Mluhov
Copyright (c) 2007-09 Victor Pavlychko
-Copyright (ñ) 2012-18 Miranda NG team
+Copyright (c) 2012-18 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
|