summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/PackUpdater
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/PackUpdater')
-rw-r--r--plugins/PackUpdater/Docs/Readme.txt2
-rw-r--r--plugins/PackUpdater/Docs/Readme_rus.txt2
-rw-r--r--plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini2
-rw-r--r--plugins/PackUpdater/Docs/Templates/File1.ini2
-rw-r--r--plugins/PackUpdater/Docs/ToDo.txt2
-rw-r--r--plugins/PackUpdater/Res/Resource.rc2
-rw-r--r--plugins/PackUpdater/Res/Version.rc2
-rw-r--r--plugins/PackUpdater/Src/Events.cpp2
-rw-r--r--plugins/PackUpdater/Src/Notifications.cpp2
-rw-r--r--plugins/PackUpdater/Src/Notifications.h2
-rw-r--r--plugins/PackUpdater/Src/Options.cpp2
-rw-r--r--plugins/PackUpdater/Src/PackUpdater.cpp2
-rw-r--r--plugins/PackUpdater/Src/Utils.cpp2
-rw-r--r--plugins/PackUpdater/Src/resource.h2
-rw-r--r--plugins/PackUpdater/Src/stdafx.cxx2
-rw-r--r--plugins/PackUpdater/Src/stdafx.h2
-rw-r--r--plugins/PackUpdater/Src/version.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/plugins/PackUpdater/Docs/Readme.txt b/plugins/PackUpdater/Docs/Readme.txt
index 0c2667ed37..9b91fcc1b2 100644
--- a/plugins/PackUpdater/Docs/Readme.txt
+++ b/plugins/PackUpdater/Docs/Readme.txt
@@ -1,4 +1,4 @@
-==================
+==================
Pack Updater 0.1.0
==================
diff --git a/plugins/PackUpdater/Docs/Readme_rus.txt b/plugins/PackUpdater/Docs/Readme_rus.txt
index ea36b336ad..26dd1cb8ea 100644
--- a/plugins/PackUpdater/Docs/Readme_rus.txt
+++ b/plugins/PackUpdater/Docs/Readme_rus.txt
@@ -1,4 +1,4 @@
-==================
+==================
Pack Updater 0.1.0
==================
diff --git a/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini b/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini
index 9375457441..0139d52483 100644
--- a/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini
+++ b/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini
@@ -1,4 +1,4 @@
-[PackUpdater]
+[PackUpdater]
AutoUpdate=b1
File_VersionURL=uhttp://mataes.googlecode.com/files/Test5.ini
FileCount=d3
diff --git a/plugins/PackUpdater/Docs/Templates/File1.ini b/plugins/PackUpdater/Docs/Templates/File1.ini
index 311c75b3c0..89e359f437 100644
--- a/plugins/PackUpdater/Docs/Templates/File1.ini
+++ b/plugins/PackUpdater/Docs/Templates/File1.ini
@@ -1,4 +1,4 @@
-[FileInfo_1]
+[FileInfo_1]
FileVersion = 0.0.1
Message = "Test Pack"
DownloadURL = "http://mataes.googlecode.com/files/Miranda%20IM%20Mataes%20Pack%20v0.8.3.exe"
diff --git a/plugins/PackUpdater/Docs/ToDo.txt b/plugins/PackUpdater/Docs/ToDo.txt
index 50100bcc4c..fc80795c02 100644
--- a/plugins/PackUpdater/Docs/ToDo.txt
+++ b/plugins/PackUpdater/Docs/ToDo.txt
@@ -1,2 +1,2 @@
-1. add second variant of update - external app.
+1. add second variant of update - external app.
2. add updater support (maybe). \ No newline at end of file
diff --git a/plugins/PackUpdater/Res/Resource.rc b/plugins/PackUpdater/Res/Resource.rc
index c653b86b07..af2ff09a12 100644
--- a/plugins/PackUpdater/Res/Resource.rc
+++ b/plugins/PackUpdater/Res/Resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/PackUpdater/Res/Version.rc b/plugins/PackUpdater/Res/Version.rc
index fdeb14668c..6427dc9522 100644
--- a/plugins/PackUpdater/Res/Version.rc
+++ b/plugins/PackUpdater/Res/Version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
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