summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
commita27079fe5c4a210664515c47767c00112c435d65 (patch)
tree39e36b58b4138af46e2f10661de352482b89399d /tools
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'tools')
-rw-r--r--tools/7-zip/License.txt2
-rw-r--r--tools/7-zip/readme.txt2
-rw-r--r--tools/MakeDef/MakeDefs.cpp2
-rw-r--r--tools/MakeDef/h_collection.h2
-rw-r--r--tools/MakeDef/h_object.h2
-rw-r--r--tools/MakeDef/h_types.h2
-rw-r--r--tools/MakeDef/h_util.h2
-rw-r--r--tools/MakeDef/lib_str.cpp2
-rw-r--r--tools/MakeDef/newstr.cpp2
-rw-r--r--tools/MakeDef/tcollect.cpp2
-rw-r--r--tools/MakeDef/tnsrtcol.cpp2
-rw-r--r--tools/MakeDef/tsmall.cpp2
-rw-r--r--tools/WinSCP/license.txt2
-rw-r--r--tools/WinSCP/readme.txt2
-rw-r--r--tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt2
-rw-r--r--tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt2
-rw-r--r--tools/build_scripts/bin15/z3_PackArchives.txt2
-rw-r--r--tools/build_scripts/z2_PackPluginUpdater.txt2
-rw-r--r--tools/build_scripts/z4_UploadPluginUpdater.txt2
-rw-r--r--tools/build_scripts/z4_UploadPluginUpdaterStable.txt2
-rw-r--r--tools/build_scripts/z5_UploadArchives.txt2
-rw-r--r--tools/build_scripts/z5_UploadArchivesStable.txt2
-rw-r--r--tools/build_scripts/z7_UploadInstallers.txt2
-rw-r--r--tools/checksum/checksum.cpp2
-rw-r--r--tools/checksum/commonheaders.h2
-rw-r--r--tools/checksum/md5.cpp2
-rw-r--r--tools/coverity/my_free.cpp2
-rw-r--r--tools/installer_ng/Common/Files/Docs/license.txt2
-rw-r--r--tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini2
-rw-r--r--tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini2
-rw-r--r--tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini2
-rw-r--r--tools/installer_ng/readme.txt2
-rw-r--r--tools/installer_ng_stable/Common/Files/Docs/license.txt2
-rw-r--r--tools/installer_ng_stable/Common/Files/Settings/autoexec_sounds.ini2
-rw-r--r--tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini2
-rw-r--r--tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini2
-rw-r--r--tools/rebaser/rebaser.cpp2
37 files changed, 37 insertions, 37 deletions
diff --git a/tools/7-zip/License.txt b/tools/7-zip/License.txt
index f34640dc79..0116e2f592 100644
--- a/tools/7-zip/License.txt
+++ b/tools/7-zip/License.txt
@@ -1,4 +1,4 @@
- 7-Zip
+ 7-Zip
~~~~~
License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/tools/7-zip/readme.txt b/tools/7-zip/readme.txt
index fc68e46f1e..9d3533a9d7 100644
--- a/tools/7-zip/readme.txt
+++ b/tools/7-zip/readme.txt
@@ -1,4 +1,4 @@
-7-Zip 17.01 beta
+7-Zip 17.01 beta
----------------
7-Zip is a file archiver for Windows NT / 2000 / 2003 / 2008 / 2012 / XP / Vista / 7 / 8 / 10.
diff --git a/tools/MakeDef/MakeDefs.cpp b/tools/MakeDef/MakeDefs.cpp
index c85e25378a..c7401a99ae 100644
--- a/tools/MakeDef/MakeDefs.cpp
+++ b/tools/MakeDef/MakeDefs.cpp
@@ -1,4 +1,4 @@
-// MakeDefs.cpp : Defines the entry point for the application.
+// MakeDefs.cpp : Defines the entry point for the application.
//
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
diff --git a/tools/MakeDef/h_collection.h b/tools/MakeDef/h_collection.h
index c179723fc7..2e358bd6f2 100644
--- a/tools/MakeDef/h_collection.h
+++ b/tools/MakeDef/h_collection.h
@@ -1,4 +1,4 @@
-
+
#if !defined( __TNSCOLL_H )
#define __TNSCOLL_H
diff --git a/tools/MakeDef/h_object.h b/tools/MakeDef/h_object.h
index 0188999997..1074db7b00 100644
--- a/tools/MakeDef/h_object.h
+++ b/tools/MakeDef/h_object.h
@@ -1,4 +1,4 @@
-
+
#if !defined( __TOBJECT_H )
#define __TOBJECT_H
diff --git a/tools/MakeDef/h_types.h b/tools/MakeDef/h_types.h
index 2ab730e820..4e65cfbe0d 100644
--- a/tools/MakeDef/h_types.h
+++ b/tools/MakeDef/h_types.h
@@ -1,4 +1,4 @@
-#if !defined( __TTYPES_H )
+#if !defined( __TTYPES_H )
#define __TTYPES_H
#include <stddef.h>
diff --git a/tools/MakeDef/h_util.h b/tools/MakeDef/h_util.h
index 8f518c46f4..cbbbd9b3ed 100644
--- a/tools/MakeDef/h_util.h
+++ b/tools/MakeDef/h_util.h
@@ -1,4 +1,4 @@
-#if !defined( __UTIL_H )
+#if !defined( __UTIL_H )
#define __UTIL_H
#if !defined( __STDARG_H )
diff --git a/tools/MakeDef/lib_str.cpp b/tools/MakeDef/lib_str.cpp
index d573c33b08..786ce44571 100644
--- a/tools/MakeDef/lib_str.cpp
+++ b/tools/MakeDef/lib_str.cpp
@@ -1,4 +1,4 @@
-#include <string.h>
+#include <string.h>
#include "h_util.h"
diff --git a/tools/MakeDef/newstr.cpp b/tools/MakeDef/newstr.cpp
index d64ab7d5c4..557ea17038 100644
--- a/tools/MakeDef/newstr.cpp
+++ b/tools/MakeDef/newstr.cpp
@@ -1,4 +1,4 @@
-#include <string.h>
+#include <string.h>
#include "h_util.h"
diff --git a/tools/MakeDef/tcollect.cpp b/tools/MakeDef/tcollect.cpp
index 76d154dd87..6773a5c382 100644
--- a/tools/MakeDef/tcollect.cpp
+++ b/tools/MakeDef/tcollect.cpp
@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include <stdio.h>
#include <string.h>
#include "h_collection.h"
diff --git a/tools/MakeDef/tnsrtcol.cpp b/tools/MakeDef/tnsrtcol.cpp
index de2f3a973d..b614f8388b 100644
--- a/tools/MakeDef/tnsrtcol.cpp
+++ b/tools/MakeDef/tnsrtcol.cpp
@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include <stdio.h>
#include <string.h>
#include "h_collection.h"
diff --git a/tools/MakeDef/tsmall.cpp b/tools/MakeDef/tsmall.cpp
index 79255e7575..7fac553572 100644
--- a/tools/MakeDef/tsmall.cpp
+++ b/tools/MakeDef/tsmall.cpp
@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include <stdio.h>
#include <string.h>
#include "h_object.h"
diff --git a/tools/WinSCP/license.txt b/tools/WinSCP/license.txt
index 3d75b58770..93b4f8ee45 100644
--- a/tools/WinSCP/license.txt
+++ b/tools/WinSCP/license.txt
@@ -1,4 +1,4 @@
- A. GNU General Public License
+ A. GNU General Public License
B. License of WinSCP Icon Set
C. Privacy Policy
diff --git a/tools/WinSCP/readme.txt b/tools/WinSCP/readme.txt
index 0ee4374e05..bc3a2043a7 100644
--- a/tools/WinSCP/readme.txt
+++ b/tools/WinSCP/readme.txt
@@ -1,4 +1,4 @@
-This is the README file for standalone package of WinSCP for portable use.
+This is the README file for standalone package of WinSCP for portable use.
For portable use of WinSCP see
https://winscp.net/eng/docs/portable
diff --git a/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt b/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt
index fcf3002c69..2d614c7e92 100644
--- a/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt
+++ b/tools/build_scripts/bin15/z2_PackPluginUpdater_x32.txt
@@ -1,4 +1,4 @@
-hashes.txt
+hashes.txt
miranda32.exe
pu_stub.exe
sendlog.exe
diff --git a/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt b/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt
index 927c76067c..8b2decb06d 100644
--- a/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt
+++ b/tools/build_scripts/bin15/z2_PackPluginUpdater_x64.txt
@@ -1,4 +1,4 @@
-hashes.txt
+hashes.txt
miranda64.exe
pu_stub.exe
sendlog.exe
diff --git a/tools/build_scripts/bin15/z3_PackArchives.txt b/tools/build_scripts/bin15/z3_PackArchives.txt
index 19d9dec6ed..661b9c2740 100644
--- a/tools/build_scripts/bin15/z3_PackArchives.txt
+++ b/tools/build_scripts/bin15/z3_PackArchives.txt
@@ -1,4 +1,4 @@
-dbchecker.bat
+dbchecker.bat
Libs\api-ms-win-core-console-l1-1-0.dll
Libs\api-ms-win-core-datetime-l1-1-0.dll
Libs\api-ms-win-core-debug-l1-1-0.dll
diff --git a/tools/build_scripts/z2_PackPluginUpdater.txt b/tools/build_scripts/z2_PackPluginUpdater.txt
index 5d18e3c9f1..7f2b710dbf 100644
--- a/tools/build_scripts/z2_PackPluginUpdater.txt
+++ b/tools/build_scripts/z2_PackPluginUpdater.txt
@@ -1,4 +1,4 @@
-api-ms-win-core-console-l1-1-0.dll
+api-ms-win-core-console-l1-1-0.dll
api-ms-win-core-datetime-l1-1-0.dll
api-ms-win-core-debug-l1-1-0.dll
api-ms-win-core-errorhandling-l1-1-0.dll
diff --git a/tools/build_scripts/z4_UploadPluginUpdater.txt b/tools/build_scripts/z4_UploadPluginUpdater.txt
index dc4feedc21..f5369a0953 100644
--- a/tools/build_scripts/z4_UploadPluginUpdater.txt
+++ b/tools/build_scripts/z4_UploadPluginUpdater.txt
@@ -1,4 +1,4 @@
-option batch abort
+option batch abort
option confirm off
diff --git a/tools/build_scripts/z4_UploadPluginUpdaterStable.txt b/tools/build_scripts/z4_UploadPluginUpdaterStable.txt
index 5d94785764..7aeb27f380 100644
--- a/tools/build_scripts/z4_UploadPluginUpdaterStable.txt
+++ b/tools/build_scripts/z4_UploadPluginUpdaterStable.txt
@@ -1,4 +1,4 @@
-option confirm off
+option confirm off
open miranda-ng
diff --git a/tools/build_scripts/z5_UploadArchives.txt b/tools/build_scripts/z5_UploadArchives.txt
index 950c907ad2..33e55bcecb 100644
--- a/tools/build_scripts/z5_UploadArchives.txt
+++ b/tools/build_scripts/z5_UploadArchives.txt
@@ -1,4 +1,4 @@
-option batch abort
+option batch abort
option confirm off
diff --git a/tools/build_scripts/z5_UploadArchivesStable.txt b/tools/build_scripts/z5_UploadArchivesStable.txt
index b2e126532d..58f5648ff8 100644
--- a/tools/build_scripts/z5_UploadArchivesStable.txt
+++ b/tools/build_scripts/z5_UploadArchivesStable.txt
@@ -1,4 +1,4 @@
-option batch abort
+option batch abort
option confirm off
diff --git a/tools/build_scripts/z7_UploadInstallers.txt b/tools/build_scripts/z7_UploadInstallers.txt
index e43915d0e9..ccf6ed3850 100644
--- a/tools/build_scripts/z7_UploadInstallers.txt
+++ b/tools/build_scripts/z7_UploadInstallers.txt
@@ -1,4 +1,4 @@
-option batch abort
+option batch abort
option confirm off
diff --git a/tools/checksum/checksum.cpp b/tools/checksum/checksum.cpp
index e0ec3324ac..a3aefec80f 100644
--- a/tools/checksum/checksum.cpp
+++ b/tools/checksum/checksum.cpp
@@ -1,4 +1,4 @@
-
+
// Checksum Tool
// By Bio (C) 2012
diff --git a/tools/checksum/commonheaders.h b/tools/checksum/commonheaders.h
index 9118e46b08..c3d5d1e094 100644
--- a/tools/checksum/commonheaders.h
+++ b/tools/checksum/commonheaders.h
@@ -1,4 +1,4 @@
-
+
#define WINVER 0x0700
#define _WIN32_WINNT 0x0700
diff --git a/tools/checksum/md5.cpp b/tools/checksum/md5.cpp
index c552aff9c5..b5ea0fa8b3 100644
--- a/tools/checksum/md5.cpp
+++ b/tools/checksum/md5.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
This software is provided 'as-is', without any express or implied
diff --git a/tools/coverity/my_free.cpp b/tools/coverity/my_free.cpp
index f3a75cde68..93d5ea39ba 100644
--- a/tools/coverity/my_free.cpp
+++ b/tools/coverity/my_free.cpp
@@ -1,4 +1,4 @@
-void* mir_alloc(size_t sz) {
+void* mir_alloc(size_t sz) {
__coverity_alloc__(sz);
}
diff --git a/tools/installer_ng/Common/Files/Docs/license.txt b/tools/installer_ng/Common/Files/Docs/license.txt
index fb0781c1f5..aa4ea031f8 100644
--- a/tools/installer_ng/Common/Files/Docs/license.txt
+++ b/tools/installer_ng/Common/Files/Docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
diff --git a/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini b/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini
index a69c4f78b4..f12535d7c3 100644
--- a/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini
+++ b/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini
@@ -1,4 +1,4 @@
-SETTINGS:
+SETTINGS:
[Skin]
UseSound=b1
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
index 2af93ccce7..15ec526273 100644
--- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
+++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
@@ -1,4 +1,4 @@
-;This file contains the information required to get Miranda up and running,
+;This file contains the information required to get Miranda up and running,
;i.e., everything before a database is loaded
;Settings relating to the location and loading of the database
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
index 8d09f0d1a1..e0497130f8 100644
--- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
+++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
@@ -1,4 +1,4 @@
-;This file contains the information required to get Miranda up and running,
+;This file contains the information required to get Miranda up and running,
;i.e., everything before a database is loaded
;Settings relating to the location and loading of the database
diff --git a/tools/installer_ng/readme.txt b/tools/installer_ng/readme.txt
index 81b5badf46..2ad752bfd3 100644
--- a/tools/installer_ng/readme.txt
+++ b/tools/installer_ng/readme.txt
@@ -1,4 +1,4 @@
- How to automatically compile Miranda NG installer:
+ How to automatically compile Miranda NG installer:
1. Run make_all.bat (will download, compile and cleanup all) or make_interactive.bat for user interactive mode.
diff --git a/tools/installer_ng_stable/Common/Files/Docs/license.txt b/tools/installer_ng_stable/Common/Files/Docs/license.txt
index fb0781c1f5..aa4ea031f8 100644
--- a/tools/installer_ng_stable/Common/Files/Docs/license.txt
+++ b/tools/installer_ng_stable/Common/Files/Docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
diff --git a/tools/installer_ng_stable/Common/Files/Settings/autoexec_sounds.ini b/tools/installer_ng_stable/Common/Files/Settings/autoexec_sounds.ini
index a69c4f78b4..f12535d7c3 100644
--- a/tools/installer_ng_stable/Common/Files/Settings/autoexec_sounds.ini
+++ b/tools/installer_ng_stable/Common/Files/Settings/autoexec_sounds.ini
@@ -1,4 +1,4 @@
-SETTINGS:
+SETTINGS:
[Skin]
UseSound=b1
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini
index 2af93ccce7..15ec526273 100644
--- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini
+++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini
@@ -1,4 +1,4 @@
-;This file contains the information required to get Miranda up and running,
+;This file contains the information required to get Miranda up and running,
;i.e., everything before a database is loaded
;Settings relating to the location and loading of the database
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini
index 8d09f0d1a1..e0497130f8 100644
--- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini
+++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini
@@ -1,4 +1,4 @@
-;This file contains the information required to get Miranda up and running,
+;This file contains the information required to get Miranda up and running,
;i.e., everything before a database is loaded
;Settings relating to the location and loading of the database
diff --git a/tools/rebaser/rebaser.cpp b/tools/rebaser/rebaser.cpp
index 61fbcd1b93..f6c048358b 100644
--- a/tools/rebaser/rebaser.cpp
+++ b/tools/rebaser/rebaser.cpp
@@ -1,4 +1,4 @@
-
+
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <io.h>