From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky <Mataes2007@gmail.com> Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- 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 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/PasteIt/src') diff --git a/plugins/PasteIt/src/Options.cpp b/plugins/PasteIt/src/Options.cpp index 97d93e3d98..3be2c45907 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 9e58e44d7f..3d6d31407e 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 96de6b8a51..831dc1a343 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 09786c738a..4dabde6dd0 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 fdedc388ac..5f4023eea8 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 b725c12f52..202f0d0923 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 50f835af4f..16f246af2f 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 17b3ca116f..65df4b913b 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 891c92223f..e9555b7de1 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 cbfa566679..469e5f4989 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 b05ed73bc5..bfd519e3dc 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 466448a431..e97f6783b7 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 68de25f823..a6266df094 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