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/Console/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Console/src')
-rw-r--r-- | plugins/Console/src/Console.cpp | 2 | ||||
-rw-r--r-- | plugins/Console/src/init.cpp | 2 | ||||
-rw-r--r-- | plugins/Console/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Console/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Console/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Console/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Console/src/Console.cpp b/plugins/Console/src/Console.cpp index b555054bac..ba25af2ca6 100644 --- a/plugins/Console/src/Console.cpp +++ b/plugins/Console/src/Console.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Console/src/init.cpp b/plugins/Console/src/init.cpp index 096090c674..f2584f6396 100644 --- a/plugins/Console/src/init.cpp +++ b/plugins/Console/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Console/src/resource.h b/plugins/Console/src/resource.h index a8947819a4..077aba197b 100644 --- a/plugins/Console/src/resource.h +++ b/plugins/Console/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/Console/src/stdafx.cxx b/plugins/Console/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Console/src/stdafx.cxx +++ b/plugins/Console/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/Console/src/stdafx.h b/plugins/Console/src/stdafx.h index 48a46f3399..e1a0c4eb04 100644 --- a/plugins/Console/src/stdafx.h +++ b/plugins/Console/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Console/src/version.h b/plugins/Console/src/version.h index 57d5d11c65..3b8f3a33ec 100644 --- a/plugins/Console/src/version.h +++ b/plugins/Console/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 7
#define __BUILD_NUM 4
|