diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/ClientChangeNotify | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/ClientChangeNotify')
-rw-r--r-- | plugins/ClientChangeNotify/docs/copying.txt | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/res/Resources.rc | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/CString.cpp | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/CString.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/Misc.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/OptDlg.cpp | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/Options.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/TMyArray.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/pcre.cpp | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/pcre.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/ClientChangeNotify/src/version.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/plugins/ClientChangeNotify/docs/copying.txt b/plugins/ClientChangeNotify/docs/copying.txt index 45645b4b53..75fe0077e7 100644 --- a/plugins/ClientChangeNotify/docs/copying.txt +++ b/plugins/ClientChangeNotify/docs/copying.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/ClientChangeNotify/docs/readme.txt b/plugins/ClientChangeNotify/docs/readme.txt index a365ce067c..b7d9d1663b 100644 --- a/plugins/ClientChangeNotify/docs/readme.txt +++ b/plugins/ClientChangeNotify/docs/readme.txt @@ -1,4 +1,4 @@ -ClientChangeNotify plugin for Miranda IM.
+ClientChangeNotify plugin for Miranda IM.
(c) Chervov Dmitry aka Deathdemon.
This plugin shows a notification when someone in your contact list changes his client.
diff --git a/plugins/ClientChangeNotify/res/Resources.rc b/plugins/ClientChangeNotify/res/Resources.rc index eb43ba82fb..0e32cae935 100644 --- a/plugins/ClientChangeNotify/res/Resources.rc +++ b/plugins/ClientChangeNotify/res/Resources.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/ClientChangeNotify/res/Version.rc b/plugins/ClientChangeNotify/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/ClientChangeNotify/res/Version.rc +++ b/plugins/ClientChangeNotify/res/Version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/ClientChangeNotify/src/CString.cpp b/plugins/ClientChangeNotify/src/CString.cpp index 2ed5f49062..038223894a 100644 --- a/plugins/ClientChangeNotify/src/CString.cpp +++ b/plugins/ClientChangeNotify/src/CString.cpp @@ -1,4 +1,4 @@ -/*
+/*
TCString.cpp - TCString class
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/CString.h b/plugins/ClientChangeNotify/src/CString.h index decedaaac7..6e2fb53e80 100644 --- a/plugins/ClientChangeNotify/src/CString.h +++ b/plugins/ClientChangeNotify/src/CString.h @@ -1,4 +1,4 @@ -/*
+/*
TCString.h - TCString class
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 05a4423f30..d372bd248e 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/Misc.h b/plugins/ClientChangeNotify/src/Misc.h index 11b323ada1..f12a72f571 100644 --- a/plugins/ClientChangeNotify/src/Misc.h +++ b/plugins/ClientChangeNotify/src/Misc.h @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/OptDlg.cpp b/plugins/ClientChangeNotify/src/OptDlg.cpp index 21761ed59e..bbcec464c4 100644 --- a/plugins/ClientChangeNotify/src/OptDlg.cpp +++ b/plugins/ClientChangeNotify/src/OptDlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/Options.cpp b/plugins/ClientChangeNotify/src/Options.cpp index cc1e3e6d96..28c5193335 100644 --- a/plugins/ClientChangeNotify/src/Options.cpp +++ b/plugins/ClientChangeNotify/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Options.cpp
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/Options.h b/plugins/ClientChangeNotify/src/Options.h index aac3e9d1c0..f058171425 100644 --- a/plugins/ClientChangeNotify/src/Options.h +++ b/plugins/ClientChangeNotify/src/Options.h @@ -1,4 +1,4 @@ -/*
+/*
Options.h
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/TMyArray.h b/plugins/ClientChangeNotify/src/TMyArray.h index 3e676bf816..e75c773591 100644 --- a/plugins/ClientChangeNotify/src/TMyArray.h +++ b/plugins/ClientChangeNotify/src/TMyArray.h @@ -1,4 +1,4 @@ -/*
+/*
TMyArray.h - TMyArray template
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/pcre.cpp b/plugins/ClientChangeNotify/src/pcre.cpp index d1796cfe81..629b7ef4c8 100644 --- a/plugins/ClientChangeNotify/src/pcre.cpp +++ b/plugins/ClientChangeNotify/src/pcre.cpp @@ -1,4 +1,4 @@ -/*
+/*
Pcre.cpp
Copyright (c) 2007-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/pcre.h b/plugins/ClientChangeNotify/src/pcre.h index 09294dabba..75fbf2fc69 100644 --- a/plugins/ClientChangeNotify/src/pcre.h +++ b/plugins/ClientChangeNotify/src/pcre.h @@ -1,4 +1,4 @@ -/*
+/*
Pcre.h
Copyright (c) 2007-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/resource.h b/plugins/ClientChangeNotify/src/resource.h index e9a86ee449..6c8e5720a0 100644 --- a/plugins/ClientChangeNotify/src/resource.h +++ b/plugins/ClientChangeNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Resources.rc
//
diff --git a/plugins/ClientChangeNotify/src/stdafx.cxx b/plugins/ClientChangeNotify/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/ClientChangeNotify/src/stdafx.cxx +++ b/plugins/ClientChangeNotify/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/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index 3fae08172e..c6d304ac75 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/version.h b/plugins/ClientChangeNotify/src/version.h index c47192ad2f..1d06e90efc 100644 --- a/plugins/ClientChangeNotify/src/version.h +++ b/plugins/ClientChangeNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 1 #define __BUILD_NUM 3 |