From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001
From: Kirill Volinsky <Mataes2007@gmail.com>
Date: Wed, 6 Dec 2017 14:15:09 +0300
Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from
 commit 62202ed10617927d5429bc59898e12a366abe744)

---
 protocols/Dummy/CMakeLists.txt             | 2 +-
 protocols/Dummy/proto_dummy/CMakeLists.txt | 2 +-
 protocols/Dummy/proto_dummy/src/resource.h | 2 +-
 protocols/Dummy/src/dummy.h                | 2 +-
 protocols/Dummy/src/dummy_options.cpp      | 2 +-
 protocols/Dummy/src/dummy_proto.cpp        | 2 +-
 protocols/Dummy/src/dummy_proto.h          | 2 +-
 protocols/Dummy/src/main.cpp               | 2 +-
 protocols/Dummy/src/resource.h             | 2 +-
 protocols/Dummy/src/stdafx.cxx             | 2 +-
 protocols/Dummy/src/stdafx.h               | 2 +-
 protocols/Dummy/src/version.h              | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

(limited to 'protocols/Dummy')

diff --git a/protocols/Dummy/CMakeLists.txt b/protocols/Dummy/CMakeLists.txt
index cdc3ba83ec..2fedfcaa24 100644
--- a/protocols/Dummy/CMakeLists.txt
+++ b/protocols/Dummy/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
 set(TARGET Dummy)
 include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
 add_subdirectory(proto_dummy)
\ No newline at end of file
diff --git a/protocols/Dummy/proto_dummy/CMakeLists.txt b/protocols/Dummy/proto_dummy/CMakeLists.txt
index f6e7d076cb..3396e1c992 100644
--- a/protocols/Dummy/proto_dummy/CMakeLists.txt
+++ b/protocols/Dummy/proto_dummy/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Dummy)
+set(TARGET Proto_Dummy)
 include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file
diff --git a/protocols/Dummy/proto_dummy/src/resource.h b/protocols/Dummy/proto_dummy/src/resource.h
index 3c75eae736..309123b626 100644
--- a/protocols/Dummy/proto_dummy/src/resource.h
+++ b/protocols/Dummy/proto_dummy/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
 // Microsoft Visual C++ generated include file.
 // Used by Proto_IRC.rc
 //
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h
index 9fe2368561..6236dd4fe8 100644
--- a/protocols/Dummy/src/dummy.h
+++ b/protocols/Dummy/src/dummy.h
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_options.cpp b/protocols/Dummy/src/dummy_options.cpp
index 739f6900e2..e5b6af951d 100644
--- a/protocols/Dummy/src/dummy_options.cpp
+++ b/protocols/Dummy/src/dummy_options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp
index d74e7d1ad3..6b978155c1 100644
--- a/protocols/Dummy/src/dummy_proto.cpp
+++ b/protocols/Dummy/src/dummy_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h
index cd6cf10da6..e985c31b9f 100644
--- a/protocols/Dummy/src/dummy_proto.h
+++ b/protocols/Dummy/src/dummy_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp
index 5976e36fc9..135358b7f8 100644
--- a/protocols/Dummy/src/main.cpp
+++ b/protocols/Dummy/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/resource.h b/protocols/Dummy/src/resource.h
index e234a2472e..f9405505ad 100644
--- a/protocols/Dummy/src/resource.h
+++ b/protocols/Dummy/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
 // Microsoft Visual C++ generated include file.
 // Used by D:\Development\Miranda\Miranda NG\protocols\Dummy\res\resource.rc
 //
diff --git a/protocols/Dummy/src/stdafx.cxx b/protocols/Dummy/src/stdafx.cxx
index 9860436786..446abfd6d9 100644
--- a/protocols/Dummy/src/stdafx.cxx
+++ b/protocols/Dummy/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/stdafx.h b/protocols/Dummy/src/stdafx.h
index 164c460caf..b80b9d9eec 100644
--- a/protocols/Dummy/src/stdafx.h
+++ b/protocols/Dummy/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2014 Robert Pösel
 
 This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h
index 61d2e0df3e..99bef970b2 100644
--- a/protocols/Dummy/src/version.h
+++ b/protocols/Dummy/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION          0
+#define __MAJOR_VERSION          0
 #define __MINOR_VERSION          2
 #define __RELEASE_NUM            0
 #define __BUILD_NUM              0
-- 
cgit v1.2.3