summaryrefslogtreecommitdiff
path: root/plugins/AutoShutdown
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 /plugins/AutoShutdown
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/AutoShutdown')
-rw-r--r--plugins/AutoShutdown/docs/Info_Src.txt2
-rw-r--r--plugins/AutoShutdown/docs/License_Appendix.txt2
-rw-r--r--plugins/AutoShutdown/docs/developer.txt2
-rw-r--r--plugins/AutoShutdown/docs/license.txt2
-rw-r--r--plugins/AutoShutdown/docs/readme.txt2
-rw-r--r--plugins/AutoShutdown/src/cpuusage.cpp2
-rw-r--r--plugins/AutoShutdown/src/cpuusage.h2
-rw-r--r--plugins/AutoShutdown/src/frame.cpp2
-rw-r--r--plugins/AutoShutdown/src/frame.h2
-rw-r--r--plugins/AutoShutdown/src/main.cpp2
-rw-r--r--plugins/AutoShutdown/src/options.cpp2
-rw-r--r--plugins/AutoShutdown/src/options.h2
-rw-r--r--plugins/AutoShutdown/src/resource.h2
-rw-r--r--plugins/AutoShutdown/src/settingsdlg.cpp2
-rw-r--r--plugins/AutoShutdown/src/settingsdlg.h2
-rw-r--r--plugins/AutoShutdown/src/shutdownsvc.cpp2
-rw-r--r--plugins/AutoShutdown/src/shutdownsvc.h2
-rw-r--r--plugins/AutoShutdown/src/stdafx.cxx2
-rw-r--r--plugins/AutoShutdown/src/stdafx.h2
-rw-r--r--plugins/AutoShutdown/src/utils.cpp2
-rw-r--r--plugins/AutoShutdown/src/utils.h2
-rw-r--r--plugins/AutoShutdown/src/version.h2
-rw-r--r--plugins/AutoShutdown/src/watcher.cpp2
-rw-r--r--plugins/AutoShutdown/src/watcher.h2
24 files changed, 24 insertions, 24 deletions
diff --git a/plugins/AutoShutdown/docs/Info_Src.txt b/plugins/AutoShutdown/docs/Info_Src.txt
index 034e9184c8..2b61a98f37 100644
--- a/plugins/AutoShutdown/docs/Info_Src.txt
+++ b/plugins/AutoShutdown/docs/Info_Src.txt
@@ -1,4 +1,4 @@
-
+
AutoShutdown 1.4.0.1 for Miranda IM 0.7+
------------------------------------------------------------------------
Source Code
diff --git a/plugins/AutoShutdown/docs/License_Appendix.txt b/plugins/AutoShutdown/docs/License_Appendix.txt
index 516820d836..c590c3f5fb 100644
--- a/plugins/AutoShutdown/docs/License_Appendix.txt
+++ b/plugins/AutoShutdown/docs/License_Appendix.txt
@@ -1,4 +1,4 @@
-
+
Excecpt of GNU General Public License (Appendix):
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/plugins/AutoShutdown/docs/developer.txt b/plugins/AutoShutdown/docs/developer.txt
index 1011b43796..9b15e2b09b 100644
--- a/plugins/AutoShutdown/docs/developer.txt
+++ b/plugins/AutoShutdown/docs/developer.txt
@@ -1,4 +1,4 @@
-
+
AutoShutdown 1.4.0.2 for Miranda IM 0.7+
------------------------------------------------------------------------
Developer Information
diff --git a/plugins/AutoShutdown/docs/license.txt b/plugins/AutoShutdown/docs/license.txt
index 1fe8b81503..a726a52df1 100644
--- a/plugins/AutoShutdown/docs/license.txt
+++ b/plugins/AutoShutdown/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.
diff --git a/plugins/AutoShutdown/docs/readme.txt b/plugins/AutoShutdown/docs/readme.txt
index a0808e0d53..59524f620f 100644
--- a/plugins/AutoShutdown/docs/readme.txt
+++ b/plugins/AutoShutdown/docs/readme.txt
@@ -1,4 +1,4 @@
-
+
AutoShutdown 1.4.0.2
------------------------------------------------------------------------
Plugin for Miranda IM 0.7 and +
diff --git a/plugins/AutoShutdown/src/cpuusage.cpp b/plugins/AutoShutdown/src/cpuusage.cpp
index 2cbfa5b95f..2959013407 100644
--- a/plugins/AutoShutdown/src/cpuusage.cpp
+++ b/plugins/AutoShutdown/src/cpuusage.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/cpuusage.h b/plugins/AutoShutdown/src/cpuusage.h
index 23a32e71d4..681a2c8213 100644
--- a/plugins/AutoShutdown/src/cpuusage.h
+++ b/plugins/AutoShutdown/src/cpuusage.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/frame.cpp b/plugins/AutoShutdown/src/frame.cpp
index ed53e7a47b..5908be544f 100644
--- a/plugins/AutoShutdown/src/frame.cpp
+++ b/plugins/AutoShutdown/src/frame.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/frame.h b/plugins/AutoShutdown/src/frame.h
index 6f54fac4d8..1b0bffdafd 100644
--- a/plugins/AutoShutdown/src/frame.h
+++ b/plugins/AutoShutdown/src/frame.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/main.cpp b/plugins/AutoShutdown/src/main.cpp
index 7a9ab59812..2d68004d38 100644
--- a/plugins/AutoShutdown/src/main.cpp
+++ b/plugins/AutoShutdown/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
Copyright 2004-2007 H. Herkenrath
diff --git a/plugins/AutoShutdown/src/options.cpp b/plugins/AutoShutdown/src/options.cpp
index 8b9383c67d..c9b8a508ce 100644
--- a/plugins/AutoShutdown/src/options.cpp
+++ b/plugins/AutoShutdown/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/options.h b/plugins/AutoShutdown/src/options.h
index ee62d7d8eb..8b8e63f04f 100644
--- a/plugins/AutoShutdown/src/options.h
+++ b/plugins/AutoShutdown/src/options.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/resource.h b/plugins/AutoShutdown/src/resource.h
index 4507671c9a..78a764d908 100644
--- a/plugins/AutoShutdown/src/resource.h
+++ b/plugins/AutoShutdown/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/AutoShutdown/src/settingsdlg.cpp b/plugins/AutoShutdown/src/settingsdlg.cpp
index d06c2e4411..662196b3ca 100644
--- a/plugins/AutoShutdown/src/settingsdlg.cpp
+++ b/plugins/AutoShutdown/src/settingsdlg.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/settingsdlg.h b/plugins/AutoShutdown/src/settingsdlg.h
index ea1c7e4445..1521812f30 100644
--- a/plugins/AutoShutdown/src/settingsdlg.h
+++ b/plugins/AutoShutdown/src/settingsdlg.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/shutdownsvc.cpp b/plugins/AutoShutdown/src/shutdownsvc.cpp
index 56587a6816..bce97d110c 100644
--- a/plugins/AutoShutdown/src/shutdownsvc.cpp
+++ b/plugins/AutoShutdown/src/shutdownsvc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/shutdownsvc.h b/plugins/AutoShutdown/src/shutdownsvc.h
index 1dee87d326..639d02a7fa 100644
--- a/plugins/AutoShutdown/src/shutdownsvc.h
+++ b/plugins/AutoShutdown/src/shutdownsvc.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/stdafx.cxx b/plugins/AutoShutdown/src/stdafx.cxx
index bfd519e3dc..b05ed73bc5 100644
--- a/plugins/AutoShutdown/src/stdafx.cxx
+++ b/plugins/AutoShutdown/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/AutoShutdown/src/stdafx.h b/plugins/AutoShutdown/src/stdafx.h
index f22a83ec7d..be9415d830 100644
--- a/plugins/AutoShutdown/src/stdafx.h
+++ b/plugins/AutoShutdown/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/utils.cpp b/plugins/AutoShutdown/src/utils.cpp
index f5b639e81f..e288740dbb 100644
--- a/plugins/AutoShutdown/src/utils.cpp
+++ b/plugins/AutoShutdown/src/utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/utils.h b/plugins/AutoShutdown/src/utils.h
index 6c2cb0497f..d3ccaabae7 100644
--- a/plugins/AutoShutdown/src/utils.h
+++ b/plugins/AutoShutdown/src/utils.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/version.h b/plugins/AutoShutdown/src/version.h
index ececbb321b..f5d42980ae 100644
--- a/plugins/AutoShutdown/src/version.h
+++ b/plugins/AutoShutdown/src/version.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/watcher.cpp b/plugins/AutoShutdown/src/watcher.cpp
index a731a5b9a2..04f8429eb0 100644
--- a/plugins/AutoShutdown/src/watcher.cpp
+++ b/plugins/AutoShutdown/src/watcher.cpp
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/watcher.h b/plugins/AutoShutdown/src/watcher.h
index b517d3d9fd..157fc93bd1 100644
--- a/plugins/AutoShutdown/src/watcher.h
+++ b/plugins/AutoShutdown/src/watcher.h
@@ -1,4 +1,4 @@
-/*
+/*
'AutoShutdown'-Plugin for Miranda IM