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/PasteIt/docs/licence.txt | 2 +- plugins/PasteIt/docs/readme.txt | 2 +- plugins/PasteIt/src/Options.cpp | 2 +- plugins/PasteIt/src/Options.h | 2 +- plugins/PasteIt/src/PasteIt.cpp | 2 +- plugins/PasteIt/src/PasteToWeb.cpp | 2 +- plugins/PasteIt/src/PasteToWeb.h | 2 +- plugins/PasteIt/src/PasteToWeb1.cpp | 2 +- plugins/PasteIt/src/PasteToWeb1.h | 2 +- plugins/PasteIt/src/PasteToWeb2.cpp | 2 +- plugins/PasteIt/src/PasteToWeb2.h | 2 +- plugins/PasteIt/src/resource.h | 2 +- plugins/PasteIt/src/stdafx.cxx | 2 +- plugins/PasteIt/src/stdafx.h | 2 +- plugins/PasteIt/src/version.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'plugins/PasteIt') diff --git a/plugins/PasteIt/docs/licence.txt b/plugins/PasteIt/docs/licence.txt index fc35462967..7f1161073d 100644 --- a/plugins/PasteIt/docs/licence.txt +++ b/plugins/PasteIt/docs/licence.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/PasteIt/docs/readme.txt b/plugins/PasteIt/docs/readme.txt index 49f13c40dc..86f9f0c468 100644 --- a/plugins/PasteIt/docs/readme.txt +++ b/plugins/PasteIt/docs/readme.txt @@ -1,4 +1,4 @@ -******** +******** Paste It ******** diff --git a/plugins/PasteIt/src/Options.cpp b/plugins/PasteIt/src/Options.cpp index 3be2c45907..97d93e3d98 100644 --- a/plugins/PasteIt/src/Options.cpp +++ b/plugins/PasteIt/src/Options.cpp @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/Options.h b/plugins/PasteIt/src/Options.h index 3d6d31407e..9e58e44d7f 100644 --- a/plugins/PasteIt/src/Options.h +++ b/plugins/PasteIt/src/Options.h @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp index 831dc1a343..96de6b8a51 100644 --- a/plugins/PasteIt/src/PasteIt.cpp +++ b/plugins/PasteIt/src/PasteIt.cpp @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteToWeb.cpp b/plugins/PasteIt/src/PasteToWeb.cpp index 4dabde6dd0..09786c738a 100644 --- a/plugins/PasteIt/src/PasteToWeb.cpp +++ b/plugins/PasteIt/src/PasteToWeb.cpp @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteToWeb.h b/plugins/PasteIt/src/PasteToWeb.h index 5f4023eea8..fdedc388ac 100644 --- a/plugins/PasteIt/src/PasteToWeb.h +++ b/plugins/PasteIt/src/PasteToWeb.h @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteToWeb1.cpp b/plugins/PasteIt/src/PasteToWeb1.cpp index 202f0d0923..b725c12f52 100644 --- a/plugins/PasteIt/src/PasteToWeb1.cpp +++ b/plugins/PasteIt/src/PasteToWeb1.cpp @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteToWeb1.h b/plugins/PasteIt/src/PasteToWeb1.h index 16f246af2f..50f835af4f 100644 --- a/plugins/PasteIt/src/PasteToWeb1.h +++ b/plugins/PasteIt/src/PasteToWeb1.h @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteToWeb2.cpp b/plugins/PasteIt/src/PasteToWeb2.cpp index 65df4b913b..17b3ca116f 100644 --- a/plugins/PasteIt/src/PasteToWeb2.cpp +++ b/plugins/PasteIt/src/PasteToWeb2.cpp @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/PasteToWeb2.h b/plugins/PasteIt/src/PasteToWeb2.h index e9555b7de1..891c92223f 100644 --- a/plugins/PasteIt/src/PasteToWeb2.h +++ b/plugins/PasteIt/src/PasteToWeb2.h @@ -1,4 +1,4 @@ -/* +/* Paste It plugin Copyright (C) 2011 Krzysztof Kral diff --git a/plugins/PasteIt/src/resource.h b/plugins/PasteIt/src/resource.h index 469e5f4989..cbfa566679 100644 --- a/plugins/PasteIt/src/resource.h +++ b/plugins/PasteIt/src/resource.h @@ -1,4 +1,4 @@ - + #define IDD_OPT_MAIN 101 #define IDD_DLG_FROM_CLIPBOARD 102 #define IDD_DLG_FROM_FILE 103 diff --git a/plugins/PasteIt/src/stdafx.cxx b/plugins/PasteIt/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/PasteIt/src/stdafx.cxx +++ b/plugins/PasteIt/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/PasteIt/src/stdafx.h b/plugins/PasteIt/src/stdafx.h index e97f6783b7..466448a431 100644 --- a/plugins/PasteIt/src/stdafx.h +++ b/plugins/PasteIt/src/stdafx.h @@ -1,4 +1,4 @@ -// stdafx.h : include file for standard system include files, +// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // diff --git a/plugins/PasteIt/src/version.h b/plugins/PasteIt/src/version.h index a6266df094..68de25f823 100644 --- a/plugins/PasteIt/src/version.h +++ b/plugins/PasteIt/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 -- cgit v1.2.3