summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater
diff options
context:
space:
mode:
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/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
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/PackUpdater/Docs/Readme.txt b/plugins/PackUpdater/Docs/Readme.txt
index 9b91fcc1b2..0c2667ed37 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 26dd1cb8ea..ea36b336ad 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 0139d52483..9375457441 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 89e359f437..311c75b3c0 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 fc80795c02..50100bcc4c 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/Src/Events.cpp b/plugins/PackUpdater/Src/Events.cpp
index 98bf0aa5fa..71abc60030 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 92ef9de9f3..7ce39467bf 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 574123f1a8..d262f7c050 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 69faabe7cc..421244f4af 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 ed5c18aaa3..2d889f6911 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 3a6b685378..48ed3e42a0 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 67d09392f4..fd3b5c14f0 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 bfd519e3dc..b05ed73bc5 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 7923d5c8a8..5e6c6d0fbb 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 c5f78af9bd..2823d340ee 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