summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/src
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/IEHistory/src
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/IEHistory/src')
-rw-r--r--plugins/IEHistory/src/IEHistory.cpp2
-rw-r--r--plugins/IEHistory/src/dlgHandlers.cpp2
-rw-r--r--plugins/IEHistory/src/dlgHandlers.h2
-rw-r--r--plugins/IEHistory/src/events.cpp2
-rw-r--r--plugins/IEHistory/src/events.h2
-rw-r--r--plugins/IEHistory/src/resource.h2
-rw-r--r--plugins/IEHistory/src/services.cpp2
-rw-r--r--plugins/IEHistory/src/services.h2
-rw-r--r--plugins/IEHistory/src/stdafx.cxx2
-rw-r--r--plugins/IEHistory/src/stdafx.h2
-rw-r--r--plugins/IEHistory/src/utils.cpp2
-rw-r--r--plugins/IEHistory/src/utils.h2
-rw-r--r--plugins/IEHistory/src/version.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp
index 6f8151f72d..29fce41021 100644
--- a/plugins/IEHistory/src/IEHistory.cpp
+++ b/plugins/IEHistory/src/IEHistory.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/dlgHandlers.cpp b/plugins/IEHistory/src/dlgHandlers.cpp
index dad7eb3932..345d4a70e9 100644
--- a/plugins/IEHistory/src/dlgHandlers.cpp
+++ b/plugins/IEHistory/src/dlgHandlers.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/dlgHandlers.h b/plugins/IEHistory/src/dlgHandlers.h
index 01d39a1351..8f23d62ce2 100644
--- a/plugins/IEHistory/src/dlgHandlers.h
+++ b/plugins/IEHistory/src/dlgHandlers.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/events.cpp b/plugins/IEHistory/src/events.cpp
index e7abc9cff8..9e439517b5 100644
--- a/plugins/IEHistory/src/events.cpp
+++ b/plugins/IEHistory/src/events.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/events.h b/plugins/IEHistory/src/events.h
index abfa66ac42..7f683bd228 100644
--- a/plugins/IEHistory/src/events.h
+++ b/plugins/IEHistory/src/events.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/resource.h b/plugins/IEHistory/src/resource.h
index b240d149db..3d7132413c 100644
--- a/plugins/IEHistory/src/resource.h
+++ b/plugins/IEHistory/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by IEHistory.rc
//
diff --git a/plugins/IEHistory/src/services.cpp b/plugins/IEHistory/src/services.cpp
index 84ea58ffee..e32c7b9163 100644
--- a/plugins/IEHistory/src/services.cpp
+++ b/plugins/IEHistory/src/services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/services.h b/plugins/IEHistory/src/services.h
index c1048ce9fc..4a2f01a198 100644
--- a/plugins/IEHistory/src/services.h
+++ b/plugins/IEHistory/src/services.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/stdafx.cxx b/plugins/IEHistory/src/stdafx.cxx
index b5acedc6eb..65aa0503b2 100644
--- a/plugins/IEHistory/src/stdafx.cxx
+++ b/plugins/IEHistory/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/stdafx.h b/plugins/IEHistory/src/stdafx.h
index 4db5643aee..ccaeed7446 100644
--- a/plugins/IEHistory/src/stdafx.h
+++ b/plugins/IEHistory/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/utils.cpp b/plugins/IEHistory/src/utils.cpp
index fc40eeba25..dd94c39fe6 100644
--- a/plugins/IEHistory/src/utils.cpp
+++ b/plugins/IEHistory/src/utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/utils.h b/plugins/IEHistory/src/utils.h
index a8c98ef30b..76d409bca0 100644
--- a/plugins/IEHistory/src/utils.h
+++ b/plugins/IEHistory/src/utils.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/version.h b/plugins/IEHistory/src/version.h
index 34d50e6bcf..1d47032d87 100644
--- a/plugins/IEHistory/src/version.h
+++ b/plugins/IEHistory/src/version.h
@@ -1,4 +1,4 @@
-/*
+/*
Bonsai plugin for Miranda IM
Copyright © 2006 Cristian Libotean