diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/TranslitSwitcher/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/TranslitSwitcher/src')
-rw-r--r-- | plugins/TranslitSwitcher/src/Layoutproc.cpp | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/Resource.h | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/TranslitSwitcher.cpp | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/TranslitSwitcher/src/Layoutproc.cpp b/plugins/TranslitSwitcher/src/Layoutproc.cpp index 03740c5813..e5d966c3be 100644 --- a/plugins/TranslitSwitcher/src/Layoutproc.cpp +++ b/plugins/TranslitSwitcher/src/Layoutproc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/Resource.h b/plugins/TranslitSwitcher/src/Resource.h index b98a6590c2..d933d3c7e2 100644 --- a/plugins/TranslitSwitcher/src/Resource.h +++ b/plugins/TranslitSwitcher/src/Resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp index d61b374d12..fe3b8e0db7 100644 --- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp +++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/stdafx.cxx b/plugins/TranslitSwitcher/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/TranslitSwitcher/src/stdafx.cxx +++ b/plugins/TranslitSwitcher/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/stdafx.h b/plugins/TranslitSwitcher/src/stdafx.h index fd6e7cd3c7..9b44656b20 100644 --- a/plugins/TranslitSwitcher/src/stdafx.h +++ b/plugins/TranslitSwitcher/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/version.h b/plugins/TranslitSwitcher/src/version.h index d308e511c1..73ecddf8b6 100644 --- a/plugins/TranslitSwitcher/src/version.h +++ b/plugins/TranslitSwitcher/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 |