From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- plugins/Spamotron/res/Version.rc | 2 +- plugins/Spamotron/res/spamotron.rc | 2 +- plugins/Spamotron/src/bayes.cpp | 2 +- plugins/Spamotron/src/options.cpp | 2 +- plugins/Spamotron/src/popups.cpp | 2 +- plugins/Spamotron/src/resource.h | 2 +- plugins/Spamotron/src/spamotron.cpp | 2 +- plugins/Spamotron/src/sqlite3/sqlite3.c | 2 +- plugins/Spamotron/src/sqlite3/sqlite3.h | 2 +- plugins/Spamotron/src/stdafx.cxx | 2 +- plugins/Spamotron/src/stdafx.h | 2 +- plugins/Spamotron/src/utils.cpp | 2 +- plugins/Spamotron/src/version.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/Spamotron') diff --git a/plugins/Spamotron/res/Version.rc b/plugins/Spamotron/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/Spamotron/res/Version.rc +++ b/plugins/Spamotron/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/Spamotron/res/spamotron.rc b/plugins/Spamotron/res/spamotron.rc index 6cbc5e2660..3dbabe21b1 100644 --- a/plugins/Spamotron/res/spamotron.rc +++ b/plugins/Spamotron/res/spamotron.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/Spamotron/src/bayes.cpp b/plugins/Spamotron/src/bayes.cpp index dc4d23e635..c11d43fdef 100644 --- a/plugins/Spamotron/src/bayes.cpp +++ b/plugins/Spamotron/src/bayes.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "io.h" #define DELIMS " ,.;!?@-\\/+&\x0D\x0A" diff --git a/plugins/Spamotron/src/options.cpp b/plugins/Spamotron/src/options.cpp index f4d4733a49..40a6773e75 100644 --- a/plugins/Spamotron/src/options.cpp +++ b/plugins/Spamotron/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" wchar_t currentResponse[256] = {0}; diff --git a/plugins/Spamotron/src/popups.cpp b/plugins/Spamotron/src/popups.cpp index a5f6afde33..8cf28e0f73 100644 --- a/plugins/Spamotron/src/popups.cpp +++ b/plugins/Spamotron/src/popups.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" extern BOOL _saveDlgItemInt(HWND hDialog, int controlID, char* option); diff --git a/plugins/Spamotron/src/resource.h b/plugins/Spamotron/src/resource.h index 31f5166fe9..770019779d 100644 --- a/plugins/Spamotron/src/resource.h +++ b/plugins/Spamotron/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by spamotron.rc // diff --git a/plugins/Spamotron/src/spamotron.cpp b/plugins/Spamotron/src/spamotron.cpp index f9462b77e6..a216544692 100644 --- a/plugins/Spamotron/src/spamotron.cpp +++ b/plugins/Spamotron/src/spamotron.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" CLIST_INTERFACE *pcli; HINSTANCE hInst; diff --git a/plugins/Spamotron/src/sqlite3/sqlite3.c b/plugins/Spamotron/src/sqlite3/sqlite3.c index 074cdf9ba1..60243324b7 100644 --- a/plugins/Spamotron/src/sqlite3/sqlite3.c +++ b/plugins/Spamotron/src/sqlite3/sqlite3.c @@ -1,4 +1,4 @@ -/****************************************************************************** +/****************************************************************************** ** This file is an amalgamation of many separate C source files from SQLite ** version 3.6.13. By combining all the individual C code files into this ** single large file, the entire code can be compiled as a one translation diff --git a/plugins/Spamotron/src/sqlite3/sqlite3.h b/plugins/Spamotron/src/sqlite3/sqlite3.h index 7273475444..41986d38de 100644 --- a/plugins/Spamotron/src/sqlite3/sqlite3.h +++ b/plugins/Spamotron/src/sqlite3/sqlite3.h @@ -1,4 +1,4 @@ -/* +/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of diff --git a/plugins/Spamotron/src/stdafx.cxx b/plugins/Spamotron/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Spamotron/src/stdafx.cxx +++ b/plugins/Spamotron/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/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h index 0ec06bf479..155f672383 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/plugins/Spamotron/src/utils.cpp b/plugins/Spamotron/src/utils.cpp index 6084dc7a4d..b5bc0e8a48 100644 --- a/plugins/Spamotron/src/utils.cpp +++ b/plugins/Spamotron/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include diff --git a/plugins/Spamotron/src/version.h b/plugins/Spamotron/src/version.h index 55823a9f3b..bfbca9218f 100644 --- a/plugins/Spamotron/src/version.h +++ b/plugins/Spamotron/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 4 #define __BUILD_NUM 7 -- cgit v1.2.3