summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod
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/StopSpamMod
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/StopSpamMod')
-rw-r--r--plugins/StopSpamMod/docs/readme.txt2
-rw-r--r--plugins/StopSpamMod/res/Version.rc2
-rwxr-xr-xplugins/StopSpamMod/res/stopspam.rc2
-rwxr-xr-xplugins/StopSpamMod/src/globals.h2
-rwxr-xr-xplugins/StopSpamMod/src/include/utf8.h2
-rwxr-xr-xplugins/StopSpamMod/src/include/utf8/checked.h2
-rwxr-xr-xplugins/StopSpamMod/src/include/utf8/core.h2
-rwxr-xr-xplugins/StopSpamMod/src/include/utf8/unchecked.h2
-rwxr-xr-xplugins/StopSpamMod/src/init.cpp2
-rwxr-xr-xplugins/StopSpamMod/src/options.cpp2
-rwxr-xr-xplugins/StopSpamMod/src/resource.h2
-rw-r--r--plugins/StopSpamMod/src/stdafx.cxx2
-rwxr-xr-xplugins/StopSpamMod/src/stdafx.h2
-rwxr-xr-xplugins/StopSpamMod/src/stopspam.cpp2
-rwxr-xr-xplugins/StopSpamMod/src/stopspam.h2
-rwxr-xr-xplugins/StopSpamMod/src/utilities.cpp2
-rwxr-xr-xplugins/StopSpamMod/src/utilities.h2
-rwxr-xr-xplugins/StopSpamMod/src/version.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/plugins/StopSpamMod/docs/readme.txt b/plugins/StopSpamMod/docs/readme.txt
index 4f317d214d..1583d8e593 100644
--- a/plugins/StopSpamMod/docs/readme.txt
+++ b/plugins/StopSpamMod/docs/readme.txt
@@ -1,4 +1,4 @@
-* Build Dependencies
+* Build Dependencies
1. boost (http://www.boost.org/)
2. c++ compiller (because of miranda have compiled with MSVC, only msvc compiled builds working fine (i have no success with mingw, please report your result :) ))
* Runtime Dependencies
diff --git a/plugins/StopSpamMod/res/Version.rc b/plugins/StopSpamMod/res/Version.rc
index fdeb14668c..6427dc9522 100644
--- a/plugins/StopSpamMod/res/Version.rc
+++ b/plugins/StopSpamMod/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/StopSpamMod/res/stopspam.rc b/plugins/StopSpamMod/res/stopspam.rc
index 950de7995c..255c217949 100755
--- a/plugins/StopSpamMod/res/stopspam.rc
+++ b/plugins/StopSpamMod/res/stopspam.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/StopSpamMod/src/globals.h b/plugins/StopSpamMod/src/globals.h
index e046e68f6f..1b013a93a6 100755
--- a/plugins/StopSpamMod/src/globals.h
+++ b/plugins/StopSpamMod/src/globals.h
@@ -1,3 +1,3 @@
-#define pluginName "StopSpam" //const char* ?
+#define pluginName "StopSpam" //const char* ?
#define PREF_TCHAR2 PREF_UTF
diff --git a/plugins/StopSpamMod/src/include/utf8.h b/plugins/StopSpamMod/src/include/utf8.h
index 4e4451403f..be2d189443 100755
--- a/plugins/StopSpamMod/src/include/utf8.h
+++ b/plugins/StopSpamMod/src/include/utf8.h
@@ -1,4 +1,4 @@
-// Copyright 2006 Nemanja Trifunovic
+// Copyright 2006 Nemanja Trifunovic
/*
Permission is hereby granted, free of charge, to any person or organization
diff --git a/plugins/StopSpamMod/src/include/utf8/checked.h b/plugins/StopSpamMod/src/include/utf8/checked.h
index 3b00644444..f3137095b4 100755
--- a/plugins/StopSpamMod/src/include/utf8/checked.h
+++ b/plugins/StopSpamMod/src/include/utf8/checked.h
@@ -1,4 +1,4 @@
-// Copyright 2006 Nemanja Trifunovic
+// Copyright 2006 Nemanja Trifunovic
/*
Permission is hereby granted, free of charge, to any person or organization
diff --git a/plugins/StopSpamMod/src/include/utf8/core.h b/plugins/StopSpamMod/src/include/utf8/core.h
index 693d388c07..015e7db31c 100755
--- a/plugins/StopSpamMod/src/include/utf8/core.h
+++ b/plugins/StopSpamMod/src/include/utf8/core.h
@@ -1,4 +1,4 @@
-// Copyright 2006 Nemanja Trifunovic
+// Copyright 2006 Nemanja Trifunovic
/*
Permission is hereby granted, free of charge, to any person or organization
diff --git a/plugins/StopSpamMod/src/include/utf8/unchecked.h b/plugins/StopSpamMod/src/include/utf8/unchecked.h
index b4547fad94..29c90d0ff8 100755
--- a/plugins/StopSpamMod/src/include/utf8/unchecked.h
+++ b/plugins/StopSpamMod/src/include/utf8/unchecked.h
@@ -1,4 +1,4 @@
-// Copyright 2006 Nemanja Trifunovic
+// Copyright 2006 Nemanja Trifunovic
/*
Permission is hereby granted, free of charge, to any person or organization
diff --git a/plugins/StopSpamMod/src/init.cpp b/plugins/StopSpamMod/src/init.cpp
index 62e09e121f..eaf5c5c3b2 100755
--- a/plugins/StopSpamMod/src/init.cpp
+++ b/plugins/StopSpamMod/src/init.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) Miklashevsky Roman, sss, elzor
+/* Copyright (C) Miklashevsky Roman, sss, elzor
*
* 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/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp
index 86ef404329..e737b4311a 100755
--- a/plugins/StopSpamMod/src/options.cpp
+++ b/plugins/StopSpamMod/src/options.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) Miklashevsky Roman, sss, elzor
+/* Copyright (C) Miklashevsky Roman, sss, elzor
*
* 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/StopSpamMod/src/resource.h b/plugins/StopSpamMod/src/resource.h
index cf08fba600..9a97440f73 100755
--- a/plugins/StopSpamMod/src/resource.h
+++ b/plugins/StopSpamMod/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by stopspam.rc
//
diff --git a/plugins/StopSpamMod/src/stdafx.cxx b/plugins/StopSpamMod/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/StopSpamMod/src/stdafx.cxx
+++ b/plugins/StopSpamMod/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/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h
index c452a81b82..833efd7278 100755
--- a/plugins/StopSpamMod/src/stdafx.h
+++ b/plugins/StopSpamMod/src/stdafx.h
@@ -1,4 +1,4 @@
-#include <windows.h>
+#include <windows.h>
using namespace std;
#include <fstream>
diff --git a/plugins/StopSpamMod/src/stopspam.cpp b/plugins/StopSpamMod/src/stopspam.cpp
index d4823b49af..5dd1f1d2bc 100755
--- a/plugins/StopSpamMod/src/stopspam.cpp
+++ b/plugins/StopSpamMod/src/stopspam.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) Miklashevsky Roman, sss, elzor
+/* Copyright (C) Miklashevsky Roman, sss, elzor
*
* 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/StopSpamMod/src/stopspam.h b/plugins/StopSpamMod/src/stopspam.h
index 6b76869416..0926d3a720 100755
--- a/plugins/StopSpamMod/src/stopspam.h
+++ b/plugins/StopSpamMod/src/stopspam.h
@@ -1,4 +1,4 @@
-
+
extern BOOL gbDosServiceExist;
extern BOOL gbVarsServiceExist;
extern DWORD gbMaxQuestCount;
diff --git a/plugins/StopSpamMod/src/utilities.cpp b/plugins/StopSpamMod/src/utilities.cpp
index ac47d6d7b0..841c73bfe0 100755
--- a/plugins/StopSpamMod/src/utilities.cpp
+++ b/plugins/StopSpamMod/src/utilities.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) Miklashevsky Roman, sss, elzor
+/* Copyright (C) Miklashevsky Roman, sss, elzor
*
* 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/StopSpamMod/src/utilities.h b/plugins/StopSpamMod/src/utilities.h
index 8d75c10905..9549653458 100755
--- a/plugins/StopSpamMod/src/utilities.h
+++ b/plugins/StopSpamMod/src/utilities.h
@@ -1,4 +1,4 @@
-std::wstring DBGetContactSettingStringPAN(MCONTACT hContact, char const * szModule, char const * szSetting, std::wstring errorValue);
+std::wstring DBGetContactSettingStringPAN(MCONTACT hContact, char const * szModule, char const * szSetting, std::wstring errorValue);
std::string DBGetContactSettingStringPAN_A(MCONTACT hContact, char const * szModule, char const * szSetting, std::string errorValue);
std::wstring &GetDlgItemString(HWND hwnd, int id);
std::string &GetProtoList();
diff --git a/plugins/StopSpamMod/src/version.h b/plugins/StopSpamMod/src/version.h
index bef600991b..04fc096e1d 100755
--- a/plugins/StopSpamMod/src/version.h
+++ b/plugins/StopSpamMod/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
#define __BUILD_NUM 1