summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify
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/KeyboardNotify
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r--plugins/KeyboardNotify/docs/readme.txt2
-rw-r--r--plugins/KeyboardNotify/res/Version.rc2
-rw-r--r--plugins/KeyboardNotify/res/resources.rc2
-rw-r--r--plugins/KeyboardNotify/src/EnumProc.cpp2
-rw-r--r--plugins/KeyboardNotify/src/EnumProc.h2
-rw-r--r--plugins/KeyboardNotify/src/constants.h2
-rw-r--r--plugins/KeyboardNotify/src/flash.cpp2
-rw-r--r--plugins/KeyboardNotify/src/flash.h2
-rw-r--r--plugins/KeyboardNotify/src/ignore.cpp2
-rw-r--r--plugins/KeyboardNotify/src/ignore.h2
-rw-r--r--plugins/KeyboardNotify/src/keyboard.cpp2
-rw-r--r--plugins/KeyboardNotify/src/keyboard.h2
-rw-r--r--plugins/KeyboardNotify/src/keypresses.cpp2
-rw-r--r--plugins/KeyboardNotify/src/keypresses.h2
-rw-r--r--plugins/KeyboardNotify/src/main.cpp2
-rw-r--r--plugins/KeyboardNotify/src/options.cpp2
-rw-r--r--plugins/KeyboardNotify/src/protolist.h2
-rw-r--r--plugins/KeyboardNotify/src/resource.h2
-rw-r--r--plugins/KeyboardNotify/src/stdafx.cxx2
-rw-r--r--plugins/KeyboardNotify/src/stdafx.h2
-rw-r--r--plugins/KeyboardNotify/src/utils.cpp2
-rw-r--r--plugins/KeyboardNotify/src/utils.h2
-rw-r--r--plugins/KeyboardNotify/src/version.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/plugins/KeyboardNotify/docs/readme.txt b/plugins/KeyboardNotify/docs/readme.txt
index b065442b8b..c853e86349 100644
--- a/plugins/KeyboardNotify/docs/readme.txt
+++ b/plugins/KeyboardNotify/docs/readme.txt
@@ -1,4 +1,4 @@
- -=====================================-
+ -=====================================-
Keyboard Notify plugin for Miranda-IM
-=====================================-
diff --git a/plugins/KeyboardNotify/res/Version.rc b/plugins/KeyboardNotify/res/Version.rc
index fdeb14668c..6427dc9522 100644
--- a/plugins/KeyboardNotify/res/Version.rc
+++ b/plugins/KeyboardNotify/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/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc
index cf121394fc..d247cd5ac4 100644
--- a/plugins/KeyboardNotify/res/resources.rc
+++ b/plugins/KeyboardNotify/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/KeyboardNotify/src/EnumProc.cpp b/plugins/KeyboardNotify/src/EnumProc.cpp
index d14af76609..90cf9696ae 100644
--- a/plugins/KeyboardNotify/src/EnumProc.cpp
+++ b/plugins/KeyboardNotify/src/EnumProc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/EnumProc.h b/plugins/KeyboardNotify/src/EnumProc.h
index 5f401ce9e0..0f4016b7b0 100644
--- a/plugins/KeyboardNotify/src/EnumProc.h
+++ b/plugins/KeyboardNotify/src/EnumProc.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/constants.h b/plugins/KeyboardNotify/src/constants.h
index d50ded6d23..6fb5b3846e 100644
--- a/plugins/KeyboardNotify/src/constants.h
+++ b/plugins/KeyboardNotify/src/constants.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/flash.cpp b/plugins/KeyboardNotify/src/flash.cpp
index 2a47c528b7..fbb5318856 100644
--- a/plugins/KeyboardNotify/src/flash.cpp
+++ b/plugins/KeyboardNotify/src/flash.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/flash.h b/plugins/KeyboardNotify/src/flash.h
index 96421c966e..6b2291b6e6 100644
--- a/plugins/KeyboardNotify/src/flash.h
+++ b/plugins/KeyboardNotify/src/flash.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/ignore.cpp b/plugins/KeyboardNotify/src/ignore.cpp
index 23a0e0d907..d18095aa09 100644
--- a/plugins/KeyboardNotify/src/ignore.cpp
+++ b/plugins/KeyboardNotify/src/ignore.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/ignore.h b/plugins/KeyboardNotify/src/ignore.h
index 5fcd0ceebe..25b8d7225c 100644
--- a/plugins/KeyboardNotify/src/ignore.h
+++ b/plugins/KeyboardNotify/src/ignore.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/keyboard.cpp b/plugins/KeyboardNotify/src/keyboard.cpp
index d8ea3dbfff..5687b525c8 100644
--- a/plugins/KeyboardNotify/src/keyboard.cpp
+++ b/plugins/KeyboardNotify/src/keyboard.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/keyboard.h b/plugins/KeyboardNotify/src/keyboard.h
index 8fe6b52fe9..41a6ccbcb7 100644
--- a/plugins/KeyboardNotify/src/keyboard.h
+++ b/plugins/KeyboardNotify/src/keyboard.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/keypresses.cpp b/plugins/KeyboardNotify/src/keypresses.cpp
index 8b449f104b..06aed163ec 100644
--- a/plugins/KeyboardNotify/src/keypresses.cpp
+++ b/plugins/KeyboardNotify/src/keypresses.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/keypresses.h b/plugins/KeyboardNotify/src/keypresses.h
index 57e99aa25c..2857f6341c 100644
--- a/plugins/KeyboardNotify/src/keypresses.h
+++ b/plugins/KeyboardNotify/src/keypresses.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp
index 5b675e4421..16db627cc3 100644
--- a/plugins/KeyboardNotify/src/main.cpp
+++ b/plugins/KeyboardNotify/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
KeyboardNotify plugin v1.5 for Miranda IM
_________________________________________
diff --git a/plugins/KeyboardNotify/src/options.cpp b/plugins/KeyboardNotify/src/options.cpp
index 7425a67cc3..dd5e862122 100644
--- a/plugins/KeyboardNotify/src/options.cpp
+++ b/plugins/KeyboardNotify/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/protolist.h b/plugins/KeyboardNotify/src/protolist.h
index d3f816009d..4a9cb3f2e1 100644
--- a/plugins/KeyboardNotify/src/protolist.h
+++ b/plugins/KeyboardNotify/src/protolist.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/resource.h b/plugins/KeyboardNotify/src/resource.h
index 88fbe4c38c..497b69b9b9 100644
--- a/plugins/KeyboardNotify/src/resource.h
+++ b/plugins/KeyboardNotify/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resources.rc
//
diff --git a/plugins/KeyboardNotify/src/stdafx.cxx b/plugins/KeyboardNotify/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/KeyboardNotify/src/stdafx.cxx
+++ b/plugins/KeyboardNotify/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/KeyboardNotify/src/stdafx.h b/plugins/KeyboardNotify/src/stdafx.h
index fad3036683..b90858fb0c 100644
--- a/plugins/KeyboardNotify/src/stdafx.h
+++ b/plugins/KeyboardNotify/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/utils.cpp b/plugins/KeyboardNotify/src/utils.cpp
index 399ecafe31..8fa99e4ac3 100644
--- a/plugins/KeyboardNotify/src/utils.cpp
+++ b/plugins/KeyboardNotify/src/utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/utils.h b/plugins/KeyboardNotify/src/utils.h
index 64e83feeb5..c4080cd883 100644
--- a/plugins/KeyboardNotify/src/utils.h
+++ b/plugins/KeyboardNotify/src/utils.h
@@ -1,4 +1,4 @@
-/*
+/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/KeyboardNotify/src/version.h b/plugins/KeyboardNotify/src/version.h
index 201bf2d1be..ddb2d42bd2 100644
--- a/plugins/KeyboardNotify/src/version.h
+++ b/plugins/KeyboardNotify/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 5
#define __RELEASE_NUM 7
#define __BUILD_NUM 7