summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify
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/ClientChangeNotify
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/ClientChangeNotify')
-rw-r--r--plugins/ClientChangeNotify/docs/copying.txt2
-rw-r--r--plugins/ClientChangeNotify/docs/readme.txt2
-rw-r--r--plugins/ClientChangeNotify/src/CString.cpp2
-rw-r--r--plugins/ClientChangeNotify/src/CString.h2
-rw-r--r--plugins/ClientChangeNotify/src/ClientChangeNotify.cpp2
-rw-r--r--plugins/ClientChangeNotify/src/Misc.h2
-rw-r--r--plugins/ClientChangeNotify/src/OptDlg.cpp2
-rw-r--r--plugins/ClientChangeNotify/src/Options.cpp2
-rw-r--r--plugins/ClientChangeNotify/src/Options.h2
-rw-r--r--plugins/ClientChangeNotify/src/TMyArray.h2
-rw-r--r--plugins/ClientChangeNotify/src/pcre.cpp2
-rw-r--r--plugins/ClientChangeNotify/src/pcre.h2
-rw-r--r--plugins/ClientChangeNotify/src/resource.h2
-rw-r--r--plugins/ClientChangeNotify/src/stdafx.cxx2
-rw-r--r--plugins/ClientChangeNotify/src/stdafx.h2
-rw-r--r--plugins/ClientChangeNotify/src/version.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/plugins/ClientChangeNotify/docs/copying.txt b/plugins/ClientChangeNotify/docs/copying.txt
index 75fe0077e7..45645b4b53 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 b7d9d1663b..a365ce067c 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/src/CString.cpp b/plugins/ClientChangeNotify/src/CString.cpp
index 038223894a..2ed5f49062 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 6e2fb53e80..decedaaac7 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 d372bd248e..05a4423f30 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 f12a72f571..11b323ada1 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 bbcec464c4..21761ed59e 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 28c5193335..cc1e3e6d96 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 f058171425..aac3e9d1c0 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 e75c773591..3e676bf816 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 629b7ef4c8..d1796cfe81 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 75fbf2fc69..09294dabba 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 6c8e5720a0..e9a86ee449 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 bfd519e3dc..b05ed73bc5 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 c6d304ac75..3fae08172e 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 1d06e90efc..c47192ad2f 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