summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
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 0116e2f592..f34640dc79 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 9d3533a9d7..fc68e46f1e 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 c7401a99ae..c85e25378a 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 2e358bd6f2..c179723fc7 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 1074db7b00..0188999997 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 4e65cfbe0d..2ab730e820 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 cbbbd9b3ed..8f518c46f4 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 786ce44571..d573c33b08 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 557ea17038..d64ab7d5c4 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 6773a5c382..76d154dd87 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 b614f8388b..de2f3a973d 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 7fac553572..79255e7575 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 93b4f8ee45..3d75b58770 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 bc3a2043a7..0ee4374e05 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 2d614c7e92..fcf3002c69 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 8b2decb06d..927c76067c 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 661b9c2740..19d9dec6ed 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 7f2b710dbf..5d18e3c9f1 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 f5369a0953..dc4feedc21 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 7aeb27f380..5d94785764 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 33e55bcecb..950c907ad2 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 58f5648ff8..b2e126532d 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 ccf6ed3850..e43915d0e9 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 a3aefec80f..e0ec3324ac 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 c3d5d1e094..9118e46b08 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 b5ea0fa8b3..c552aff9c5 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 93d5ea39ba..f3a75cde68 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 aa4ea031f8..fb0781c1f5 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 f12535d7c3..a69c4f78b4 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 15ec526273..2af93ccce7 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 e0497130f8..8d09f0d1a1 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 2ad752bfd3..81b5badf46 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 aa4ea031f8..fb0781c1f5 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 f12535d7c3..a69c4f78b4 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 15ec526273..2af93ccce7 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 e0497130f8..8d09f0d1a1 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 f6c048358b..61fbcd1b93 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>