diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 08:57:50 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 08:57:52 +0300 |
commit | e28c4adb361a87e143eb8cb2af449e3bcb3375b1 (patch) | |
tree | b8f9a1365a563b0f70e654c4afd1d69a333677f2 /plugins/AVS | |
parent | 1afe3167fe144306888f526cbc583566c14e426f (diff) |
replace russian с to latin c
Diffstat (limited to 'plugins/AVS')
-rw-r--r-- | plugins/AVS/src/acc.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/stdafx.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/AVS/src/acc.cpp b/plugins/AVS/src/acc.cpp index d7496297d6..8412db19a2 100644 --- a/plugins/AVS/src/acc.cpp +++ b/plugins/AVS/src/acc.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
Copyright (c) 2000-04 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index ebc6943f66..766c758af6 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
Copyright (c) 2000-04 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp index 9425b78171..444be2c0ab 100644 --- a/plugins/AVS/src/options.cpp +++ b/plugins/AVS/src/options.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows* -Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org) +Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org) Copyright (c) 2000-04 Miranda ICQ/IM project, all portions of this codebase are copyrighted to the people listed in contributors.txt. diff --git a/plugins/AVS/src/services.cpp b/plugins/AVS/src/services.cpp index 75c73eade0..91730e0297 100644 --- a/plugins/AVS/src/services.cpp +++ b/plugins/AVS/src/services.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
Copyright (c) 2000-04 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h index 8b044e4239..f7bba051d4 100644 --- a/plugins/AVS/src/stdafx.h +++ b/plugins/AVS/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (с) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
Copyright (c) 2000-04 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
|