From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 14:15:09 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744) --- plugins/SpellChecker/Flags-Angelika/src/version.h | 2 +- plugins/SpellChecker/Flags/docs/readme.txt | 2 +- plugins/SpellChecker/Flags/src/version.h | 2 +- plugins/SpellChecker/docs/changelog.txt | 2 +- plugins/SpellChecker/docs/readme.txt | 2 +- plugins/SpellChecker/src/RichEdit.cpp | 2 +- plugins/SpellChecker/src/RichEdit.h | 2 +- plugins/SpellChecker/src/ardialog.cpp | 2 +- plugins/SpellChecker/src/ardialog.h | 2 +- plugins/SpellChecker/src/autoreplace.cpp | 2 +- plugins/SpellChecker/src/autoreplace.h | 2 +- plugins/SpellChecker/src/dictionary.cpp | 2 +- plugins/SpellChecker/src/dictionary.h | 2 +- plugins/SpellChecker/src/options.cpp | 2 +- plugins/SpellChecker/src/options.h | 2 +- plugins/SpellChecker/src/resource.h | 2 +- plugins/SpellChecker/src/spellchecker.cpp | 2 +- plugins/SpellChecker/src/stdafx.cxx | 2 +- plugins/SpellChecker/src/stdafx.h | 2 +- plugins/SpellChecker/src/utils.cpp | 2 +- plugins/SpellChecker/src/version.h | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'plugins/SpellChecker') diff --git a/plugins/SpellChecker/Flags-Angelika/src/version.h b/plugins/SpellChecker/Flags-Angelika/src/version.h index 04df0922ee..1a6bbcd9e3 100644 --- a/plugins/SpellChecker/Flags-Angelika/src/version.h +++ b/plugins/SpellChecker/Flags-Angelika/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 6 #define __BUILD_NUM 0 diff --git a/plugins/SpellChecker/Flags/docs/readme.txt b/plugins/SpellChecker/Flags/docs/readme.txt index 30b177639b..d20182b7c2 100644 --- a/plugins/SpellChecker/Flags/docs/readme.txt +++ b/plugins/SpellChecker/Flags/docs/readme.txt @@ -1,4 +1,4 @@ -flag icons - famfamfam.com +flag icons - famfamfam.com Free for any use. If you use these flags in your software or on your website, an email with a link or a screenshot would be nice. :) diff --git a/plugins/SpellChecker/Flags/src/version.h b/plugins/SpellChecker/Flags/src/version.h index 04df0922ee..1a6bbcd9e3 100644 --- a/plugins/SpellChecker/Flags/src/version.h +++ b/plugins/SpellChecker/Flags/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 6 #define __BUILD_NUM 0 diff --git a/plugins/SpellChecker/docs/changelog.txt b/plugins/SpellChecker/docs/changelog.txt index 4d9ea0e576..d34330f5bb 100644 --- a/plugins/SpellChecker/docs/changelog.txt +++ b/plugins/SpellChecker/docs/changelog.txt @@ -1,4 +1,4 @@ -Spell Checker +Spell Checker Changelog: diff --git a/plugins/SpellChecker/docs/readme.txt b/plugins/SpellChecker/docs/readme.txt index 738d5747e9..e0ae5a0fac 100644 --- a/plugins/SpellChecker/docs/readme.txt +++ b/plugins/SpellChecker/docs/readme.txt @@ -1,4 +1,4 @@ -Spell Checker plugin +Spell Checker plugin -------------------- This is a spell checker for message windows. It also allow to configure replacements to auto-correct words. diff --git a/plugins/SpellChecker/src/RichEdit.cpp b/plugins/SpellChecker/src/RichEdit.cpp index 8a457658be..8cc6fd0e20 100644 --- a/plugins/SpellChecker/src/RichEdit.cpp +++ b/plugins/SpellChecker/src/RichEdit.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #define DEFINE_GUIDXXX(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ const GUID CDECL name \ diff --git a/plugins/SpellChecker/src/RichEdit.h b/plugins/SpellChecker/src/RichEdit.h index 8ea49c7742..17ebe1e438 100644 --- a/plugins/SpellChecker/src/RichEdit.h +++ b/plugins/SpellChecker/src/RichEdit.h @@ -1,4 +1,4 @@ -#ifndef __RICHEDIT_H__ +#ifndef __RICHEDIT_H__ #define __RICHEDIT_H__ class RichEdit diff --git a/plugins/SpellChecker/src/ardialog.cpp b/plugins/SpellChecker/src/ardialog.cpp index f53064f338..a5948d3ec7 100644 --- a/plugins/SpellChecker/src/ardialog.cpp +++ b/plugins/SpellChecker/src/ardialog.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/ardialog.h b/plugins/SpellChecker/src/ardialog.h index d08ac3e877..6ece91cc4f 100644 --- a/plugins/SpellChecker/src/ardialog.h +++ b/plugins/SpellChecker/src/ardialog.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/autoreplace.cpp b/plugins/SpellChecker/src/autoreplace.cpp index 04840d4424..ea3449e56d 100644 --- a/plugins/SpellChecker/src/autoreplace.cpp +++ b/plugins/SpellChecker/src/autoreplace.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/autoreplace.h b/plugins/SpellChecker/src/autoreplace.h index 7319809c4e..316f015e0d 100644 --- a/plugins/SpellChecker/src/autoreplace.h +++ b/plugins/SpellChecker/src/autoreplace.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/dictionary.cpp b/plugins/SpellChecker/src/dictionary.cpp index 4569107649..92f74af3b2 100644 --- a/plugins/SpellChecker/src/dictionary.cpp +++ b/plugins/SpellChecker/src/dictionary.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/dictionary.h b/plugins/SpellChecker/src/dictionary.h index 759c2b86b1..da70a6a4c2 100644 --- a/plugins/SpellChecker/src/dictionary.h +++ b/plugins/SpellChecker/src/dictionary.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp index 22730be538..5dd5db0a0d 100644 --- a/plugins/SpellChecker/src/options.cpp +++ b/plugins/SpellChecker/src/options.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/options.h b/plugins/SpellChecker/src/options.h index 0a65def18c..8d699d4adf 100644 --- a/plugins/SpellChecker/src/options.h +++ b/plugins/SpellChecker/src/options.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/resource.h b/plugins/SpellChecker/src/resource.h index 694204d992..bcb28008fb 100644 --- a/plugins/SpellChecker/src/resource.h +++ b/plugins/SpellChecker/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by resource.rc // diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp index 64cab77f62..935749e4ac 100644 --- a/plugins/SpellChecker/src/spellchecker.cpp +++ b/plugins/SpellChecker/src/spellchecker.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/stdafx.cxx b/plugins/SpellChecker/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SpellChecker/src/stdafx.cxx +++ b/plugins/SpellChecker/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/SpellChecker/src/stdafx.h b/plugins/SpellChecker/src/stdafx.h index eb5ef29608..2b7fd394f8 100644 --- a/plugins/SpellChecker/src/stdafx.h +++ b/plugins/SpellChecker/src/stdafx.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/utils.cpp b/plugins/SpellChecker/src/utils.cpp index d197f15682..57f29e47ff 100644 --- a/plugins/SpellChecker/src/utils.cpp +++ b/plugins/SpellChecker/src/utils.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/SpellChecker/src/version.h b/plugins/SpellChecker/src/version.h index 35326c8508..3562484366 100644 --- a/plugins/SpellChecker/src/version.h +++ b/plugins/SpellChecker/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 6 #define __BUILD_NUM 4 -- cgit v1.2.3