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/PackUpdater/Src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/PackUpdater/Src')
-rw-r--r-- | plugins/PackUpdater/Src/Events.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Notifications.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Notifications.h | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/PackUpdater.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/Utils.cpp | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/resource.h | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Src/version.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/PackUpdater/Src/Events.cpp b/plugins/PackUpdater/Src/Events.cpp index 71abc60030..98bf0aa5fa 100644 --- a/plugins/PackUpdater/Src/Events.cpp +++ b/plugins/PackUpdater/Src/Events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Notifications.cpp b/plugins/PackUpdater/Src/Notifications.cpp index 7ce39467bf..92ef9de9f3 100644 --- a/plugins/PackUpdater/Src/Notifications.cpp +++ b/plugins/PackUpdater/Src/Notifications.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Notifications.h b/plugins/PackUpdater/Src/Notifications.h index d262f7c050..574123f1a8 100644 --- a/plugins/PackUpdater/Src/Notifications.h +++ b/plugins/PackUpdater/Src/Notifications.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Options.cpp b/plugins/PackUpdater/Src/Options.cpp index 421244f4af..69faabe7cc 100644 --- a/plugins/PackUpdater/Src/Options.cpp +++ b/plugins/PackUpdater/Src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/PackUpdater.cpp b/plugins/PackUpdater/Src/PackUpdater.cpp index 2d889f6911..ed5c18aaa3 100644 --- a/plugins/PackUpdater/Src/PackUpdater.cpp +++ b/plugins/PackUpdater/Src/PackUpdater.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Utils.cpp b/plugins/PackUpdater/Src/Utils.cpp index 48ed3e42a0..3a6b685378 100644 --- a/plugins/PackUpdater/Src/Utils.cpp +++ b/plugins/PackUpdater/Src/Utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/resource.h b/plugins/PackUpdater/Src/resource.h index fd3b5c14f0..67d09392f4 100644 --- a/plugins/PackUpdater/Src/resource.h +++ b/plugins/PackUpdater/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/PackUpdater/Src/stdafx.cxx b/plugins/PackUpdater/Src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/PackUpdater/Src/stdafx.cxx +++ b/plugins/PackUpdater/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/PackUpdater/Src/stdafx.h b/plugins/PackUpdater/Src/stdafx.h index 5e6c6d0fbb..7923d5c8a8 100644 --- a/plugins/PackUpdater/Src/stdafx.h +++ b/plugins/PackUpdater/Src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/version.h b/plugins/PackUpdater/Src/version.h index 2823d340ee..c5f78af9bd 100644 --- a/plugins/PackUpdater/Src/version.h +++ b/plugins/PackUpdater/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 |