diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins')
3851 files changed, 3905 insertions, 3906 deletions
diff --git a/plugins/AVS/docs/license.txt b/plugins/AVS/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/AVS/docs/license.txt +++ b/plugins/AVS/docs/license.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/AVS/src/acc.cpp b/plugins/AVS/src/acc.cpp index 4ea8f73893..8412db19a2 100644 --- a/plugins/AVS/src/acc.cpp +++ b/plugins/AVS/src/acc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/acc.h b/plugins/AVS/src/acc.h index 2fcd431fff..94a8f1253a 100644 --- a/plugins/AVS/src/acc.h +++ b/plugins/AVS/src/acc.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/cache.cpp b/plugins/AVS/src/cache.cpp index 3ab9098917..160f1a3d1b 100644 --- a/plugins/AVS/src/cache.cpp +++ b/plugins/AVS/src/cache.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/image_utils.cpp b/plugins/AVS/src/image_utils.cpp index a7641f79c5..020b618285 100644 --- a/plugins/AVS/src/image_utils.cpp +++ b/plugins/AVS/src/image_utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "image_utils.h"
#define GET_PIXEL(__P__, __X__, __Y__) ( __P__ + width * 4 * (__Y__) + 4 * (__X__))
diff --git a/plugins/AVS/src/image_utils.h b/plugins/AVS/src/image_utils.h index 48025671b6..cf4529321e 100644 --- a/plugins/AVS/src/image_utils.h +++ b/plugins/AVS/src/image_utils.h @@ -1,4 +1,4 @@ -#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
# define __IMAGE_UTILS_H__
HBITMAP BmpFilterLoadBitmap(BOOL *bIsTransparent, const wchar_t *ptszFilename);
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 2e7124e6dc..766c758af6 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp index c304a72daf..444be2c0ab 100644 --- a/plugins/AVS/src/options.cpp +++ b/plugins/AVS/src/options.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/AVS/src/poll.cpp b/plugins/AVS/src/poll.cpp index 671c463f79..3a2a091e3b 100644 --- a/plugins/AVS/src/poll.cpp +++ b/plugins/AVS/src/poll.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/poll.h b/plugins/AVS/src/poll.h index 12419e8087..39678f2b4e 100644 --- a/plugins/AVS/src/poll.h +++ b/plugins/AVS/src/poll.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/resource.h b/plugins/AVS/src/resource.h index 201286d8df..a58c6eb0d0 100644 --- a/plugins/AVS/src/resource.h +++ b/plugins/AVS/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by avs.rc
//
diff --git a/plugins/AVS/src/services.cpp b/plugins/AVS/src/services.cpp index 08eee4d133..91730e0297 100644 --- a/plugins/AVS/src/services.cpp +++ b/plugins/AVS/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/stdafx.cxx b/plugins/AVS/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AVS/src/stdafx.cxx +++ b/plugins/AVS/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/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h index 36e6371c8e..f7bba051d4 100644 --- a/plugins/AVS/src/stdafx.h +++ b/plugins/AVS/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/utils.cpp b/plugins/AVS/src/utils.cpp index f0fc2f783a..1aa82f4515 100644 --- a/plugins/AVS/src/utils.cpp +++ b/plugins/AVS/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 6d0659f537..0475c9ef0c 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 3
#define __BUILD_NUM 4
diff --git a/plugins/Actman/readme.txt b/plugins/Actman/readme.txt index 0278cee0fd..1831a1efe2 100644 --- a/plugins/Actman/readme.txt +++ b/plugins/Actman/readme.txt @@ -1,4 +1,4 @@ -Note
+Note
----
'Actions' is action groups which can be executed through services
'Subactions' is single simple action like 'Call service', 'run program' etc.
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 0de8ecb7c0..6edd800133 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -1,4 +1,4 @@ -;Small Service list
+;Small Service list
;if wparam or lparam consists of list, "|" is separator
;in list: if translation not needed, just add space before help
;numeric parameter format: number<space>help
diff --git a/plugins/AddContactPlus/docs/license.txt b/plugins/AddContactPlus/docs/license.txt index 107b05d9d8..89e08fb002 100644 --- a/plugins/AddContactPlus/docs/license.txt +++ b/plugins/AddContactPlus/docs/license.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/AddContactPlus/docs/readme.txt b/plugins/AddContactPlus/docs/readme.txt index a31d97a160..826fd4dc65 100644 --- a/plugins/AddContactPlus/docs/readme.txt +++ b/plugins/AddContactPlus/docs/readme.txt @@ -1,4 +1,4 @@ - -=================================-
+ -=================================-
AddContact+ plugin for Miranda IM
-=================================-
diff --git a/plugins/AddContactPlus/src/addcontact.cpp b/plugins/AddContactPlus/src/addcontact.cpp index 3e5be3a304..85bab9265a 100644 --- a/plugins/AddContactPlus/src/addcontact.cpp +++ b/plugins/AddContactPlus/src/addcontact.cpp @@ -1,4 +1,4 @@ -/*
+/*
AddContact+ plugin for Miranda NG
Copyright (C) 2007-11 Bartosz 'Dezeath' Białek
diff --git a/plugins/AddContactPlus/src/main.cpp b/plugins/AddContactPlus/src/main.cpp index ec591411e3..cfe6f2e09c 100644 --- a/plugins/AddContactPlus/src/main.cpp +++ b/plugins/AddContactPlus/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
AddContact+ plugin for Miranda NG
Copyright (C) 2007-11 Bartosz 'Dezeath' Białek
diff --git a/plugins/AddContactPlus/src/resource.h b/plugins/AddContactPlus/src/resource.h index bbd96dd6e5..b796c401d0 100644 --- a/plugins/AddContactPlus/src/resource.h +++ b/plugins/AddContactPlus/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/AddContactPlus/src/stdafx.cxx b/plugins/AddContactPlus/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AddContactPlus/src/stdafx.cxx +++ b/plugins/AddContactPlus/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/AddContactPlus/src/stdafx.h b/plugins/AddContactPlus/src/stdafx.h index cc6db00c1e..db8647b8b6 100644 --- a/plugins/AddContactPlus/src/stdafx.h +++ b/plugins/AddContactPlus/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
AddContact+ plugin for Miranda NG
Copyright (C) 2007-11 Bartosz 'Dezeath' Białek
diff --git a/plugins/AddContactPlus/src/version.h b/plugins/AddContactPlus/src/version.h index a8e0364344..b713e1b69f 100644 --- a/plugins/AddContactPlus/src/version.h +++ b/plugins/AddContactPlus/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 9 #define __RELEASE_NUM 9 #define __BUILD_NUM 2 diff --git a/plugins/AdvaImg/CMakeLists.txt b/plugins/AdvaImg/CMakeLists.txt index a89bbe5737..bf6aaf6e65 100644 --- a/plugins/AdvaImg/CMakeLists.txt +++ b/plugins/AdvaImg/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" +file(GLOB SOURCES "src/*.h" "src/FreeImage/*.h" "src/FreeImageToolkit/*.h" "src/LibJPEG/*.h" diff --git a/plugins/AdvaImg/Docs/Whatsnew.txt b/plugins/AdvaImg/Docs/Whatsnew.txt index ed8ba9581d..28c4f22d04 100644 --- a/plugins/AdvaImg/Docs/Whatsnew.txt +++ b/plugins/AdvaImg/Docs/Whatsnew.txt @@ -1,4 +1,4 @@ -What's New for FreeImage
+What's New for FreeImage
* : fixed
- : removed
diff --git a/plugins/AdvaImg/Docs/license-fi.txt b/plugins/AdvaImg/Docs/license-fi.txt index 9d72eefabe..03b666c58a 100644 --- a/plugins/AdvaImg/Docs/license-fi.txt +++ b/plugins/AdvaImg/Docs/license-fi.txt @@ -1,4 +1,4 @@ -FreeImage Public License - Version 1.0
+FreeImage Public License - Version 1.0
---------------------------------------------
1. Definitions.
diff --git a/plugins/AdvaImg/Docs/license-gplv2.txt b/plugins/AdvaImg/Docs/license-gplv2.txt index baa7c7d8a4..6020906a93 100644 --- a/plugins/AdvaImg/Docs/license-gplv2.txt +++ b/plugins/AdvaImg/Docs/license-gplv2.txt @@ -1,4 +1,4 @@ -GNU General Public License, version 2 (GPL-2.0)
+GNU General Public License, version 2 (GPL-2.0)
[OSI Approved License]
The GNU General Public License (GPL-2.0)
Version 2, June 1991
diff --git a/plugins/AdvaImg/Docs/license-gplv3.txt b/plugins/AdvaImg/Docs/license-gplv3.txt index b7bf125e11..6421b9c80b 100644 --- a/plugins/AdvaImg/Docs/license-gplv3.txt +++ b/plugins/AdvaImg/Docs/license-gplv3.txt @@ -1,4 +1,4 @@ -GNU General Public License, version 3 (GPL-3.0)
+GNU General Public License, version 3 (GPL-3.0)
[OSI Approved License]
GNU GENERAL PUBLIC LICENSE
diff --git a/plugins/AdvaImg/src/CacheFile.h b/plugins/AdvaImg/src/CacheFile.h index 461633cdca..a1e5e782c9 100644 --- a/plugins/AdvaImg/src/CacheFile.h +++ b/plugins/AdvaImg/src/CacheFile.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Multi-Page functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage.h b/plugins/AdvaImg/src/FreeImage.h index 9be92c982d..78060629a2 100644 --- a/plugins/AdvaImg/src/FreeImage.h +++ b/plugins/AdvaImg/src/FreeImage.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // FreeImage 3 // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/BitmapAccess.cpp b/plugins/AdvaImg/src/FreeImage/BitmapAccess.cpp index c5f864dabf..2fbec7ab24 100644 --- a/plugins/AdvaImg/src/FreeImage/BitmapAccess.cpp +++ b/plugins/AdvaImg/src/FreeImage/BitmapAccess.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // FreeImage implementation // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/CacheFile.cpp b/plugins/AdvaImg/src/FreeImage/CacheFile.cpp index ddb997620e..309faf8faf 100644 --- a/plugins/AdvaImg/src/FreeImage/CacheFile.cpp +++ b/plugins/AdvaImg/src/FreeImage/CacheFile.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Multi-Page functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ColorLookup.cpp b/plugins/AdvaImg/src/FreeImage/ColorLookup.cpp index bcffb74b1c..0f4435a725 100644 --- a/plugins/AdvaImg/src/FreeImage/ColorLookup.cpp +++ b/plugins/AdvaImg/src/FreeImage/ColorLookup.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // X11 and SVG Color name lookup // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion.cpp b/plugins/AdvaImg/src/FreeImage/Conversion.cpp index 7210ac5d04..815057ad08 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion16_555.cpp b/plugins/AdvaImg/src/FreeImage/Conversion16_555.cpp index 5ff5b6a153..3eb4c330a5 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion16_555.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion16_555.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion16_565.cpp b/plugins/AdvaImg/src/FreeImage/Conversion16_565.cpp index ac4987d260..fd790b92f4 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion16_565.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion16_565.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion24.cpp b/plugins/AdvaImg/src/FreeImage/Conversion24.cpp index fedebaba71..85ce90417b 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion24.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion24.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion32.cpp b/plugins/AdvaImg/src/FreeImage/Conversion32.cpp index 7f93628dfe..0dc31287e6 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion32.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion32.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion4.cpp b/plugins/AdvaImg/src/FreeImage/Conversion4.cpp index 95db5eb915..13048b6d3f 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion4.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion4.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Conversion8.cpp b/plugins/AdvaImg/src/FreeImage/Conversion8.cpp index 5f81aebb3e..861e8169ce 100644 --- a/plugins/AdvaImg/src/FreeImage/Conversion8.cpp +++ b/plugins/AdvaImg/src/FreeImage/Conversion8.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionFloat.cpp b/plugins/AdvaImg/src/FreeImage/ConversionFloat.cpp index 5696eeec41..6a01d7f0af 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionFloat.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionFloat.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionRGB16.cpp b/plugins/AdvaImg/src/FreeImage/ConversionRGB16.cpp index c674b5010b..156a91b85b 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionRGB16.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionRGB16.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionRGBA16.cpp b/plugins/AdvaImg/src/FreeImage/ConversionRGBA16.cpp index f1eacc281a..600d8ea1e6 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionRGBA16.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionRGBA16.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionRGBAF.cpp b/plugins/AdvaImg/src/FreeImage/ConversionRGBAF.cpp index c48fa525f1..2ba2b32b42 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionRGBAF.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionRGBAF.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionRGBF.cpp b/plugins/AdvaImg/src/FreeImage/ConversionRGBF.cpp index 62a2804422..a30b36532e 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionRGBF.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionRGBF.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionType.cpp b/plugins/AdvaImg/src/FreeImage/ConversionType.cpp index 017f453bcc..09286e9a99 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionType.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionType.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ConversionUINT16.cpp b/plugins/AdvaImg/src/FreeImage/ConversionUINT16.cpp index ddf38acbb9..2de0f05ccc 100644 --- a/plugins/AdvaImg/src/FreeImage/ConversionUINT16.cpp +++ b/plugins/AdvaImg/src/FreeImage/ConversionUINT16.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/FreeImage.cpp b/plugins/AdvaImg/src/FreeImage/FreeImage.cpp index ae3ca97b5d..ac53449a14 100644 --- a/plugins/AdvaImg/src/FreeImage/FreeImage.cpp +++ b/plugins/AdvaImg/src/FreeImage/FreeImage.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // FreeImage implementation // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/FreeImageIO.cpp b/plugins/AdvaImg/src/FreeImage/FreeImageIO.cpp index 696ff07b02..83394f049c 100644 --- a/plugins/AdvaImg/src/FreeImage/FreeImageIO.cpp +++ b/plugins/AdvaImg/src/FreeImage/FreeImageIO.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Input/Output functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/GetType.cpp b/plugins/AdvaImg/src/FreeImage/GetType.cpp index 83839e2ba3..0ac15fc2e6 100644 --- a/plugins/AdvaImg/src/FreeImage/GetType.cpp +++ b/plugins/AdvaImg/src/FreeImage/GetType.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // GetType // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Halftoning.cpp b/plugins/AdvaImg/src/FreeImage/Halftoning.cpp index 43b725207c..bc9076c501 100644 --- a/plugins/AdvaImg/src/FreeImage/Halftoning.cpp +++ b/plugins/AdvaImg/src/FreeImage/Halftoning.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap conversion routines // Thresholding and halftoning functions // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/J2KHelper.cpp b/plugins/AdvaImg/src/FreeImage/J2KHelper.cpp index b0420cb5a2..49bf9290d4 100644 --- a/plugins/AdvaImg/src/FreeImage/J2KHelper.cpp +++ b/plugins/AdvaImg/src/FreeImage/J2KHelper.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // JPEG2000 helpers // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/J2KHelper.h b/plugins/AdvaImg/src/FreeImage/J2KHelper.h index 507f8f5c11..a8121f164e 100644 --- a/plugins/AdvaImg/src/FreeImage/J2KHelper.h +++ b/plugins/AdvaImg/src/FreeImage/J2KHelper.h @@ -1,4 +1,4 @@ -#ifndef J2K_HELPER_H +#ifndef J2K_HELPER_H #define J2K_HELPER_H // ========================================================== diff --git a/plugins/AdvaImg/src/FreeImage/LFPQuantizer.cpp b/plugins/AdvaImg/src/FreeImage/LFPQuantizer.cpp index 4f72631469..8b592c30f1 100644 --- a/plugins/AdvaImg/src/FreeImage/LFPQuantizer.cpp +++ b/plugins/AdvaImg/src/FreeImage/LFPQuantizer.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // LFPQuantizer class implementation // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/MNGHelper.cpp b/plugins/AdvaImg/src/FreeImage/MNGHelper.cpp index ed4ff5f31c..2bc3e833a4 100644 --- a/plugins/AdvaImg/src/FreeImage/MNGHelper.cpp +++ b/plugins/AdvaImg/src/FreeImage/MNGHelper.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // MNG / JNG helpers // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/MemoryIO.cpp b/plugins/AdvaImg/src/FreeImage/MemoryIO.cpp index 6c77c0ed3d..7f587d3fa3 100644 --- a/plugins/AdvaImg/src/FreeImage/MemoryIO.cpp +++ b/plugins/AdvaImg/src/FreeImage/MemoryIO.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Memory Input/Output functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/MultiPage.cpp b/plugins/AdvaImg/src/FreeImage/MultiPage.cpp index d09b1e9bca..8c49d45396 100644 --- a/plugins/AdvaImg/src/FreeImage/MultiPage.cpp +++ b/plugins/AdvaImg/src/FreeImage/MultiPage.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Multi-Page functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/NNQuantizer.cpp b/plugins/AdvaImg/src/FreeImage/NNQuantizer.cpp index 4fba79cfb7..4f02446d8e 100644 --- a/plugins/AdvaImg/src/FreeImage/NNQuantizer.cpp +++ b/plugins/AdvaImg/src/FreeImage/NNQuantizer.cpp @@ -1,4 +1,4 @@ -// NeuQuant Neural-Net Quantization Algorithm +// NeuQuant Neural-Net Quantization Algorithm // ------------------------------------------ // // Copyright (c) 1994 Anthony Dekker diff --git a/plugins/AdvaImg/src/FreeImage/PSDParser.cpp b/plugins/AdvaImg/src/FreeImage/PSDParser.cpp index 33c8d5711c..fba54c2421 100644 --- a/plugins/AdvaImg/src/FreeImage/PSDParser.cpp +++ b/plugins/AdvaImg/src/FreeImage/PSDParser.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Photoshop Loader // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/PSDParser.h b/plugins/AdvaImg/src/FreeImage/PSDParser.h index bb88b6f2c7..15ab5425ca 100644 --- a/plugins/AdvaImg/src/FreeImage/PSDParser.h +++ b/plugins/AdvaImg/src/FreeImage/PSDParser.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Photoshop Loader // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/PixelAccess.cpp b/plugins/AdvaImg/src/FreeImage/PixelAccess.cpp index c7817d272b..70b381f105 100644 --- a/plugins/AdvaImg/src/FreeImage/PixelAccess.cpp +++ b/plugins/AdvaImg/src/FreeImage/PixelAccess.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Pixel access functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/Plugin.cpp b/plugins/AdvaImg/src/FreeImage/Plugin.cpp index 5bcda2be47..1bc13412a5 100644 --- a/plugins/AdvaImg/src/FreeImage/Plugin.cpp +++ b/plugins/AdvaImg/src/FreeImage/Plugin.cpp @@ -1,4 +1,4 @@ -// ===================================================================== +// ===================================================================== // FreeImage Plugin Interface // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/PluginBMP.cpp b/plugins/AdvaImg/src/FreeImage/PluginBMP.cpp index 7678083a2a..13206f7b71 100644 --- a/plugins/AdvaImg/src/FreeImage/PluginBMP.cpp +++ b/plugins/AdvaImg/src/FreeImage/PluginBMP.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // BMP Loader and Writer // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/PluginGIF.cpp b/plugins/AdvaImg/src/FreeImage/PluginGIF.cpp index a9211b2784..d9b430eac5 100644 --- a/plugins/AdvaImg/src/FreeImage/PluginGIF.cpp +++ b/plugins/AdvaImg/src/FreeImage/PluginGIF.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // GIF Loader and Writer // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/PluginICO.cpp b/plugins/AdvaImg/src/FreeImage/PluginICO.cpp index d60d601ddf..5c4673e4de 100644 --- a/plugins/AdvaImg/src/FreeImage/PluginICO.cpp +++ b/plugins/AdvaImg/src/FreeImage/PluginICO.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // ICO Loader and Writer // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/PluginJPEG.cpp b/plugins/AdvaImg/src/FreeImage/PluginJPEG.cpp index 8faea8592b..19e4a070a5 100644 --- a/plugins/AdvaImg/src/FreeImage/PluginJPEG.cpp +++ b/plugins/AdvaImg/src/FreeImage/PluginJPEG.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // JPEG Loader and writer // Based on code developed by The Independent JPEG Group // diff --git a/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp b/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp index 3df8f3637c..fe80a2b533 100644 --- a/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp +++ b/plugins/AdvaImg/src/FreeImage/PluginPNG.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // PNG Loader and Writer // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/TIFFLogLuv.cpp b/plugins/AdvaImg/src/FreeImage/TIFFLogLuv.cpp index 0ff73ad9db..3f313232c4 100644 --- a/plugins/AdvaImg/src/FreeImage/TIFFLogLuv.cpp +++ b/plugins/AdvaImg/src/FreeImage/TIFFLogLuv.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // XYZ to RGB TIFF conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/ToneMapping.cpp b/plugins/AdvaImg/src/FreeImage/ToneMapping.cpp index 36ca22c838..aca7961647 100644 --- a/plugins/AdvaImg/src/FreeImage/ToneMapping.cpp +++ b/plugins/AdvaImg/src/FreeImage/ToneMapping.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tone mapping operators // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/WuQuantizer.cpp b/plugins/AdvaImg/src/FreeImage/WuQuantizer.cpp index e17cdefb32..e092f228cc 100644 --- a/plugins/AdvaImg/src/FreeImage/WuQuantizer.cpp +++ b/plugins/AdvaImg/src/FreeImage/WuQuantizer.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////// // C Implementation of Wu's Color Quantizer (v. 2) // (see Graphics Gems vol. II, pp. 126-133) // diff --git a/plugins/AdvaImg/src/FreeImage/ZLibInterface.cpp b/plugins/AdvaImg/src/FreeImage/ZLibInterface.cpp index 406e11ff8c..39c7ac0ecc 100644 --- a/plugins/AdvaImg/src/FreeImage/ZLibInterface.cpp +++ b/plugins/AdvaImg/src/FreeImage/ZLibInterface.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // ZLib library interface // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/tmoColorConvert.cpp b/plugins/AdvaImg/src/FreeImage/tmoColorConvert.cpp index ab9948a918..8770c6f4bf 100644 --- a/plugins/AdvaImg/src/FreeImage/tmoColorConvert.cpp +++ b/plugins/AdvaImg/src/FreeImage/tmoColorConvert.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // High Dynamic Range bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/tmoDrago03.cpp b/plugins/AdvaImg/src/FreeImage/tmoDrago03.cpp index 510f2ca95c..d1efe9486b 100644 --- a/plugins/AdvaImg/src/FreeImage/tmoDrago03.cpp +++ b/plugins/AdvaImg/src/FreeImage/tmoDrago03.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tone mapping operator (Drago, 2003) // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/tmoFattal02.cpp b/plugins/AdvaImg/src/FreeImage/tmoFattal02.cpp index af27a20bee..27448fce8a 100644 --- a/plugins/AdvaImg/src/FreeImage/tmoFattal02.cpp +++ b/plugins/AdvaImg/src/FreeImage/tmoFattal02.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tone mapping operator (Fattal, 2002) // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImage/tmoReinhard05.cpp b/plugins/AdvaImg/src/FreeImage/tmoReinhard05.cpp index 1f43b46dfa..64607dd5aa 100644 --- a/plugins/AdvaImg/src/FreeImage/tmoReinhard05.cpp +++ b/plugins/AdvaImg/src/FreeImage/tmoReinhard05.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tone mapping operator (Reinhard, 2005) // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageIO.h b/plugins/AdvaImg/src/FreeImageIO.h index 46ccef5a1e..c846b5bf0a 100644 --- a/plugins/AdvaImg/src/FreeImageIO.h +++ b/plugins/AdvaImg/src/FreeImageIO.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Input/Output functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp b/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp index b16a1cb77a..53f12b1036 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap rotation using B-Splines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Background.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Background.cpp index ddb95e949d..0e8fd76d1f 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Background.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Background.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Background filling routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Channels.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Channels.cpp index 4645e654f7..cc31a4bfe3 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Channels.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Channels.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Channel processing support // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/ClassicRotate.cpp b/plugins/AdvaImg/src/FreeImageToolkit/ClassicRotate.cpp index 4926d1ba41..2e561d4877 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/ClassicRotate.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/ClassicRotate.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Bitmap rotation by means of 3 shears. // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Colors.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Colors.cpp index b7892c0cc0..71868074b1 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Colors.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Colors.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Color manipulation routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/CopyPaste.cpp b/plugins/AdvaImg/src/FreeImageToolkit/CopyPaste.cpp index a95c2273f4..c2a44c8345 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/CopyPaste.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/CopyPaste.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Copy / paste routines // // - Floris van den Berg (flvdberg@wxs.nl) diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Display.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Display.cpp index 0abe210467..82885dcf34 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Display.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Display.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Display routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Filters.h b/plugins/AdvaImg/src/FreeImageToolkit/Filters.h index aa5526a343..970e5604ec 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Filters.h +++ b/plugins/AdvaImg/src/FreeImageToolkit/Filters.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Upsampling / downsampling filters // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Flip.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Flip.cpp index 4dcc301012..907d75d902 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Flip.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Flip.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Flipping routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/JPEGTransform.cpp b/plugins/AdvaImg/src/FreeImageToolkit/JPEGTransform.cpp index b3e15ebf3f..6f9ba8e1f2 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/JPEGTransform.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/JPEGTransform.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // JPEG lossless transformations // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/MultigridPoissonSolver.cpp b/plugins/AdvaImg/src/FreeImageToolkit/MultigridPoissonSolver.cpp index b5ba8aec87..7c36e1c0cd 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/MultigridPoissonSolver.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/MultigridPoissonSolver.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Poisson solver based on a full multigrid algorithm // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Rescale.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Rescale.cpp index 15a27235d0..3fdc3e3d6b 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Rescale.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Rescale.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Upsampling / downsampling routine // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Resize.cpp b/plugins/AdvaImg/src/FreeImageToolkit/Resize.cpp index 40cc9ff997..7427986703 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Resize.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/Resize.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Upsampling / downsampling classes // // Design and implementation by diff --git a/plugins/AdvaImg/src/FreeImageToolkit/Resize.h b/plugins/AdvaImg/src/FreeImageToolkit/Resize.h index 1584c10419..466fcc183d 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/Resize.h +++ b/plugins/AdvaImg/src/FreeImageToolkit/Resize.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Upsampling / downsampling classes // // Design and implementation by diff --git a/plugins/AdvaImg/src/LibJPEG/cderror.h b/plugins/AdvaImg/src/LibJPEG/cderror.h index b54986cd20..fb72a51f6b 100644 --- a/plugins/AdvaImg/src/LibJPEG/cderror.h +++ b/plugins/AdvaImg/src/LibJPEG/cderror.h @@ -1,4 +1,4 @@ -/*
+/*
* cderror.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/cdjpeg.c b/plugins/AdvaImg/src/LibJPEG/cdjpeg.c index 4cafbdb45e..89fe633728 100644 --- a/plugins/AdvaImg/src/LibJPEG/cdjpeg.c +++ b/plugins/AdvaImg/src/LibJPEG/cdjpeg.c @@ -1,4 +1,4 @@ -/*
+/*
* cdjpeg.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/cdjpeg.h b/plugins/AdvaImg/src/LibJPEG/cdjpeg.h index 593db231a9..c0d064ccab 100644 --- a/plugins/AdvaImg/src/LibJPEG/cdjpeg.h +++ b/plugins/AdvaImg/src/LibJPEG/cdjpeg.h @@ -1,4 +1,4 @@ -/*
+/*
* cdjpeg.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/cjpeg.c b/plugins/AdvaImg/src/LibJPEG/cjpeg.c index 768b250a24..b9b65b8839 100644 --- a/plugins/AdvaImg/src/LibJPEG/cjpeg.c +++ b/plugins/AdvaImg/src/LibJPEG/cjpeg.c @@ -1,4 +1,4 @@ -/*
+/*
* cjpeg.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/ckconfig.c b/plugins/AdvaImg/src/LibJPEG/ckconfig.c index 744d594f2d..fb9429af08 100644 --- a/plugins/AdvaImg/src/LibJPEG/ckconfig.c +++ b/plugins/AdvaImg/src/LibJPEG/ckconfig.c @@ -1,4 +1,4 @@ -/*
+/*
* ckconfig.c
*
* Copyright (C) 1991-1994, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/coderules.txt b/plugins/AdvaImg/src/LibJPEG/coderules.txt index 6e6a877ff0..382efad3a9 100644 --- a/plugins/AdvaImg/src/LibJPEG/coderules.txt +++ b/plugins/AdvaImg/src/LibJPEG/coderules.txt @@ -1,4 +1,4 @@ -IJG JPEG LIBRARY: CODING RULES
+IJG JPEG LIBRARY: CODING RULES
Copyright (C) 1991-1996, Thomas G. Lane.
This file is part of the Independent JPEG Group's software.
diff --git a/plugins/AdvaImg/src/LibJPEG/djpeg.c b/plugins/AdvaImg/src/LibJPEG/djpeg.c index 525ba5d699..2845f306c1 100644 --- a/plugins/AdvaImg/src/LibJPEG/djpeg.c +++ b/plugins/AdvaImg/src/LibJPEG/djpeg.c @@ -1,4 +1,4 @@ -/*
+/*
* djpeg.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/example.c b/plugins/AdvaImg/src/LibJPEG/example.c index 67c9d9e499..e21cf12126 100644 --- a/plugins/AdvaImg/src/LibJPEG/example.c +++ b/plugins/AdvaImg/src/LibJPEG/example.c @@ -1,4 +1,4 @@ -/*
+/*
* example.c
*
* This file illustrates how to use the IJG code as a subroutine library
diff --git a/plugins/AdvaImg/src/LibJPEG/filelist.txt b/plugins/AdvaImg/src/LibJPEG/filelist.txt index 21adccd52a..62aba52552 100644 --- a/plugins/AdvaImg/src/LibJPEG/filelist.txt +++ b/plugins/AdvaImg/src/LibJPEG/filelist.txt @@ -1,4 +1,4 @@ -IJG JPEG LIBRARY: FILE LIST
+IJG JPEG LIBRARY: FILE LIST
Copyright (C) 1994-2013, Thomas G. Lane, Guido Vollbeding.
This file is part of the Independent JPEG Group's software.
diff --git a/plugins/AdvaImg/src/LibJPEG/install.txt b/plugins/AdvaImg/src/LibJPEG/install.txt index cca1d54368..44a14a28ff 100644 --- a/plugins/AdvaImg/src/LibJPEG/install.txt +++ b/plugins/AdvaImg/src/LibJPEG/install.txt @@ -1,4 +1,4 @@ -INSTALLATION INSTRUCTIONS for the Independent JPEG Group's JPEG software
+INSTALLATION INSTRUCTIONS for the Independent JPEG Group's JPEG software
Copyright (C) 1991-2015, Thomas G. Lane, Guido Vollbeding.
This file is part of the Independent JPEG Group's software.
diff --git a/plugins/AdvaImg/src/LibJPEG/jaricom.c b/plugins/AdvaImg/src/LibJPEG/jaricom.c index ddbe5f5418..50ad879f53 100644 --- a/plugins/AdvaImg/src/LibJPEG/jaricom.c +++ b/plugins/AdvaImg/src/LibJPEG/jaricom.c @@ -1,4 +1,4 @@ -/*
+/*
* jaricom.c
*
* Developed 1997-2011 by Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcapimin.c b/plugins/AdvaImg/src/LibJPEG/jcapimin.c index 764a2313f2..3382d91557 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcapimin.c +++ b/plugins/AdvaImg/src/LibJPEG/jcapimin.c @@ -1,4 +1,4 @@ -/*
+/*
* jcapimin.c
*
* Copyright (C) 1994-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcapistd.c b/plugins/AdvaImg/src/LibJPEG/jcapistd.c index 0e5204a450..8892bfaac8 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcapistd.c +++ b/plugins/AdvaImg/src/LibJPEG/jcapistd.c @@ -1,4 +1,4 @@ -/*
+/*
* jcapistd.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcarith.c b/plugins/AdvaImg/src/LibJPEG/jcarith.c index b464f58637..3bc0a5b8db 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcarith.c +++ b/plugins/AdvaImg/src/LibJPEG/jcarith.c @@ -1,4 +1,4 @@ -/*
+/*
* jcarith.c
*
* Developed 1997-2013 by Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/jccoefct.c b/plugins/AdvaImg/src/LibJPEG/jccoefct.c index 170625efb0..b64b46e75a 100644 --- a/plugins/AdvaImg/src/LibJPEG/jccoefct.c +++ b/plugins/AdvaImg/src/LibJPEG/jccoefct.c @@ -1,4 +1,4 @@ -/*
+/*
* jccoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jccolor.c b/plugins/AdvaImg/src/LibJPEG/jccolor.c index 0beb28a60a..aac5802e92 100644 --- a/plugins/AdvaImg/src/LibJPEG/jccolor.c +++ b/plugins/AdvaImg/src/LibJPEG/jccolor.c @@ -1,4 +1,4 @@ -/*
+/*
* jccolor.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcdctmgr.c b/plugins/AdvaImg/src/LibJPEG/jcdctmgr.c index 3f90f2b5d4..9daea85f62 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcdctmgr.c +++ b/plugins/AdvaImg/src/LibJPEG/jcdctmgr.c @@ -1,4 +1,4 @@ -/*
+/*
* jcdctmgr.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jchuff.c b/plugins/AdvaImg/src/LibJPEG/jchuff.c index 790a4d9d65..92fd974caf 100644 --- a/plugins/AdvaImg/src/LibJPEG/jchuff.c +++ b/plugins/AdvaImg/src/LibJPEG/jchuff.c @@ -1,4 +1,4 @@ -/*
+/*
* jchuff.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcinit.c b/plugins/AdvaImg/src/LibJPEG/jcinit.c index d5caa8116d..397b488aee 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcinit.c +++ b/plugins/AdvaImg/src/LibJPEG/jcinit.c @@ -1,4 +1,4 @@ -/*
+/*
* jcinit.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcmainct.c b/plugins/AdvaImg/src/LibJPEG/jcmainct.c index 47a749b6e8..29d53a22ea 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcmainct.c +++ b/plugins/AdvaImg/src/LibJPEG/jcmainct.c @@ -1,4 +1,4 @@ -/*
+/*
* jcmainct.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcmarker.c b/plugins/AdvaImg/src/LibJPEG/jcmarker.c index 229254a62c..f2cd7a393a 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcmarker.c +++ b/plugins/AdvaImg/src/LibJPEG/jcmarker.c @@ -1,4 +1,4 @@ -/*
+/*
* jcmarker.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcmaster.c b/plugins/AdvaImg/src/LibJPEG/jcmaster.c index 71d65604d0..431744ebe1 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcmaster.c +++ b/plugins/AdvaImg/src/LibJPEG/jcmaster.c @@ -1,4 +1,4 @@ -/*
+/*
* jcmaster.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcomapi.c b/plugins/AdvaImg/src/LibJPEG/jcomapi.c index 669d6a2b5e..1b1a340c1c 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcomapi.c +++ b/plugins/AdvaImg/src/LibJPEG/jcomapi.c @@ -1,4 +1,4 @@ -/*
+/*
* jcomapi.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jconfig.h b/plugins/AdvaImg/src/LibJPEG/jconfig.h index 8b68fbc568..9b71ed2db1 100644 --- a/plugins/AdvaImg/src/LibJPEG/jconfig.h +++ b/plugins/AdvaImg/src/LibJPEG/jconfig.h @@ -1,4 +1,4 @@ -/* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 9x or NT. */
+/* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 9x or NT. */
/* This file also works for Borland C++ 32-bit (bcc32) on Windows 9x or NT. */
/* see jconfig.txt for explanations */
diff --git a/plugins/AdvaImg/src/LibJPEG/jconfig.txt b/plugins/AdvaImg/src/LibJPEG/jconfig.txt index c9fe0a6416..6c92b82d39 100644 --- a/plugins/AdvaImg/src/LibJPEG/jconfig.txt +++ b/plugins/AdvaImg/src/LibJPEG/jconfig.txt @@ -1,4 +1,4 @@ -/*
+/*
* jconfig.txt
*
* Copyright (C) 1991-1994, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcparam.c b/plugins/AdvaImg/src/LibJPEG/jcparam.c index 9693cd1994..1680e39257 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcparam.c +++ b/plugins/AdvaImg/src/LibJPEG/jcparam.c @@ -1,4 +1,4 @@ -/*
+/*
* jcparam.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcprepct.c b/plugins/AdvaImg/src/LibJPEG/jcprepct.c index 10490ff0c9..00101e0b57 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcprepct.c +++ b/plugins/AdvaImg/src/LibJPEG/jcprepct.c @@ -1,4 +1,4 @@ -/*
+/*
* jcprepct.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jcsample.c b/plugins/AdvaImg/src/LibJPEG/jcsample.c index ed2cc70717..1aef8a6fc7 100644 --- a/plugins/AdvaImg/src/LibJPEG/jcsample.c +++ b/plugins/AdvaImg/src/LibJPEG/jcsample.c @@ -1,4 +1,4 @@ -/*
+/*
* jcsample.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jctrans.c b/plugins/AdvaImg/src/LibJPEG/jctrans.c index f6cc5a3185..38f06e097c 100644 --- a/plugins/AdvaImg/src/LibJPEG/jctrans.c +++ b/plugins/AdvaImg/src/LibJPEG/jctrans.c @@ -1,4 +1,4 @@ -/*
+/*
* jctrans.c
*
* Copyright (C) 1995-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdapimin.c b/plugins/AdvaImg/src/LibJPEG/jdapimin.c index 2150ec46ab..c1b88f75ea 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdapimin.c +++ b/plugins/AdvaImg/src/LibJPEG/jdapimin.c @@ -1,4 +1,4 @@ -/*
+/*
* jdapimin.c
*
* Copyright (C) 1994-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdapistd.c b/plugins/AdvaImg/src/LibJPEG/jdapistd.c index b60ef59d3a..6437dc562b 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdapistd.c +++ b/plugins/AdvaImg/src/LibJPEG/jdapistd.c @@ -1,4 +1,4 @@ -/*
+/*
* jdapistd.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdarith.c b/plugins/AdvaImg/src/LibJPEG/jdarith.c index 80984149a1..14ca7fe133 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdarith.c +++ b/plugins/AdvaImg/src/LibJPEG/jdarith.c @@ -1,4 +1,4 @@ -/*
+/*
* jdarith.c
*
* Developed 1997-2015 by Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdatadst.c b/plugins/AdvaImg/src/LibJPEG/jdatadst.c index e4dfbeb3a9..677e46346b 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdatadst.c +++ b/plugins/AdvaImg/src/LibJPEG/jdatadst.c @@ -1,4 +1,4 @@ -/*
+/*
* jdatadst.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdatasrc.c b/plugins/AdvaImg/src/LibJPEG/jdatasrc.c index c5885b4521..c44d8d0ba7 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdatasrc.c +++ b/plugins/AdvaImg/src/LibJPEG/jdatasrc.c @@ -1,4 +1,4 @@ -/*
+/*
* jdatasrc.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdcoefct.c b/plugins/AdvaImg/src/LibJPEG/jdcoefct.c index 8ddeb15263..75ee51f0f2 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdcoefct.c +++ b/plugins/AdvaImg/src/LibJPEG/jdcoefct.c @@ -1,4 +1,4 @@ -/*
+/*
* jdcoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdcolor.c b/plugins/AdvaImg/src/LibJPEG/jdcolor.c index a1bda90e94..92d3c1a584 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdcolor.c +++ b/plugins/AdvaImg/src/LibJPEG/jdcolor.c @@ -1,4 +1,4 @@ -/*
+/*
* jdcolor.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdct.h b/plugins/AdvaImg/src/LibJPEG/jdct.h index b9152380ee..5f631f42e2 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdct.h +++ b/plugins/AdvaImg/src/LibJPEG/jdct.h @@ -1,4 +1,4 @@ -/*
+/*
* jdct.h
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jddctmgr.c b/plugins/AdvaImg/src/LibJPEG/jddctmgr.c index b5d8b62af6..b2f5a36d96 100644 --- a/plugins/AdvaImg/src/LibJPEG/jddctmgr.c +++ b/plugins/AdvaImg/src/LibJPEG/jddctmgr.c @@ -1,4 +1,4 @@ -/*
+/*
* jddctmgr.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdhuff.c b/plugins/AdvaImg/src/LibJPEG/jdhuff.c index 776d9c2dfd..85a98bd3ef 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdhuff.c +++ b/plugins/AdvaImg/src/LibJPEG/jdhuff.c @@ -1,4 +1,4 @@ -/*
+/*
* jdhuff.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdinput.c b/plugins/AdvaImg/src/LibJPEG/jdinput.c index b3458e1280..80bdef568a 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdinput.c +++ b/plugins/AdvaImg/src/LibJPEG/jdinput.c @@ -1,4 +1,4 @@ -/*
+/*
* jdinput.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdmainct.c b/plugins/AdvaImg/src/LibJPEG/jdmainct.c index 2c064fbecb..7ced4386b2 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdmainct.c +++ b/plugins/AdvaImg/src/LibJPEG/jdmainct.c @@ -1,4 +1,4 @@ -/*
+/*
* jdmainct.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdmarker.c b/plugins/AdvaImg/src/LibJPEG/jdmarker.c index 74162eac37..b1faf88fb7 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdmarker.c +++ b/plugins/AdvaImg/src/LibJPEG/jdmarker.c @@ -1,4 +1,4 @@ -/*
+/*
* jdmarker.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdmaster.c b/plugins/AdvaImg/src/LibJPEG/jdmaster.c index 06bf96cc93..0ece558cb2 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdmaster.c +++ b/plugins/AdvaImg/src/LibJPEG/jdmaster.c @@ -1,4 +1,4 @@ -/*
+/*
* jdmaster.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdmerge.c b/plugins/AdvaImg/src/LibJPEG/jdmerge.c index d46c05d8d9..368fa703aa 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdmerge.c +++ b/plugins/AdvaImg/src/LibJPEG/jdmerge.c @@ -1,4 +1,4 @@ -/*
+/*
* jdmerge.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdosaobj.txt b/plugins/AdvaImg/src/LibJPEG/jdosaobj.txt index 7e4abba53a..4318362ec4 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdosaobj.txt +++ b/plugins/AdvaImg/src/LibJPEG/jdosaobj.txt @@ -1,4 +1,4 @@ -This archive contains already-assembled object files for JMEMDOSA.ASM +This archive contains already-assembled object files for JMEMDOSA.ASM of the Independent JPEG Group's JPEG package. These files will be helpful if you want to compile the IJG code for DOS, but don't have an assembler. diff --git a/plugins/AdvaImg/src/LibJPEG/jdpostct.c b/plugins/AdvaImg/src/LibJPEG/jdpostct.c index 16e17ba847..7ba9eed52e 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdpostct.c +++ b/plugins/AdvaImg/src/LibJPEG/jdpostct.c @@ -1,4 +1,4 @@ -/*
+/*
* jdpostct.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdsample.c b/plugins/AdvaImg/src/LibJPEG/jdsample.c index f48f1d7eab..83d6332c3b 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdsample.c +++ b/plugins/AdvaImg/src/LibJPEG/jdsample.c @@ -1,4 +1,4 @@ -/*
+/*
* jdsample.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jdtrans.c b/plugins/AdvaImg/src/LibJPEG/jdtrans.c index 9493118edc..a51d69de44 100644 --- a/plugins/AdvaImg/src/LibJPEG/jdtrans.c +++ b/plugins/AdvaImg/src/LibJPEG/jdtrans.c @@ -1,4 +1,4 @@ -/*
+/*
* jdtrans.c
*
* Copyright (C) 1995-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jerror.c b/plugins/AdvaImg/src/LibJPEG/jerror.c index 9724b933de..cfaf083a39 100644 --- a/plugins/AdvaImg/src/LibJPEG/jerror.c +++ b/plugins/AdvaImg/src/LibJPEG/jerror.c @@ -1,4 +1,4 @@ -/*
+/*
* jerror.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jerror.h b/plugins/AdvaImg/src/LibJPEG/jerror.h index c907188ba2..b32da9a5ad 100644 --- a/plugins/AdvaImg/src/LibJPEG/jerror.h +++ b/plugins/AdvaImg/src/LibJPEG/jerror.h @@ -1,4 +1,4 @@ -/*
+/*
* jerror.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jfdctflt.c b/plugins/AdvaImg/src/LibJPEG/jfdctflt.c index 9df1a7f8ac..0cc054074f 100644 --- a/plugins/AdvaImg/src/LibJPEG/jfdctflt.c +++ b/plugins/AdvaImg/src/LibJPEG/jfdctflt.c @@ -1,4 +1,4 @@ -/*
+/*
* jfdctflt.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jfdctfst.c b/plugins/AdvaImg/src/LibJPEG/jfdctfst.c index ca678f1b6f..173d0d6fce 100644 --- a/plugins/AdvaImg/src/LibJPEG/jfdctfst.c +++ b/plugins/AdvaImg/src/LibJPEG/jfdctfst.c @@ -1,4 +1,4 @@ -/*
+/*
* jfdctfst.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jfdctint.c b/plugins/AdvaImg/src/LibJPEG/jfdctint.c index 659e019a63..6700fdde2f 100644 --- a/plugins/AdvaImg/src/LibJPEG/jfdctint.c +++ b/plugins/AdvaImg/src/LibJPEG/jfdctint.c @@ -1,4 +1,4 @@ -/*
+/*
* jfdctint.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jidctflt.c b/plugins/AdvaImg/src/LibJPEG/jidctflt.c index a3224da83f..ce2499f299 100644 --- a/plugins/AdvaImg/src/LibJPEG/jidctflt.c +++ b/plugins/AdvaImg/src/LibJPEG/jidctflt.c @@ -1,4 +1,4 @@ -/*
+/*
* jidctflt.c
*
* Copyright (C) 1994-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jidctfst.c b/plugins/AdvaImg/src/LibJPEG/jidctfst.c index 1ecf6c6275..0c197ced77 100644 --- a/plugins/AdvaImg/src/LibJPEG/jidctfst.c +++ b/plugins/AdvaImg/src/LibJPEG/jidctfst.c @@ -1,4 +1,4 @@ -/*
+/*
* jidctfst.c
*
* Copyright (C) 1994-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jidctint.c b/plugins/AdvaImg/src/LibJPEG/jidctint.c index 0475796b1d..2d7ecdae91 100644 --- a/plugins/AdvaImg/src/LibJPEG/jidctint.c +++ b/plugins/AdvaImg/src/LibJPEG/jidctint.c @@ -1,4 +1,4 @@ -/*
+/*
* jidctint.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jinclude.h b/plugins/AdvaImg/src/LibJPEG/jinclude.h index 34aab74612..5ff60fedf4 100644 --- a/plugins/AdvaImg/src/LibJPEG/jinclude.h +++ b/plugins/AdvaImg/src/LibJPEG/jinclude.h @@ -1,4 +1,4 @@ -/*
+/*
* jinclude.h
*
* Copyright (C) 1991-1994, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemansi.c b/plugins/AdvaImg/src/LibJPEG/jmemansi.c index 081675253e..b5da4743fb 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemansi.c +++ b/plugins/AdvaImg/src/LibJPEG/jmemansi.c @@ -1,4 +1,4 @@ -/*
+/*
* jmemansi.c
*
* Copyright (C) 1992-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemdos.c b/plugins/AdvaImg/src/LibJPEG/jmemdos.c index baf6690293..0955047ecc 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemdos.c +++ b/plugins/AdvaImg/src/LibJPEG/jmemdos.c @@ -1,4 +1,4 @@ -/*
+/*
* jmemdos.c
*
* Copyright (C) 1992-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemmac.c b/plugins/AdvaImg/src/LibJPEG/jmemmac.c index 4ea98d3a60..a6f043ed46 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemmac.c +++ b/plugins/AdvaImg/src/LibJPEG/jmemmac.c @@ -1,4 +1,4 @@ -/*
+/*
* jmemmac.c
*
* Copyright (C) 1992-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemmgr.c b/plugins/AdvaImg/src/LibJPEG/jmemmgr.c index aad0ca2ea0..ea9342022c 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemmgr.c +++ b/plugins/AdvaImg/src/LibJPEG/jmemmgr.c @@ -1,4 +1,4 @@ -/*
+/*
* jmemmgr.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemname.c b/plugins/AdvaImg/src/LibJPEG/jmemname.c index b55106be56..e28b212f48 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemname.c +++ b/plugins/AdvaImg/src/LibJPEG/jmemname.c @@ -1,4 +1,4 @@ -/*
+/*
* jmemname.c
*
* Copyright (C) 1992-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemnobs.c b/plugins/AdvaImg/src/LibJPEG/jmemnobs.c index d8dfb34d95..6aa1e92950 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemnobs.c +++ b/plugins/AdvaImg/src/LibJPEG/jmemnobs.c @@ -1,4 +1,4 @@ -/*
+/*
* jmemnobs.c
*
* Copyright (C) 1992-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmemsys.h b/plugins/AdvaImg/src/LibJPEG/jmemsys.h index 670fe0998d..2a8796119c 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmemsys.h +++ b/plugins/AdvaImg/src/LibJPEG/jmemsys.h @@ -1,4 +1,4 @@ -/*
+/*
* jmemsys.h
*
* Copyright (C) 1992-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jmorecfg.h b/plugins/AdvaImg/src/LibJPEG/jmorecfg.h index 48a6b6279d..7407ac79b1 100644 --- a/plugins/AdvaImg/src/LibJPEG/jmorecfg.h +++ b/plugins/AdvaImg/src/LibJPEG/jmorecfg.h @@ -1,4 +1,4 @@ -/*
+/*
* jmorecfg.h
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jpegint.h b/plugins/AdvaImg/src/LibJPEG/jpegint.h index 855e44319e..ec14a1ebc8 100644 --- a/plugins/AdvaImg/src/LibJPEG/jpegint.h +++ b/plugins/AdvaImg/src/LibJPEG/jpegint.h @@ -1,4 +1,4 @@ -/*
+/*
* jpegint.h
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jpeglib.h b/plugins/AdvaImg/src/LibJPEG/jpeglib.h index 0192ee7683..20ef353d8a 100644 --- a/plugins/AdvaImg/src/LibJPEG/jpeglib.h +++ b/plugins/AdvaImg/src/LibJPEG/jpeglib.h @@ -1,4 +1,4 @@ -/*
+/*
* jpeglib.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jpegtran.c b/plugins/AdvaImg/src/LibJPEG/jpegtran.c index 82589bb678..f3175aee24 100644 --- a/plugins/AdvaImg/src/LibJPEG/jpegtran.c +++ b/plugins/AdvaImg/src/LibJPEG/jpegtran.c @@ -1,4 +1,4 @@ -/*
+/*
* jpegtran.c
*
* Copyright (C) 1995-2013, Thomas G. Lane, Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/jquant1.c b/plugins/AdvaImg/src/LibJPEG/jquant1.c index 2c27049e19..1c482bc4b1 100644 --- a/plugins/AdvaImg/src/LibJPEG/jquant1.c +++ b/plugins/AdvaImg/src/LibJPEG/jquant1.c @@ -1,4 +1,4 @@ -/*
+/*
* jquant1.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jquant2.c b/plugins/AdvaImg/src/LibJPEG/jquant2.c index 261ff118fa..f7e351f2ac 100644 --- a/plugins/AdvaImg/src/LibJPEG/jquant2.c +++ b/plugins/AdvaImg/src/LibJPEG/jquant2.c @@ -1,4 +1,4 @@ -/*
+/*
* jquant2.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jutils.c b/plugins/AdvaImg/src/LibJPEG/jutils.c index d25e2955ac..037a795290 100644 --- a/plugins/AdvaImg/src/LibJPEG/jutils.c +++ b/plugins/AdvaImg/src/LibJPEG/jutils.c @@ -1,4 +1,4 @@ -/*
+/*
* jutils.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/jversion.h b/plugins/AdvaImg/src/LibJPEG/jversion.h index cfacbf9bc5..bb53ffe712 100644 --- a/plugins/AdvaImg/src/LibJPEG/jversion.h +++ b/plugins/AdvaImg/src/LibJPEG/jversion.h @@ -1,4 +1,4 @@ -/*
+/*
* jversion.h
*
* Copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/libjpeg.txt b/plugins/AdvaImg/src/LibJPEG/libjpeg.txt index 3274c737bc..b602ab3095 100644 --- a/plugins/AdvaImg/src/LibJPEG/libjpeg.txt +++ b/plugins/AdvaImg/src/LibJPEG/libjpeg.txt @@ -1,4 +1,4 @@ -USING THE IJG JPEG LIBRARY
+USING THE IJG JPEG LIBRARY
Copyright (C) 1994-2013, Thomas G. Lane, Guido Vollbeding.
This file is part of the Independent JPEG Group's software.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdbmp.c b/plugins/AdvaImg/src/LibJPEG/rdbmp.c index 410843a79b..dfdf96ff5c 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdbmp.c +++ b/plugins/AdvaImg/src/LibJPEG/rdbmp.c @@ -1,4 +1,4 @@ -/*
+/*
* rdbmp.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdcolmap.c b/plugins/AdvaImg/src/LibJPEG/rdcolmap.c index ce168eddc0..eebf8346c5 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdcolmap.c +++ b/plugins/AdvaImg/src/LibJPEG/rdcolmap.c @@ -1,4 +1,4 @@ -/*
+/*
* rdcolmap.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdgif.c b/plugins/AdvaImg/src/LibJPEG/rdgif.c index f002aca579..b0757e718f 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdgif.c +++ b/plugins/AdvaImg/src/LibJPEG/rdgif.c @@ -1,4 +1,4 @@ -/*
+/*
* rdgif.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdjpgcom.c b/plugins/AdvaImg/src/LibJPEG/rdjpgcom.c index 7ec603e4ba..ab09b443ff 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdjpgcom.c +++ b/plugins/AdvaImg/src/LibJPEG/rdjpgcom.c @@ -1,4 +1,4 @@ -/*
+/*
* rdjpgcom.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdppm.c b/plugins/AdvaImg/src/LibJPEG/rdppm.c index b6bb9ef720..9dcd2dc216 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdppm.c +++ b/plugins/AdvaImg/src/LibJPEG/rdppm.c @@ -1,4 +1,4 @@ -/*
+/*
* rdppm.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdrle.c b/plugins/AdvaImg/src/LibJPEG/rdrle.c index 275b0d14f5..df871e00a4 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdrle.c +++ b/plugins/AdvaImg/src/LibJPEG/rdrle.c @@ -1,4 +1,4 @@ -/*
+/*
* rdrle.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdswitch.c b/plugins/AdvaImg/src/LibJPEG/rdswitch.c index 3cf49059ad..05753a3020 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdswitch.c +++ b/plugins/AdvaImg/src/LibJPEG/rdswitch.c @@ -1,4 +1,4 @@ -/*
+/*
* rdswitch.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/rdtarga.c b/plugins/AdvaImg/src/LibJPEG/rdtarga.c index 9e3d273d80..d7ffc33ebd 100644 --- a/plugins/AdvaImg/src/LibJPEG/rdtarga.c +++ b/plugins/AdvaImg/src/LibJPEG/rdtarga.c @@ -1,4 +1,4 @@ -/*
+/*
* rdtarga.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/structure.txt b/plugins/AdvaImg/src/LibJPEG/structure.txt index 5372152e2a..04d957746e 100644 --- a/plugins/AdvaImg/src/LibJPEG/structure.txt +++ b/plugins/AdvaImg/src/LibJPEG/structure.txt @@ -1,4 +1,4 @@ -IJG JPEG LIBRARY: SYSTEM ARCHITECTURE
+IJG JPEG LIBRARY: SYSTEM ARCHITECTURE
Copyright (C) 1991-2013, Thomas G. Lane, Guido Vollbeding.
This file is part of the Independent JPEG Group's software.
diff --git a/plugins/AdvaImg/src/LibJPEG/transupp.c b/plugins/AdvaImg/src/LibJPEG/transupp.c index 215aee3f50..0524d1fc29 100644 --- a/plugins/AdvaImg/src/LibJPEG/transupp.c +++ b/plugins/AdvaImg/src/LibJPEG/transupp.c @@ -1,4 +1,4 @@ -/*
+/*
* transupp.c
*
* Copyright (C) 1997-2013, Thomas G. Lane, Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/transupp.h b/plugins/AdvaImg/src/LibJPEG/transupp.h index 8b64ce8d34..28a1a9cb7a 100644 --- a/plugins/AdvaImg/src/LibJPEG/transupp.h +++ b/plugins/AdvaImg/src/LibJPEG/transupp.h @@ -1,4 +1,4 @@ -/*
+/*
* transupp.h
*
* Copyright (C) 1997-2013, Thomas G. Lane, Guido Vollbeding.
diff --git a/plugins/AdvaImg/src/LibJPEG/usage.txt b/plugins/AdvaImg/src/LibJPEG/usage.txt index f683468f65..fc3aafb3f3 100644 --- a/plugins/AdvaImg/src/LibJPEG/usage.txt +++ b/plugins/AdvaImg/src/LibJPEG/usage.txt @@ -1,4 +1,4 @@ -USAGE instructions for the Independent JPEG Group's JPEG software
+USAGE instructions for the Independent JPEG Group's JPEG software
=================================================================
This file describes usage of the JPEG conversion programs cjpeg and djpeg,
diff --git a/plugins/AdvaImg/src/LibJPEG/wizard.txt b/plugins/AdvaImg/src/LibJPEG/wizard.txt index 80b274ef1e..02418ba2b2 100644 --- a/plugins/AdvaImg/src/LibJPEG/wizard.txt +++ b/plugins/AdvaImg/src/LibJPEG/wizard.txt @@ -1,4 +1,4 @@ -Advanced usage instructions for the Independent JPEG Group's JPEG software
+Advanced usage instructions for the Independent JPEG Group's JPEG software
==========================================================================
This file describes cjpeg's "switches for wizards".
diff --git a/plugins/AdvaImg/src/LibJPEG/wrbmp.c b/plugins/AdvaImg/src/LibJPEG/wrbmp.c index f4bf7bb36c..2b8146e2c0 100644 --- a/plugins/AdvaImg/src/LibJPEG/wrbmp.c +++ b/plugins/AdvaImg/src/LibJPEG/wrbmp.c @@ -1,4 +1,4 @@ -/*
+/*
* wrbmp.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/wrgif.c b/plugins/AdvaImg/src/LibJPEG/wrgif.c index ec232af6b6..d38a42bf40 100644 --- a/plugins/AdvaImg/src/LibJPEG/wrgif.c +++ b/plugins/AdvaImg/src/LibJPEG/wrgif.c @@ -1,4 +1,4 @@ -/*
+/*
* wrgif.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/wrjpgcom.c b/plugins/AdvaImg/src/LibJPEG/wrjpgcom.c index 0ba7024cb1..66dccee636 100644 --- a/plugins/AdvaImg/src/LibJPEG/wrjpgcom.c +++ b/plugins/AdvaImg/src/LibJPEG/wrjpgcom.c @@ -1,4 +1,4 @@ -/*
+/*
* wrjpgcom.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/wrppm.c b/plugins/AdvaImg/src/LibJPEG/wrppm.c index 1e647d26dd..1e56d9c50e 100644 --- a/plugins/AdvaImg/src/LibJPEG/wrppm.c +++ b/plugins/AdvaImg/src/LibJPEG/wrppm.c @@ -1,4 +1,4 @@ -/*
+/*
* wrppm.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/wrrle.c b/plugins/AdvaImg/src/LibJPEG/wrrle.c index 740eb6967f..7a00c0dd11 100644 --- a/plugins/AdvaImg/src/LibJPEG/wrrle.c +++ b/plugins/AdvaImg/src/LibJPEG/wrrle.c @@ -1,4 +1,4 @@ -/*
+/*
* wrrle.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibJPEG/wrtarga.c b/plugins/AdvaImg/src/LibJPEG/wrtarga.c index e80be638bf..a3b7475cf8 100644 --- a/plugins/AdvaImg/src/LibJPEG/wrtarga.c +++ b/plugins/AdvaImg/src/LibJPEG/wrtarga.c @@ -1,4 +1,4 @@ -/*
+/*
* wrtarga.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
diff --git a/plugins/AdvaImg/src/LibPNG/libpng-manual.txt b/plugins/AdvaImg/src/LibPNG/libpng-manual.txt index 3569cc12ab..7007673175 100644 --- a/plugins/AdvaImg/src/LibPNG/libpng-manual.txt +++ b/plugins/AdvaImg/src/LibPNG/libpng-manual.txt @@ -1,4 +1,4 @@ -libpng-manual.txt - A description on how to use and modify libpng
+libpng-manual.txt - A description on how to use and modify libpng
libpng version 1.6.34 - September 29, 2017
Updated and distributed by Glenn Randers-Pehrson
diff --git a/plugins/AdvaImg/src/LibPNG/png.c b/plugins/AdvaImg/src/LibPNG/png.c index 24aa5e40c7..a7dadf6595 100644 --- a/plugins/AdvaImg/src/LibPNG/png.c +++ b/plugins/AdvaImg/src/LibPNG/png.c @@ -1,4 +1,4 @@ -
+
/* png.c - location for general purpose libpng functions
*
* Last changed in libpng 1.6.33 [September 28, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/png.h b/plugins/AdvaImg/src/LibPNG/png.h index 382107767b..62d27ada00 100644 --- a/plugins/AdvaImg/src/LibPNG/png.h +++ b/plugins/AdvaImg/src/LibPNG/png.h @@ -1,4 +1,4 @@ -
+
/* png.h - header file for PNG reference library
*
* libpng version 1.6.34, September 29, 2017
diff --git a/plugins/AdvaImg/src/LibPNG/pngconf.h b/plugins/AdvaImg/src/LibPNG/pngconf.h index 77a8620cf4..af05e17554 100644 --- a/plugins/AdvaImg/src/LibPNG/pngconf.h +++ b/plugins/AdvaImg/src/LibPNG/pngconf.h @@ -1,4 +1,4 @@ -
+
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.6.34, September 29, 2017
diff --git a/plugins/AdvaImg/src/LibPNG/pngdebug.h b/plugins/AdvaImg/src/LibPNG/pngdebug.h index 74dd6d15a5..3d1e78c16e 100644 --- a/plugins/AdvaImg/src/LibPNG/pngdebug.h +++ b/plugins/AdvaImg/src/LibPNG/pngdebug.h @@ -1,4 +1,4 @@ -
+
/* pngdebug.h - Debugging macros for libpng, also used in pngtest.c
*
* Last changed in libpng 1.6.8 [December 19, 2013]
diff --git a/plugins/AdvaImg/src/LibPNG/pngerror.c b/plugins/AdvaImg/src/LibPNG/pngerror.c index 87d2e1e95d..bf6edd6db0 100644 --- a/plugins/AdvaImg/src/LibPNG/pngerror.c +++ b/plugins/AdvaImg/src/LibPNG/pngerror.c @@ -1,4 +1,4 @@ -
+
/* pngerror.c - stub functions for i/o and memory allocation
*
* Last changed in libpng 1.6.31 [July 27, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngget.c b/plugins/AdvaImg/src/LibPNG/pngget.c index 2a41bb6bad..c4a558b188 100644 --- a/plugins/AdvaImg/src/LibPNG/pngget.c +++ b/plugins/AdvaImg/src/LibPNG/pngget.c @@ -1,4 +1,4 @@ -
+
/* pngget.c - retrieval of values from info struct
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pnginfo.h b/plugins/AdvaImg/src/LibPNG/pnginfo.h index 9a950f29af..366a16df64 100644 --- a/plugins/AdvaImg/src/LibPNG/pnginfo.h +++ b/plugins/AdvaImg/src/LibPNG/pnginfo.h @@ -1,4 +1,4 @@ -
+
/* pnginfo.h - header file for PNG reference library
*
* Last changed in libpng 1.6.1 [March 28, 2013]
diff --git a/plugins/AdvaImg/src/LibPNG/pnglibconf.h b/plugins/AdvaImg/src/LibPNG/pnglibconf.h index ffed3110a3..a9893acb40 100644 --- a/plugins/AdvaImg/src/LibPNG/pnglibconf.h +++ b/plugins/AdvaImg/src/LibPNG/pnglibconf.h @@ -1,4 +1,4 @@ -/* libpng 1.6.34 STANDARD API DEFINITION */
+/* libpng 1.6.34 STANDARD API DEFINITION */
/* pnglibconf.h - library build configuration */
diff --git a/plugins/AdvaImg/src/LibPNG/pngmem.c b/plugins/AdvaImg/src/LibPNG/pngmem.c index efb0d26165..1a32adbca4 100644 --- a/plugins/AdvaImg/src/LibPNG/pngmem.c +++ b/plugins/AdvaImg/src/LibPNG/pngmem.c @@ -1,4 +1,4 @@ -
+
/* pngmem.c - stub functions for memory allocation
*
* Last changed in libpng 1.6.26 [October 20, 2016]
diff --git a/plugins/AdvaImg/src/LibPNG/pngpread.c b/plugins/AdvaImg/src/LibPNG/pngpread.c index 08fa6321b3..705b61376c 100644 --- a/plugins/AdvaImg/src/LibPNG/pngpread.c +++ b/plugins/AdvaImg/src/LibPNG/pngpread.c @@ -1,4 +1,4 @@ -
+
/* pngpread.c - read a png file in push mode
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngpriv.h b/plugins/AdvaImg/src/LibPNG/pngpriv.h index a6be908533..10d1fd69fc 100644 --- a/plugins/AdvaImg/src/LibPNG/pngpriv.h +++ b/plugins/AdvaImg/src/LibPNG/pngpriv.h @@ -1,4 +1,4 @@ -
+
/* pngpriv.h - private declarations for use inside libpng
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngread.c b/plugins/AdvaImg/src/LibPNG/pngread.c index 3725b864b9..96e90d7104 100644 --- a/plugins/AdvaImg/src/LibPNG/pngread.c +++ b/plugins/AdvaImg/src/LibPNG/pngread.c @@ -1,4 +1,4 @@ -
+
/* pngread.c - read a PNG file
*
* Last changed in libpng 1.6.33 [September 28, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngrio.c b/plugins/AdvaImg/src/LibPNG/pngrio.c index 987aacbdaa..381f506993 100644 --- a/plugins/AdvaImg/src/LibPNG/pngrio.c +++ b/plugins/AdvaImg/src/LibPNG/pngrio.c @@ -1,4 +1,4 @@ -
+
/* pngrio.c - functions for data input
*
* Last changed in libpng 1.6.24 [August 4, 2016]
diff --git a/plugins/AdvaImg/src/LibPNG/pngrtran.c b/plugins/AdvaImg/src/LibPNG/pngrtran.c index 49b9e73563..eebd592f20 100644 --- a/plugins/AdvaImg/src/LibPNG/pngrtran.c +++ b/plugins/AdvaImg/src/LibPNG/pngrtran.c @@ -1,4 +1,4 @@ -
+
/* pngrtran.c - transforms the data in a row for PNG readers
*
* Last changed in libpng 1.6.33 [September 28, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngrutil.c b/plugins/AdvaImg/src/LibPNG/pngrutil.c index 7bd1b6b47b..ff639293aa 100644 --- a/plugins/AdvaImg/src/LibPNG/pngrutil.c +++ b/plugins/AdvaImg/src/LibPNG/pngrutil.c @@ -1,4 +1,4 @@ -
+
/* pngrutil.c - utilities to read a PNG file
*
* Last changed in libpng 1.6.33 [September 28, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngset.c b/plugins/AdvaImg/src/LibPNG/pngset.c index e1c5436c82..f3cb3ccfad 100644 --- a/plugins/AdvaImg/src/LibPNG/pngset.c +++ b/plugins/AdvaImg/src/LibPNG/pngset.c @@ -1,4 +1,4 @@ -
+
/* pngset.c - storage of image information into info struct
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngstruct.h b/plugins/AdvaImg/src/LibPNG/pngstruct.h index ebdc3390d5..968764b296 100644 --- a/plugins/AdvaImg/src/LibPNG/pngstruct.h +++ b/plugins/AdvaImg/src/LibPNG/pngstruct.h @@ -1,4 +1,4 @@ -
+
/* pngstruct.h - header file for PNG reference library
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngtest.c b/plugins/AdvaImg/src/LibPNG/pngtest.c index b1b4cb7ea0..e56cbaeefa 100644 --- a/plugins/AdvaImg/src/LibPNG/pngtest.c +++ b/plugins/AdvaImg/src/LibPNG/pngtest.c @@ -1,4 +1,4 @@ -
+
/* pngtest.c - a simple test program to test libpng
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngtrans.c b/plugins/AdvaImg/src/LibPNG/pngtrans.c index 12f4d0bdaf..1dad1d7a5e 100644 --- a/plugins/AdvaImg/src/LibPNG/pngtrans.c +++ b/plugins/AdvaImg/src/LibPNG/pngtrans.c @@ -1,4 +1,4 @@ -
+
/* pngtrans.c - transforms the data in a row (used by both readers and writers)
*
* Last changed in libpng 1.6.33 [September 28, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngwio.c b/plugins/AdvaImg/src/LibPNG/pngwio.c index d524502923..28194b6fc6 100644 --- a/plugins/AdvaImg/src/LibPNG/pngwio.c +++ b/plugins/AdvaImg/src/LibPNG/pngwio.c @@ -1,4 +1,4 @@ -
+
/* pngwio.c - functions for data output
*
* Last changed in libpng 1.6.24 [August 4, 2016]
diff --git a/plugins/AdvaImg/src/LibPNG/pngwrite.c b/plugins/AdvaImg/src/LibPNG/pngwrite.c index 716fd7badc..1eefbe686e 100644 --- a/plugins/AdvaImg/src/LibPNG/pngwrite.c +++ b/plugins/AdvaImg/src/LibPNG/pngwrite.c @@ -1,4 +1,4 @@ -
+
/* pngwrite.c - general routines to write a PNG file
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/LibPNG/pngwtran.c b/plugins/AdvaImg/src/LibPNG/pngwtran.c index fabf44362b..922abb5c74 100644 --- a/plugins/AdvaImg/src/LibPNG/pngwtran.c +++ b/plugins/AdvaImg/src/LibPNG/pngwtran.c @@ -1,4 +1,4 @@ -
+
/* pngwtran.c - transforms the data in a row for PNG writers
*
* Last changed in libpng 1.6.26 [October 20, 2016]
diff --git a/plugins/AdvaImg/src/LibPNG/pngwutil.c b/plugins/AdvaImg/src/LibPNG/pngwutil.c index d521d19763..d536c9e6fb 100644 --- a/plugins/AdvaImg/src/LibPNG/pngwutil.c +++ b/plugins/AdvaImg/src/LibPNG/pngwutil.c @@ -1,4 +1,4 @@ -
+
/* pngwutil.c - utilities to write a PNG file
*
* Last changed in libpng 1.6.32 [August 24, 2017]
diff --git a/plugins/AdvaImg/src/MapIntrospector.h b/plugins/AdvaImg/src/MapIntrospector.h index fc51d7f41f..091ba68b26 100644 --- a/plugins/AdvaImg/src/MapIntrospector.h +++ b/plugins/AdvaImg/src/MapIntrospector.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // STL MapIntrospector class // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/Exif.cpp b/plugins/AdvaImg/src/Metadata/Exif.cpp index ead06e2a68..35d83c4dbc 100644 --- a/plugins/AdvaImg/src/Metadata/Exif.cpp +++ b/plugins/AdvaImg/src/Metadata/Exif.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Metadata functions implementation // Exif metadata model // diff --git a/plugins/AdvaImg/src/Metadata/FIRational.cpp b/plugins/AdvaImg/src/Metadata/FIRational.cpp index 3e0fea8fec..4213840bb1 100644 --- a/plugins/AdvaImg/src/Metadata/FIRational.cpp +++ b/plugins/AdvaImg/src/Metadata/FIRational.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Helper class for rational numbers // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/FIRational.h b/plugins/AdvaImg/src/Metadata/FIRational.h index 834b3464fb..4fe2a6305a 100644 --- a/plugins/AdvaImg/src/Metadata/FIRational.h +++ b/plugins/AdvaImg/src/Metadata/FIRational.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Helper class for rational numbers // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/FreeImageTag.cpp b/plugins/AdvaImg/src/Metadata/FreeImageTag.cpp index bc6504a0ec..1eba0ca007 100644 --- a/plugins/AdvaImg/src/Metadata/FreeImageTag.cpp +++ b/plugins/AdvaImg/src/Metadata/FreeImageTag.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tag manipulation functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/FreeImageTag.h b/plugins/AdvaImg/src/Metadata/FreeImageTag.h index 130da50937..5a6e4f99f6 100644 --- a/plugins/AdvaImg/src/Metadata/FreeImageTag.h +++ b/plugins/AdvaImg/src/Metadata/FreeImageTag.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tag manipulation functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/IPTC.cpp b/plugins/AdvaImg/src/Metadata/IPTC.cpp index 94d309693d..659d0b8bec 100644 --- a/plugins/AdvaImg/src/Metadata/IPTC.cpp +++ b/plugins/AdvaImg/src/Metadata/IPTC.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Metadata functions implementation // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/TagConversion.cpp b/plugins/AdvaImg/src/Metadata/TagConversion.cpp index e12248ec39..1fb2b55f00 100644 --- a/plugins/AdvaImg/src/Metadata/TagConversion.cpp +++ b/plugins/AdvaImg/src/Metadata/TagConversion.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tag to string conversion functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/TagLib.cpp b/plugins/AdvaImg/src/Metadata/TagLib.cpp index e97e6887d6..f0aba628e6 100644 --- a/plugins/AdvaImg/src/Metadata/TagLib.cpp +++ b/plugins/AdvaImg/src/Metadata/TagLib.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Tag library // // Design and implementation by diff --git a/plugins/AdvaImg/src/Metadata/XTIFF.cpp b/plugins/AdvaImg/src/Metadata/XTIFF.cpp index fc9cc240c5..d5be902ad4 100644 --- a/plugins/AdvaImg/src/Metadata/XTIFF.cpp +++ b/plugins/AdvaImg/src/Metadata/XTIFF.cpp @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Metadata functions implementation // Extended TIFF Directory GEO Tag Support // diff --git a/plugins/AdvaImg/src/Plugin.h b/plugins/AdvaImg/src/Plugin.h index 23269de488..76ffc90522 100644 --- a/plugins/AdvaImg/src/Plugin.h +++ b/plugins/AdvaImg/src/Plugin.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // FreeImage Plugin Interface // // Design and implementation by diff --git a/plugins/AdvaImg/src/Quantizers.h b/plugins/AdvaImg/src/Quantizers.h index a59f6851de..ad7ee57b9b 100644 --- a/plugins/AdvaImg/src/Quantizers.h +++ b/plugins/AdvaImg/src/Quantizers.h @@ -1,4 +1,4 @@ -// ============================================================= +// ============================================================= // Quantizer objects and functions // // Design and implementation by: diff --git a/plugins/AdvaImg/src/ToneMapping.h b/plugins/AdvaImg/src/ToneMapping.h index acd7008f96..20f283fee9 100644 --- a/plugins/AdvaImg/src/ToneMapping.h +++ b/plugins/AdvaImg/src/ToneMapping.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // High Dynamic Range bitmap conversion routines // // Design and implementation by diff --git a/plugins/AdvaImg/src/Utilities.h b/plugins/AdvaImg/src/Utilities.h index 66f6da8653..79b0c1d59d 100644 --- a/plugins/AdvaImg/src/Utilities.h +++ b/plugins/AdvaImg/src/Utilities.h @@ -1,4 +1,4 @@ -// ========================================================== +// ========================================================== // Utility functions // // Design and implementation by diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp index 0653cb1294..d2294db9a9 100644 --- a/plugins/AdvaImg/src/main.cpp +++ b/plugins/AdvaImg/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of Miranda IM for reading/writing PNG images.
Copyright (c) 2004-6 George Hazan (ghazan@postman.ru)
diff --git a/plugins/AdvaImg/src/version.h b/plugins/AdvaImg/src/version.h index 52338eea01..e2da56456d 100644 --- a/plugins/AdvaImg/src/version.h +++ b/plugins/AdvaImg/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
#define __BUILD_NUM 2
diff --git a/plugins/Alarms/src/alarm_win.cpp b/plugins/Alarms/src/alarm_win.cpp index 3192800971..f47f1f566d 100644 --- a/plugins/Alarms/src/alarm_win.cpp +++ b/plugins/Alarms/src/alarm_win.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "alarm_win.h"
#define ID_TIMER_SOUND 10101
diff --git a/plugins/Alarms/src/alarm_win.h b/plugins/Alarms/src/alarm_win.h index 4c27885024..7bea4402f5 100644 --- a/plugins/Alarms/src/alarm_win.h +++ b/plugins/Alarms/src/alarm_win.h @@ -1,4 +1,4 @@ -#ifndef _ALARM_WIN_INC
+#ifndef _ALARM_WIN_INC
#define _ALARM_WIN_INC
#include "options.h"
diff --git a/plugins/Alarms/src/alarmlist.cpp b/plugins/Alarms/src/alarmlist.cpp index e9d95e834d..dfeabf55a1 100755 --- a/plugins/Alarms/src/alarmlist.cpp +++ b/plugins/Alarms/src/alarmlist.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "alarmlist.h"
#include <list>
diff --git a/plugins/Alarms/src/alarmlist.h b/plugins/Alarms/src/alarmlist.h index 22f3b8d1c2..a18b8a4aa1 100755 --- a/plugins/Alarms/src/alarmlist.h +++ b/plugins/Alarms/src/alarmlist.h @@ -1,4 +1,4 @@ -#ifndef _ALARMLIST_INC
+#ifndef _ALARMLIST_INC
#define _ALARMLIST_INC
#include "options.h"
diff --git a/plugins/Alarms/src/alarms.cpp b/plugins/Alarms/src/alarms.cpp index be2ae7cf09..0e3139bc50 100644 --- a/plugins/Alarms/src/alarms.cpp +++ b/plugins/Alarms/src/alarms.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/Alarms/src/alarms.h b/plugins/Alarms/src/alarms.h index 11b80a28a8..1f480e4bc0 100644 --- a/plugins/Alarms/src/alarms.h +++ b/plugins/Alarms/src/alarms.h @@ -1,4 +1,4 @@ -#ifndef _TESTPLUG_INC
+#ifndef _TESTPLUG_INC
#define _TESTPLUG_INC
//#include "win.h"
diff --git a/plugins/Alarms/src/frame.cpp b/plugins/Alarms/src/frame.cpp index aa4a4e67bf..fcbc4d75e0 100755 --- a/plugins/Alarms/src/frame.cpp +++ b/plugins/Alarms/src/frame.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "frame.h"
HWND hwnd_plugin = nullptr;
diff --git a/plugins/Alarms/src/frame.h b/plugins/Alarms/src/frame.h index 819016a0ae..9333c31b7d 100644 --- a/plugins/Alarms/src/frame.h +++ b/plugins/Alarms/src/frame.h @@ -1,4 +1,4 @@ -#ifndef _FRAME_INC
+#ifndef _FRAME_INC
#define _FRAME_INC
#include "alarmlist.h"
diff --git a/plugins/Alarms/src/icons.cpp b/plugins/Alarms/src/icons.cpp index e63022d9a8..45fa921ca4 100644 --- a/plugins/Alarms/src/icons.cpp +++ b/plugins/Alarms/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "icons.h"
HICON hIconMenuSet, hIconList1, hIconList2, hIconMenuShowHide, hIconSystray;
diff --git a/plugins/Alarms/src/icons.h b/plugins/Alarms/src/icons.h index 601f4ea57b..d47228f952 100644 --- a/plugins/Alarms/src/icons.h +++ b/plugins/Alarms/src/icons.h @@ -1,4 +1,4 @@ -#ifndef _ICONS_INC
+#ifndef _ICONS_INC
#define _ICONS_INC
#include "frame.h"
diff --git a/plugins/Alarms/src/options.cpp b/plugins/Alarms/src/options.cpp index 3a34faeadc..ec2a9a3467 100755 --- a/plugins/Alarms/src/options.cpp +++ b/plugins/Alarms/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "options.h"
Options options;
diff --git a/plugins/Alarms/src/options.h b/plugins/Alarms/src/options.h index 502aec252b..030ccb77ba 100644 --- a/plugins/Alarms/src/options.h +++ b/plugins/Alarms/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC
+#ifndef _OPTIONS_INC
#define _OPTIONS_INC
#include <commctrl.h>
diff --git a/plugins/Alarms/src/resource.h b/plugins/Alarms/src/resource.h index ee6827b85b..790f66e72b 100755 --- a/plugins/Alarms/src/resource.h +++ b/plugins/Alarms/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by X:\install\git\miranda\miranda-ng\plugins\Alarms\res\resource.rc
//
diff --git a/plugins/Alarms/src/stdafx.cxx b/plugins/Alarms/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Alarms/src/stdafx.cxx +++ b/plugins/Alarms/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/Alarms/src/stdafx.h b/plugins/Alarms/src/stdafx.h index 85ee529373..fcbd50182a 100755 --- a/plugins/Alarms/src/stdafx.h +++ b/plugins/Alarms/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_INC
+#ifndef _COMMON_INC
#define _COMMON_INC
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
diff --git a/plugins/Alarms/src/time_utils.cpp b/plugins/Alarms/src/time_utils.cpp index 5be885db84..1960cf04f4 100644 --- a/plugins/Alarms/src/time_utils.cpp +++ b/plugins/Alarms/src/time_utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "time_utils.h"
SYSTEMTIME last_check;
diff --git a/plugins/Alarms/src/time_utils.h b/plugins/Alarms/src/time_utils.h index 1977660f90..9bae092b63 100644 --- a/plugins/Alarms/src/time_utils.h +++ b/plugins/Alarms/src/time_utils.h @@ -1,4 +1,4 @@ -#ifndef _TIME_UTILS_INC
+#ifndef _TIME_UTILS_INC
#define _TIME_UTILS_INC
bool IsBefore(SYSTEMTIME &time, SYSTEMTIME &start);
diff --git a/plugins/Alarms/src/version.h b/plugins/Alarms/src/version.h index 17c9a125e1..3c291c46d3 100755 --- a/plugins/Alarms/src/version.h +++ b/plugins/Alarms/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 4 #define __RELEASE_NUM 0 #define __BUILD_NUM 6 diff --git a/plugins/AsSingleWindow/src/AsSingleWindow.cpp b/plugins/AsSingleWindow/src/AsSingleWindow.cpp index f09ab6673a..371db5e7f3 100644 --- a/plugins/AsSingleWindow/src/AsSingleWindow.cpp +++ b/plugins/AsSingleWindow/src/AsSingleWindow.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "AsSingleWindow.h" #include "Options.h" #include "WindowsManager.h" diff --git a/plugins/AsSingleWindow/src/AsSingleWindow.h b/plugins/AsSingleWindow/src/AsSingleWindow.h index f18eab2970..d28bbfcb3d 100644 --- a/plugins/AsSingleWindow/src/AsSingleWindow.h +++ b/plugins/AsSingleWindow/src/AsSingleWindow.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "stdafx.h" #include "WindowsManager.h" diff --git a/plugins/AsSingleWindow/src/Options.cpp b/plugins/AsSingleWindow/src/Options.cpp index 1885752561..80abf5b90f 100644 --- a/plugins/AsSingleWindow/src/Options.cpp +++ b/plugins/AsSingleWindow/src/Options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "AsSingleWindow.h" #include "Options.h" #include "resource.h" diff --git a/plugins/AsSingleWindow/src/Options.h b/plugins/AsSingleWindow/src/Options.h index bf957b9357..4c0a265793 100644 --- a/plugins/AsSingleWindow/src/Options.h +++ b/plugins/AsSingleWindow/src/Options.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #define SETTINGSNAME "AsSingleWindow" diff --git a/plugins/AsSingleWindow/src/WindowsManager.cpp b/plugins/AsSingleWindow/src/WindowsManager.cpp index f9e1867280..e0cbec3c49 100644 --- a/plugins/AsSingleWindow/src/WindowsManager.cpp +++ b/plugins/AsSingleWindow/src/WindowsManager.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "WindowsManager.h" #include "AsSingleWindow.h" diff --git a/plugins/AsSingleWindow/src/WindowsManager.h b/plugins/AsSingleWindow/src/WindowsManager.h index eb6b85bb08..b3e7e5297f 100644 --- a/plugins/AsSingleWindow/src/WindowsManager.h +++ b/plugins/AsSingleWindow/src/WindowsManager.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "stdafx.h" diff --git a/plugins/AsSingleWindow/src/resource.h b/plugins/AsSingleWindow/src/resource.h index 4e7e3d4e5c..fdaced196e 100644 --- a/plugins/AsSingleWindow/src/resource.h +++ b/plugins/AsSingleWindow/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by optionsPage.rc // diff --git a/plugins/AsSingleWindow/src/stdafx.cxx b/plugins/AsSingleWindow/src/stdafx.cxx index 1e3ab13b21..5126af91d5 100644 --- a/plugins/AsSingleWindow/src/stdafx.cxx +++ b/plugins/AsSingleWindow/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/AsSingleWindow/src/stdafx.h b/plugins/AsSingleWindow/src/stdafx.h index ba48343706..8b24b19292 100644 --- a/plugins/AsSingleWindow/src/stdafx.h +++ b/plugins/AsSingleWindow/src/stdafx.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #define WIN32_LEAN_AND_MEAN diff --git a/plugins/AsSingleWindow/src/version.h b/plugins/AsSingleWindow/src/version.h index 62f6fb44d2..751dc2b189 100644 --- a/plugins/AsSingleWindow/src/version.h +++ b/plugins/AsSingleWindow/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 2 diff --git a/plugins/AssocMgr/docs/developer.txt b/plugins/AssocMgr/docs/developer.txt index b2f13c90df..9448e6ade0 100644 --- a/plugins/AssocMgr/docs/developer.txt +++ b/plugins/AssocMgr/docs/developer.txt @@ -1,4 +1,4 @@ -
+
File Association Manager 0.1.1.0 for Miranda IM 0.6+
------------------------------------------------------------------------
Developer Information
diff --git a/plugins/AssocMgr/docs/info_src.txt b/plugins/AssocMgr/docs/info_src.txt index 657554305d..655c2f66f7 100644 --- a/plugins/AssocMgr/docs/info_src.txt +++ b/plugins/AssocMgr/docs/info_src.txt @@ -1,4 +1,4 @@ -
+
File Association Manager 0.1.1.0 for Miranda IM 0.6+
------------------------------------------------------------------------
Source Code
diff --git a/plugins/AssocMgr/docs/license.txt b/plugins/AssocMgr/docs/license.txt index 1fe8b81503..a726a52df1 100644 --- a/plugins/AssocMgr/docs/license.txt +++ b/plugins/AssocMgr/docs/license.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/AssocMgr/docs/license_appendix.txt b/plugins/AssocMgr/docs/license_appendix.txt index 516820d836..c590c3f5fb 100644 --- a/plugins/AssocMgr/docs/license_appendix.txt +++ b/plugins/AssocMgr/docs/license_appendix.txt @@ -1,4 +1,4 @@ -
+
Excecpt of GNU General Public License (Appendix):
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/plugins/AssocMgr/docs/readme.txt b/plugins/AssocMgr/docs/readme.txt index 214378c156..7695790522 100644 --- a/plugins/AssocMgr/docs/readme.txt +++ b/plugins/AssocMgr/docs/readme.txt @@ -1,4 +1,4 @@ -
+
File Association Manager 0.1.1.0
------------------------------------------------------------------------
Plugin for Miranda IM 0.6 and +
diff --git a/plugins/AssocMgr/src/assoclist.cpp b/plugins/AssocMgr/src/assoclist.cpp index 6cbea90a48..1a153b144e 100644 --- a/plugins/AssocMgr/src/assoclist.cpp +++ b/plugins/AssocMgr/src/assoclist.cpp @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/assoclist.h b/plugins/AssocMgr/src/assoclist.h index 334352275e..fafbbdf097 100644 --- a/plugins/AssocMgr/src/assoclist.h +++ b/plugins/AssocMgr/src/assoclist.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/assocmgr.def b/plugins/AssocMgr/src/assocmgr.def index 5b4dd465da..7a3f973545 100644 --- a/plugins/AssocMgr/src/assocmgr.def +++ b/plugins/AssocMgr/src/assocmgr.def @@ -1,4 +1,4 @@ -LIBRARY AssocMgr.dll +LIBRARY AssocMgr.dll EXPORTS WaitForDDE @1
\ No newline at end of file diff --git a/plugins/AssocMgr/src/dde.cpp b/plugins/AssocMgr/src/dde.cpp index c080d76c47..d1b4f30fa5 100644 --- a/plugins/AssocMgr/src/dde.cpp +++ b/plugins/AssocMgr/src/dde.cpp @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/dde.h b/plugins/AssocMgr/src/dde.h index 06c404d9af..b9fa35043c 100644 --- a/plugins/AssocMgr/src/dde.h +++ b/plugins/AssocMgr/src/dde.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/main.cpp b/plugins/AssocMgr/src/main.cpp index ca860424a6..5f7d515073 100644 --- a/plugins/AssocMgr/src/main.cpp +++ b/plugins/AssocMgr/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/reg.cpp b/plugins/AssocMgr/src/reg.cpp index 7753a64803..43976f1217 100644 --- a/plugins/AssocMgr/src/reg.cpp +++ b/plugins/AssocMgr/src/reg.cpp @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/reg.h b/plugins/AssocMgr/src/reg.h index 767b2f0998..c7e74d0634 100644 --- a/plugins/AssocMgr/src/reg.h +++ b/plugins/AssocMgr/src/reg.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/resource.h b/plugins/AssocMgr/src/resource.h index 0ddd7504d4..2eda2da237 100644 --- a/plugins/AssocMgr/src/resource.h +++ b/plugins/AssocMgr/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/AssocMgr/src/stdafx.cxx b/plugins/AssocMgr/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AssocMgr/src/stdafx.cxx +++ b/plugins/AssocMgr/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/AssocMgr/src/stdafx.h b/plugins/AssocMgr/src/stdafx.h index 12f95e03b0..6c93da6e33 100644 --- a/plugins/AssocMgr/src/stdafx.h +++ b/plugins/AssocMgr/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/test.cpp b/plugins/AssocMgr/src/test.cpp index 3e9df64ec8..1175e20807 100644 --- a/plugins/AssocMgr/src/test.cpp +++ b/plugins/AssocMgr/src/test.cpp @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/test.h b/plugins/AssocMgr/src/test.h index ece3180aa4..638dea164b 100644 --- a/plugins/AssocMgr/src/test.h +++ b/plugins/AssocMgr/src/test.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/utils.cpp b/plugins/AssocMgr/src/utils.cpp index 80a16780e1..02718bd02f 100644 --- a/plugins/AssocMgr/src/utils.cpp +++ b/plugins/AssocMgr/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/utils.h b/plugins/AssocMgr/src/utils.h index 31e2dff234..802b74d94b 100644 --- a/plugins/AssocMgr/src/utils.h +++ b/plugins/AssocMgr/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AssocMgr/src/version.h b/plugins/AssocMgr/src/version.h index 55b488ed2d..a44ef73797 100644 --- a/plugins/AssocMgr/src/version.h +++ b/plugins/AssocMgr/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/AuthState/docs/readme.txt b/plugins/AuthState/docs/readme.txt index d97447410c..407b12d131 100644 --- a/plugins/AuthState/docs/readme.txt +++ b/plugins/AuthState/docs/readme.txt @@ -1,4 +1,4 @@ -Authorization State plugin for Miranda IM (http://miranda-im.org)
+Authorization State plugin for Miranda IM (http://miranda-im.org)
Homepage: http://thief.miranda.im
Version: 0.0.2.0 (c) 2006-2009 Thief
Idea by snwbrdr, icons by Faith Healer, Angeli-Ka
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index ca256bf678..db2de1db13 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/AuthState/src/options.cpp b/plugins/AuthState/src/options.cpp index 5dc4845a08..be4a169827 100644 --- a/plugins/AuthState/src/options.cpp +++ b/plugins/AuthState/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/AuthState/src/options.h b/plugins/AuthState/src/options.h index adcbea6e7d..b0e77cd221 100644 --- a/plugins/AuthState/src/options.h +++ b/plugins/AuthState/src/options.h @@ -1,4 +1,4 @@ -struct Opts
+struct Opts
{
CMOption<BYTE> bUseAuthIcon;
CMOption<BYTE> bUseGrantIcon;
diff --git a/plugins/AuthState/src/resource.h b/plugins/AuthState/src/resource.h index 153fea3138..9e3a220c78 100644 --- a/plugins/AuthState/src/resource.h +++ b/plugins/AuthState/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by authstate.rc
//
diff --git a/plugins/AuthState/src/stdafx.cxx b/plugins/AuthState/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AuthState/src/stdafx.cxx +++ b/plugins/AuthState/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/AuthState/src/stdafx.h b/plugins/AuthState/src/stdafx.h index b935bf03b6..19bb1c6d8e 100644 --- a/plugins/AuthState/src/stdafx.h +++ b/plugins/AuthState/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h index 0188e5718b..2c5e7c555e 100644 --- a/plugins/AuthState/src/version.h +++ b/plugins/AuthState/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
diff --git a/plugins/AutoRun/docs/autorun.txt b/plugins/AutoRun/docs/autorun.txt index 2bf35beac8..cec7052075 100644 --- a/plugins/AutoRun/docs/autorun.txt +++ b/plugins/AutoRun/docs/autorun.txt @@ -1,4 +1,4 @@ -Autorun 0.1.0.0
+Autorun 0.1.0.0
Written by and copyright (c) Sergey V. Gershovich a.k.a. Jazzy$, March 2003
e-mail: jazzy@arcticsu.ru
diff --git a/plugins/AutoRun/src/main.cpp b/plugins/AutoRun/src/main.cpp index 903ae904f9..559f636240 100644 --- a/plugins/AutoRun/src/main.cpp +++ b/plugins/AutoRun/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/AutoRun/src/resource.h b/plugins/AutoRun/src/resource.h index 8f35ff3503..75fd39b582 100644 --- a/plugins/AutoRun/src/resource.h +++ b/plugins/AutoRun/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by autorun.rc
//
diff --git a/plugins/AutoRun/src/stdafx.cxx b/plugins/AutoRun/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AutoRun/src/stdafx.cxx +++ b/plugins/AutoRun/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/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index 793089a93d..bdf5ae2607 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/AutoRun/src/version.h b/plugins/AutoRun/src/version.h index 0994c99f22..f20a747e70 100644 --- a/plugins/AutoRun/src/version.h +++ b/plugins/AutoRun/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 diff --git a/plugins/AutoShutdown/docs/Info_Src.txt b/plugins/AutoShutdown/docs/Info_Src.txt index 034e9184c8..2b61a98f37 100644 --- a/plugins/AutoShutdown/docs/Info_Src.txt +++ b/plugins/AutoShutdown/docs/Info_Src.txt @@ -1,4 +1,4 @@ -
+
AutoShutdown 1.4.0.1 for Miranda IM 0.7+
------------------------------------------------------------------------
Source Code
diff --git a/plugins/AutoShutdown/docs/License_Appendix.txt b/plugins/AutoShutdown/docs/License_Appendix.txt index 516820d836..c590c3f5fb 100644 --- a/plugins/AutoShutdown/docs/License_Appendix.txt +++ b/plugins/AutoShutdown/docs/License_Appendix.txt @@ -1,4 +1,4 @@ -
+
Excecpt of GNU General Public License (Appendix):
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/plugins/AutoShutdown/docs/developer.txt b/plugins/AutoShutdown/docs/developer.txt index 1011b43796..9b15e2b09b 100644 --- a/plugins/AutoShutdown/docs/developer.txt +++ b/plugins/AutoShutdown/docs/developer.txt @@ -1,4 +1,4 @@ -
+
AutoShutdown 1.4.0.2 for Miranda IM 0.7+
------------------------------------------------------------------------
Developer Information
diff --git a/plugins/AutoShutdown/docs/license.txt b/plugins/AutoShutdown/docs/license.txt index 1fe8b81503..a726a52df1 100644 --- a/plugins/AutoShutdown/docs/license.txt +++ b/plugins/AutoShutdown/docs/license.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/AutoShutdown/docs/readme.txt b/plugins/AutoShutdown/docs/readme.txt index a0808e0d53..59524f620f 100644 --- a/plugins/AutoShutdown/docs/readme.txt +++ b/plugins/AutoShutdown/docs/readme.txt @@ -1,4 +1,4 @@ -
+
AutoShutdown 1.4.0.2
------------------------------------------------------------------------
Plugin for Miranda IM 0.7 and +
diff --git a/plugins/AutoShutdown/src/cpuusage.cpp b/plugins/AutoShutdown/src/cpuusage.cpp index 2cbfa5b95f..2959013407 100644 --- a/plugins/AutoShutdown/src/cpuusage.cpp +++ b/plugins/AutoShutdown/src/cpuusage.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/cpuusage.h b/plugins/AutoShutdown/src/cpuusage.h index 23a32e71d4..681a2c8213 100644 --- a/plugins/AutoShutdown/src/cpuusage.h +++ b/plugins/AutoShutdown/src/cpuusage.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/frame.cpp b/plugins/AutoShutdown/src/frame.cpp index ed53e7a47b..5908be544f 100644 --- a/plugins/AutoShutdown/src/frame.cpp +++ b/plugins/AutoShutdown/src/frame.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/frame.h b/plugins/AutoShutdown/src/frame.h index 6f54fac4d8..1b0bffdafd 100644 --- a/plugins/AutoShutdown/src/frame.h +++ b/plugins/AutoShutdown/src/frame.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/main.cpp b/plugins/AutoShutdown/src/main.cpp index 7a9ab59812..2d68004d38 100644 --- a/plugins/AutoShutdown/src/main.cpp +++ b/plugins/AutoShutdown/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
Copyright 2004-2007 H. Herkenrath
diff --git a/plugins/AutoShutdown/src/options.cpp b/plugins/AutoShutdown/src/options.cpp index 8b9383c67d..c9b8a508ce 100644 --- a/plugins/AutoShutdown/src/options.cpp +++ b/plugins/AutoShutdown/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/options.h b/plugins/AutoShutdown/src/options.h index ee62d7d8eb..8b8e63f04f 100644 --- a/plugins/AutoShutdown/src/options.h +++ b/plugins/AutoShutdown/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/resource.h b/plugins/AutoShutdown/src/resource.h index 4507671c9a..78a764d908 100644 --- a/plugins/AutoShutdown/src/resource.h +++ b/plugins/AutoShutdown/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/AutoShutdown/src/settingsdlg.cpp b/plugins/AutoShutdown/src/settingsdlg.cpp index d06c2e4411..662196b3ca 100644 --- a/plugins/AutoShutdown/src/settingsdlg.cpp +++ b/plugins/AutoShutdown/src/settingsdlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/settingsdlg.h b/plugins/AutoShutdown/src/settingsdlg.h index ea1c7e4445..1521812f30 100644 --- a/plugins/AutoShutdown/src/settingsdlg.h +++ b/plugins/AutoShutdown/src/settingsdlg.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/shutdownsvc.cpp b/plugins/AutoShutdown/src/shutdownsvc.cpp index 56587a6816..bce97d110c 100644 --- a/plugins/AutoShutdown/src/shutdownsvc.cpp +++ b/plugins/AutoShutdown/src/shutdownsvc.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/shutdownsvc.h b/plugins/AutoShutdown/src/shutdownsvc.h index 1dee87d326..639d02a7fa 100644 --- a/plugins/AutoShutdown/src/shutdownsvc.h +++ b/plugins/AutoShutdown/src/shutdownsvc.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/stdafx.cxx b/plugins/AutoShutdown/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AutoShutdown/src/stdafx.cxx +++ b/plugins/AutoShutdown/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/AutoShutdown/src/stdafx.h b/plugins/AutoShutdown/src/stdafx.h index f22a83ec7d..be9415d830 100644 --- a/plugins/AutoShutdown/src/stdafx.h +++ b/plugins/AutoShutdown/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/utils.cpp b/plugins/AutoShutdown/src/utils.cpp index f5b639e81f..e288740dbb 100644 --- a/plugins/AutoShutdown/src/utils.cpp +++ b/plugins/AutoShutdown/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/utils.h b/plugins/AutoShutdown/src/utils.h index 6c2cb0497f..d3ccaabae7 100644 --- a/plugins/AutoShutdown/src/utils.h +++ b/plugins/AutoShutdown/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/version.h b/plugins/AutoShutdown/src/version.h index ececbb321b..f5d42980ae 100644 --- a/plugins/AutoShutdown/src/version.h +++ b/plugins/AutoShutdown/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/watcher.cpp b/plugins/AutoShutdown/src/watcher.cpp index a731a5b9a2..04f8429eb0 100644 --- a/plugins/AutoShutdown/src/watcher.cpp +++ b/plugins/AutoShutdown/src/watcher.cpp @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AutoShutdown/src/watcher.h b/plugins/AutoShutdown/src/watcher.h index b517d3d9fd..157fc93bd1 100644 --- a/plugins/AutoShutdown/src/watcher.h +++ b/plugins/AutoShutdown/src/watcher.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for Miranda IM
diff --git a/plugins/AvatarHistory/docs/changelog.txt b/plugins/AvatarHistory/docs/changelog.txt index 8a6bd96d5f..8689c4b656 100644 --- a/plugins/AvatarHistory/docs/changelog.txt +++ b/plugins/AvatarHistory/docs/changelog.txt @@ -1,4 +1,4 @@ -Avatar History
+Avatar History
Changelog:
diff --git a/plugins/AvatarHistory/docs/readme.txt b/plugins/AvatarHistory/docs/readme.txt index f2c3348fbe..b07d99ee40 100644 --- a/plugins/AvatarHistory/docs/readme.txt +++ b/plugins/AvatarHistory/docs/readme.txt @@ -1,4 +1,4 @@ -Avatar History plugin
+Avatar History plugin
-----------------------------------
CAUTION: THIS IS AN BETA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
diff --git a/plugins/AvatarHistory/src/AvatarDlg.cpp b/plugins/AvatarHistory/src/AvatarDlg.cpp index e0ae4b0885..a352efd61b 100644 --- a/plugins/AvatarHistory/src/AvatarDlg.cpp +++ b/plugins/AvatarHistory/src/AvatarDlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Avatar History Plugin
Copyright (C) 2006 Matthew Wild - Email: mwild1@gmail.com
diff --git a/plugins/AvatarHistory/src/AvatarHistory.cpp b/plugins/AvatarHistory/src/AvatarHistory.cpp index 6d8aea5b0d..cc4704a7c2 100644 --- a/plugins/AvatarHistory/src/AvatarHistory.cpp +++ b/plugins/AvatarHistory/src/AvatarHistory.cpp @@ -1,4 +1,4 @@ -/*
+/*
Avatar History Plugin
---------
diff --git a/plugins/AvatarHistory/src/icolib.cpp b/plugins/AvatarHistory/src/icolib.cpp index 4b7ff4fc39..38ce5a44a7 100644 --- a/plugins/AvatarHistory/src/icolib.cpp +++ b/plugins/AvatarHistory/src/icolib.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
enum IconIndex
{
diff --git a/plugins/AvatarHistory/src/options.cpp b/plugins/AvatarHistory/src/options.cpp index d713d38f0d..7987f862a4 100644 --- a/plugins/AvatarHistory/src/options.cpp +++ b/plugins/AvatarHistory/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Avatar History Plugin
Copyright (C) 2006 Matthew Wild - Email: mwild1@gmail.com
diff --git a/plugins/AvatarHistory/src/popup.cpp b/plugins/AvatarHistory/src/popup.cpp index 0e17f96041..6d4ef5c8ab 100644 --- a/plugins/AvatarHistory/src/popup.cpp +++ b/plugins/AvatarHistory/src/popup.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/AvatarHistory/src/popup.h b/plugins/AvatarHistory/src/popup.h index de445cb16a..bc12bfc544 100644 --- a/plugins/AvatarHistory/src/popup.h +++ b/plugins/AvatarHistory/src/popup.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/AvatarHistory/src/resource.h b/plugins/AvatarHistory/src/resource.h index ea220762ea..9ec6008167 100644 --- a/plugins/AvatarHistory/src/resource.h +++ b/plugins/AvatarHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AvatarHistory.rc
//
diff --git a/plugins/AvatarHistory/src/stdafx.cxx b/plugins/AvatarHistory/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AvatarHistory/src/stdafx.cxx +++ b/plugins/AvatarHistory/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/AvatarHistory/src/stdafx.h b/plugins/AvatarHistory/src/stdafx.h index 47d440a82c..42752e9625 100644 --- a/plugins/AvatarHistory/src/stdafx.h +++ b/plugins/AvatarHistory/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <windowsx.h>
#include <time.h>
#include <ShObjIdl.h>
diff --git a/plugins/AvatarHistory/src/utils.cpp b/plugins/AvatarHistory/src/utils.cpp index 1662ab859a..71214413a2 100644 --- a/plugins/AvatarHistory/src/utils.cpp +++ b/plugins/AvatarHistory/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Avatar History Plugin
---------
diff --git a/plugins/AvatarHistory/src/version.h b/plugins/AvatarHistory/src/version.h index 4d97f4b438..e5d722027d 100644 --- a/plugins/AvatarHistory/src/version.h +++ b/plugins/AvatarHistory/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 diff --git a/plugins/BASS_interface/src/Bass.h b/plugins/BASS_interface/src/Bass.h index 806675182e..a5d3700510 100644 --- a/plugins/BASS_interface/src/Bass.h +++ b/plugins/BASS_interface/src/Bass.h @@ -1,4 +1,4 @@ -/* +/* BASS 2.4 C/C++ header file Copyright (c) 1999-2016 Un4seen Developments Ltd. diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index db075abdc9..372bfb8d1a 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010, 2011 tico-tico
*/
diff --git a/plugins/BASS_interface/src/Resource.h b/plugins/BASS_interface/src/Resource.h index a13e225125..8a5faaa1b4 100644 --- a/plugins/BASS_interface/src/Resource.h +++ b/plugins/BASS_interface/src/Resource.h @@ -1,4 +1,4 @@ -#ifndef IDC_STATIC
+#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
diff --git a/plugins/BASS_interface/src/stdafx.cxx b/plugins/BASS_interface/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BASS_interface/src/stdafx.cxx +++ b/plugins/BASS_interface/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/BASS_interface/src/stdafx.h b/plugins/BASS_interface/src/stdafx.h index f6ba438410..2a940eac73 100644 --- a/plugins/BASS_interface/src/stdafx.h +++ b/plugins/BASS_interface/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010, 2011 tico-tico
*/
diff --git a/plugins/BASS_interface/src/version.h b/plugins/BASS_interface/src/version.h index 79d51425f1..0e5ddf90f1 100644 --- a/plugins/BASS_interface/src/version.h +++ b/plugins/BASS_interface/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 14 diff --git a/plugins/BasicHistory/docs/BasicHistory_licence.txt b/plugins/BasicHistory/docs/BasicHistory_licence.txt index fc35462967..7f1161073d 100644 --- a/plugins/BasicHistory/docs/BasicHistory_licence.txt +++ b/plugins/BasicHistory/docs/BasicHistory_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/BasicHistory/docs/BasicHistory_readme.txt b/plugins/BasicHistory/docs/BasicHistory_readme.txt index 3f7de70f80..7b9163e497 100644 --- a/plugins/BasicHistory/docs/BasicHistory_readme.txt +++ b/plugins/BasicHistory/docs/BasicHistory_readme.txt @@ -1,4 +1,4 @@ -********
+********
Basic History
********
diff --git a/plugins/BasicHistory/docs/ReadMe.txt b/plugins/BasicHistory/docs/ReadMe.txt index 1c68002390..284d52b6c7 100644 --- a/plugins/BasicHistory/docs/ReadMe.txt +++ b/plugins/BasicHistory/docs/ReadMe.txt @@ -1,4 +1,4 @@ -========================================================================
+========================================================================
DYNAMIC LINK LIBRARY : BasicHistory Project Overview
========================================================================
diff --git a/plugins/BasicHistory/src/BasicHistory.cpp b/plugins/BasicHistory/src/BasicHistory.cpp index d6213c5958..ee6d36e9a7 100644 --- a/plugins/BasicHistory/src/BasicHistory.cpp +++ b/plugins/BasicHistory/src/BasicHistory.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/BinaryExport.cpp b/plugins/BasicHistory/src/BinaryExport.cpp index 6d32ab4fd3..bc67e95756 100644 --- a/plugins/BasicHistory/src/BinaryExport.cpp +++ b/plugins/BasicHistory/src/BinaryExport.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/BinaryExport.h b/plugins/BasicHistory/src/BinaryExport.h index 7915a4cbac..917e27787f 100644 --- a/plugins/BasicHistory/src/BinaryExport.h +++ b/plugins/BasicHistory/src/BinaryExport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/DatExport.cpp b/plugins/BasicHistory/src/DatExport.cpp index d882f0ef5d..c21a030abe 100644 --- a/plugins/BasicHistory/src/DatExport.cpp +++ b/plugins/BasicHistory/src/DatExport.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/DatExport.h b/plugins/BasicHistory/src/DatExport.h index 12ecf50693..81fbdf61a0 100644 --- a/plugins/BasicHistory/src/DatExport.h +++ b/plugins/BasicHistory/src/DatExport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/EventList.cpp b/plugins/BasicHistory/src/EventList.cpp index 2f4fff1313..829d636c96 100644 --- a/plugins/BasicHistory/src/EventList.cpp +++ b/plugins/BasicHistory/src/EventList.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/EventList.h b/plugins/BasicHistory/src/EventList.h index 20ece50366..52c70e64c1 100644 --- a/plugins/BasicHistory/src/EventList.h +++ b/plugins/BasicHistory/src/EventList.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/ExportManager.cpp b/plugins/BasicHistory/src/ExportManager.cpp index 16a355149d..5eda574647 100644 --- a/plugins/BasicHistory/src/ExportManager.cpp +++ b/plugins/BasicHistory/src/ExportManager.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/ExportManager.h b/plugins/BasicHistory/src/ExportManager.h index 96c4216b1b..73cd4ca1b7 100644 --- a/plugins/BasicHistory/src/ExportManager.h +++ b/plugins/BasicHistory/src/ExportManager.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/HistoryWindow.cpp b/plugins/BasicHistory/src/HistoryWindow.cpp index e6ba2984d8..4f035f5255 100644 --- a/plugins/BasicHistory/src/HistoryWindow.cpp +++ b/plugins/BasicHistory/src/HistoryWindow.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/HistoryWindow.h b/plugins/BasicHistory/src/HistoryWindow.h index af3e6c76cd..d21403f421 100644 --- a/plugins/BasicHistory/src/HistoryWindow.h +++ b/plugins/BasicHistory/src/HistoryWindow.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/HotkeyHelper.cpp b/plugins/BasicHistory/src/HotkeyHelper.cpp index 866a7f4fc9..8a9441e8b3 100644 --- a/plugins/BasicHistory/src/HotkeyHelper.cpp +++ b/plugins/BasicHistory/src/HotkeyHelper.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/HotkeyHelper.h b/plugins/BasicHistory/src/HotkeyHelper.h index 6147ce5457..ab2b80b977 100644 --- a/plugins/BasicHistory/src/HotkeyHelper.h +++ b/plugins/BasicHistory/src/HotkeyHelper.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/IExport.h b/plugins/BasicHistory/src/IExport.h index 9e0e220e32..b9edc83d02 100644 --- a/plugins/BasicHistory/src/IExport.h +++ b/plugins/BasicHistory/src/IExport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/IImport.h b/plugins/BasicHistory/src/IImport.h index 751efb9bca..6752bf9eef 100644 --- a/plugins/BasicHistory/src/IImport.h +++ b/plugins/BasicHistory/src/IImport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/ImageDataObject.cpp b/plugins/BasicHistory/src/ImageDataObject.cpp index 3e938c9622..481c91f8de 100644 --- a/plugins/BasicHistory/src/ImageDataObject.cpp +++ b/plugins/BasicHistory/src/ImageDataObject.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/ImageDataObject.h b/plugins/BasicHistory/src/ImageDataObject.h index a9f9bbd37e..4909219683 100644 --- a/plugins/BasicHistory/src/ImageDataObject.h +++ b/plugins/BasicHistory/src/ImageDataObject.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp index e806eb4e44..abb6c6dcf2 100644 --- a/plugins/BasicHistory/src/Options.cpp +++ b/plugins/BasicHistory/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/Options.h b/plugins/BasicHistory/src/Options.h index 125078fb2a..097eec73f7 100644 --- a/plugins/BasicHistory/src/Options.h +++ b/plugins/BasicHistory/src/Options.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/PlainHtmlExport.cpp b/plugins/BasicHistory/src/PlainHtmlExport.cpp index e4ec01a626..c5d593f64b 100644 --- a/plugins/BasicHistory/src/PlainHtmlExport.cpp +++ b/plugins/BasicHistory/src/PlainHtmlExport.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/PlainHtmlExport.h b/plugins/BasicHistory/src/PlainHtmlExport.h index 1d6c72ceee..985e75d410 100644 --- a/plugins/BasicHistory/src/PlainHtmlExport.h +++ b/plugins/BasicHistory/src/PlainHtmlExport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/RichHtmlExport.cpp b/plugins/BasicHistory/src/RichHtmlExport.cpp index e50a9028b9..5cb2bd9d73 100644 --- a/plugins/BasicHistory/src/RichHtmlExport.cpp +++ b/plugins/BasicHistory/src/RichHtmlExport.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/RichHtmlExport.h b/plugins/BasicHistory/src/RichHtmlExport.h index b0f10b8f32..6bdcd6e842 100644 --- a/plugins/BasicHistory/src/RichHtmlExport.h +++ b/plugins/BasicHistory/src/RichHtmlExport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/Scheduler.cpp b/plugins/BasicHistory/src/Scheduler.cpp index 2683f90fb9..2601eeacfa 100644 --- a/plugins/BasicHistory/src/Scheduler.cpp +++ b/plugins/BasicHistory/src/Scheduler.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/SearchContext.h b/plugins/BasicHistory/src/SearchContext.h index e61d27c173..cab81a213c 100644 --- a/plugins/BasicHistory/src/SearchContext.h +++ b/plugins/BasicHistory/src/SearchContext.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/Searcher.cpp b/plugins/BasicHistory/src/Searcher.cpp index 1eb39ee5f0..68af6103f6 100644 --- a/plugins/BasicHistory/src/Searcher.cpp +++ b/plugins/BasicHistory/src/Searcher.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/Searcher.h b/plugins/BasicHistory/src/Searcher.h index 55f004c535..1a76274221 100644 --- a/plugins/BasicHistory/src/Searcher.h +++ b/plugins/BasicHistory/src/Searcher.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/TxtExport.cpp b/plugins/BasicHistory/src/TxtExport.cpp index 9dd3c18697..58d135e387 100644 --- a/plugins/BasicHistory/src/TxtExport.cpp +++ b/plugins/BasicHistory/src/TxtExport.cpp @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/TxtExport.h b/plugins/BasicHistory/src/TxtExport.h index be77a6dac3..6c47a1d50e 100644 --- a/plugins/BasicHistory/src/TxtExport.h +++ b/plugins/BasicHistory/src/TxtExport.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/codecvt_CodePage.h b/plugins/BasicHistory/src/codecvt_CodePage.h index c7577ae0e4..007af11434 100644 --- a/plugins/BasicHistory/src/codecvt_CodePage.h +++ b/plugins/BasicHistory/src/codecvt_CodePage.h @@ -1,4 +1,4 @@ -/*
+/*
Basic History plugin
Copyright (C) 2011-2012 Krzysztof Kral
diff --git a/plugins/BasicHistory/src/resource.h b/plugins/BasicHistory/src/resource.h index b66f96800f..87ada39676 100644 --- a/plugins/BasicHistory/src/resource.h +++ b/plugins/BasicHistory/src/resource.h @@ -1,4 +1,4 @@ -
+
#define IDD_HISTORY 101
#define IDD_OPT_MAIN 102
#define IDD_OPT_GROUPLIST 103
diff --git a/plugins/BasicHistory/src/stdafx.cxx b/plugins/BasicHistory/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BasicHistory/src/stdafx.cxx +++ b/plugins/BasicHistory/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/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index edaf457e5b..796d81c55d 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/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/BasicHistory/src/version.h b/plugins/BasicHistory/src/version.h index 6cff07ff31..c35aa19fb6 100644 --- a/plugins/BasicHistory/src/version.h +++ b/plugins/BasicHistory/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 10
diff --git a/plugins/Boltun/docs/TODO.txt b/plugins/Boltun/docs/TODO.txt index 6fe67b7a4b..17b2a54c6e 100644 --- a/plugins/Boltun/docs/TODO.txt +++ b/plugins/Boltun/docs/TODO.txt @@ -1,4 +1,4 @@ -TODO list:
+TODO list:
--------------------------------------------------------
Release-critical:
diff --git a/plugins/Boltun/docs/mind.txt b/plugins/Boltun/docs/mind.txt index d6981ce7b2..208834e884 100644 --- a/plugins/Boltun/docs/mind.txt +++ b/plugins/Boltun/docs/mind.txt @@ -1,4 +1,4 @@ -В этом файле описан формат файла базы реплик и принцип работы Болтуна.
+В этом файле описан формат файла базы реплик и принцип работы Болтуна.
==============================================================
Формат файла.
diff --git a/plugins/Boltun/docs/readme.txt b/plugins/Boltun/docs/readme.txt index 74d9abece0..49d43b14a0 100644 --- a/plugins/Boltun/docs/readme.txt +++ b/plugins/Boltun/docs/readme.txt @@ -1,4 +1,4 @@ -Болтун 0.3.0 Unicode Alpha 7
+Болтун 0.3.0 Unicode Alpha 7
08.01.2009.
diff --git a/plugins/Boltun/src/Engine/COPYING.txt b/plugins/Boltun/src/Engine/COPYING.txt index e60bc67349..82fa1daad4 100644 --- a/plugins/Boltun/src/Engine/COPYING.txt +++ b/plugins/Boltun/src/Engine/COPYING.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/Boltun/src/Engine/Mind.cpp b/plugins/Boltun/src/Engine/Mind.cpp index a85890bd72..33d2e7ad45 100644 --- a/plugins/Boltun/src/Engine/Mind.cpp +++ b/plugins/Boltun/src/Engine/Mind.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/Mind.h b/plugins/Boltun/src/Engine/Mind.h index ffe7f08d05..d1dec4ba41 100644 --- a/plugins/Boltun/src/Engine/Mind.h +++ b/plugins/Boltun/src/Engine/Mind.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/MyCodeCvt.cpp b/plugins/Boltun/src/Engine/MyCodeCvt.cpp index 16ad0cf85f..5c5a7a7a44 100644 --- a/plugins/Boltun/src/Engine/MyCodeCvt.cpp +++ b/plugins/Boltun/src/Engine/MyCodeCvt.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/MyCodeCvt.h b/plugins/Boltun/src/Engine/MyCodeCvt.h index b942b501b3..7344fe8390 100644 --- a/plugins/Boltun/src/Engine/MyCodeCvt.h +++ b/plugins/Boltun/src/Engine/MyCodeCvt.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/PerContactData.h b/plugins/Boltun/src/Engine/PerContactData.h index c9c59336e4..71dcec126d 100644 --- a/plugins/Boltun/src/Engine/PerContactData.h +++ b/plugins/Boltun/src/Engine/PerContactData.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/TalkEngine.cpp b/plugins/Boltun/src/Engine/TalkEngine.cpp index 230427e5a5..8ab48cd075 100644 --- a/plugins/Boltun/src/Engine/TalkEngine.cpp +++ b/plugins/Boltun/src/Engine/TalkEngine.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/TalkEngine.h b/plugins/Boltun/src/Engine/TalkEngine.h index 7bd2f89e86..3ddeaf87b9 100644 --- a/plugins/Boltun/src/Engine/TalkEngine.h +++ b/plugins/Boltun/src/Engine/TalkEngine.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/UnrecentChooser.cpp b/plugins/Boltun/src/Engine/UnrecentChooser.cpp index f5900dc9c3..058df6cdea 100644 --- a/plugins/Boltun/src/Engine/UnrecentChooser.cpp +++ b/plugins/Boltun/src/Engine/UnrecentChooser.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/UnrecentChooser.h b/plugins/Boltun/src/Engine/UnrecentChooser.h index a88310e7f6..b312f668b9 100644 --- a/plugins/Boltun/src/Engine/UnrecentChooser.h +++ b/plugins/Boltun/src/Engine/UnrecentChooser.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/ValueChooser.h b/plugins/Boltun/src/Engine/ValueChooser.h index afb2b6f96a..acd63dfd8f 100644 --- a/plugins/Boltun/src/Engine/ValueChooser.h +++ b/plugins/Boltun/src/Engine/ValueChooser.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/WordsList.cpp b/plugins/Boltun/src/Engine/WordsList.cpp index f6dac8b4d2..310eafa643 100644 --- a/plugins/Boltun/src/Engine/WordsList.cpp +++ b/plugins/Boltun/src/Engine/WordsList.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/Engine/WordsList.h b/plugins/Boltun/src/Engine/WordsList.h index 455c227d50..f8dffa4d3c 100644 --- a/plugins/Boltun/src/Engine/WordsList.h +++ b/plugins/Boltun/src/Engine/WordsList.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2008 Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/actionQueue.cpp b/plugins/Boltun/src/actionQueue.cpp index dab366d1f7..ea9b89d215 100644 --- a/plugins/Boltun/src/actionQueue.cpp +++ b/plugins/Boltun/src/actionQueue.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright 2003-2008 Alexander S. Kiselev, Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/actionQueue.h b/plugins/Boltun/src/actionQueue.h index 3f8200b57b..33e22c088c 100644 --- a/plugins/Boltun/src/actionQueue.h +++ b/plugins/Boltun/src/actionQueue.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2003-2008 Alexander S. Kiselev, Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/boltun.cpp b/plugins/Boltun/src/boltun.cpp index b109227817..c0efda901f 100644 --- a/plugins/Boltun/src/boltun.cpp +++ b/plugins/Boltun/src/boltun.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2003-2008 Alexander S. Kiselev, Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/config.cpp b/plugins/Boltun/src/config.cpp index 6473952641..50cfa462da 100644 --- a/plugins/Boltun/src/config.cpp +++ b/plugins/Boltun/src/config.cpp @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2003-2008 Alexander S. Kiselev, Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/config.h b/plugins/Boltun/src/config.h index 6ebd395693..46fea99ffa 100644 --- a/plugins/Boltun/src/config.h +++ b/plugins/Boltun/src/config.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2003-2008 Alexander S. Kiselev, Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/resource.h b/plugins/Boltun/src/resource.h index f88bb3cb36..b4fa069c0e 100644 --- a/plugins/Boltun/src/resource.h +++ b/plugins/Boltun/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Boltun.rc
//
diff --git a/plugins/Boltun/src/stdafx.cxx b/plugins/Boltun/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Boltun/src/stdafx.cxx +++ b/plugins/Boltun/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/Boltun/src/stdafx.h b/plugins/Boltun/src/stdafx.h index c550693f9f..d82488d9e4 100644 --- a/plugins/Boltun/src/stdafx.h +++ b/plugins/Boltun/src/stdafx.h @@ -1,4 +1,4 @@ -//***********************************************************
+//***********************************************************
// Copyright © 2003-2008 Alexander S. Kiselev, Valentin Pavlyuchenko
//
// This file is part of Boltun.
diff --git a/plugins/Boltun/src/version.h b/plugins/Boltun/src/version.h index dcf6a4da9e..7b357643f1 100644 --- a/plugins/Boltun/src/version.h +++ b/plugins/Boltun/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 diff --git a/plugins/BossKeyPlus/docs/license.txt b/plugins/BossKeyPlus/docs/license.txt index 75fe0077e7..45645b4b53 100644 --- a/plugins/BossKeyPlus/docs/license.txt +++ b/plugins/BossKeyPlus/docs/license.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/BossKeyPlus/docs/readme.txt b/plugins/BossKeyPlus/docs/readme.txt index dc71b561fa..51d1930b59 100644 --- a/plugins/BossKeyPlus/docs/readme.txt +++ b/plugins/BossKeyPlus/docs/readme.txt @@ -1,4 +1,4 @@ - BossKey+
+ BossKey+
--------------------------------------------------------------------------
-=Miranda Plug-In=-
Copyrights (C) 2002-2003 Goblineye Entertainment, (C) 2007-2008 Billy_Bons
diff --git a/plugins/BossKeyPlus/src/BossKey.cpp b/plugins/BossKeyPlus/src/BossKey.cpp index 2ef8d0e893..9d7df65878 100644 --- a/plugins/BossKeyPlus/src/BossKey.cpp +++ b/plugins/BossKeyPlus/src/BossKey.cpp @@ -1,4 +1,4 @@ -/*
+/*
BossKey - Hide Miranda from your boss :)
Copyright (C) 2002-2003 Goblineye Entertainment, (C) 2007-2010 Billy_Bons
diff --git a/plugins/BossKeyPlus/src/BossKeyIdle.cpp b/plugins/BossKeyPlus/src/BossKeyIdle.cpp index 8fd9d55868..b1cff5aa54 100644 --- a/plugins/BossKeyPlus/src/BossKeyIdle.cpp +++ b/plugins/BossKeyPlus/src/BossKeyIdle.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/BossKeyPlus/src/Options.cpp b/plugins/BossKeyPlus/src/Options.cpp index bcc381d9f7..3ce73335eb 100644 --- a/plugins/BossKeyPlus/src/Options.cpp +++ b/plugins/BossKeyPlus/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
BossKey - Hide Miranda from your boss :)
Copyright (C) 2002-2003 Goblineye Entertainment, (C) 2007-2010 Billy_Bons
diff --git a/plugins/BossKeyPlus/src/resource.h b/plugins/BossKeyPlus/src/resource.h index 0ff9b3774f..4e8c625562 100644 --- a/plugins/BossKeyPlus/src/resource.h +++ b/plugins/BossKeyPlus/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\BossKey.rc
//
diff --git a/plugins/BossKeyPlus/src/stdafx.cxx b/plugins/BossKeyPlus/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BossKeyPlus/src/stdafx.cxx +++ b/plugins/BossKeyPlus/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/BossKeyPlus/src/stdafx.h b/plugins/BossKeyPlus/src/stdafx.h index cf913b061d..2d374aacb4 100644 --- a/plugins/BossKeyPlus/src/stdafx.h +++ b/plugins/BossKeyPlus/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
BossKey - Hide Miranda from your boss :)
Copyright (C) 2002-2003 Goblineye Entertainment, (C) 2007-2010 Billy_Bons
diff --git a/plugins/BossKeyPlus/src/version.h b/plugins/BossKeyPlus/src/version.h index bbd7bec82c..e945144c80 100644 --- a/plugins/BossKeyPlus/src/version.h +++ b/plugins/BossKeyPlus/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
#define __BUILD_NUM 3
diff --git a/plugins/BuddyExpectator/docs/Readme.txt b/plugins/BuddyExpectator/docs/Readme.txt index 38acc33258..ea4f5266b4 100644 --- a/plugins/BuddyExpectator/docs/Readme.txt +++ b/plugins/BuddyExpectator/docs/Readme.txt @@ -1,4 +1,4 @@ -BuddyExpectator+ plugin v0.1.2.3
+BuddyExpectator+ plugin v0.1.2.3
This plugin notifies about contacts who has returned after an absence of long period.
Features:
diff --git a/plugins/BuddyExpectator/src/BuddyExpectator.cpp b/plugins/BuddyExpectator/src/BuddyExpectator.cpp index 279bc5d84e..d8b1ef3749 100644 --- a/plugins/BuddyExpectator/src/BuddyExpectator.cpp +++ b/plugins/BuddyExpectator/src/BuddyExpectator.cpp @@ -1,4 +1,4 @@ -/*
+/*
Buddy Expectator+ plugin for Miranda-IM (www.miranda-im.org)
(c)2005 Anar Ibragimoff (ai91@mail.ru)
(c)2006 Scott Ellis (mail@scottellis.com.au)
diff --git a/plugins/BuddyExpectator/src/options.cpp b/plugins/BuddyExpectator/src/options.cpp index 280828896a..d431c5af96 100644 --- a/plugins/BuddyExpectator/src/options.cpp +++ b/plugins/BuddyExpectator/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Buddy Expectator+ plugin for Miranda-IM (www.miranda-im.org)
(c)2005 Anar Ibragimoff (ai91@mail.ru)
(c)2006 Scott Ellis (mail@scottellis.com.au)
diff --git a/plugins/BuddyExpectator/src/options.h b/plugins/BuddyExpectator/src/options.h index 11e7e3b99f..3b6f0a9c32 100644 --- a/plugins/BuddyExpectator/src/options.h +++ b/plugins/BuddyExpectator/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Buddy Expectator+ plugin for Miranda-IM (www.miranda-im.org)
(c)2005 Anar Ibragimoff (ai91@mail.ru)
(c)2006 Scott Ellis (mail@scottellis.com.au)
diff --git a/plugins/BuddyExpectator/src/resource.h b/plugins/BuddyExpectator/src/resource.h index c1e4dc80ce..6a8bb31d69 100644 --- a/plugins/BuddyExpectator/src/resource.h +++ b/plugins/BuddyExpectator/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\BuddyExpectator.rc
//
diff --git a/plugins/BuddyExpectator/src/stdafx.cxx b/plugins/BuddyExpectator/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BuddyExpectator/src/stdafx.cxx +++ b/plugins/BuddyExpectator/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/BuddyExpectator/src/stdafx.h b/plugins/BuddyExpectator/src/stdafx.h index c61e20830d..493aa9a4d1 100644 --- a/plugins/BuddyExpectator/src/stdafx.h +++ b/plugins/BuddyExpectator/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Buddy Expectator+ plugin for Miranda-IM (www.miranda-im.org)
(c)2005 Anar Ibragimoff (ai91@mail.ru)
(c)2006 Scott Ellis (mail@scottellis.com.au)
diff --git a/plugins/BuddyExpectator/src/version.h b/plugins/BuddyExpectator/src/version.h index 9f52470754..1fa45b1cbd 100644 --- a/plugins/BuddyExpectator/src/version.h +++ b/plugins/BuddyExpectator/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 3 diff --git a/plugins/BuddyPounce/docs/buddypounce_readme.txt b/plugins/BuddyPounce/docs/buddypounce_readme.txt index aef2565f40..a84612a1ab 100644 --- a/plugins/BuddyPounce/docs/buddypounce_readme.txt +++ b/plugins/BuddyPounce/docs/buddypounce_readme.txt @@ -1,4 +1,4 @@ -Buddy Pounce
+Buddy Pounce
-------------
Buddy Pounce allows you to send a message to a contact automatically when they change status (i.e from offline) if you are expecting to be away form the computer.
diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 8800092a63..024d51f8ad 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void populateSettingsList(HWND hwnd2List)
{
diff --git a/plugins/BuddyPounce/src/main.cpp b/plugins/BuddyPounce/src/main.cpp index 61ff5c834f..250e76658f 100644 --- a/plugins/BuddyPounce/src/main.cpp +++ b/plugins/BuddyPounce/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
int hLangpack;
diff --git a/plugins/BuddyPounce/src/resource.h b/plugins/BuddyPounce/src/resource.h index 03f8dd57c8..08ddca83fb 100644 --- a/plugins/BuddyPounce/src/resource.h +++ b/plugins/BuddyPounce/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/BuddyPounce/src/stdafx.cxx b/plugins/BuddyPounce/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BuddyPounce/src/stdafx.cxx +++ b/plugins/BuddyPounce/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/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 5ba928bc80..833571d8e8 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMONHEADERS_H
+#ifndef _COMMONHEADERS_H
#define _COMMONHEADERS_H
#define WIN32_LEAN_AND_MEAN
diff --git a/plugins/BuddyPounce/src/version.h b/plugins/BuddyPounce/src/version.h index bb0565533e..2d34dbc48c 100644 --- a/plugins/BuddyPounce/src/version.h +++ b/plugins/BuddyPounce/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 3 #define __RELEASE_NUM 2 #define __BUILD_NUM 2 diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 11564e417e..8f1390d276 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,4 +1,4 @@ -add_subdirectory(AdvaImg) +add_subdirectory(AdvaImg) add_subdirectory(Clist_modern) add_subdirectory(Db3x_mmap) add_subdirectory(TopToolBar)
\ No newline at end of file diff --git a/plugins/CSList/docs/changelog.txt b/plugins/CSList/docs/changelog.txt index ba7ae7fa21..a40a767491 100644 --- a/plugins/CSList/docs/changelog.txt +++ b/plugins/CSList/docs/changelog.txt @@ -1,4 +1,4 @@ -
+
TODO
----
- all TODOs listed in this source x)
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index 27cd55dfd4..eda2793387 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -1,4 +1,4 @@ -/* ======================================================================== +/* ======================================================================== Custom Status List __________________ diff --git a/plugins/CSList/src/resource.h b/plugins/CSList/src/resource.h index 644cc1d1b0..9d7068ac4d 100644 --- a/plugins/CSList/src/resource.h +++ b/plugins/CSList/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\CSList\res\cslist.rc
//
diff --git a/plugins/CSList/src/stdafx.cxx b/plugins/CSList/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/CSList/src/stdafx.cxx +++ b/plugins/CSList/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/CSList/src/stdafx.h b/plugins/CSList/src/stdafx.h index 6aaba62521..435ab96c42 100644 --- a/plugins/CSList/src/stdafx.h +++ b/plugins/CSList/src/stdafx.h @@ -1,4 +1,4 @@ -/* ========================================================================
+/* ========================================================================
Custom Status List
__________________
diff --git a/plugins/CSList/src/strpos.h b/plugins/CSList/src/strpos.h index d0446ddf7c..9ba847a395 100644 --- a/plugins/CSList/src/strpos.h +++ b/plugins/CSList/src/strpos.h @@ -1,4 +1,4 @@ -/*
+/*
* strpos.c - Returns the offset of a string in a substring.
*
* Copyright (c) 2001, 2002 Andre Guibert de Bruet. <andre@siliconlandmark.com>
diff --git a/plugins/CSList/src/version.h b/plugins/CSList/src/version.h index e6a8ecee9d..5f304453c5 100644 --- a/plugins/CSList/src/version.h +++ b/plugins/CSList/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 1 #define __BUILD_NUM 0 diff --git a/plugins/ChangeKeyboardLayout/docs/ChangeLogEn.txt b/plugins/ChangeKeyboardLayout/docs/ChangeLogEn.txt index a9c1dfc321..6d32a1ca09 100644 --- a/plugins/ChangeKeyboardLayout/docs/ChangeLogEn.txt +++ b/plugins/ChangeKeyboardLayout/docs/ChangeLogEn.txt @@ -1,4 +1,4 @@ -The plugin is intended to switch text layout in the input fileds (all text, selection or current word) (E.g. (EN->RU): Ghbdtn? rfr ltkf& - Привет, как дела?) or displaying "decoded" text from readonly fields (in logs of RTF, History++, IEView) using a popup with ability to copy result to clipboard. As of version 0.0.1.0 the ability to change register of symbols was added.
+The plugin is intended to switch text layout in the input fileds (all text, selection or current word) (E.g. (EN->RU): Ghbdtn? rfr ltkf& - Привет, как дела?) or displaying "decoded" text from readonly fields (in logs of RTF, History++, IEView) using a popup with ability to copy result to clipboard. As of version 0.0.1.0 the ability to change register of symbols was added.
Keyboards layouts are arbitrary, their list is taken from system layouts. For text conversion configurational strings are used, which beginning from version 0.0.1.0 are generated by the plugin itself(!). The ability to edit this strings is temporary left in case of incorrect strings generation for layouts which weren't tested by author.
There is ability to define hotkeys for all above functions.
Questions and requests also bugreports on russian forum: http://lemnews.com/forum/viewtopic.php?t=1493
diff --git a/plugins/ChangeKeyboardLayout/docs/ChangeLogRu.txt b/plugins/ChangeKeyboardLayout/docs/ChangeLogRu.txt index 055598d6fe..c23738ca9d 100644 --- a/plugins/ChangeKeyboardLayout/docs/ChangeLogRu.txt +++ b/plugins/ChangeKeyboardLayout/docs/ChangeLogRu.txt @@ -1,4 +1,4 @@ -Плагин предназначен для изменения раскладки текста в полях редактирования (всего текста, выделенного, или текущего слова) (Пример (EN->RU): Ghbdtn? rfr ltkf& - Привет, как дела?), или отображения "расшифрованного" текста из нередактируемых полей (включая логи: RTF, History++, IEView) посредством вплывающего окна с возможностью копирования результата в буфер обмена. Начиная с версии 0.0.1.0 в плагин добавлена возможность преобразования и регистра символов.
+Плагин предназначен для изменения раскладки текста в полях редактирования (всего текста, выделенного, или текущего слова) (Пример (EN->RU): Ghbdtn? rfr ltkf& - Привет, как дела?), или отображения "расшифрованного" текста из нередактируемых полей (включая логи: RTF, History++, IEView) посредством вплывающего окна с возможностью копирования результата в буфер обмена. Начиная с версии 0.0.1.0 в плагин добавлена возможность преобразования и регистра символов.
Раскладки клавиатуры произвольные, их перечень заимствуется из установленных в системе. Для преобразования текста используются конфигурационные строки, которые начиная с версии 0.0.1.0 генерируются плагином самостоятельно(!). Возможность их отредактировать временно оставлена на случай неверной генерации строк для неоттестированных автором раскладок.
Имеется возможность изменять горячие клавиши для указанных выше функций.
diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.cpp b/plugins/ChangeKeyboardLayout/src/hook_events.cpp index 239708254e..77917a3851 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.cpp +++ b/plugins/ChangeKeyboardLayout/src/hook_events.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR APIChangeLayout(WPARAM wParam, LPARAM)
{
diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.h b/plugins/ChangeKeyboardLayout/src/hook_events.h index 3aaa5587fe..b7e38dd3f6 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.h +++ b/plugins/ChangeKeyboardLayout/src/hook_events.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_HOOK_EVENTS_H
+#ifndef M_CKL_HOOK_EVENTS_H
#define M_CKL_HOOK_EVENTS_H
#include "stdafx.h"
diff --git a/plugins/ChangeKeyboardLayout/src/main.cpp b/plugins/ChangeKeyboardLayout/src/main.cpp index 769566f655..7aeb901eeb 100644 --- a/plugins/ChangeKeyboardLayout/src/main.cpp +++ b/plugins/ChangeKeyboardLayout/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
LPTSTR ptszLayStrings[20];
diff --git a/plugins/ChangeKeyboardLayout/src/options.cpp b/plugins/ChangeKeyboardLayout/src/options.cpp index ab11215073..1833095662 100644 --- a/plugins/ChangeKeyboardLayout/src/options.cpp +++ b/plugins/ChangeKeyboardLayout/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/ChangeKeyboardLayout/src/options.h b/plugins/ChangeKeyboardLayout/src/options.h index 500b87a171..e63f63e6ca 100644 --- a/plugins/ChangeKeyboardLayout/src/options.h +++ b/plugins/ChangeKeyboardLayout/src/options.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_OPTIONS_H
+#ifndef M_CKL_OPTIONS_H
#define M_CKL_OPTIONS_H
#include "stdafx.h"
diff --git a/plugins/ChangeKeyboardLayout/src/resource.h b/plugins/ChangeKeyboardLayout/src/resource.h index 6031b979b8..8ca2e0e8be 100644 --- a/plugins/ChangeKeyboardLayout/src/resource.h +++ b/plugins/ChangeKeyboardLayout/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChangeKeyboardLayout.rc
//
diff --git a/plugins/ChangeKeyboardLayout/src/stdafx.cxx b/plugins/ChangeKeyboardLayout/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ChangeKeyboardLayout/src/stdafx.cxx +++ b/plugins/ChangeKeyboardLayout/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/ChangeKeyboardLayout/src/stdafx.h b/plugins/ChangeKeyboardLayout/src/stdafx.h index 6db47c9f21..85223339b5 100644 --- a/plugins/ChangeKeyboardLayout/src/stdafx.h +++ b/plugins/ChangeKeyboardLayout/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_COMMONHEADERS_H
+#ifndef M_CKL_COMMONHEADERS_H
#define M_CKL_COMMONHEADERS_H
#include <windows.h>
diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.cpp b/plugins/ChangeKeyboardLayout/src/text_operations.cpp index 7d35321fe4..678d7116ac 100644 --- a/plugins/ChangeKeyboardLayout/src/text_operations.cpp +++ b/plugins/ChangeKeyboardLayout/src/text_operations.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
struct EditStreamData
{
diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.h b/plugins/ChangeKeyboardLayout/src/text_operations.h index be29c0bad4..6f5fdfed02 100644 --- a/plugins/ChangeKeyboardLayout/src/text_operations.h +++ b/plugins/ChangeKeyboardLayout/src/text_operations.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_TEXT_OPERATIONS_H
+#ifndef M_CKL_TEXT_OPERATIONS_H
#define M_CKL_TEXT_OPERATIONS_H
#include "stdafx.h"
diff --git a/plugins/ChangeKeyboardLayout/src/version.h b/plugins/ChangeKeyboardLayout/src/version.h index f6c07e05c1..6af003e08e 100644 --- a/plugins/ChangeKeyboardLayout/src/version.h +++ b/plugins/ChangeKeyboardLayout/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 6 diff --git a/plugins/ClientChangeNotify/docs/copying.txt b/plugins/ClientChangeNotify/docs/copying.txt index 75fe0077e7..45645b4b53 100644 --- a/plugins/ClientChangeNotify/docs/copying.txt +++ b/plugins/ClientChangeNotify/docs/copying.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/ClientChangeNotify/docs/readme.txt b/plugins/ClientChangeNotify/docs/readme.txt index b7d9d1663b..a365ce067c 100644 --- a/plugins/ClientChangeNotify/docs/readme.txt +++ b/plugins/ClientChangeNotify/docs/readme.txt @@ -1,4 +1,4 @@ -ClientChangeNotify plugin for Miranda IM.
+ClientChangeNotify plugin for Miranda IM.
(c) Chervov Dmitry aka Deathdemon.
This plugin shows a notification when someone in your contact list changes his client.
diff --git a/plugins/ClientChangeNotify/src/CString.cpp b/plugins/ClientChangeNotify/src/CString.cpp index 038223894a..2ed5f49062 100644 --- a/plugins/ClientChangeNotify/src/CString.cpp +++ b/plugins/ClientChangeNotify/src/CString.cpp @@ -1,4 +1,4 @@ -/*
+/*
TCString.cpp - TCString class
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/CString.h b/plugins/ClientChangeNotify/src/CString.h index 6e2fb53e80..decedaaac7 100644 --- a/plugins/ClientChangeNotify/src/CString.h +++ b/plugins/ClientChangeNotify/src/CString.h @@ -1,4 +1,4 @@ -/*
+/*
TCString.h - TCString class
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index d372bd248e..05a4423f30 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/Misc.h b/plugins/ClientChangeNotify/src/Misc.h index f12a72f571..11b323ada1 100644 --- a/plugins/ClientChangeNotify/src/Misc.h +++ b/plugins/ClientChangeNotify/src/Misc.h @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/OptDlg.cpp b/plugins/ClientChangeNotify/src/OptDlg.cpp index bbcec464c4..21761ed59e 100644 --- a/plugins/ClientChangeNotify/src/OptDlg.cpp +++ b/plugins/ClientChangeNotify/src/OptDlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/Options.cpp b/plugins/ClientChangeNotify/src/Options.cpp index 28c5193335..cc1e3e6d96 100644 --- a/plugins/ClientChangeNotify/src/Options.cpp +++ b/plugins/ClientChangeNotify/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Options.cpp
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/Options.h b/plugins/ClientChangeNotify/src/Options.h index f058171425..aac3e9d1c0 100644 --- a/plugins/ClientChangeNotify/src/Options.h +++ b/plugins/ClientChangeNotify/src/Options.h @@ -1,4 +1,4 @@ -/*
+/*
Options.h
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/TMyArray.h b/plugins/ClientChangeNotify/src/TMyArray.h index e75c773591..3e676bf816 100644 --- a/plugins/ClientChangeNotify/src/TMyArray.h +++ b/plugins/ClientChangeNotify/src/TMyArray.h @@ -1,4 +1,4 @@ -/*
+/*
TMyArray.h - TMyArray template
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/pcre.cpp b/plugins/ClientChangeNotify/src/pcre.cpp index 629b7ef4c8..d1796cfe81 100644 --- a/plugins/ClientChangeNotify/src/pcre.cpp +++ b/plugins/ClientChangeNotify/src/pcre.cpp @@ -1,4 +1,4 @@ -/*
+/*
Pcre.cpp
Copyright (c) 2007-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/pcre.h b/plugins/ClientChangeNotify/src/pcre.h index 75fbf2fc69..09294dabba 100644 --- a/plugins/ClientChangeNotify/src/pcre.h +++ b/plugins/ClientChangeNotify/src/pcre.h @@ -1,4 +1,4 @@ -/*
+/*
Pcre.h
Copyright (c) 2007-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/resource.h b/plugins/ClientChangeNotify/src/resource.h index 6c8e5720a0..e9a86ee449 100644 --- a/plugins/ClientChangeNotify/src/resource.h +++ b/plugins/ClientChangeNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Resources.rc
//
diff --git a/plugins/ClientChangeNotify/src/stdafx.cxx b/plugins/ClientChangeNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ClientChangeNotify/src/stdafx.cxx +++ b/plugins/ClientChangeNotify/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/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index c6d304ac75..3fae08172e 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
ClientChangeNotify - Plugin for Miranda IM
Copyright (c) 2006-2008 Chervov Dmitry
diff --git a/plugins/ClientChangeNotify/src/version.h b/plugins/ClientChangeNotify/src/version.h index 1d06e90efc..c47192ad2f 100644 --- a/plugins/ClientChangeNotify/src/version.h +++ b/plugins/ClientChangeNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 1 #define __BUILD_NUM 3 diff --git a/plugins/Clist_blind/src/clc.h b/plugins/Clist_blind/src/clc.h index f24c5eef6b..6c95180a39 100644 --- a/plugins/Clist_blind/src/clc.h +++ b/plugins/Clist_blind/src/clc.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/clcopts.cpp b/plugins/Clist_blind/src/clcopts.cpp index 479513bd3b..ace967d86d 100644 --- a/plugins/Clist_blind/src/clcopts.cpp +++ b/plugins/Clist_blind/src/clcopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/clcpaint.cpp b/plugins/Clist_blind/src/clcpaint.cpp index 38796abb7b..0b65deaf28 100644 --- a/plugins/Clist_blind/src/clcpaint.cpp +++ b/plugins/Clist_blind/src/clcpaint.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/clistmenus.cpp b/plugins/Clist_blind/src/clistmenus.cpp index 58712d7ed3..c924754665 100644 --- a/plugins/Clist_blind/src/clistmenus.cpp +++ b/plugins/Clist_blind/src/clistmenus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/clistopts.cpp b/plugins/Clist_blind/src/clistopts.cpp index a5ef0891c7..b48c20fa69 100644 --- a/plugins/Clist_blind/src/clistopts.cpp +++ b/plugins/Clist_blind/src/clistopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/cluiopts.cpp b/plugins/Clist_blind/src/cluiopts.cpp index 79842bf8e1..0e7a30f4ef 100644 --- a/plugins/Clist_blind/src/cluiopts.cpp +++ b/plugins/Clist_blind/src/cluiopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/contact.cpp b/plugins/Clist_blind/src/contact.cpp index c99442847f..b47902950f 100644 --- a/plugins/Clist_blind/src/contact.cpp +++ b/plugins/Clist_blind/src/contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index bb3c8edc8c..2d9bc0046c 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/resource.h b/plugins/Clist_blind/src/resource.h index 03674fc681..5f07d6caf0 100644 --- a/plugins/Clist_blind/src/resource.h +++ b/plugins/Clist_blind/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/Clist_blind/src/stdafx.cxx b/plugins/Clist_blind/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Clist_blind/src/stdafx.cxx +++ b/plugins/Clist_blind/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/Clist_blind/src/stdafx.h b/plugins/Clist_blind/src/stdafx.h index 86fc8b3631..985afadf16 100644 --- a/plugins/Clist_blind/src/stdafx.h +++ b/plugins/Clist_blind/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_blind/src/version.h b/plugins/Clist_blind/src/version.h index 38ad9c76a1..acdb1e35d7 100644 --- a/plugins/Clist_blind/src/version.h +++ b/plugins/Clist_blind/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 #define __RELEASE_NUM 1 #define __BUILD_NUM 1 diff --git a/plugins/Clist_modern/CMakeLists.txt b/plugins/Clist_modern/CMakeLists.txt index 7257ac2fed..4952fce0bc 100644 --- a/plugins/Clist_modern/CMakeLists.txt +++ b/plugins/Clist_modern/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET Clist_modern) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) target_link_libraries(${TARGET} comctl32.lib UxTheme.lib) diff --git a/plugins/Clist_modern/docs/FAQ[En].txt b/plugins/Clist_modern/docs/FAQ[En].txt index 9dbb0ad85c..8a9c271d73 100644 --- a/plugins/Clist_modern/docs/FAQ[En].txt +++ b/plugins/Clist_modern/docs/FAQ[En].txt @@ -1,4 +1,4 @@ -FAQ:
+FAQ:
Here I will try to collect more recently questions.
diff --git a/plugins/Clist_modern/docs/ReadMe.txt b/plugins/Clist_modern/docs/ReadMe.txt index 31038f87c8..bc1f640c54 100644 --- a/plugins/Clist_modern/docs/ReadMe.txt +++ b/plugins/Clist_modern/docs/ReadMe.txt @@ -1,4 +1,4 @@ ------------------------
+-----------------------
MODERN ROW DESIGN GUIDE
-----------------------
diff --git a/plugins/Clist_modern/docs/skinpp.txt b/plugins/Clist_modern/docs/skinpp.txt index 52f83892f0..0620926043 100644 --- a/plugins/Clist_modern/docs/skinpp.txt +++ b/plugins/Clist_modern/docs/skinpp.txt @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// This is brief description of skin engine xml format //
//////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Clist_modern/docs/template.txt b/plugins/Clist_modern/docs/template.txt index 5e5966bf28..e1a9654bf1 100644 --- a/plugins/Clist_modern/docs/template.txt +++ b/plugins/Clist_modern/docs/template.txt @@ -1,4 +1,4 @@ -<tc>
+<tc>
<tr vcenter>
<tc status vcenter hcenter />
<tc fspace width 2 />
diff --git a/plugins/Clist_modern/icons_pack/CMakeLists.txt b/plugins/Clist_modern/icons_pack/CMakeLists.txt index 8b6378bfb3..44b26ad24c 100644 --- a/plugins/Clist_modern/icons_pack/CMakeLists.txt +++ b/plugins/Clist_modern/icons_pack/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET Toolbar_icons) +set(TARGET Toolbar_icons) include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file diff --git a/plugins/Clist_modern/icons_pack/src/icon_resource.h b/plugins/Clist_modern/icons_pack/src/icon_resource.h index 95cca8f10f..80a1f9981a 100644 --- a/plugins/Clist_modern/icons_pack/src/icon_resource.h +++ b/plugins/Clist_modern/icons_pack/src/icon_resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resources.rc
//
diff --git a/plugins/Clist_modern/src/cluiframes.cpp b/plugins/Clist_modern/src/cluiframes.cpp index d14ea02050..afb6955d84 100644 --- a/plugins/Clist_modern/src/cluiframes.cpp +++ b/plugins/Clist_modern/src/cluiframes.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/cluiframes.h b/plugins/Clist_modern/src/cluiframes.h index 27298b4d96..155fdba991 100644 --- a/plugins/Clist_modern/src/cluiframes.h +++ b/plugins/Clist_modern/src/cluiframes.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda ICQ: the free icq client for MS Windows
Copyright (C) 2000-2 Richard Hughes, Roland Rabien & Tristan Van de Vreede
diff --git a/plugins/Clist_modern/src/groupmenu.cpp b/plugins/Clist_modern/src/groupmenu.cpp index d246bd5290..bdaf27b80f 100644 --- a/plugins/Clist_modern/src/groupmenu.cpp +++ b/plugins/Clist_modern/src/groupmenu.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp index 4e582fda76..93ba4e9d21 100644 --- a/plugins/Clist_modern/src/init.cpp +++ b/plugins/Clist_modern/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_aniavatars.cpp b/plugins/Clist_modern/src/modern_aniavatars.cpp index 74485d7fb5..064fc9e546 100644 --- a/plugins/Clist_modern/src/modern_aniavatars.cpp +++ b/plugins/Clist_modern/src/modern_aniavatars.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_awaymsg.cpp b/plugins/Clist_modern/src/modern_awaymsg.cpp index 07c416bdea..72aba8c0ed 100644 --- a/plugins/Clist_modern/src/modern_awaymsg.cpp +++ b/plugins/Clist_modern/src/modern_awaymsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_awaymsg.h b/plugins/Clist_modern/src/modern_awaymsg.h index ef87e8b4cb..b84ae64e57 100644 --- a/plugins/Clist_modern/src/modern_awaymsg.h +++ b/plugins/Clist_modern/src/modern_awaymsg.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_cache_funcs.h b/plugins/Clist_modern/src/modern_cache_funcs.h index f6f98a709a..8f66dfc921 100644 --- a/plugins/Clist_modern/src/modern_cache_funcs.h +++ b/plugins/Clist_modern/src/modern_cache_funcs.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp index f98448ac36..3e785d8f18 100644 --- a/plugins/Clist_modern/src/modern_cachefuncs.cpp +++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index aad8d8dedd..53e6712c9e 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clc.h b/plugins/Clist_modern/src/modern_clc.h index 090d01ac3b..675a4f2775 100644 --- a/plugins/Clist_modern/src/modern_clc.h +++ b/plugins/Clist_modern/src/modern_clc.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clcidents.cpp b/plugins/Clist_modern/src/modern_clcidents.cpp index 391a4147d5..b65e13b68f 100644 --- a/plugins/Clist_modern/src/modern_clcidents.cpp +++ b/plugins/Clist_modern/src/modern_clcidents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clcitems.cpp b/plugins/Clist_modern/src/modern_clcitems.cpp index ed5b1876f8..e95c4e826d 100644 --- a/plugins/Clist_modern/src/modern_clcitems.cpp +++ b/plugins/Clist_modern/src/modern_clcitems.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clcmsgs.cpp b/plugins/Clist_modern/src/modern_clcmsgs.cpp index 2e263647d6..089cf98b4c 100644 --- a/plugins/Clist_modern/src/modern_clcmsgs.cpp +++ b/plugins/Clist_modern/src/modern_clcmsgs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 5caf8d0423..bfb0e660bd 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clcpaint.cpp b/plugins/Clist_modern/src/modern_clcpaint.cpp index 92480127ed..48ace78fcf 100644 --- a/plugins/Clist_modern/src/modern_clcpaint.cpp +++ b/plugins/Clist_modern/src/modern_clcpaint.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clcpaint.h b/plugins/Clist_modern/src/modern_clcpaint.h index 377e2e3660..0fde745194 100644 --- a/plugins/Clist_modern/src/modern_clcpaint.h +++ b/plugins/Clist_modern/src/modern_clcpaint.h @@ -1,4 +1,4 @@ -#ifndef modern_clcpaint_h__
+#ifndef modern_clcpaint_h__
#define modern_clcpaint_h__
extern class CLCPaint g_clcPainter;
diff --git a/plugins/Clist_modern/src/modern_clcutils.cpp b/plugins/Clist_modern/src/modern_clcutils.cpp index 146faf9a05..d69c3392ad 100644 --- a/plugins/Clist_modern/src/modern_clcutils.cpp +++ b/plugins/Clist_modern/src/modern_clcutils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clist.h b/plugins/Clist_modern/src/modern_clist.h index 0d808a4a34..d2379cbc43 100644 --- a/plugins/Clist_modern/src/modern_clist.h +++ b/plugins/Clist_modern/src/modern_clist.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clistevents.cpp b/plugins/Clist_modern/src/modern_clistevents.cpp index 53a7e2f263..7a9d4bc0c4 100644 --- a/plugins/Clist_modern/src/modern_clistevents.cpp +++ b/plugins/Clist_modern/src/modern_clistevents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clistmenus.cpp b/plugins/Clist_modern/src/modern_clistmenus.cpp index b049b9ea4f..4642a1ec46 100644 --- a/plugins/Clist_modern/src/modern_clistmenus.cpp +++ b/plugins/Clist_modern/src/modern_clistmenus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index b951dd11cc..7d33a11aff 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clistopts.cpp b/plugins/Clist_modern/src/modern_clistopts.cpp index d6529fb6c4..7661b04b3b 100644 --- a/plugins/Clist_modern/src/modern_clistopts.cpp +++ b/plugins/Clist_modern/src/modern_clistopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clistsettings.cpp b/plugins/Clist_modern/src/modern_clistsettings.cpp index d0de265e52..3f17c01c49 100644 --- a/plugins/Clist_modern/src/modern_clistsettings.cpp +++ b/plugins/Clist_modern/src/modern_clistsettings.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clisttray.cpp b/plugins/Clist_modern/src/modern_clisttray.cpp index 8158852eba..b93f5e01b0 100644 --- a/plugins/Clist_modern/src/modern_clisttray.cpp +++ b/plugins/Clist_modern/src/modern_clisttray.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index 7c383091da..c4958751ef 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_clui.h b/plugins/Clist_modern/src/modern_clui.h index 0269543b1b..c1acf0e07c 100644 --- a/plugins/Clist_modern/src/modern_clui.h +++ b/plugins/Clist_modern/src/modern_clui.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_cluiservices.cpp b/plugins/Clist_modern/src/modern_cluiservices.cpp index 5e94904d1a..7ffa5793b6 100644 --- a/plugins/Clist_modern/src/modern_cluiservices.cpp +++ b/plugins/Clist_modern/src/modern_cluiservices.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_commonprototypes.h b/plugins/Clist_modern/src/modern_commonprototypes.h index c50ca4ddda..53377d6ce1 100644 --- a/plugins/Clist_modern/src/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/modern_commonprototypes.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _COMMONPROTOTYPES
#define _COMMONPROTOTYPES
diff --git a/plugins/Clist_modern/src/modern_contact.cpp b/plugins/Clist_modern/src/modern_contact.cpp index 5a887bf971..d265e5e373 100644 --- a/plugins/Clist_modern/src/modern_contact.cpp +++ b/plugins/Clist_modern/src/modern_contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_defsettings.h b/plugins/Clist_modern/src/modern_defsettings.h index 69020579be..33bb74d3d3 100644 --- a/plugins/Clist_modern/src/modern_defsettings.h +++ b/plugins/Clist_modern/src/modern_defsettings.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_docking.cpp b/plugins/Clist_modern/src/modern_docking.cpp index d3926d1143..26f33ceaca 100644 --- a/plugins/Clist_modern/src/modern_docking.cpp +++ b/plugins/Clist_modern/src/modern_docking.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_effectenum.h b/plugins/Clist_modern/src/modern_effectenum.h index 1cd70e9258..aff63b837c 100644 --- a/plugins/Clist_modern/src/modern_effectenum.h +++ b/plugins/Clist_modern/src/modern_effectenum.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
typedef signed char sbyte;
typedef struct _MODERNEFFECTMATRIX
diff --git a/plugins/Clist_modern/src/modern_gdiplus.cpp b/plugins/Clist_modern/src/modern_gdiplus.cpp index 72e7e2b94e..cbc36d8f79 100644 --- a/plugins/Clist_modern/src/modern_gdiplus.cpp +++ b/plugins/Clist_modern/src/modern_gdiplus.cpp @@ -1,4 +1,4 @@ -/*
+/*
* test for gdi+
*/
diff --git a/plugins/Clist_modern/src/modern_global.cpp b/plugins/Clist_modern/src/modern_global.cpp index 98560c9ff3..7dd93068c8 100644 --- a/plugins/Clist_modern/src/modern_global.cpp +++ b/plugins/Clist_modern/src/modern_global.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_global_structure.h b/plugins/Clist_modern/src/modern_global_structure.h index 881863a267..03d45eef0c 100644 --- a/plugins/Clist_modern/src/modern_global_structure.h +++ b/plugins/Clist_modern/src/modern_global_structure.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef modern_global_structure_h__
#define modern_global_structure_h__
diff --git a/plugins/Clist_modern/src/modern_image_array.cpp b/plugins/Clist_modern/src/modern_image_array.cpp index c141c91445..e9c88171ed 100644 --- a/plugins/Clist_modern/src/modern_image_array.cpp +++ b/plugins/Clist_modern/src/modern_image_array.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_image_array.h b/plugins/Clist_modern/src/modern_image_array.h index 54a237222f..cae4ac3891 100644 --- a/plugins/Clist_modern/src/modern_image_array.h +++ b/plugins/Clist_modern/src/modern_image_array.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_keyboard.cpp b/plugins/Clist_modern/src/modern_keyboard.cpp index cbfb63ceaf..ed80b2a9cb 100644 --- a/plugins/Clist_modern/src/modern_keyboard.cpp +++ b/plugins/Clist_modern/src/modern_keyboard.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_log.cpp b/plugins/Clist_modern/src/modern_log.cpp index 3759e516b7..10e76ae573 100644 --- a/plugins/Clist_modern/src/modern_log.cpp +++ b/plugins/Clist_modern/src/modern_log.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include <stdarg.h>
#include <stdio.h>
diff --git a/plugins/Clist_modern/src/modern_log.h b/plugins/Clist_modern/src/modern_log.h index d43b71c19f..b96eaafd65 100644 --- a/plugins/Clist_modern/src/modern_log.h +++ b/plugins/Clist_modern/src/modern_log.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef __LOG_H__
# define __LOG_H__
diff --git a/plugins/Clist_modern/src/modern_newrowopts.cpp b/plugins/Clist_modern/src/modern_newrowopts.cpp index 0c2a22d9d6..6a687a4909 100644 --- a/plugins/Clist_modern/src/modern_newrowopts.cpp +++ b/plugins/Clist_modern/src/modern_newrowopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_row.cpp b/plugins/Clist_modern/src/modern_row.cpp index 01ae0c8fe9..f63b948fbd 100644 --- a/plugins/Clist_modern/src/modern_row.cpp +++ b/plugins/Clist_modern/src/modern_row.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_modern/src/modern_row.h b/plugins/Clist_modern/src/modern_row.h index 75b9b43e98..dead645a89 100644 --- a/plugins/Clist_modern/src/modern_row.h +++ b/plugins/Clist_modern/src/modern_row.h @@ -1,4 +1,4 @@ -#ifndef modern_row_h__
+#ifndef modern_row_h__
#define modern_row_h__
#pragma once
diff --git a/plugins/Clist_modern/src/modern_rowheight_funcs.cpp b/plugins/Clist_modern/src/modern_rowheight_funcs.cpp index cdc6219b51..e06ef87198 100644 --- a/plugins/Clist_modern/src/modern_rowheight_funcs.cpp +++ b/plugins/Clist_modern/src/modern_rowheight_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_rowheight_funcs.h b/plugins/Clist_modern/src/modern_rowheight_funcs.h index 20f14cdfeb..178fef917d 100644 --- a/plugins/Clist_modern/src/modern_rowheight_funcs.h +++ b/plugins/Clist_modern/src/modern_rowheight_funcs.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_rowtemplateopt.cpp b/plugins/Clist_modern/src/modern_rowtemplateopt.cpp index dc8881e5c9..0abd27a768 100644 --- a/plugins/Clist_modern/src/modern_rowtemplateopt.cpp +++ b/plugins/Clist_modern/src/modern_rowtemplateopt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_skinbutton.cpp b/plugins/Clist_modern/src/modern_skinbutton.cpp index 2f742927a1..d5da3eaffc 100644 --- a/plugins/Clist_modern/src/modern_skinbutton.cpp +++ b/plugins/Clist_modern/src/modern_skinbutton.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_modern/src/modern_skinengine.cpp b/plugins/Clist_modern/src/modern_skinengine.cpp index 9f470849c1..769d6ec832 100644 --- a/plugins/Clist_modern/src/modern_skinengine.cpp +++ b/plugins/Clist_modern/src/modern_skinengine.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_modern/src/modern_skinengine.h b/plugins/Clist_modern/src/modern_skinengine.h index e45d84795e..d59f64f680 100644 --- a/plugins/Clist_modern/src/modern_skinengine.h +++ b/plugins/Clist_modern/src/modern_skinengine.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef ske_H_INC
#define ske_H_INC
diff --git a/plugins/Clist_modern/src/modern_skinopt.cpp b/plugins/Clist_modern/src/modern_skinopt.cpp index 0a0d00d41b..48efaaf3f1 100644 --- a/plugins/Clist_modern/src/modern_skinopt.cpp +++ b/plugins/Clist_modern/src/modern_skinopt.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_modern/src/modern_skinselector.cpp b/plugins/Clist_modern/src/modern_skinselector.cpp index 81f743bb44..8aa04e4b8c 100644 --- a/plugins/Clist_modern/src/modern_skinselector.cpp +++ b/plugins/Clist_modern/src/modern_skinselector.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_skinselector.h b/plugins/Clist_modern/src/modern_skinselector.h index 40d0af1e3a..9a98fe9ca0 100644 --- a/plugins/Clist_modern/src/modern_skinselector.h +++ b/plugins/Clist_modern/src/modern_skinselector.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_static_clui.h b/plugins/Clist_modern/src/modern_static_clui.h index bacf425dc2..56c756a2a3 100644 --- a/plugins/Clist_modern/src/modern_static_clui.h +++ b/plugins/Clist_modern/src/modern_static_clui.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_modern/src/modern_static_cluiframes_service.h b/plugins/Clist_modern/src/modern_static_cluiframes_service.h index 8479064fe1..7a4ce4007a 100644 --- a/plugins/Clist_modern/src/modern_static_cluiframes_service.h +++ b/plugins/Clist_modern/src/modern_static_cluiframes_service.h @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// WARNING
//////////////////////////////////////////////////////////////////////////
// TO BE INCLUDED ONLY TO modern_cluiframes.cpp
diff --git a/plugins/Clist_modern/src/modern_statusbar.cpp b/plugins/Clist_modern/src/modern_statusbar.cpp index b9b478f975..8308345840 100644 --- a/plugins/Clist_modern/src/modern_statusbar.cpp +++ b/plugins/Clist_modern/src/modern_statusbar.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "modern_statusbar.h"
#include "m_skin_eng.h"
#include "modern_clcpaint.h"
diff --git a/plugins/Clist_modern/src/modern_statusbar.h b/plugins/Clist_modern/src/modern_statusbar.h index f9778418b1..5687c10c5b 100644 --- a/plugins/Clist_modern/src/modern_statusbar.h +++ b/plugins/Clist_modern/src/modern_statusbar.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef modern_statusbar_h__
#define modern_statusbar_h__
diff --git a/plugins/Clist_modern/src/modern_statusbar_options.cpp b/plugins/Clist_modern/src/modern_statusbar_options.cpp index f888d22427..500c3f0a0d 100644 --- a/plugins/Clist_modern/src/modern_statusbar_options.cpp +++ b/plugins/Clist_modern/src/modern_statusbar_options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_sync.cpp b/plugins/Clist_modern/src/modern_sync.cpp index abc3bb825d..2715e8da36 100644 --- a/plugins/Clist_modern/src/modern_sync.cpp +++ b/plugins/Clist_modern/src/modern_sync.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "modern_sync.h"
static INT_PTR SyncCaller(WPARAM proc, LPARAM lParam)
diff --git a/plugins/Clist_modern/src/modern_sync.h b/plugins/Clist_modern/src/modern_sync.h index ebd867b2f7..0b5a827f11 100644 --- a/plugins/Clist_modern/src/modern_sync.h +++ b/plugins/Clist_modern/src/modern_sync.h @@ -1,4 +1,4 @@ -#ifndef modern_sync_h__
+#ifndef modern_sync_h__
#define modern_sync_h__
typedef INT_PTR(*PSYNCCALLBACKPROC)(WPARAM, LPARAM);
diff --git a/plugins/Clist_modern/src/modern_tbbutton.cpp b/plugins/Clist_modern/src/modern_tbbutton.cpp index e720a7d9b0..4f53fb353e 100644 --- a/plugins/Clist_modern/src/modern_tbbutton.cpp +++ b/plugins/Clist_modern/src/modern_tbbutton.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "m_skinbutton.h"
#include "modern_clcpaint.h"
diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp index 178d83b87d..05ee5239ea 100644 --- a/plugins/Clist_modern/src/modern_toolbar.cpp +++ b/plugins/Clist_modern/src/modern_toolbar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_utils.cpp b/plugins/Clist_modern/src/modern_utils.cpp index 57013c76d6..efbf5e77b3 100644 --- a/plugins/Clist_modern/src/modern_utils.cpp +++ b/plugins/Clist_modern/src/modern_utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
BYTE gl_TrimText = 1;
diff --git a/plugins/Clist_modern/src/modern_viewmodebar.cpp b/plugins/Clist_modern/src/modern_viewmodebar.cpp index 38d2db2d22..bd89f37e0f 100644 --- a/plugins/Clist_modern/src/modern_viewmodebar.cpp +++ b/plugins/Clist_modern/src/modern_viewmodebar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_modern/src/modern_xptheme.cpp b/plugins/Clist_modern/src/modern_xptheme.cpp index 668a8558ff..56fb39f0cf 100644 --- a/plugins/Clist_modern/src/modern_xptheme.cpp +++ b/plugins/Clist_modern/src/modern_xptheme.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "m_xpTheme.h"
diff --git a/plugins/Clist_modern/src/resource.h b/plugins/Clist_modern/src/resource.h index 9b41a79a95..a0eeed3757 100644 --- a/plugins/Clist_modern/src/resource.h +++ b/plugins/Clist_modern/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Clist_modern/src/stdafx.cxx b/plugins/Clist_modern/src/stdafx.cxx index 781fe1613e..f60995429a 100644 --- a/plugins/Clist_modern/src/stdafx.cxx +++ b/plugins/Clist_modern/src/stdafx.cxx @@ -1,3 +1,3 @@ -#define DB_USEHELPERFUNCTIONS
+#define DB_USEHELPERFUNCTIONS
#include "stdafx.h"
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h index 7307746860..cdcaa469ab 100644 --- a/plugins/Clist_modern/src/stdafx.h +++ b/plugins/Clist_modern/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef commonheaders_h__
+#ifndef commonheaders_h__
#define commonheaders_h__
/*
diff --git a/plugins/Clist_modern/src/version.h b/plugins/Clist_modern/src/version.h index 14979f682b..31af1f54d3 100644 --- a/plugins/Clist_modern/src/version.h +++ b/plugins/Clist_modern/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 1
#define __BUILD_NUM 7
diff --git a/plugins/Clist_nicer/docs/license.txt b/plugins/Clist_nicer/docs/license.txt index 16934183e4..e58f908ca0 100644 --- a/plugins/Clist_nicer/docs/license.txt +++ b/plugins/Clist_nicer/docs/license.txt @@ -1,4 +1,4 @@ - NOTE: This copyright does *not* cover dynamically linked plugin libraries
+ NOTE: This copyright does *not* cover dynamically linked plugin libraries
that link to Miranda - this is merely considered normal use of the
programme, and does *not* fall under the heading of "derived work".
Also note that the GPL below is copyrighted by the Free Software
diff --git a/plugins/Clist_nicer/src/CLCButton.cpp b/plugins/Clist_nicer/src/CLCButton.cpp index 8a0243f9f4..49bbfd86f9 100644 --- a/plugins/Clist_nicer/src/CLCButton.cpp +++ b/plugins/Clist_nicer/src/CLCButton.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM
Copyright (C) 2002 Robert Rainwater
diff --git a/plugins/Clist_nicer/src/Docking.cpp b/plugins/Clist_nicer/src/Docking.cpp index 4f4bad409a..5a4ab22ba6 100644 --- a/plugins/Clist_nicer/src/Docking.cpp +++ b/plugins/Clist_nicer/src/Docking.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/alphablend.cpp b/plugins/Clist_nicer/src/alphablend.cpp index 9e3c0f6f0b..2f72807510 100644 --- a/plugins/Clist_nicer/src/alphablend.cpp +++ b/plugins/Clist_nicer/src/alphablend.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/alphablend.h b/plugins/Clist_nicer/src/alphablend.h index e45d919e6d..1085620191 100644 --- a/plugins/Clist_nicer/src/alphablend.h +++ b/plugins/Clist_nicer/src/alphablend.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clc.cpp b/plugins/Clist_nicer/src/clc.cpp index 3cc139443f..d168ecfb8d 100644 --- a/plugins/Clist_nicer/src/clc.cpp +++ b/plugins/Clist_nicer/src/clc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clc.h b/plugins/Clist_nicer/src/clc.h index 84c5dcccdb..47f4817c64 100644 --- a/plugins/Clist_nicer/src/clc.h +++ b/plugins/Clist_nicer/src/clc.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clcitems.cpp b/plugins/Clist_nicer/src/clcitems.cpp index 161fc2a83e..0e29e9f227 100644 --- a/plugins/Clist_nicer/src/clcitems.cpp +++ b/plugins/Clist_nicer/src/clcitems.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clcmsgs.cpp b/plugins/Clist_nicer/src/clcmsgs.cpp index 3139c384ef..9fc90d18f6 100644 --- a/plugins/Clist_nicer/src/clcmsgs.cpp +++ b/plugins/Clist_nicer/src/clcmsgs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clcopts.cpp b/plugins/Clist_nicer/src/clcopts.cpp index 4f2a4e34c1..548d6dbb09 100644 --- a/plugins/Clist_nicer/src/clcopts.cpp +++ b/plugins/Clist_nicer/src/clcopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clcpaint.cpp b/plugins/Clist_nicer/src/clcpaint.cpp index 3f5be09c43..48c31d1eb5 100644 --- a/plugins/Clist_nicer/src/clcpaint.cpp +++ b/plugins/Clist_nicer/src/clcpaint.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clcutils.cpp b/plugins/Clist_nicer/src/clcutils.cpp index b1b858a527..df4987c89e 100644 --- a/plugins/Clist_nicer/src/clcutils.cpp +++ b/plugins/Clist_nicer/src/clcutils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clist.h b/plugins/Clist_nicer/src/clist.h index 35dea41dba..46a6dd6d23 100644 --- a/plugins/Clist_nicer/src/clist.h +++ b/plugins/Clist_nicer/src/clist.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clistevents.cpp b/plugins/Clist_nicer/src/clistevents.cpp index c76165e8df..7120bae38b 100644 --- a/plugins/Clist_nicer/src/clistevents.cpp +++ b/plugins/Clist_nicer/src/clistevents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clistmenus.cpp b/plugins/Clist_nicer/src/clistmenus.cpp index 270a123619..5076f93f09 100644 --- a/plugins/Clist_nicer/src/clistmenus.cpp +++ b/plugins/Clist_nicer/src/clistmenus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clistmod.cpp b/plugins/Clist_nicer/src/clistmod.cpp index c810c21818..3757984108 100644 --- a/plugins/Clist_nicer/src/clistmod.cpp +++ b/plugins/Clist_nicer/src/clistmod.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clistopts.cpp b/plugins/Clist_nicer/src/clistopts.cpp index b1035a6ea7..ed4b9e153d 100644 --- a/plugins/Clist_nicer/src/clistopts.cpp +++ b/plugins/Clist_nicer/src/clistopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clistsettings.cpp b/plugins/Clist_nicer/src/clistsettings.cpp index bbf817fa68..e2bda6ec69 100644 --- a/plugins/Clist_nicer/src/clistsettings.cpp +++ b/plugins/Clist_nicer/src/clistsettings.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clisttray.cpp b/plugins/Clist_nicer/src/clisttray.cpp index bc167ad229..59c35896b8 100644 --- a/plugins/Clist_nicer/src/clisttray.cpp +++ b/plugins/Clist_nicer/src/clisttray.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/clnplus.cpp b/plugins/Clist_nicer/src/clnplus.cpp index 1b2f7477e5..789f599d34 100644 --- a/plugins/Clist_nicer/src/clnplus.cpp +++ b/plugins/Clist_nicer/src/clnplus.cpp @@ -1,4 +1,4 @@ -/*
+/*
* test for gdi+
*/
diff --git a/plugins/Clist_nicer/src/clui.cpp b/plugins/Clist_nicer/src/clui.cpp index 2df7a216f3..601388e401 100644 --- a/plugins/Clist_nicer/src/clui.cpp +++ b/plugins/Clist_nicer/src/clui.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_nicer/src/cluiframes.cpp b/plugins/Clist_nicer/src/cluiframes.cpp index 43bf3a8986..a8e6f624d8 100644 --- a/plugins/Clist_nicer/src/cluiframes.cpp +++ b/plugins/Clist_nicer/src/cluiframes.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Clist_nicer/src/cluiframes.h b/plugins/Clist_nicer/src/cluiframes.h index 6b59672987..3f3d79687a 100644 --- a/plugins/Clist_nicer/src/cluiframes.h +++ b/plugins/Clist_nicer/src/cluiframes.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda ICQ: the free icq client for MS Windows
Copyright (C) 2000-2 Richard Hughes, Roland Rabien & Tristan Van de Vreede
diff --git a/plugins/Clist_nicer/src/cluiopts.cpp b/plugins/Clist_nicer/src/cluiopts.cpp index 7f204131b3..d9c11bb69f 100644 --- a/plugins/Clist_nicer/src/cluiopts.cpp +++ b/plugins/Clist_nicer/src/cluiopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/cluiservices.cpp b/plugins/Clist_nicer/src/cluiservices.cpp index de98eb0a22..f38afdfc8f 100644 --- a/plugins/Clist_nicer/src/cluiservices.cpp +++ b/plugins/Clist_nicer/src/cluiservices.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/config.cpp b/plugins/Clist_nicer/src/config.cpp index a68a8d09d9..f5e2bfadce 100644 --- a/plugins/Clist_nicer/src/config.cpp +++ b/plugins/Clist_nicer/src/config.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/config.h b/plugins/Clist_nicer/src/config.h index 9fd928255f..7e0de3bb6a 100644 --- a/plugins/Clist_nicer/src/config.h +++ b/plugins/Clist_nicer/src/config.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/contact.cpp b/plugins/Clist_nicer/src/contact.cpp index 7e28293560..d10bdc1e79 100644 --- a/plugins/Clist_nicer/src/contact.cpp +++ b/plugins/Clist_nicer/src/contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/coolsb_internal.h b/plugins/Clist_nicer/src/coolsb_internal.h index 1f16a3a64f..64249c355c 100644 --- a/plugins/Clist_nicer/src/coolsb_internal.h +++ b/plugins/Clist_nicer/src/coolsb_internal.h @@ -1,4 +1,4 @@ -#ifndef _COOLSB_INTERNAL_INCLUDED
+#ifndef _COOLSB_INTERNAL_INCLUDED
#define _COOLSB_INTERNAL_INCLUDED
#ifdef __cplusplus
diff --git a/plugins/Clist_nicer/src/coolsblib.cpp b/plugins/Clist_nicer/src/coolsblib.cpp index a56e0b9fe4..f669a400a9 100644 --- a/plugins/Clist_nicer/src/coolsblib.cpp +++ b/plugins/Clist_nicer/src/coolsblib.cpp @@ -1,4 +1,4 @@ -/*
+/*
Cool Scrollbar Library Version 1.2
diff --git a/plugins/Clist_nicer/src/coolsblib.h b/plugins/Clist_nicer/src/coolsblib.h index d721421038..d9b1c711f3 100644 --- a/plugins/Clist_nicer/src/coolsblib.h +++ b/plugins/Clist_nicer/src/coolsblib.h @@ -1,4 +1,4 @@ -#ifndef _SUPERSCROLL_INCLUDED
+#ifndef _SUPERSCROLL_INCLUDED
#define _SUPERSCROLL_INCLUDED
#ifdef __cplusplus
diff --git a/plugins/Clist_nicer/src/coolscroll.cpp b/plugins/Clist_nicer/src/coolscroll.cpp index 944b170099..cd9f0750e7 100644 --- a/plugins/Clist_nicer/src/coolscroll.cpp +++ b/plugins/Clist_nicer/src/coolscroll.cpp @@ -1,4 +1,4 @@ -/*
+/*
Cool Scrollbar Library Version 1.2
Module: coolscroll.c
diff --git a/plugins/Clist_nicer/src/coolscroll.h b/plugins/Clist_nicer/src/coolscroll.h index 3c4528414d..c5fe848a83 100644 --- a/plugins/Clist_nicer/src/coolscroll.h +++ b/plugins/Clist_nicer/src/coolscroll.h @@ -1,4 +1,4 @@ -#ifndef _COOLSBLIB_INCLUDED
+#ifndef _COOLSBLIB_INCLUDED
#define _COOLSBLIB_INCLUDED
#ifdef __cplusplus
diff --git a/plugins/Clist_nicer/src/extBackg.cpp b/plugins/Clist_nicer/src/extBackg.cpp index 84ac0d6da1..f4c23af68d 100644 --- a/plugins/Clist_nicer/src/extBackg.cpp +++ b/plugins/Clist_nicer/src/extBackg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/extBackg.h b/plugins/Clist_nicer/src/extBackg.h index af61041986..ff85ce61aa 100644 --- a/plugins/Clist_nicer/src/extBackg.h +++ b/plugins/Clist_nicer/src/extBackg.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/groupmenu.cpp b/plugins/Clist_nicer/src/groupmenu.cpp index 30e718f6d9..e02ecd172b 100644 --- a/plugins/Clist_nicer/src/groupmenu.cpp +++ b/plugins/Clist_nicer/src/groupmenu.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/init.cpp b/plugins/Clist_nicer/src/init.cpp index bc52a99e9b..48628a673b 100644 --- a/plugins/Clist_nicer/src/init.cpp +++ b/plugins/Clist_nicer/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/resource.h b/plugins/Clist_nicer/src/resource.h index f3219c4d06..e230037c47 100644 --- a/plugins/Clist_nicer/src/resource.h +++ b/plugins/Clist_nicer/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Clist_nicer/src/rowheight_funcs.cpp b/plugins/Clist_nicer/src/rowheight_funcs.cpp index 097bc34a10..a5dc8dece4 100644 --- a/plugins/Clist_nicer/src/rowheight_funcs.cpp +++ b/plugins/Clist_nicer/src/rowheight_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/rowheight_funcs.h b/plugins/Clist_nicer/src/rowheight_funcs.h index 8689505137..aa49af8a10 100644 --- a/plugins/Clist_nicer/src/rowheight_funcs.h +++ b/plugins/Clist_nicer/src/rowheight_funcs.h @@ -1,4 +1,4 @@ -#ifndef __ROWHEIGHT_FUNCS_H__
+#ifndef __ROWHEIGHT_FUNCS_H__
# define __ROWHEIGHT_FUNCS_H__
#define ROW_SPACE_BEETWEEN_LINES 0
diff --git a/plugins/Clist_nicer/src/statusbar.cpp b/plugins/Clist_nicer/src/statusbar.cpp index 50fd79a165..c7d5354201 100644 --- a/plugins/Clist_nicer/src/statusbar.cpp +++ b/plugins/Clist_nicer/src/statusbar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/stdafx.cxx b/plugins/Clist_nicer/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/Clist_nicer/src/stdafx.cxx +++ b/plugins/Clist_nicer/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/Clist_nicer/src/stdafx.h b/plugins/Clist_nicer/src/stdafx.h index 46f13b6138..9754475682 100644 --- a/plugins/Clist_nicer/src/stdafx.h +++ b/plugins/Clist_nicer/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Clist_nicer/src/userdefs.h b/plugins/Clist_nicer/src/userdefs.h index 8a8606313b..ea7ea1fe92 100644 --- a/plugins/Clist_nicer/src/userdefs.h +++ b/plugins/Clist_nicer/src/userdefs.h @@ -1,4 +1,4 @@ -#ifndef _USERDEFINES_INCLUDED
+#ifndef _USERDEFINES_INCLUDED
#define _USERDEFINES_INCLUDED
/*
diff --git a/plugins/Clist_nicer/src/version.h b/plugins/Clist_nicer/src/version.h index dfafe872f5..13f6690c71 100644 --- a/plugins/Clist_nicer/src/version.h +++ b/plugins/Clist_nicer/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 2
#define __BUILD_NUM 4
diff --git a/plugins/Clist_nicer/src/viewmodes.cpp b/plugins/Clist_nicer/src/viewmodes.cpp index 9f4670e485..3615590504 100644 --- a/plugins/Clist_nicer/src/viewmodes.cpp +++ b/plugins/Clist_nicer/src/viewmodes.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
@@ -72,7 +72,7 @@ void CLVM_EnumModes(pfnEnumCallback EnumCallback) int FillModes(char *szsetting)
{
- if (szsetting[0] != 'รถ')
+ if (szsetting[0] != 'ö')
SendDlgItemMessageA(sttClvmHwnd, IDC_VIEWMODES, LB_INSERTSTRING, -1, (LPARAM)szsetting);
return 1;
}
diff --git a/plugins/Clist_nicer/src/wallpaper.cpp b/plugins/Clist_nicer/src/wallpaper.cpp index d6a2344976..02fdb71faf 100644 --- a/plugins/Clist_nicer/src/wallpaper.cpp +++ b/plugins/Clist_nicer/src/wallpaper.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Cln_skinedit/src/main.cpp b/plugins/Cln_skinedit/src/main.cpp index a1021bbeb4..4f1fbd08fe 100644 --- a/plugins/Cln_skinedit/src/main.cpp +++ b/plugins/Cln_skinedit/src/main.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Cln_skinedit/src/skineditres.h b/plugins/Cln_skinedit/src/skineditres.h index f5468a0f5e..7775b153f5 100644 --- a/plugins/Cln_skinedit/src/skineditres.h +++ b/plugins/Cln_skinedit/src/skineditres.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\MNG_orig\plugins\Clist_nicer\skineditor\res\skinedit.rc
//
diff --git a/plugins/Cln_skinedit/src/stdafx.cxx b/plugins/Cln_skinedit/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Cln_skinedit/src/stdafx.cxx +++ b/plugins/Cln_skinedit/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/Cln_skinedit/src/stdafx.h b/plugins/Cln_skinedit/src/stdafx.h index f144bd13ff..7ddeec4c5a 100644 --- a/plugins/Cln_skinedit/src/stdafx.h +++ b/plugins/Cln_skinedit/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Cln_skinedit/src/version.h b/plugins/Cln_skinedit/src/version.h index 7304cd0b49..49d9d2c68f 100644 --- a/plugins/Cln_skinedit/src/version.h +++ b/plugins/Cln_skinedit/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 4 diff --git a/plugins/CloudFile/src/Services/dropbox_api.h b/plugins/CloudFile/src/Services/dropbox_api.h index 46b2cadc84..fefb6ef70d 100644 --- a/plugins/CloudFile/src/Services/dropbox_api.h +++ b/plugins/CloudFile/src/Services/dropbox_api.h @@ -1,4 +1,4 @@ -#ifndef _DROPBOXSERVICE_API_H_ +#ifndef _DROPBOXSERVICE_API_H_ #define _DROPBOXSERVICE_API_H_ namespace DropboxAPI diff --git a/plugins/CloudFile/src/Services/dropbox_service.cpp b/plugins/CloudFile/src/Services/dropbox_service.cpp index 53306f8f5c..f1157a52b2 100644 --- a/plugins/CloudFile/src/Services/dropbox_service.cpp +++ b/plugins/CloudFile/src/Services/dropbox_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "dropbox_api.h" CDropboxService::CDropboxService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/dropbox_service.h b/plugins/CloudFile/src/Services/dropbox_service.h index 8c3fad3fe3..90dc11d259 100644 --- a/plugins/CloudFile/src/Services/dropbox_service.h +++ b/plugins/CloudFile/src/Services/dropbox_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDSERVICE_DROPBOX_H_ +#ifndef _CLOUDSERVICE_DROPBOX_H_ #define _CLOUDSERVICE_DROPBOX_H_ class CDropboxService : public CCloudService diff --git a/plugins/CloudFile/src/Services/google_api.h b/plugins/CloudFile/src/Services/google_api.h index ec6af72439..476a97a0e2 100644 --- a/plugins/CloudFile/src/Services/google_api.h +++ b/plugins/CloudFile/src/Services/google_api.h @@ -1,4 +1,4 @@ -#ifndef _GDRIVESERVICE_API_H_ +#ifndef _GDRIVESERVICE_API_H_ #define _GDRIVESERVICE_API_H_ namespace GDriveAPI diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp index d8ff6a2769..5c5b7703d4 100644 --- a/plugins/CloudFile/src/Services/google_service.cpp +++ b/plugins/CloudFile/src/Services/google_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "google_api.h" CGDriveService::CGDriveService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/google_service.h b/plugins/CloudFile/src/Services/google_service.h index 7b276d2051..878fa8f442 100644 --- a/plugins/CloudFile/src/Services/google_service.h +++ b/plugins/CloudFile/src/Services/google_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDFILE_GDRIVE_H_ +#ifndef _CLOUDFILE_GDRIVE_H_ #define _CLOUDFILE_GDRIVE_H_ class CGDriveService : public CCloudService diff --git a/plugins/CloudFile/src/Services/microsoft_api.h b/plugins/CloudFile/src/Services/microsoft_api.h index 634ee88857..2545708a45 100644 --- a/plugins/CloudFile/src/Services/microsoft_api.h +++ b/plugins/CloudFile/src/Services/microsoft_api.h @@ -1,4 +1,4 @@ -#ifndef _ONEDRIVESERVICE_API_H_ +#ifndef _ONEDRIVESERVICE_API_H_ #define _ONEDRIVESERVICE_API_H_ namespace OneDriveAPI diff --git a/plugins/CloudFile/src/Services/microsoft_service.cpp b/plugins/CloudFile/src/Services/microsoft_service.cpp index 70694e414d..38519e6d55 100644 --- a/plugins/CloudFile/src/Services/microsoft_service.cpp +++ b/plugins/CloudFile/src/Services/microsoft_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "microsoft_api.h" COneDriveService::COneDriveService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/microsoft_service.h b/plugins/CloudFile/src/Services/microsoft_service.h index 905e92e190..cdd9d53976 100644 --- a/plugins/CloudFile/src/Services/microsoft_service.h +++ b/plugins/CloudFile/src/Services/microsoft_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDFILE_ONEDRIVE_H_ +#ifndef _CLOUDFILE_ONEDRIVE_H_ #define _CLOUDFILE_ONEDRIVE_H_ class COneDriveService : public CCloudService diff --git a/plugins/CloudFile/src/Services/yandex_api.h b/plugins/CloudFile/src/Services/yandex_api.h index c3c9661205..56d77feb8c 100644 --- a/plugins/CloudFile/src/Services/yandex_api.h +++ b/plugins/CloudFile/src/Services/yandex_api.h @@ -1,4 +1,4 @@ -#ifndef _YANDEXSERVICE_API_H_ +#ifndef _YANDEXSERVICE_API_H_ #define _YANDEXSERVICE_API_H_ namespace YandexAPI diff --git a/plugins/CloudFile/src/Services/yandex_service.cpp b/plugins/CloudFile/src/Services/yandex_service.cpp index 11ece23b2f..1e4d5749cb 100644 --- a/plugins/CloudFile/src/Services/yandex_service.cpp +++ b/plugins/CloudFile/src/Services/yandex_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "yandex_api.h" CYandexService::CYandexService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/yandex_service.h b/plugins/CloudFile/src/Services/yandex_service.h index d901821dd3..85c0ad12de 100644 --- a/plugins/CloudFile/src/Services/yandex_service.h +++ b/plugins/CloudFile/src/Services/yandex_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDFILE_YANDEX_H_ +#ifndef _CLOUDFILE_YANDEX_H_ #define _CLOUDFILE_YANDEX_H_ class CYandexService : public CCloudService diff --git a/plugins/CloudFile/src/cloud_service.cpp b/plugins/CloudFile/src/cloud_service.cpp index 100d7e421c..90b84c0590 100644 --- a/plugins/CloudFile/src/cloud_service.cpp +++ b/plugins/CloudFile/src/cloud_service.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static int CompareServices(const CCloudService *p1, const CCloudService *p2) { diff --git a/plugins/CloudFile/src/cloud_service.h b/plugins/CloudFile/src/cloud_service.h index 4e2431221f..edc4cdd90d 100644 --- a/plugins/CloudFile/src/cloud_service.h +++ b/plugins/CloudFile/src/cloud_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUD_SERVICE_H_ +#ifndef _CLOUD_SERVICE_H_ #define _CLOUD_SERVICE_H_ enum OnConflict diff --git a/plugins/CloudFile/src/events.cpp b/plugins/CloudFile/src/events.cpp index ef3d628217..6fcfed3445 100644 --- a/plugins/CloudFile/src/events.cpp +++ b/plugins/CloudFile/src/events.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int OnModulesLoaded(WPARAM, LPARAM) { diff --git a/plugins/CloudFile/src/file_transfer.h b/plugins/CloudFile/src/file_transfer.h index d4f1fbc4fc..cdf4475aeb 100644 --- a/plugins/CloudFile/src/file_transfer.h +++ b/plugins/CloudFile/src/file_transfer.h @@ -1,4 +1,4 @@ -#ifndef _FILE_TRANSFER_H_ +#ifndef _FILE_TRANSFER_H_ #define _FILE_TRANSFER_H_ class FileTransferParam diff --git a/plugins/CloudFile/src/http_request.h b/plugins/CloudFile/src/http_request.h index 0ef03a22fb..39d0d98b57 100644 --- a/plugins/CloudFile/src/http_request.h +++ b/plugins/CloudFile/src/http_request.h @@ -1,4 +1,4 @@ -#ifndef _HTTP_REQUEST_H_ +#ifndef _HTTP_REQUEST_H_ #define _HTTP_REQUEST_H_ class HttpRequestException diff --git a/plugins/CloudFile/src/icons.cpp b/plugins/CloudFile/src/icons.cpp index e0e395afef..ae89626884 100644 --- a/plugins/CloudFile/src/icons.cpp +++ b/plugins/CloudFile/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static IconItem iconList[] = { diff --git a/plugins/CloudFile/src/main.cpp b/plugins/CloudFile/src/main.cpp index 43511d317c..15f87f8bf3 100644 --- a/plugins/CloudFile/src/main.cpp +++ b/plugins/CloudFile/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int hLangpack; HINSTANCE hInstance; diff --git a/plugins/CloudFile/src/menus.cpp b/plugins/CloudFile/src/menus.cpp index 4748fad3a2..acfd469092 100644 --- a/plugins/CloudFile/src/menus.cpp +++ b/plugins/CloudFile/src/menus.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" HGENMENU hContactMenu; diff --git a/plugins/CloudFile/src/oauth.cpp b/plugins/CloudFile/src/oauth.cpp index c7a95a3a49..7815c27771 100644 --- a/plugins/CloudFile/src/oauth.cpp +++ b/plugins/CloudFile/src/oauth.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" COAuthDlg::COAuthDlg(CCloudService *service, const char *authUrl, pThreadFuncOwner requestAccessTokenThread) : CDlgBase(hInstance, IDD_OAUTH), m_service(service), diff --git a/plugins/CloudFile/src/oauth.h b/plugins/CloudFile/src/oauth.h index 1dbcf81dec..434927f791 100644 --- a/plugins/CloudFile/src/oauth.h +++ b/plugins/CloudFile/src/oauth.h @@ -1,4 +1,4 @@ -#ifndef _OAUTH_H_ +#ifndef _OAUTH_H_ #define _OAUTH_H_ class COAuthDlg : public CDlgBase diff --git a/plugins/CloudFile/src/options.cpp b/plugins/CloudFile/src/options.cpp index ea63d1d31d..a0e7a5c561 100644 --- a/plugins/CloudFile/src/options.cpp +++ b/plugins/CloudFile/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" COptionsMain::COptionsMain() : CPluginDlgBase(hInstance, IDD_OPTIONS_MAIN, MODULE), diff --git a/plugins/CloudFile/src/options.h b/plugins/CloudFile/src/options.h index ee903f1376..7b16de5db6 100644 --- a/plugins/CloudFile/src/options.h +++ b/plugins/CloudFile/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_H_ +#ifndef _OPTIONS_H_ #define _OPTIONS_H_ class COptionsMain : public CPluginDlgBase diff --git a/plugins/CloudFile/src/resource.h b/plugins/CloudFile/src/resource.h index 2c9c8c054f..384581fb4f 100644 --- a/plugins/CloudFile/src/resource.h +++ b/plugins/CloudFile/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by c:\Users\unsane\Projects\c++\miranda-ng\plugins\CloudFile\res\resource.rc // diff --git a/plugins/CloudFile/src/srmm.cpp b/plugins/CloudFile/src/srmm.cpp index a1fdf36035..036ee58601 100644 --- a/plugins/CloudFile/src/srmm.cpp +++ b/plugins/CloudFile/src/srmm.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int OnSrmmToolbarLoaded(WPARAM, LPARAM) { diff --git a/plugins/CloudFile/src/stdafx.cxx b/plugins/CloudFile/src/stdafx.cxx index f1ac5aee81..2a5099a64b 100644 --- a/plugins/CloudFile/src/stdafx.cxx +++ b/plugins/CloudFile/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/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h index a4c8db6626..a002e334c2 100644 --- a/plugins/CloudFile/src/stdafx.h +++ b/plugins/CloudFile/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_ +#ifndef _COMMON_H_ #define _COMMON_H_ #include <windows.h> diff --git a/plugins/CloudFile/src/transfers.cpp b/plugins/CloudFile/src/transfers.cpp index b102bfb999..0f79f970d9 100644 --- a/plugins/CloudFile/src/transfers.cpp +++ b/plugins/CloudFile/src/transfers.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" LIST<FileTransferParam> Transfers(1, HandleKeySortT); diff --git a/plugins/CloudFile/src/utils.cpp b/plugins/CloudFile/src/utils.cpp index 6bd0a5657f..44a3149a25 100644 --- a/plugins/CloudFile/src/utils.cpp +++ b/plugins/CloudFile/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" void ShowNotification(const wchar_t *caption, const wchar_t *message, int flags, MCONTACT hContact) { diff --git a/plugins/CloudFile/src/version.h b/plugins/CloudFile/src/version.h index f65f7312fc..7a5ce87b09 100644 --- a/plugins/CloudFile/src/version.h +++ b/plugins/CloudFile/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 11 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 diff --git a/plugins/CmdLine/docs/CmdLine_readme.txt b/plugins/CmdLine/docs/CmdLine_readme.txt index 372f16288b..47416bbbd5 100644 --- a/plugins/CmdLine/docs/CmdLine_readme.txt +++ b/plugins/CmdLine/docs/CmdLine_readme.txt @@ -1,4 +1,4 @@ -CmdLine plugin v.0.0.4.1
+CmdLine plugin v.0.0.4.1
Copyright © 2007-2011 Cristian Libotean
This plugin lets you control Miranda from the command line.
diff --git a/plugins/CmdLine/src/CmdLine.cpp b/plugins/CmdLine/src/CmdLine.cpp index 1fa2ad1a0a..6c6bf029c2 100644 --- a/plugins/CmdLine/src/CmdLine.cpp +++ b/plugins/CmdLine/src/CmdLine.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/hooked_events.cpp b/plugins/CmdLine/src/hooked_events.cpp index 9481e8f4fb..5ff8a0a0da 100644 --- a/plugins/CmdLine/src/hooked_events.cpp +++ b/plugins/CmdLine/src/hooked_events.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/hooked_events.h b/plugins/CmdLine/src/hooked_events.h index 7731a56377..754a88e7e4 100644 --- a/plugins/CmdLine/src/hooked_events.h +++ b/plugins/CmdLine/src/hooked_events.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/mimcmd_data.cpp b/plugins/CmdLine/src/mimcmd_data.cpp index c113ebd147..affcdfbd9e 100644 --- a/plugins/CmdLine/src/mimcmd_data.cpp +++ b/plugins/CmdLine/src/mimcmd_data.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/mimcmd_data.h b/plugins/CmdLine/src/mimcmd_data.h index b62856f59f..9d8dc4df8a 100644 --- a/plugins/CmdLine/src/mimcmd_data.h +++ b/plugins/CmdLine/src/mimcmd_data.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright � 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp index efe3b63d88..d8f7f39c5e 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.cpp +++ b/plugins/CmdLine/src/mimcmd_handlers.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright � 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/mimcmd_handlers.h b/plugins/CmdLine/src/mimcmd_handlers.h index f748fa7b47..64db00bbbf 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.h +++ b/plugins/CmdLine/src/mimcmd_handlers.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/mimcmd_ipc.cpp b/plugins/CmdLine/src/mimcmd_ipc.cpp index c7d7924295..4a80de23b6 100644 --- a/plugins/CmdLine/src/mimcmd_ipc.cpp +++ b/plugins/CmdLine/src/mimcmd_ipc.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/mimcmd_ipc.h b/plugins/CmdLine/src/mimcmd_ipc.h index 1f34982cdd..2125ce6f5e 100644 --- a/plugins/CmdLine/src/mimcmd_ipc.h +++ b/plugins/CmdLine/src/mimcmd_ipc.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/resource.h b/plugins/CmdLine/src/resource.h index 46d8815306..0268ce4765 100644 --- a/plugins/CmdLine/src/resource.h +++ b/plugins/CmdLine/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CmdLine.rc
//
diff --git a/plugins/CmdLine/src/services.cpp b/plugins/CmdLine/src/services.cpp index f14585700a..56c768878a 100644 --- a/plugins/CmdLine/src/services.cpp +++ b/plugins/CmdLine/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/services.h b/plugins/CmdLine/src/services.h index da1f1a23a9..00a5c6d369 100644 --- a/plugins/CmdLine/src/services.h +++ b/plugins/CmdLine/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/stdafx.cxx b/plugins/CmdLine/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/CmdLine/src/stdafx.cxx +++ b/plugins/CmdLine/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/CmdLine/src/stdafx.h b/plugins/CmdLine/src/stdafx.h index 0dae533dc7..3049769b4c 100644 --- a/plugins/CmdLine/src/stdafx.h +++ b/plugins/CmdLine/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/utils.cpp b/plugins/CmdLine/src/utils.cpp index ec60004444..eb8081ccd0 100644 --- a/plugins/CmdLine/src/utils.cpp +++ b/plugins/CmdLine/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/utils.h b/plugins/CmdLine/src/utils.h index 66d5556ee1..3fe9f4ca61 100644 --- a/plugins/CmdLine/src/utils.h +++ b/plugins/CmdLine/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/CmdLine/src/version.h b/plugins/CmdLine/src/version.h index 7d6936cc5b..6f9d7a7e52 100644 --- a/plugins/CmdLine/src/version.h +++ b/plugins/CmdLine/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
diff --git a/plugins/ConnectionNotify/src/ConnectionNotify.cpp b/plugins/ConnectionNotify/src/ConnectionNotify.cpp index 4ce1c0eab1..a989e81651 100644 --- a/plugins/ConnectionNotify/src/ConnectionNotify.cpp +++ b/plugins/ConnectionNotify/src/ConnectionNotify.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
CLIST_INTERFACE *pcli;
diff --git a/plugins/ConnectionNotify/src/debug.cpp b/plugins/ConnectionNotify/src/debug.cpp index 8e238bab21..d7c32e755b 100644 --- a/plugins/ConnectionNotify/src/debug.cpp +++ b/plugins/ConnectionNotify/src/debug.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void _OutputDebugString(wchar_t* lpOutputString, ...)
{
diff --git a/plugins/ConnectionNotify/src/debug.h b/plugins/ConnectionNotify/src/debug.h index f98e22ab46..3e3783dcc9 100644 --- a/plugins/ConnectionNotify/src/debug.h +++ b/plugins/ConnectionNotify/src/debug.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _INC_DEBUG
#define _INC_DEBUG
diff --git a/plugins/ConnectionNotify/src/filter.cpp b/plugins/ConnectionNotify/src/filter.cpp index 593ef05c21..5d3d778517 100644 --- a/plugins/ConnectionNotify/src/filter.cpp +++ b/plugins/ConnectionNotify/src/filter.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND filterAddDlg = nullptr;
extern HINSTANCE hInst;
diff --git a/plugins/ConnectionNotify/src/filter.h b/plugins/ConnectionNotify/src/filter.h index e970e375aa..c415f7422e 100644 --- a/plugins/ConnectionNotify/src/filter.h +++ b/plugins/ConnectionNotify/src/filter.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _INC_FILTER
#define _INC_FILTER
diff --git a/plugins/ConnectionNotify/src/netstat.cpp b/plugins/ConnectionNotify/src/netstat.cpp index 352e2421d3..93d906cc4f 100644 --- a/plugins/ConnectionNotify/src/netstat.cpp +++ b/plugins/ConnectionNotify/src/netstat.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" struct CONNECTION *GetConnectionsTable() { diff --git a/plugins/ConnectionNotify/src/netstat.h b/plugins/ConnectionNotify/src/netstat.h index c0aa53b6d9..f55bdd081f 100644 --- a/plugins/ConnectionNotify/src/netstat.h +++ b/plugins/ConnectionNotify/src/netstat.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
diff --git a/plugins/ConnectionNotify/src/pid2name.cpp b/plugins/ConnectionNotify/src/pid2name.cpp index 647d2024ba..65270e6b00 100644 --- a/plugins/ConnectionNotify/src/pid2name.cpp +++ b/plugins/ConnectionNotify/src/pid2name.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void pid2name(DWORD procid, wchar_t *buffer, size_t bufLen)
{
diff --git a/plugins/ConnectionNotify/src/pid2name.h b/plugins/ConnectionNotify/src/pid2name.h index 7d04268f18..70974afabf 100644 --- a/plugins/ConnectionNotify/src/pid2name.h +++ b/plugins/ConnectionNotify/src/pid2name.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _INC_PID2NAME
#define _INC_PID2NAME
diff --git a/plugins/ConnectionNotify/src/resource.h b/plugins/ConnectionNotify/src/resource.h index a9eb1ec642..19b940548b 100644 --- a/plugins/ConnectionNotify/src/resource.h +++ b/plugins/ConnectionNotify/src/resource.h @@ -1,4 +1,4 @@ -#ifndef IDC_STATIC
+#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
diff --git a/plugins/ConnectionNotify/src/stdafx.cxx b/plugins/ConnectionNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ConnectionNotify/src/stdafx.cxx +++ b/plugins/ConnectionNotify/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/ConnectionNotify/src/stdafx.h b/plugins/ConnectionNotify/src/stdafx.h index d80e2e1af0..f14056ff09 100644 --- a/plugins/ConnectionNotify/src/stdafx.h +++ b/plugins/ConnectionNotify/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <Commctrl.h>
#include <assert.h>
#include <iphlpapi.h>
diff --git a/plugins/ConnectionNotify/src/version.h b/plugins/ConnectionNotify/src/version.h index deea4609ac..a147192ba9 100644 --- a/plugins/ConnectionNotify/src/version.h +++ b/plugins/ConnectionNotify/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Console/docs/gpl.txt b/plugins/Console/docs/gpl.txt index 75fe0077e7..45645b4b53 100644 --- a/plugins/Console/docs/gpl.txt +++ b/plugins/Console/docs/gpl.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/Console/docs/history.txt b/plugins/Console/docs/history.txt index 1db04f8ac9..337cf95b0c 100644 --- a/plugins/Console/docs/history.txt +++ b/plugins/Console/docs/history.txt @@ -1,4 +1,4 @@ -PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND...
+PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND...
ONLY MORAL SUPPORT IN SPECIAL CASES CAN BE PROVIDED 8-)
--------------------------------------------------------------------------------
diff --git a/plugins/Console/docs/readme.txt b/plugins/Console/docs/readme.txt index d067937117..6d66f9b061 100644 --- a/plugins/Console/docs/readme.txt +++ b/plugins/Console/docs/readme.txt @@ -1,4 +1,4 @@ -Console window plugin for Netlib logging.
+Console window plugin for Netlib logging.
It is designed for Miranda developers & advanced users! 8-)
diff --git a/plugins/Console/src/Console.cpp b/plugins/Console/src/Console.cpp index ba25af2ca6..b555054bac 100644 --- a/plugins/Console/src/Console.cpp +++ b/plugins/Console/src/Console.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Console/src/init.cpp b/plugins/Console/src/init.cpp index f2584f6396..096090c674 100644 --- a/plugins/Console/src/init.cpp +++ b/plugins/Console/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Console/src/resource.h b/plugins/Console/src/resource.h index 077aba197b..a8947819a4 100644 --- a/plugins/Console/src/resource.h +++ b/plugins/Console/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/Console/src/stdafx.cxx b/plugins/Console/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Console/src/stdafx.cxx +++ b/plugins/Console/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/Console/src/stdafx.h b/plugins/Console/src/stdafx.h index e1a0c4eb04..48a46f3399 100644 --- a/plugins/Console/src/stdafx.h +++ b/plugins/Console/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Console/src/version.h b/plugins/Console/src/version.h index 3b8f3a33ec..57d5d11c65 100644 --- a/plugins/Console/src/version.h +++ b/plugins/Console/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 7
#define __BUILD_NUM 4
diff --git a/plugins/ContactsPlus/docs/readme.txt b/plugins/ContactsPlus/docs/readme.txt index 2283964f4f..f3ae933be3 100644 --- a/plugins/ContactsPlus/docs/readme.txt +++ b/plugins/ContactsPlus/docs/readme.txt @@ -1,4 +1,4 @@ -About
+About
-----
Send and receive contacts ui
diff --git a/plugins/ContactsPlus/src/main.cpp b/plugins/ContactsPlus/src/main.cpp index 001922dca4..5a878c8c05 100644 --- a/plugins/ContactsPlus/src/main.cpp +++ b/plugins/ContactsPlus/src/main.cpp @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------------
+// --------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/receive.cpp b/plugins/ContactsPlus/src/receive.cpp index c6004b0d2c..67b2290358 100644 --- a/plugins/ContactsPlus/src/receive.cpp +++ b/plugins/ContactsPlus/src/receive.cpp @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------------
+// --------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/receive.h b/plugins/ContactsPlus/src/receive.h index ab90f8b1eb..286f91ca13 100644 --- a/plugins/ContactsPlus/src/receive.h +++ b/plugins/ContactsPlus/src/receive.h @@ -1,4 +1,4 @@ -// ---------------------------------------------------------------------------
+// ---------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/resource.h b/plugins/ContactsPlus/src/resource.h index 421bdd65c3..e4ed78f866 100644 --- a/plugins/ContactsPlus/src/resource.h +++ b/plugins/ContactsPlus/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by contacts.rc
//
diff --git a/plugins/ContactsPlus/src/send.cpp b/plugins/ContactsPlus/src/send.cpp index 5e85952346..9887b10071 100644 --- a/plugins/ContactsPlus/src/send.cpp +++ b/plugins/ContactsPlus/src/send.cpp @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------------
+// --------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/send.h b/plugins/ContactsPlus/src/send.h index b5d1bb401c..1cd9f2ec04 100644 --- a/plugins/ContactsPlus/src/send.h +++ b/plugins/ContactsPlus/src/send.h @@ -1,4 +1,4 @@ -// ---------------------------------------------------------------------------
+// ---------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/stdafx.cxx b/plugins/ContactsPlus/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ContactsPlus/src/stdafx.cxx +++ b/plugins/ContactsPlus/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/ContactsPlus/src/stdafx.h b/plugins/ContactsPlus/src/stdafx.h index bb9472a306..14b3a280b9 100644 --- a/plugins/ContactsPlus/src/stdafx.h +++ b/plugins/ContactsPlus/src/stdafx.h @@ -1,4 +1,4 @@ -// ---------------------------------------------------------------------------
+// ---------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/utils.cpp b/plugins/ContactsPlus/src/utils.cpp index 84ca8703a0..c6c079cf3a 100644 --- a/plugins/ContactsPlus/src/utils.cpp +++ b/plugins/ContactsPlus/src/utils.cpp @@ -1,4 +1,4 @@ -// ---------------------------------------------------------------------------
+// ---------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/utils.h b/plugins/ContactsPlus/src/utils.h index 544edb31ee..01eee73411 100644 --- a/plugins/ContactsPlus/src/utils.h +++ b/plugins/ContactsPlus/src/utils.h @@ -1,4 +1,4 @@ -// ---------------------------------------------------------------------------
+// ---------------------------------------------------------------------------
// Contacts+ for Miranda Instant Messenger
// _______________________________________
//
diff --git a/plugins/ContactsPlus/src/version.h b/plugins/ContactsPlus/src/version.h index eee79cd982..0e8658af31 100644 --- a/plugins/ContactsPlus/src/version.h +++ b/plugins/ContactsPlus/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 6 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 diff --git a/plugins/ContextHelp/docs/developer.txt b/plugins/ContextHelp/docs/developer.txt index 0334014ba7..28326ee710 100644 --- a/plugins/ContextHelp/docs/developer.txt +++ b/plugins/ContextHelp/docs/developer.txt @@ -1,4 +1,4 @@ -
+
Help Plugin 0.2.1.2 for Miranda IM 0.6+
------------------------------------------------------------------------
Developer Information
diff --git a/plugins/ContextHelp/docs/helppack_english.txt b/plugins/ContextHelp/docs/helppack_english.txt index 9ce7d27fdb..ef7ffb1bc1 100644 --- a/plugins/ContextHelp/docs/helppack_english.txt +++ b/plugins/ContextHelp/docs/helppack_english.txt @@ -1,4 +1,4 @@ -Miranda Help Pack Version 1
+Miranda Help Pack Version 1
Language: English (default)
Locale: 0809
Last-Modified-Using: Miranda IM 0.6
diff --git a/plugins/ContextHelp/docs/helppack_sample.txt b/plugins/ContextHelp/docs/helppack_sample.txt index 902aa2d51a..4489b4ba96 100644 --- a/plugins/ContextHelp/docs/helppack_sample.txt +++ b/plugins/ContextHelp/docs/helppack_sample.txt @@ -1,4 +1,4 @@ -Miranda Help Pack Version 1
+Miranda Help Pack Version 1
Language: English (sample)
Locale: 0809
Last-Modified-Using: Miranda IM 0.6
diff --git a/plugins/ContextHelp/docs/license.txt b/plugins/ContextHelp/docs/license.txt index 1fe8b81503..a726a52df1 100644 --- a/plugins/ContextHelp/docs/license.txt +++ b/plugins/ContextHelp/docs/license.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/ContextHelp/docs/readme.txt b/plugins/ContextHelp/docs/readme.txt index d88356ed9a..20859ca7a4 100644 --- a/plugins/ContextHelp/docs/readme.txt +++ b/plugins/ContextHelp/docs/readme.txt @@ -1,4 +1,4 @@ -
+
Help Plugin 0.2.1.2
------------------------------------------------------------------------
Plugin for Miranda IM 0.6 and +
diff --git a/plugins/ContextHelp/docs/translation.txt b/plugins/ContextHelp/docs/translation.txt index a65536090c..8652f555a0 100644 --- a/plugins/ContextHelp/docs/translation.txt +++ b/plugins/ContextHelp/docs/translation.txt @@ -1,4 +1,4 @@ -
+
Help Plugin 0.2.1.2 for Miranda IM 0.6+
------------------------------------------------------------------------
Translator Information
diff --git a/plugins/ContextHelp/src/datastore.cpp b/plugins/ContextHelp/src/datastore.cpp index 0571c1f57d..a35ec9b9b3 100644 --- a/plugins/ContextHelp/src/datastore.cpp +++ b/plugins/ContextHelp/src/datastore.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/dlgboxsubclass.cpp b/plugins/ContextHelp/src/dlgboxsubclass.cpp index 082f1e5103..310170e989 100644 --- a/plugins/ContextHelp/src/dlgboxsubclass.cpp +++ b/plugins/ContextHelp/src/dlgboxsubclass.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/help.h b/plugins/ContextHelp/src/help.h index 83feb8dcd4..3eb43f9982 100644 --- a/plugins/ContextHelp/src/help.h +++ b/plugins/ContextHelp/src/help.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/helpdlg.cpp b/plugins/ContextHelp/src/helpdlg.cpp index 41f7ffde6d..2eb698f28a 100644 --- a/plugins/ContextHelp/src/helpdlg.cpp +++ b/plugins/ContextHelp/src/helpdlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/helppack.cpp b/plugins/ContextHelp/src/helppack.cpp index 6518453e80..0c1e97e8b2 100644 --- a/plugins/ContextHelp/src/helppack.cpp +++ b/plugins/ContextHelp/src/helppack.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/main.cpp b/plugins/ContextHelp/src/main.cpp index 2e8ae52b03..a5bd86455e 100644 --- a/plugins/ContextHelp/src/main.cpp +++ b/plugins/ContextHelp/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/options.cpp b/plugins/ContextHelp/src/options.cpp index 6e89c8ee04..3ba9212169 100644 --- a/plugins/ContextHelp/src/options.cpp +++ b/plugins/ContextHelp/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/resource.h b/plugins/ContextHelp/src/resource.h index deae8d8fa6..6710ecaf41 100644 --- a/plugins/ContextHelp/src/resource.h +++ b/plugins/ContextHelp/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/ContextHelp/src/stdafx.cxx b/plugins/ContextHelp/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/ContextHelp/src/stdafx.cxx +++ b/plugins/ContextHelp/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/ContextHelp/src/stdafx.h b/plugins/ContextHelp/src/stdafx.h index 927fe24793..98cea224c5 100644 --- a/plugins/ContextHelp/src/stdafx.h +++ b/plugins/ContextHelp/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/streaminout.cpp b/plugins/ContextHelp/src/streaminout.cpp index 7659fe38de..bf692c54ac 100644 --- a/plugins/ContextHelp/src/streaminout.cpp +++ b/plugins/ContextHelp/src/streaminout.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/utils.cpp b/plugins/ContextHelp/src/utils.cpp index d4454b721f..5532d39db5 100644 --- a/plugins/ContextHelp/src/utils.cpp +++ b/plugins/ContextHelp/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/ContextHelp/src/version.h b/plugins/ContextHelp/src/version.h index f7b265621a..482a4d75f3 100644 --- a/plugins/ContextHelp/src/version.h +++ b/plugins/ContextHelp/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Help Plugin
Copyright (C) 2002 Richard Hughes, 2005-2007 H. Herkenrath
diff --git a/plugins/CountryFlags/docs/developer.txt b/plugins/CountryFlags/docs/developer.txt index 7ab44dbdba..68c51a6d7c 100644 --- a/plugins/CountryFlags/docs/developer.txt +++ b/plugins/CountryFlags/docs/developer.txt @@ -1,4 +1,4 @@ -
+
Country Flags 0.1.0.3 for Miranda IM 0.7+
------------------------------------------------------------------------
Developer Information
diff --git a/plugins/CountryFlags/docs/info_src.txt b/plugins/CountryFlags/docs/info_src.txt index 362d7c0a42..5c1b19be88 100644 --- a/plugins/CountryFlags/docs/info_src.txt +++ b/plugins/CountryFlags/docs/info_src.txt @@ -1,4 +1,4 @@ -
+
Country Flags Plugin 0.1.0.3 for Miranda IM 0.7+
------------------------------------------------------------------------
Source Code
diff --git a/plugins/CountryFlags/docs/license.txt b/plugins/CountryFlags/docs/license.txt index 1fe8b81503..a726a52df1 100644 --- a/plugins/CountryFlags/docs/license.txt +++ b/plugins/CountryFlags/docs/license.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/CountryFlags/docs/license_appendix.txt b/plugins/CountryFlags/docs/license_appendix.txt index 516820d836..c590c3f5fb 100644 --- a/plugins/CountryFlags/docs/license_appendix.txt +++ b/plugins/CountryFlags/docs/license_appendix.txt @@ -1,4 +1,4 @@ -
+
Excecpt of GNU General Public License (Appendix):
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/plugins/CountryFlags/docs/readme.txt b/plugins/CountryFlags/docs/readme.txt index a1b1b152d7..d6a2182fc6 100644 --- a/plugins/CountryFlags/docs/readme.txt +++ b/plugins/CountryFlags/docs/readme.txt @@ -1,4 +1,4 @@ -
+
Country Flags 0.1.0.3
------------------------------------------------------------------------
Plugin for Miranda IM 0.7 and +
diff --git a/plugins/CountryFlags/src/extraimg.cpp b/plugins/CountryFlags/src/extraimg.cpp index bdf6987a5b..cd2d31a485 100644 --- a/plugins/CountryFlags/src/extraimg.cpp +++ b/plugins/CountryFlags/src/extraimg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-1007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/huffman.cpp b/plugins/CountryFlags/src/huffman.cpp index e2d548f9ae..c264289735 100644 --- a/plugins/CountryFlags/src/huffman.cpp +++ b/plugins/CountryFlags/src/huffman.cpp @@ -1,4 +1,4 @@ -/*************************************************************************
+/*************************************************************************
* Name: huffman.c
* Author: Marcus Geelnard
* Description: Huffman coder/decoder implementation.
diff --git a/plugins/CountryFlags/src/icons.cpp b/plugins/CountryFlags/src/icons.cpp index 26ae2e2ec5..e0d145dfe7 100644 --- a/plugins/CountryFlags/src/icons.cpp +++ b/plugins/CountryFlags/src/icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-1007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/ip2country.cpp b/plugins/CountryFlags/src/ip2country.cpp index a010d494c6..1014bb8753 100644 --- a/plugins/CountryFlags/src/ip2country.cpp +++ b/plugins/CountryFlags/src/ip2country.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-2007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/main.cpp b/plugins/CountryFlags/src/main.cpp index a6ce42e589..674e60f913 100644 --- a/plugins/CountryFlags/src/main.cpp +++ b/plugins/CountryFlags/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-2007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/options.cpp b/plugins/CountryFlags/src/options.cpp index faf0a72d89..01b0e31a5c 100644 --- a/plugins/CountryFlags/src/options.cpp +++ b/plugins/CountryFlags/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-1007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/resource.h b/plugins/CountryFlags/src/resource.h index c26aa106dc..fff651792c 100644 --- a/plugins/CountryFlags/src/resource.h +++ b/plugins/CountryFlags/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/CountryFlags/src/stdafx.cxx b/plugins/CountryFlags/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/CountryFlags/src/stdafx.cxx +++ b/plugins/CountryFlags/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/CountryFlags/src/stdafx.h b/plugins/CountryFlags/src/stdafx.h index ff78d9e811..dc1911ef8b 100644 --- a/plugins/CountryFlags/src/stdafx.h +++ b/plugins/CountryFlags/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-2007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/utils.cpp b/plugins/CountryFlags/src/utils.cpp index 6cf81ba379..96721a2eca 100644 --- a/plugins/CountryFlags/src/utils.cpp +++ b/plugins/CountryFlags/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-1007 H. Herkenrath
diff --git a/plugins/CountryFlags/src/version.h b/plugins/CountryFlags/src/version.h index 53fe54cb98..7db3bc805b 100644 --- a/plugins/CountryFlags/src/version.h +++ b/plugins/CountryFlags/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
#define __BUILD_NUM 4
diff --git a/plugins/CrashDumper/docs/readme.txt b/plugins/CrashDumper/docs/readme.txt index f3ab444e7c..82f8e1dbd6 100644 --- a/plugins/CrashDumper/docs/readme.txt +++ b/plugins/CrashDumper/docs/readme.txt @@ -1,4 +1,4 @@ -Crash Dumper plugin for Miranda NG
+Crash Dumper plugin for Miranda NG
=====================================================================
Plugin creates usable Crash Report and Version Information for Miranda NG
diff --git a/plugins/CrashDumper/src/crshdmp.cpp b/plugins/CrashDumper/src/crshdmp.cpp index ea554638d0..f31de55e7c 100644 --- a/plugins/CrashDumper/src/crshdmp.cpp +++ b/plugins/CrashDumper/src/crshdmp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/crshdmp_icons.cpp b/plugins/CrashDumper/src/crshdmp_icons.cpp index e6d88e33ec..cbefe71020 100644 --- a/plugins/CrashDumper/src/crshdmp_icons.cpp +++ b/plugins/CrashDumper/src/crshdmp_icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/dumper.cpp b/plugins/CrashDumper/src/dumper.cpp index 37c662fe3c..a96fba0025 100644 --- a/plugins/CrashDumper/src/dumper.cpp +++ b/plugins/CrashDumper/src/dumper.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/exhndlr.cpp b/plugins/CrashDumper/src/exhndlr.cpp index 3572dfb39f..14cc07f3b0 100644 --- a/plugins/CrashDumper/src/exhndlr.cpp +++ b/plugins/CrashDumper/src/exhndlr.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#ifndef FACILITY_VISUALCPP
#define FACILITY_VISUALCPP ((LONG)0x6d)
diff --git a/plugins/CrashDumper/src/resource.h b/plugins/CrashDumper/src/resource.h index 721bab774c..8172d99a51 100644 --- a/plugins/CrashDumper/src/resource.h +++ b/plugins/CrashDumper/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by crshdmp.rc
//
diff --git a/plugins/CrashDumper/src/sdkstuff.h b/plugins/CrashDumper/src/sdkstuff.h index 2f9f55d976..657e3257ce 100644 --- a/plugins/CrashDumper/src/sdkstuff.h +++ b/plugins/CrashDumper/src/sdkstuff.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/stdafx.cxx b/plugins/CrashDumper/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/CrashDumper/src/stdafx.cxx +++ b/plugins/CrashDumper/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/CrashDumper/src/stdafx.h b/plugins/CrashDumper/src/stdafx.h index 0340dd5c71..6a0dc8bede 100644 --- a/plugins/CrashDumper/src/stdafx.h +++ b/plugins/CrashDumper/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp index 2bd4bf1f3f..65fa95377b 100644 --- a/plugins/CrashDumper/src/ui.cpp +++ b/plugins/CrashDumper/src/ui.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/upload.cpp b/plugins/CrashDumper/src/upload.cpp index 433b6d2f37..9b3b501b89 100644 --- a/plugins/CrashDumper/src/upload.cpp +++ b/plugins/CrashDumper/src/upload.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CrashDumper/src/utils.cpp b/plugins/CrashDumper/src/utils.cpp index bea8c48f4e..d46bf807ea 100644 --- a/plugins/CrashDumper/src/utils.cpp +++ b/plugins/CrashDumper/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/CryptoPP/crypto/docs/License.txt b/plugins/CryptoPP/crypto/docs/License.txt index dd39c7a0de..8ec0a405b7 100644 --- a/plugins/CryptoPP/crypto/docs/License.txt +++ b/plugins/CryptoPP/crypto/docs/License.txt @@ -1,4 +1,4 @@ -Compilation Copyright (c) 1995-2006 by Wei Dai. All rights reserved.
+Compilation Copyright (c) 1995-2006 by Wei Dai. All rights reserved.
This copyright applies only to this software distribution package
as a compilation, and does not imply a copyright on any particular
file in the package.
diff --git a/plugins/CryptoPP/crypto/docs/Readme.txt b/plugins/CryptoPP/crypto/docs/Readme.txt index 702a08d952..d4d3acd475 100644 --- a/plugins/CryptoPP/crypto/docs/Readme.txt +++ b/plugins/CryptoPP/crypto/docs/Readme.txt @@ -1,4 +1,4 @@ -Crypto++: a C++ Class Library of Cryptographic Schemes
+Crypto++: a C++ Class Library of Cryptographic Schemes
Version 5.5.2 (9/24/2007)
Crypto++ Library is a free C++ class library of cryptographic schemes.
diff --git a/plugins/CryptoPP/crypto/src/3way.cpp b/plugins/CryptoPP/crypto/src/3way.cpp index dafaf76632..f1265ce8d0 100644 --- a/plugins/CryptoPP/crypto/src/3way.cpp +++ b/plugins/CryptoPP/crypto/src/3way.cpp @@ -1,4 +1,4 @@ -// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
+// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
// The original code and all modifications are in the public domain.
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/3way.h b/plugins/CryptoPP/crypto/src/3way.h index 6f9a5e345a..ccbf9038b7 100644 --- a/plugins/CryptoPP/crypto/src/3way.h +++ b/plugins/CryptoPP/crypto/src/3way.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_THREEWAY_H
+#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/adhoc.cpp b/plugins/CryptoPP/crypto/src/adhoc.cpp index a069f82fb7..dc7f697596 100644 --- a/plugins/CryptoPP/crypto/src/adhoc.cpp +++ b/plugins/CryptoPP/crypto/src/adhoc.cpp @@ -1,4 +1,4 @@ -#include "filters.h"
+#include "filters.h"
#include "files.h"
#include "base64.h"
#include "hex.h"
diff --git a/plugins/CryptoPP/crypto/src/adler32.cpp b/plugins/CryptoPP/crypto/src/adler32.cpp index 9746aabf69..227020275f 100644 --- a/plugins/CryptoPP/crypto/src/adler32.cpp +++ b/plugins/CryptoPP/crypto/src/adler32.cpp @@ -1,4 +1,4 @@ -// adler32.cpp - written and placed in the public domain by Wei Dai
+// adler32.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "adler32.h"
diff --git a/plugins/CryptoPP/crypto/src/adler32.h b/plugins/CryptoPP/crypto/src/adler32.h index f51fa24859..672b3edd18 100644 --- a/plugins/CryptoPP/crypto/src/adler32.h +++ b/plugins/CryptoPP/crypto/src/adler32.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ADLER32_H
+#ifndef CRYPTOPP_ADLER32_H
#define CRYPTOPP_ADLER32_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/aes.h b/plugins/CryptoPP/crypto/src/aes.h index 76dc866515..03b6bf12b9 100644 --- a/plugins/CryptoPP/crypto/src/aes.h +++ b/plugins/CryptoPP/crypto/src/aes.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_AES_H
+#ifndef CRYPTOPP_AES_H
#define CRYPTOPP_AES_H
#include "rijndael.h"
diff --git a/plugins/CryptoPP/crypto/src/algebra.cpp b/plugins/CryptoPP/crypto/src/algebra.cpp index 7335a7694b..5d7e2134fc 100644 --- a/plugins/CryptoPP/crypto/src/algebra.cpp +++ b/plugins/CryptoPP/crypto/src/algebra.cpp @@ -1,4 +1,4 @@ -// algebra.cpp - written and placed in the public domain by Wei Dai
+// algebra.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/algebra.h b/plugins/CryptoPP/crypto/src/algebra.h index 196b37229f..e7f379394f 100644 --- a/plugins/CryptoPP/crypto/src/algebra.h +++ b/plugins/CryptoPP/crypto/src/algebra.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ALGEBRA_H
+#ifndef CRYPTOPP_ALGEBRA_H
#define CRYPTOPP_ALGEBRA_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/algparam.cpp b/plugins/CryptoPP/crypto/src/algparam.cpp index 444652320c..6e765c2768 100644 --- a/plugins/CryptoPP/crypto/src/algparam.cpp +++ b/plugins/CryptoPP/crypto/src/algparam.cpp @@ -1,4 +1,4 @@ -// algparam.cpp - written and placed in the public domain by Wei Dai
+// algparam.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/algparam.h b/plugins/CryptoPP/crypto/src/algparam.h index af2b997281..e47accee83 100644 --- a/plugins/CryptoPP/crypto/src/algparam.h +++ b/plugins/CryptoPP/crypto/src/algparam.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ALGPARAM_H
+#ifndef CRYPTOPP_ALGPARAM_H
#define CRYPTOPP_ALGPARAM_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/arc4.cpp b/plugins/CryptoPP/crypto/src/arc4.cpp index af4a9b17df..ff9d587712 100644 --- a/plugins/CryptoPP/crypto/src/arc4.cpp +++ b/plugins/CryptoPP/crypto/src/arc4.cpp @@ -1,4 +1,4 @@ -// arc4.cpp - written and placed in the public domain by Wei Dai
+// arc4.cpp - written and placed in the public domain by Wei Dai
// The ARC4 algorithm was first revealed in an anonymous email to the
// cypherpunks mailing list. This file originally contained some
diff --git a/plugins/CryptoPP/crypto/src/arc4.h b/plugins/CryptoPP/crypto/src/arc4.h index c51bcd9a3f..7846d5adbe 100644 --- a/plugins/CryptoPP/crypto/src/arc4.h +++ b/plugins/CryptoPP/crypto/src/arc4.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ARC4_H
+#ifndef CRYPTOPP_ARC4_H
#define CRYPTOPP_ARC4_H
#include "strciphr.h"
diff --git a/plugins/CryptoPP/crypto/src/argnames.h b/plugins/CryptoPP/crypto/src/argnames.h index e232a3e79c..f888d42dae 100644 --- a/plugins/CryptoPP/crypto/src/argnames.h +++ b/plugins/CryptoPP/crypto/src/argnames.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ARGNAMES_H
+#ifndef CRYPTOPP_ARGNAMES_H
#define CRYPTOPP_ARGNAMES_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/asn.cpp b/plugins/CryptoPP/crypto/src/asn.cpp index f737ef7581..41740900ca 100644 --- a/plugins/CryptoPP/crypto/src/asn.cpp +++ b/plugins/CryptoPP/crypto/src/asn.cpp @@ -1,4 +1,4 @@ -// asn.cpp - written and placed in the public domain by Wei Dai
+// asn.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/asn.h b/plugins/CryptoPP/crypto/src/asn.h index d37c02056a..d74af5a76a 100644 --- a/plugins/CryptoPP/crypto/src/asn.h +++ b/plugins/CryptoPP/crypto/src/asn.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ASN_H
+#ifndef CRYPTOPP_ASN_H
#define CRYPTOPP_ASN_H
#include "filters.h"
diff --git a/plugins/CryptoPP/crypto/src/base32.cpp b/plugins/CryptoPP/crypto/src/base32.cpp index f3f985a315..5eee3aa130 100644 --- a/plugins/CryptoPP/crypto/src/base32.cpp +++ b/plugins/CryptoPP/crypto/src/base32.cpp @@ -1,4 +1,4 @@ -// base32.cpp - written and placed in the public domain by Frank Palazzolo, based on hex.cpp by Wei Dai
+// base32.cpp - written and placed in the public domain by Frank Palazzolo, based on hex.cpp by Wei Dai
#include "pch.h"
#include "base32.h"
diff --git a/plugins/CryptoPP/crypto/src/base32.h b/plugins/CryptoPP/crypto/src/base32.h index d4e635e5ee..6b7937ac78 100644 --- a/plugins/CryptoPP/crypto/src/base32.h +++ b/plugins/CryptoPP/crypto/src/base32.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_BASE32_H
+#ifndef CRYPTOPP_BASE32_H
#define CRYPTOPP_BASE32_H
#include "basecode.h"
diff --git a/plugins/CryptoPP/crypto/src/base64.cpp b/plugins/CryptoPP/crypto/src/base64.cpp index 5a46c4fda0..1e233496a4 100644 --- a/plugins/CryptoPP/crypto/src/base64.cpp +++ b/plugins/CryptoPP/crypto/src/base64.cpp @@ -1,4 +1,4 @@ -// base64.cpp - written and placed in the public domain by Wei Dai
+// base64.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "base64.h"
diff --git a/plugins/CryptoPP/crypto/src/base64.h b/plugins/CryptoPP/crypto/src/base64.h index 5fa416fe17..c405ecaf36 100644 --- a/plugins/CryptoPP/crypto/src/base64.h +++ b/plugins/CryptoPP/crypto/src/base64.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_BASE64_H
+#ifndef CRYPTOPP_BASE64_H
#define CRYPTOPP_BASE64_H
#include "basecode.h"
diff --git a/plugins/CryptoPP/crypto/src/basecode.cpp b/plugins/CryptoPP/crypto/src/basecode.cpp index b76e22de81..ab94f81550 100644 --- a/plugins/CryptoPP/crypto/src/basecode.cpp +++ b/plugins/CryptoPP/crypto/src/basecode.cpp @@ -1,4 +1,4 @@ -// basecode.cpp - written and placed in the public domain by Wei Dai
+// basecode.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/basecode.h b/plugins/CryptoPP/crypto/src/basecode.h index ca1e7727fe..a20623ae0b 100644 --- a/plugins/CryptoPP/crypto/src/basecode.h +++ b/plugins/CryptoPP/crypto/src/basecode.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_BASECODE_H
+#ifndef CRYPTOPP_BASECODE_H
#define CRYPTOPP_BASECODE_H
#include "filters.h"
diff --git a/plugins/CryptoPP/crypto/src/bench.cpp b/plugins/CryptoPP/crypto/src/bench.cpp index da6d5de3cb..bbaa1e5c5c 100644 --- a/plugins/CryptoPP/crypto/src/bench.cpp +++ b/plugins/CryptoPP/crypto/src/bench.cpp @@ -1,4 +1,4 @@ -// bench.cpp - written and placed in the public domain by Wei Dai
+// bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/plugins/CryptoPP/crypto/src/bench.h b/plugins/CryptoPP/crypto/src/bench.h index 890375a4ba..c5da2cf693 100644 --- a/plugins/CryptoPP/crypto/src/bench.h +++ b/plugins/CryptoPP/crypto/src/bench.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_BENCH_H
+#ifndef CRYPTOPP_BENCH_H
#define CRYPTOPP_BENCH_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/bench2.cpp b/plugins/CryptoPP/crypto/src/bench2.cpp index aa922105a5..144c1b172b 100644 --- a/plugins/CryptoPP/crypto/src/bench2.cpp +++ b/plugins/CryptoPP/crypto/src/bench2.cpp @@ -1,4 +1,4 @@ -// bench2.cpp - written and placed in the public domain by Wei Dai
+// bench2.cpp - written and placed in the public domain by Wei Dai
#include "bench.h"
#include "rng.h"
diff --git a/plugins/CryptoPP/crypto/src/bfinit.cpp b/plugins/CryptoPP/crypto/src/bfinit.cpp index 26023230c6..06db2096f6 100644 --- a/plugins/CryptoPP/crypto/src/bfinit.cpp +++ b/plugins/CryptoPP/crypto/src/bfinit.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#include "blowfish.h"
NAMESPACE_BEGIN(CryptoPP)
diff --git a/plugins/CryptoPP/crypto/src/blowfish.cpp b/plugins/CryptoPP/crypto/src/blowfish.cpp index af9027c10d..7fe9a56fef 100644 --- a/plugins/CryptoPP/crypto/src/blowfish.cpp +++ b/plugins/CryptoPP/crypto/src/blowfish.cpp @@ -1,4 +1,4 @@ -// blowfish.cpp - written and placed in the public domain by Wei Dai
+// blowfish.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "blowfish.h"
diff --git a/plugins/CryptoPP/crypto/src/blowfish.h b/plugins/CryptoPP/crypto/src/blowfish.h index ffc97890e5..d36af881dd 100644 --- a/plugins/CryptoPP/crypto/src/blowfish.h +++ b/plugins/CryptoPP/crypto/src/blowfish.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_BLOWFISH_H
+#ifndef CRYPTOPP_BLOWFISH_H
#define CRYPTOPP_BLOWFISH_H
/** \file */
diff --git a/plugins/CryptoPP/crypto/src/blumshub.cpp b/plugins/CryptoPP/crypto/src/blumshub.cpp index f6c9ada2b3..6ab2209925 100644 --- a/plugins/CryptoPP/crypto/src/blumshub.cpp +++ b/plugins/CryptoPP/crypto/src/blumshub.cpp @@ -1,4 +1,4 @@ -// blumshub.cpp - written and placed in the public domain by Wei Dai
+// blumshub.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "blumshub.h"
diff --git a/plugins/CryptoPP/crypto/src/blumshub.h b/plugins/CryptoPP/crypto/src/blumshub.h index ae7c3df4f3..538c1520d5 100644 --- a/plugins/CryptoPP/crypto/src/blumshub.h +++ b/plugins/CryptoPP/crypto/src/blumshub.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_BLUMSHUB_H
+#ifndef CRYPTOPP_BLUMSHUB_H
#define CRYPTOPP_BLUMSHUB_H
#include "modarith.h"
diff --git a/plugins/CryptoPP/crypto/src/camellia.cpp b/plugins/CryptoPP/crypto/src/camellia.cpp index 637328b4f5..b9f1db808a 100644 --- a/plugins/CryptoPP/crypto/src/camellia.cpp +++ b/plugins/CryptoPP/crypto/src/camellia.cpp @@ -1,4 +1,4 @@ -// camellia.cpp - by Kevin Springle, 2003
+// camellia.cpp - by Kevin Springle, 2003
// This code is hereby placed in the public domain.
/*
diff --git a/plugins/CryptoPP/crypto/src/camellia.h b/plugins/CryptoPP/crypto/src/camellia.h index cc0b7f2597..0426e45426 100644 --- a/plugins/CryptoPP/crypto/src/camellia.h +++ b/plugins/CryptoPP/crypto/src/camellia.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CAMELLIA_H
+#ifndef CRYPTOPP_CAMELLIA_H
#define CRYPTOPP_CAMELLIA_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/cast.cpp b/plugins/CryptoPP/crypto/src/cast.cpp index 53efc4d399..c6787ea22c 100644 --- a/plugins/CryptoPP/crypto/src/cast.cpp +++ b/plugins/CryptoPP/crypto/src/cast.cpp @@ -1,4 +1,4 @@ -// cast.cpp - written and placed in the public domain by Wei Dai and Leonard Janke
+// cast.cpp - written and placed in the public domain by Wei Dai and Leonard Janke
// based on Steve Reid's public domain cast.c
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/cast.h b/plugins/CryptoPP/crypto/src/cast.h index 222a55a22a..f527be8aa1 100644 --- a/plugins/CryptoPP/crypto/src/cast.h +++ b/plugins/CryptoPP/crypto/src/cast.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CAST_H
+#ifndef CRYPTOPP_CAST_H
#define CRYPTOPP_CAST_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/casts.cpp b/plugins/CryptoPP/crypto/src/casts.cpp index fd9881299f..d823d725ce 100644 --- a/plugins/CryptoPP/crypto/src/casts.cpp +++ b/plugins/CryptoPP/crypto/src/casts.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#include "cast.h"
NAMESPACE_BEGIN(CryptoPP)
diff --git a/plugins/CryptoPP/crypto/src/cbcmac.cpp b/plugins/CryptoPP/crypto/src/cbcmac.cpp index 1a029f8375..322a4c3845 100644 --- a/plugins/CryptoPP/crypto/src/cbcmac.cpp +++ b/plugins/CryptoPP/crypto/src/cbcmac.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
diff --git a/plugins/CryptoPP/crypto/src/cbcmac.h b/plugins/CryptoPP/crypto/src/cbcmac.h index 8da1df5e52..9e944c685c 100644 --- a/plugins/CryptoPP/crypto/src/cbcmac.h +++ b/plugins/CryptoPP/crypto/src/cbcmac.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CBCMAC_H
+#ifndef CRYPTOPP_CBCMAC_H
#define CRYPTOPP_CBCMAC_H
#include "seckey.h"
diff --git a/plugins/CryptoPP/crypto/src/channels.cpp b/plugins/CryptoPP/crypto/src/channels.cpp index dd0d9cb10a..e0c5c4fb74 100644 --- a/plugins/CryptoPP/crypto/src/channels.cpp +++ b/plugins/CryptoPP/crypto/src/channels.cpp @@ -1,4 +1,4 @@ -// channels.cpp - written and placed in the public domain by Wei Dai
+// channels.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/channels.h b/plugins/CryptoPP/crypto/src/channels.h index a6567760a1..499a246b6b 100644 --- a/plugins/CryptoPP/crypto/src/channels.h +++ b/plugins/CryptoPP/crypto/src/channels.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CHANNELS_H
+#ifndef CRYPTOPP_CHANNELS_H
#define CRYPTOPP_CHANNELS_H
#include "simple.h"
diff --git a/plugins/CryptoPP/crypto/src/config.h b/plugins/CryptoPP/crypto/src/config.h index 37f60f62b0..02f05f1ca3 100644 --- a/plugins/CryptoPP/crypto/src/config.h +++ b/plugins/CryptoPP/crypto/src/config.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CONFIG_H
+#ifndef CRYPTOPP_CONFIG_H
#define CRYPTOPP_CONFIG_H
// ***************** Important Settings ********************
diff --git a/plugins/CryptoPP/crypto/src/cpu.cpp b/plugins/CryptoPP/crypto/src/cpu.cpp index 66772023d4..ab6905231a 100644 --- a/plugins/CryptoPP/crypto/src/cpu.cpp +++ b/plugins/CryptoPP/crypto/src/cpu.cpp @@ -1,4 +1,4 @@ -// cpu.cpp - written and placed in the public domain by Wei Dai
+// cpu.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/cpu.h b/plugins/CryptoPP/crypto/src/cpu.h index 4d18704fc6..518e92f166 100644 --- a/plugins/CryptoPP/crypto/src/cpu.h +++ b/plugins/CryptoPP/crypto/src/cpu.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CPU_H
+#ifndef CRYPTOPP_CPU_H
#define CRYPTOPP_CPU_H
#ifdef CRYPTOPP_GENERATE_X64_MASM
diff --git a/plugins/CryptoPP/crypto/src/crc.cpp b/plugins/CryptoPP/crypto/src/crc.cpp index 045e2608ac..a27f891ba4 100644 --- a/plugins/CryptoPP/crypto/src/crc.cpp +++ b/plugins/CryptoPP/crypto/src/crc.cpp @@ -1,4 +1,4 @@ -// crc.cpp - written and placed in the public domain by Wei Dai
+// crc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "crc.h"
diff --git a/plugins/CryptoPP/crypto/src/crc.h b/plugins/CryptoPP/crypto/src/crc.h index 740e77832b..ffe90f4c46 100644 --- a/plugins/CryptoPP/crypto/src/crc.h +++ b/plugins/CryptoPP/crypto/src/crc.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_CRC32_H
+#ifndef CRYPTOPP_CRC32_H
#define CRYPTOPP_CRC32_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/cryptlib.cpp b/plugins/CryptoPP/crypto/src/cryptlib.cpp index 8e723e19bf..c91d4e3de3 100644 --- a/plugins/CryptoPP/crypto/src/cryptlib.cpp +++ b/plugins/CryptoPP/crypto/src/cryptlib.cpp @@ -1,4 +1,4 @@ -// cryptlib.cpp - written and placed in the public domain by Wei Dai
+// cryptlib.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/cryptlib.h b/plugins/CryptoPP/crypto/src/cryptlib.h index 8e5e9590d6..8949e03ae8 100644 --- a/plugins/CryptoPP/crypto/src/cryptlib.h +++ b/plugins/CryptoPP/crypto/src/cryptlib.h @@ -1,4 +1,4 @@ -// cryptlib.h - written and placed in the public domain by Wei Dai
+// cryptlib.h - written and placed in the public domain by Wei Dai
/*! \file
This file contains the declarations for the abstract base
classes that provide a uniform interface to this library.
diff --git a/plugins/CryptoPP/crypto/src/cryptlib_bds.cpp b/plugins/CryptoPP/crypto/src/cryptlib_bds.cpp index 82420679ae..40fc2474ac 100644 --- a/plugins/CryptoPP/crypto/src/cryptlib_bds.cpp +++ b/plugins/CryptoPP/crypto/src/cryptlib_bds.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
/*
#include <vcl.h>
diff --git a/plugins/CryptoPP/crypto/src/datatest.cpp b/plugins/CryptoPP/crypto/src/datatest.cpp index 2f520e080e..4a6fb04f43 100644 --- a/plugins/CryptoPP/crypto/src/datatest.cpp +++ b/plugins/CryptoPP/crypto/src/datatest.cpp @@ -1,4 +1,4 @@ -#include "factory.h"
+#include "factory.h"
#include "integer.h"
#include "filters.h"
#include "hex.h"
diff --git a/plugins/CryptoPP/crypto/src/default.cpp b/plugins/CryptoPP/crypto/src/default.cpp index b1c2f5d40c..c7f9b2c68b 100644 --- a/plugins/CryptoPP/crypto/src/default.cpp +++ b/plugins/CryptoPP/crypto/src/default.cpp @@ -1,4 +1,4 @@ -// default.cpp - written and placed in the public domain by Wei Dai
+// default.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "default.h"
diff --git a/plugins/CryptoPP/crypto/src/default.h b/plugins/CryptoPP/crypto/src/default.h index 5291e8a54d..fd3eb48c2d 100644 --- a/plugins/CryptoPP/crypto/src/default.h +++ b/plugins/CryptoPP/crypto/src/default.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DEFAULT_H
+#ifndef CRYPTOPP_DEFAULT_H
#define CRYPTOPP_DEFAULT_H
#include "sha.h"
diff --git a/plugins/CryptoPP/crypto/src/des.cpp b/plugins/CryptoPP/crypto/src/des.cpp index 322b1df26a..69c4ba066d 100644 --- a/plugins/CryptoPP/crypto/src/des.cpp +++ b/plugins/CryptoPP/crypto/src/des.cpp @@ -1,4 +1,4 @@ -// des.cpp - modified by Wei Dai from Phil Karn's des.c
+// des.cpp - modified by Wei Dai from Phil Karn's des.c
// The original code and all modifications are in the public domain.
/*
diff --git a/plugins/CryptoPP/crypto/src/des.h b/plugins/CryptoPP/crypto/src/des.h index 1a52333fc5..a6aaa79d94 100644 --- a/plugins/CryptoPP/crypto/src/des.h +++ b/plugins/CryptoPP/crypto/src/des.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DES_H
+#ifndef CRYPTOPP_DES_H
#define CRYPTOPP_DES_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/dessp.cpp b/plugins/CryptoPP/crypto/src/dessp.cpp index a4451bc8ee..938272106c 100644 --- a/plugins/CryptoPP/crypto/src/dessp.cpp +++ b/plugins/CryptoPP/crypto/src/dessp.cpp @@ -1,4 +1,4 @@ -// This file is mostly generated by Phil Karn's gensp.c
+// This file is mostly generated by Phil Karn's gensp.c
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/dh.cpp b/plugins/CryptoPP/crypto/src/dh.cpp index 895a97b6ad..b0b2e7c861 100644 --- a/plugins/CryptoPP/crypto/src/dh.cpp +++ b/plugins/CryptoPP/crypto/src/dh.cpp @@ -1,4 +1,4 @@ -// dh.cpp - written and placed in the public domain by Wei Dai
+// dh.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/dh.h b/plugins/CryptoPP/crypto/src/dh.h index 8bf43b7539..590b9bbc93 100644 --- a/plugins/CryptoPP/crypto/src/dh.h +++ b/plugins/CryptoPP/crypto/src/dh.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DH_H
+#ifndef CRYPTOPP_DH_H
#define CRYPTOPP_DH_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/dh2.cpp b/plugins/CryptoPP/crypto/src/dh2.cpp index b03f1eac9b..4a292af3b1 100644 --- a/plugins/CryptoPP/crypto/src/dh2.cpp +++ b/plugins/CryptoPP/crypto/src/dh2.cpp @@ -1,4 +1,4 @@ -// dh2.cpp - written and placed in the public domain by Wei Dai
+// dh2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "dh2.h"
diff --git a/plugins/CryptoPP/crypto/src/dh2.h b/plugins/CryptoPP/crypto/src/dh2.h index 1c1cb5103f..1dfd5e2f86 100644 --- a/plugins/CryptoPP/crypto/src/dh2.h +++ b/plugins/CryptoPP/crypto/src/dh2.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DH2_H
+#ifndef CRYPTOPP_DH2_H
#define CRYPTOPP_DH2_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/dll.cpp b/plugins/CryptoPP/crypto/src/dll.cpp index 020ce917cf..5f644577cb 100644 --- a/plugins/CryptoPP/crypto/src/dll.cpp +++ b/plugins/CryptoPP/crypto/src/dll.cpp @@ -1,4 +1,4 @@ -// dll.cpp - written and placed in the public domain by Wei Dai
+// dll.cpp - written and placed in the public domain by Wei Dai
#define CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES
#define CRYPTOPP_DEFAULT_NO_DLL
diff --git a/plugins/CryptoPP/crypto/src/dll.h b/plugins/CryptoPP/crypto/src/dll.h index d92da97124..274e8b6234 100644 --- a/plugins/CryptoPP/crypto/src/dll.h +++ b/plugins/CryptoPP/crypto/src/dll.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DLL_H
+#ifndef CRYPTOPP_DLL_H
#define CRYPTOPP_DLL_H
#if !defined(CRYPTOPP_IMPORTS) && !defined(CRYPTOPP_EXPORTS) && !defined(CRYPTOPP_DEFAULT_NO_DLL)
diff --git a/plugins/CryptoPP/crypto/src/dlltest.cpp b/plugins/CryptoPP/crypto/src/dlltest.cpp index 59ee13fbbf..0b3287dc7f 100644 --- a/plugins/CryptoPP/crypto/src/dlltest.cpp +++ b/plugins/CryptoPP/crypto/src/dlltest.cpp @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DLL_ONLY
+#ifndef CRYPTOPP_DLL_ONLY
#define CRYPTOPP_DEFAULT_NO_DLL
#endif
diff --git a/plugins/CryptoPP/crypto/src/dmac.h b/plugins/CryptoPP/crypto/src/dmac.h index 84554ab5dc..054e6cbf18 100644 --- a/plugins/CryptoPP/crypto/src/dmac.h +++ b/plugins/CryptoPP/crypto/src/dmac.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DMAC_H
+#ifndef CRYPTOPP_DMAC_H
#define CRYPTOPP_DMAC_H
#include "cbcmac.h"
diff --git a/plugins/CryptoPP/crypto/src/dsa.cpp b/plugins/CryptoPP/crypto/src/dsa.cpp index 708bc2032e..4b130d723f 100644 --- a/plugins/CryptoPP/crypto/src/dsa.cpp +++ b/plugins/CryptoPP/crypto/src/dsa.cpp @@ -1,4 +1,4 @@ -// dsa.cpp - written and placed in the public domain by Wei Dai
+// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/dsa.h b/plugins/CryptoPP/crypto/src/dsa.h index 3edb4f1b5f..96ba3c1b24 100644 --- a/plugins/CryptoPP/crypto/src/dsa.h +++ b/plugins/CryptoPP/crypto/src/dsa.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_DSA_H
+#ifndef CRYPTOPP_DSA_H
#define CRYPTOPP_DSA_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/ec2n.cpp b/plugins/CryptoPP/crypto/src/ec2n.cpp index b015dbd31d..e2cf4ad0ed 100644 --- a/plugins/CryptoPP/crypto/src/ec2n.cpp +++ b/plugins/CryptoPP/crypto/src/ec2n.cpp @@ -1,4 +1,4 @@ -// ec2n.cpp - written and placed in the public domain by Wei Dai
+// ec2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/ec2n.h b/plugins/CryptoPP/crypto/src/ec2n.h index a7b0e631d7..ebcaf4d26c 100644 --- a/plugins/CryptoPP/crypto/src/ec2n.h +++ b/plugins/CryptoPP/crypto/src/ec2n.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_EC2N_H
+#ifndef CRYPTOPP_EC2N_H
#define CRYPTOPP_EC2N_H
#include "gf2n.h"
diff --git a/plugins/CryptoPP/crypto/src/eccrypto.cpp b/plugins/CryptoPP/crypto/src/eccrypto.cpp index c40a25362d..c08df9e4a6 100644 --- a/plugins/CryptoPP/crypto/src/eccrypto.cpp +++ b/plugins/CryptoPP/crypto/src/eccrypto.cpp @@ -1,4 +1,4 @@ -// eccrypto.cpp - written and placed in the public domain by Wei Dai
+// eccrypto.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/eccrypto.h b/plugins/CryptoPP/crypto/src/eccrypto.h index 2ccebbb027..e97b906465 100644 --- a/plugins/CryptoPP/crypto/src/eccrypto.h +++ b/plugins/CryptoPP/crypto/src/eccrypto.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ECCRYPTO_H
+#ifndef CRYPTOPP_ECCRYPTO_H
#define CRYPTOPP_ECCRYPTO_H
/*! \file
diff --git a/plugins/CryptoPP/crypto/src/ecp.cpp b/plugins/CryptoPP/crypto/src/ecp.cpp index ff8992654b..35e264b62a 100644 --- a/plugins/CryptoPP/crypto/src/ecp.cpp +++ b/plugins/CryptoPP/crypto/src/ecp.cpp @@ -1,4 +1,4 @@ -// ecp.cpp - written and placed in the public domain by Wei Dai
+// ecp.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/ecp.h b/plugins/CryptoPP/crypto/src/ecp.h index 0fc07b4873..07f906c9aa 100644 --- a/plugins/CryptoPP/crypto/src/ecp.h +++ b/plugins/CryptoPP/crypto/src/ecp.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ECP_H
+#ifndef CRYPTOPP_ECP_H
#define CRYPTOPP_ECP_H
#include "modarith.h"
diff --git a/plugins/CryptoPP/crypto/src/elgamal.cpp b/plugins/CryptoPP/crypto/src/elgamal.cpp index b7da08b9a7..ff0a1dcc90 100644 --- a/plugins/CryptoPP/crypto/src/elgamal.cpp +++ b/plugins/CryptoPP/crypto/src/elgamal.cpp @@ -1,4 +1,4 @@ -// elgamal.cpp - written and placed in the public domain by Wei Dai
+// elgamal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "elgamal.h"
diff --git a/plugins/CryptoPP/crypto/src/elgamal.h b/plugins/CryptoPP/crypto/src/elgamal.h index 9ca024aa2a..1c5d53ba22 100644 --- a/plugins/CryptoPP/crypto/src/elgamal.h +++ b/plugins/CryptoPP/crypto/src/elgamal.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ELGAMAL_H
+#ifndef CRYPTOPP_ELGAMAL_H
#define CRYPTOPP_ELGAMAL_H
#include "modexppc.h"
diff --git a/plugins/CryptoPP/crypto/src/emsa2.cpp b/plugins/CryptoPP/crypto/src/emsa2.cpp index 787ff525a0..43974358f6 100644 --- a/plugins/CryptoPP/crypto/src/emsa2.cpp +++ b/plugins/CryptoPP/crypto/src/emsa2.cpp @@ -1,4 +1,4 @@ -// emsa2.cpp - written and placed in the public domain by Wei Dai
+// emsa2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "emsa2.h"
diff --git a/plugins/CryptoPP/crypto/src/emsa2.h b/plugins/CryptoPP/crypto/src/emsa2.h index 53022c217a..911bd9707d 100644 --- a/plugins/CryptoPP/crypto/src/emsa2.h +++ b/plugins/CryptoPP/crypto/src/emsa2.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_EMSA2_H
+#ifndef CRYPTOPP_EMSA2_H
#define CRYPTOPP_EMSA2_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/eprecomp.cpp b/plugins/CryptoPP/crypto/src/eprecomp.cpp index 7c83e5f1fe..67a4ab6105 100644 --- a/plugins/CryptoPP/crypto/src/eprecomp.cpp +++ b/plugins/CryptoPP/crypto/src/eprecomp.cpp @@ -1,4 +1,4 @@ -// eprecomp.cpp - written and placed in the public domain by Wei Dai
+// eprecomp.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/eprecomp.h b/plugins/CryptoPP/crypto/src/eprecomp.h index 53a5218161..ade6c3400a 100644 --- a/plugins/CryptoPP/crypto/src/eprecomp.h +++ b/plugins/CryptoPP/crypto/src/eprecomp.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_EPRECOMP_H
+#ifndef CRYPTOPP_EPRECOMP_H
#define CRYPTOPP_EPRECOMP_H
#include "integer.h"
diff --git a/plugins/CryptoPP/crypto/src/esign.cpp b/plugins/CryptoPP/crypto/src/esign.cpp index 23540bd305..39d80a61fc 100644 --- a/plugins/CryptoPP/crypto/src/esign.cpp +++ b/plugins/CryptoPP/crypto/src/esign.cpp @@ -1,4 +1,4 @@ -// esign.cpp - written and placed in the public domain by Wei Dai
+// esign.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "esign.h"
diff --git a/plugins/CryptoPP/crypto/src/esign.h b/plugins/CryptoPP/crypto/src/esign.h index a699418b0e..058e414cc3 100644 --- a/plugins/CryptoPP/crypto/src/esign.h +++ b/plugins/CryptoPP/crypto/src/esign.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ESIGN_H
+#ifndef CRYPTOPP_ESIGN_H
#define CRYPTOPP_ESIGN_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/factory.h b/plugins/CryptoPP/crypto/src/factory.h index 353cab6366..3c22c1b8f2 100644 --- a/plugins/CryptoPP/crypto/src/factory.h +++ b/plugins/CryptoPP/crypto/src/factory.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_OBJFACT_H
+#ifndef CRYPTOPP_OBJFACT_H
#define CRYPTOPP_OBJFACT_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/files.cpp b/plugins/CryptoPP/crypto/src/files.cpp index 03b3fa9bb4..61915d777a 100644 --- a/plugins/CryptoPP/crypto/src/files.cpp +++ b/plugins/CryptoPP/crypto/src/files.cpp @@ -1,4 +1,4 @@ -// files.cpp - written and placed in the public domain by Wei Dai
+// files.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/files.h b/plugins/CryptoPP/crypto/src/files.h index e621caf6b9..2e6fa87cc2 100644 --- a/plugins/CryptoPP/crypto/src/files.h +++ b/plugins/CryptoPP/crypto/src/files.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_FILES_H
+#ifndef CRYPTOPP_FILES_H
#define CRYPTOPP_FILES_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/filters.cpp b/plugins/CryptoPP/crypto/src/filters.cpp index 8a8a41d99c..b3fbacfaa3 100644 --- a/plugins/CryptoPP/crypto/src/filters.cpp +++ b/plugins/CryptoPP/crypto/src/filters.cpp @@ -1,4 +1,4 @@ -// filters.cpp - written and placed in the public domain by Wei Dai
+// filters.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/filters.h b/plugins/CryptoPP/crypto/src/filters.h index 6c8d508308..a49fb8df8b 100644 --- a/plugins/CryptoPP/crypto/src/filters.h +++ b/plugins/CryptoPP/crypto/src/filters.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_FILTERS_H
+#ifndef CRYPTOPP_FILTERS_H
#define CRYPTOPP_FILTERS_H
#include "simple.h"
diff --git a/plugins/CryptoPP/crypto/src/fips140.cpp b/plugins/CryptoPP/crypto/src/fips140.cpp index 6dec2092ef..87b49118a5 100644 --- a/plugins/CryptoPP/crypto/src/fips140.cpp +++ b/plugins/CryptoPP/crypto/src/fips140.cpp @@ -1,4 +1,4 @@ -// fips140.cpp - written and placed in the public domain by Wei Dai
+// fips140.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/fips140.h b/plugins/CryptoPP/crypto/src/fips140.h index d40cb83451..b580fe4657 100644 --- a/plugins/CryptoPP/crypto/src/fips140.h +++ b/plugins/CryptoPP/crypto/src/fips140.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_FIPS140_H
+#ifndef CRYPTOPP_FIPS140_H
#define CRYPTOPP_FIPS140_H
/*! \file
diff --git a/plugins/CryptoPP/crypto/src/fipsalgt.cpp b/plugins/CryptoPP/crypto/src/fipsalgt.cpp index 08e8b47c45..5f33537516 100644 --- a/plugins/CryptoPP/crypto/src/fipsalgt.cpp +++ b/plugins/CryptoPP/crypto/src/fipsalgt.cpp @@ -1,4 +1,4 @@ -// fipsalgt.cpp - written and placed in the public domain by Wei Dai
+// fipsalgt.cpp - written and placed in the public domain by Wei Dai
// This file implements the various algorithm tests needed to pass FIPS 140 validation.
// They're preserved here (commented out) in case Crypto++ needs to be revalidated.
diff --git a/plugins/CryptoPP/crypto/src/fipstest.cpp b/plugins/CryptoPP/crypto/src/fipstest.cpp index 72469655d5..d65730b010 100644 --- a/plugins/CryptoPP/crypto/src/fipstest.cpp +++ b/plugins/CryptoPP/crypto/src/fipstest.cpp @@ -1,4 +1,4 @@ -// fipstest.cpp - written and placed in the public domain by Wei Dai
+// fipstest.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/fltrimpl.h b/plugins/CryptoPP/crypto/src/fltrimpl.h index 29dad5ef1b..62f7604ab0 100644 --- a/plugins/CryptoPP/crypto/src/fltrimpl.h +++ b/plugins/CryptoPP/crypto/src/fltrimpl.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_FLTRIMPL_H
+#ifndef CRYPTOPP_FLTRIMPL_H
#define CRYPTOPP_FLTRIMPL_H
#define FILTER_BEGIN \
diff --git a/plugins/CryptoPP/crypto/src/gf256.cpp b/plugins/CryptoPP/crypto/src/gf256.cpp index fa4720647e..3649f75592 100644 --- a/plugins/CryptoPP/crypto/src/gf256.cpp +++ b/plugins/CryptoPP/crypto/src/gf256.cpp @@ -1,4 +1,4 @@ -// gf256.cpp - written and placed in the public domain by Wei Dai
+// gf256.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "gf256.h"
diff --git a/plugins/CryptoPP/crypto/src/gf256.h b/plugins/CryptoPP/crypto/src/gf256.h index 6a75fd2462..24a86f5cd2 100644 --- a/plugins/CryptoPP/crypto/src/gf256.h +++ b/plugins/CryptoPP/crypto/src/gf256.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_GF256_H
+#ifndef CRYPTOPP_GF256_H
#define CRYPTOPP_GF256_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/gf2_32.cpp b/plugins/CryptoPP/crypto/src/gf2_32.cpp index f9c5dae66e..929dac0deb 100644 --- a/plugins/CryptoPP/crypto/src/gf2_32.cpp +++ b/plugins/CryptoPP/crypto/src/gf2_32.cpp @@ -1,4 +1,4 @@ -// gf2_32.cpp - written and placed in the public domain by Wei Dai
+// gf2_32.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "misc.h"
diff --git a/plugins/CryptoPP/crypto/src/gf2_32.h b/plugins/CryptoPP/crypto/src/gf2_32.h index 4bba9e7cfe..d2eecf1a9f 100644 --- a/plugins/CryptoPP/crypto/src/gf2_32.h +++ b/plugins/CryptoPP/crypto/src/gf2_32.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_GF2_32_H
+#ifndef CRYPTOPP_GF2_32_H
#define CRYPTOPP_GF2_32_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/gf2n.cpp b/plugins/CryptoPP/crypto/src/gf2n.cpp index a1435258e2..463db0fa3b 100644 --- a/plugins/CryptoPP/crypto/src/gf2n.cpp +++ b/plugins/CryptoPP/crypto/src/gf2n.cpp @@ -1,4 +1,4 @@ -// gf2n.cpp - written and placed in the public domain by Wei Dai
+// gf2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/gf2n.h b/plugins/CryptoPP/crypto/src/gf2n.h index aaf2ca63d4..c4500502ca 100644 --- a/plugins/CryptoPP/crypto/src/gf2n.h +++ b/plugins/CryptoPP/crypto/src/gf2n.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_GF2N_H
+#ifndef CRYPTOPP_GF2N_H
#define CRYPTOPP_GF2N_H
/*! \file */
diff --git a/plugins/CryptoPP/crypto/src/gfpcrypt.cpp b/plugins/CryptoPP/crypto/src/gfpcrypt.cpp index bcfd69dd1a..0a0ffe96b3 100644 --- a/plugins/CryptoPP/crypto/src/gfpcrypt.cpp +++ b/plugins/CryptoPP/crypto/src/gfpcrypt.cpp @@ -1,4 +1,4 @@ -// dsa.cpp - written and placed in the public domain by Wei Dai
+// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/gfpcrypt.h b/plugins/CryptoPP/crypto/src/gfpcrypt.h index ac47dbe3f8..6e73d47db7 100644 --- a/plugins/CryptoPP/crypto/src/gfpcrypt.h +++ b/plugins/CryptoPP/crypto/src/gfpcrypt.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_GFPCRYPT_H
+#ifndef CRYPTOPP_GFPCRYPT_H
#define CRYPTOPP_GFPCRYPT_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/gost.cpp b/plugins/CryptoPP/crypto/src/gost.cpp index 1fb3b04d8b..4318b3df8f 100644 --- a/plugins/CryptoPP/crypto/src/gost.cpp +++ b/plugins/CryptoPP/crypto/src/gost.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#include "gost.h"
#include "misc.h"
diff --git a/plugins/CryptoPP/crypto/src/gost.h b/plugins/CryptoPP/crypto/src/gost.h index a28a4cbf2a..a919120b62 100644 --- a/plugins/CryptoPP/crypto/src/gost.h +++ b/plugins/CryptoPP/crypto/src/gost.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_GOST_H
+#ifndef CRYPTOPP_GOST_H
#define CRYPTOPP_GOST_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/gzip.cpp b/plugins/CryptoPP/crypto/src/gzip.cpp index c5636c4050..3a52529dc6 100644 --- a/plugins/CryptoPP/crypto/src/gzip.cpp +++ b/plugins/CryptoPP/crypto/src/gzip.cpp @@ -1,4 +1,4 @@ -// gzip.cpp - written and placed in the public domain by Wei Dai
+// gzip.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "gzip.h"
diff --git a/plugins/CryptoPP/crypto/src/gzip.h b/plugins/CryptoPP/crypto/src/gzip.h index f65fd561c0..b96fc1ecb5 100644 --- a/plugins/CryptoPP/crypto/src/gzip.h +++ b/plugins/CryptoPP/crypto/src/gzip.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_GZIP_H
+#ifndef CRYPTOPP_GZIP_H
#define CRYPTOPP_GZIP_H
#include "zdeflate.h"
diff --git a/plugins/CryptoPP/crypto/src/haval.cpp b/plugins/CryptoPP/crypto/src/haval.cpp index 636422a489..d98d38e0c6 100644 --- a/plugins/CryptoPP/crypto/src/haval.cpp +++ b/plugins/CryptoPP/crypto/src/haval.cpp @@ -1,4 +1,4 @@ -// haval.cpp - written and placed in the public domain by Wei Dai
+// haval.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "haval.h"
diff --git a/plugins/CryptoPP/crypto/src/haval.h b/plugins/CryptoPP/crypto/src/haval.h index 1f300fb14b..4cd6db382a 100644 --- a/plugins/CryptoPP/crypto/src/haval.h +++ b/plugins/CryptoPP/crypto/src/haval.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_HAVAL_H
+#ifndef CRYPTOPP_HAVAL_H
#define CRYPTOPP_HAVAL_H
#include "iterhash.h"
diff --git a/plugins/CryptoPP/crypto/src/hex.cpp b/plugins/CryptoPP/crypto/src/hex.cpp index 9f0b66c815..df4fc2ed2d 100644 --- a/plugins/CryptoPP/crypto/src/hex.cpp +++ b/plugins/CryptoPP/crypto/src/hex.cpp @@ -1,4 +1,4 @@ -// hex.cpp - written and placed in the public domain by Wei Dai
+// hex.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/hex.h b/plugins/CryptoPP/crypto/src/hex.h index 60d881f60a..b19592cdba 100644 --- a/plugins/CryptoPP/crypto/src/hex.h +++ b/plugins/CryptoPP/crypto/src/hex.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_HEX_H
+#ifndef CRYPTOPP_HEX_H
#define CRYPTOPP_HEX_H
#include "basecode.h"
diff --git a/plugins/CryptoPP/crypto/src/hmac.cpp b/plugins/CryptoPP/crypto/src/hmac.cpp index aaf19e3b60..a25eb74990 100644 --- a/plugins/CryptoPP/crypto/src/hmac.cpp +++ b/plugins/CryptoPP/crypto/src/hmac.cpp @@ -1,4 +1,4 @@ -// hmac.cpp - written and placed in the public domain by Wei Dai
+// hmac.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/hmac.h b/plugins/CryptoPP/crypto/src/hmac.h index 9c5dde6846..8dfebe186f 100644 --- a/plugins/CryptoPP/crypto/src/hmac.h +++ b/plugins/CryptoPP/crypto/src/hmac.h @@ -1,4 +1,4 @@ -// hmac.h - written and placed in the public domain by Wei Dai
+// hmac.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_HMAC_H
#define CRYPTOPP_HMAC_H
diff --git a/plugins/CryptoPP/crypto/src/hrtimer.cpp b/plugins/CryptoPP/crypto/src/hrtimer.cpp index 379eb29108..4a1cc79ec5 100644 --- a/plugins/CryptoPP/crypto/src/hrtimer.cpp +++ b/plugins/CryptoPP/crypto/src/hrtimer.cpp @@ -1,4 +1,4 @@ -// hrtimer.cpp - written and placed in the public domain by Wei Dai
+// hrtimer.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "hrtimer.h"
diff --git a/plugins/CryptoPP/crypto/src/hrtimer.h b/plugins/CryptoPP/crypto/src/hrtimer.h index a83d813380..de8835fef7 100644 --- a/plugins/CryptoPP/crypto/src/hrtimer.h +++ b/plugins/CryptoPP/crypto/src/hrtimer.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_HRTIMER_H
+#ifndef CRYPTOPP_HRTIMER_H
#define CRYPTOPP_HRTIMER_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/ida.cpp b/plugins/CryptoPP/crypto/src/ida.cpp index b22feecbab..aae18f22bb 100644 --- a/plugins/CryptoPP/crypto/src/ida.cpp +++ b/plugins/CryptoPP/crypto/src/ida.cpp @@ -1,4 +1,4 @@ -// ida.cpp - written and placed in the public domain by Wei Dai
+// ida.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "ida.h"
diff --git a/plugins/CryptoPP/crypto/src/ida.h b/plugins/CryptoPP/crypto/src/ida.h index a51ddb5c5a..8171637a20 100644 --- a/plugins/CryptoPP/crypto/src/ida.h +++ b/plugins/CryptoPP/crypto/src/ida.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_IDA_H
+#ifndef CRYPTOPP_IDA_H
#define CRYPTOPP_IDA_H
#include "mqueue.h"
diff --git a/plugins/CryptoPP/crypto/src/idea.cpp b/plugins/CryptoPP/crypto/src/idea.cpp index be3d48ab76..19e9330579 100644 --- a/plugins/CryptoPP/crypto/src/idea.cpp +++ b/plugins/CryptoPP/crypto/src/idea.cpp @@ -1,4 +1,4 @@ -// idea.cpp - written and placed in the public domain by Wei Dai
+// idea.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "idea.h"
diff --git a/plugins/CryptoPP/crypto/src/idea.h b/plugins/CryptoPP/crypto/src/idea.h index 69b462f735..2b97ee5ce0 100644 --- a/plugins/CryptoPP/crypto/src/idea.h +++ b/plugins/CryptoPP/crypto/src/idea.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_IDEA_H
+#ifndef CRYPTOPP_IDEA_H
#define CRYPTOPP_IDEA_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/integer.cpp b/plugins/CryptoPP/crypto/src/integer.cpp index fe09a7a636..fe87a957e8 100644 --- a/plugins/CryptoPP/crypto/src/integer.cpp +++ b/plugins/CryptoPP/crypto/src/integer.cpp @@ -1,4 +1,4 @@ -// integer.cpp - written and placed in the public domain by Wei Dai
+// integer.cpp - written and placed in the public domain by Wei Dai
// contains public domain code contributed by Alister Lee and Leonard Janke
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/integer.h b/plugins/CryptoPP/crypto/src/integer.h index 41c69f7c7b..aca1db08f2 100644 --- a/plugins/CryptoPP/crypto/src/integer.h +++ b/plugins/CryptoPP/crypto/src/integer.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_INTEGER_H
+#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
/** \file */
diff --git a/plugins/CryptoPP/crypto/src/iterhash.cpp b/plugins/CryptoPP/crypto/src/iterhash.cpp index 3ace9f8ab9..53c133e65e 100644 --- a/plugins/CryptoPP/crypto/src/iterhash.cpp +++ b/plugins/CryptoPP/crypto/src/iterhash.cpp @@ -1,4 +1,4 @@ -// iterhash.cpp - written and placed in the public domain by Wei Dai
+// iterhash.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/iterhash.h b/plugins/CryptoPP/crypto/src/iterhash.h index 558eefb69f..de3cae85cc 100644 --- a/plugins/CryptoPP/crypto/src/iterhash.h +++ b/plugins/CryptoPP/crypto/src/iterhash.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ITERHASH_H
+#ifndef CRYPTOPP_ITERHASH_H
#define CRYPTOPP_ITERHASH_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/lubyrack.h b/plugins/CryptoPP/crypto/src/lubyrack.h index 47aa6ba69a..e2b30eacfd 100644 --- a/plugins/CryptoPP/crypto/src/lubyrack.h +++ b/plugins/CryptoPP/crypto/src/lubyrack.h @@ -1,4 +1,4 @@ -// lubyrack.h - written and placed in the public domain by Wei Dai
+// lubyrack.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_LUBYRACK_H
#define CRYPTOPP_LUBYRACK_H
diff --git a/plugins/CryptoPP/crypto/src/luc.cpp b/plugins/CryptoPP/crypto/src/luc.cpp index 8bd4468e74..51af79fec2 100644 --- a/plugins/CryptoPP/crypto/src/luc.cpp +++ b/plugins/CryptoPP/crypto/src/luc.cpp @@ -1,4 +1,4 @@ -// luc.cpp - written and placed in the public domain by Wei Dai
+// luc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "luc.h"
diff --git a/plugins/CryptoPP/crypto/src/luc.h b/plugins/CryptoPP/crypto/src/luc.h index d234fd7b4d..f220e73781 100644 --- a/plugins/CryptoPP/crypto/src/luc.h +++ b/plugins/CryptoPP/crypto/src/luc.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_LUC_H
+#ifndef CRYPTOPP_LUC_H
#define CRYPTOPP_LUC_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/mars.cpp b/plugins/CryptoPP/crypto/src/mars.cpp index 6649699c18..6e2fe9d94f 100644 --- a/plugins/CryptoPP/crypto/src/mars.cpp +++ b/plugins/CryptoPP/crypto/src/mars.cpp @@ -1,4 +1,4 @@ -// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
+// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
// key setup updated by Wei Dai to reflect IBM's "tweak" proposed in August 1999
/* This is an independent implementation of the MARS encryption */
diff --git a/plugins/CryptoPP/crypto/src/mars.h b/plugins/CryptoPP/crypto/src/mars.h index b5114078fe..9c681021d2 100644 --- a/plugins/CryptoPP/crypto/src/mars.h +++ b/plugins/CryptoPP/crypto/src/mars.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MARS_H
+#ifndef CRYPTOPP_MARS_H
#define CRYPTOPP_MARS_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/marss.cpp b/plugins/CryptoPP/crypto/src/marss.cpp index b1b36ee125..d7eff4f849 100644 --- a/plugins/CryptoPP/crypto/src/marss.cpp +++ b/plugins/CryptoPP/crypto/src/marss.cpp @@ -1,4 +1,4 @@ -// MARS S-Box
+// MARS S-Box
#include "pch.h"
#include "mars.h"
diff --git a/plugins/CryptoPP/crypto/src/md2.cpp b/plugins/CryptoPP/crypto/src/md2.cpp index a3044551f7..f4331dad86 100644 --- a/plugins/CryptoPP/crypto/src/md2.cpp +++ b/plugins/CryptoPP/crypto/src/md2.cpp @@ -1,4 +1,4 @@ -// md2.cpp - modified by Wei Dai from Andrew M. Kuchling's md2.c
+// md2.cpp - modified by Wei Dai from Andrew M. Kuchling's md2.c
// The original code and all modifications are in the public domain.
// This is the original introductory comment:
diff --git a/plugins/CryptoPP/crypto/src/md2.h b/plugins/CryptoPP/crypto/src/md2.h index 8e0feb8ab5..760edec051 100644 --- a/plugins/CryptoPP/crypto/src/md2.h +++ b/plugins/CryptoPP/crypto/src/md2.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MD2_H
+#ifndef CRYPTOPP_MD2_H
#define CRYPTOPP_MD2_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/md4.cpp b/plugins/CryptoPP/crypto/src/md4.cpp index fe4a3c50d5..84fe4cca32 100644 --- a/plugins/CryptoPP/crypto/src/md4.cpp +++ b/plugins/CryptoPP/crypto/src/md4.cpp @@ -1,4 +1,4 @@ -// md4.cpp - modified by Wei Dai from Andrew M. Kuchling's md4.c
+// md4.cpp - modified by Wei Dai from Andrew M. Kuchling's md4.c
// The original code and all modifications are in the public domain.
// This is the original introductory comment:
diff --git a/plugins/CryptoPP/crypto/src/md4.h b/plugins/CryptoPP/crypto/src/md4.h index 4b0a8cb178..ac98f94654 100644 --- a/plugins/CryptoPP/crypto/src/md4.h +++ b/plugins/CryptoPP/crypto/src/md4.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MD4_H
+#ifndef CRYPTOPP_MD4_H
#define CRYPTOPP_MD4_H
#include "iterhash.h"
diff --git a/plugins/CryptoPP/crypto/src/md5.cpp b/plugins/CryptoPP/crypto/src/md5.cpp index 8efecd3f3d..11035b77ca 100644 --- a/plugins/CryptoPP/crypto/src/md5.cpp +++ b/plugins/CryptoPP/crypto/src/md5.cpp @@ -1,4 +1,4 @@ -// md5.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c
+// md5.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c
// any modifications are placed in the public domain
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/md5.h b/plugins/CryptoPP/crypto/src/md5.h index f1215442a0..2b35003b7a 100644 --- a/plugins/CryptoPP/crypto/src/md5.h +++ b/plugins/CryptoPP/crypto/src/md5.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MD5_H
+#ifndef CRYPTOPP_MD5_H
#define CRYPTOPP_MD5_H
#include "iterhash.h"
diff --git a/plugins/CryptoPP/crypto/src/md5mac.cpp b/plugins/CryptoPP/crypto/src/md5mac.cpp index 8d1537a366..f5c90c3f11 100644 --- a/plugins/CryptoPP/crypto/src/md5mac.cpp +++ b/plugins/CryptoPP/crypto/src/md5mac.cpp @@ -1,4 +1,4 @@ -// md5mac.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c
+// md5mac.cpp - modified by Wei Dai from Colin Plumb's public domain md5.c
// any modifications are placed in the public domain
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/md5mac.h b/plugins/CryptoPP/crypto/src/md5mac.h index d113441adb..bd17e70ba2 100644 --- a/plugins/CryptoPP/crypto/src/md5mac.h +++ b/plugins/CryptoPP/crypto/src/md5mac.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MD5MAC_H
+#ifndef CRYPTOPP_MD5MAC_H
#define CRYPTOPP_MD5MAC_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/mdc.h b/plugins/CryptoPP/crypto/src/mdc.h index 87a686ff14..50c368be74 100644 --- a/plugins/CryptoPP/crypto/src/mdc.h +++ b/plugins/CryptoPP/crypto/src/mdc.h @@ -1,4 +1,4 @@ - // mdc.h - written and placed in the public domain by Wei Dai
+ // mdc.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_MDC_H
#define CRYPTOPP_MDC_H
diff --git a/plugins/CryptoPP/crypto/src/misc.cpp b/plugins/CryptoPP/crypto/src/misc.cpp index bc0d6bbe86..92aa7d2fd9 100644 --- a/plugins/CryptoPP/crypto/src/misc.cpp +++ b/plugins/CryptoPP/crypto/src/misc.cpp @@ -1,4 +1,4 @@ -// misc.cpp - written and placed in the public domain by Wei Dai
+// misc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/misc.h b/plugins/CryptoPP/crypto/src/misc.h index 6a0bc4762b..7927a29684 100644 --- a/plugins/CryptoPP/crypto/src/misc.h +++ b/plugins/CryptoPP/crypto/src/misc.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MISC_H
+#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/modarith.h b/plugins/CryptoPP/crypto/src/modarith.h index ef106bd90d..7decb621dd 100644 --- a/plugins/CryptoPP/crypto/src/modarith.h +++ b/plugins/CryptoPP/crypto/src/modarith.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MODARITH_H
+#ifndef CRYPTOPP_MODARITH_H
#define CRYPTOPP_MODARITH_H
// implementations are in integer.cpp
diff --git a/plugins/CryptoPP/crypto/src/modes.cpp b/plugins/CryptoPP/crypto/src/modes.cpp index 6ad383813f..21bcc4c39d 100644 --- a/plugins/CryptoPP/crypto/src/modes.cpp +++ b/plugins/CryptoPP/crypto/src/modes.cpp @@ -1,4 +1,4 @@ -// modes.cpp - written and placed in the public domain by Wei Dai
+// modes.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/modes.h b/plugins/CryptoPP/crypto/src/modes.h index 881020f4d4..1a5f5ec305 100644 --- a/plugins/CryptoPP/crypto/src/modes.h +++ b/plugins/CryptoPP/crypto/src/modes.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MODES_H
+#ifndef CRYPTOPP_MODES_H
#define CRYPTOPP_MODES_H
/*! \file
diff --git a/plugins/CryptoPP/crypto/src/modexppc.h b/plugins/CryptoPP/crypto/src/modexppc.h index 39bf024f4f..a9df756497 100644 --- a/plugins/CryptoPP/crypto/src/modexppc.h +++ b/plugins/CryptoPP/crypto/src/modexppc.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MODEXPPC_H
+#ifndef CRYPTOPP_MODEXPPC_H
#define CRYPTOPP_MODEXPPC_H
#include "modarith.h"
diff --git a/plugins/CryptoPP/crypto/src/mqueue.cpp b/plugins/CryptoPP/crypto/src/mqueue.cpp index 248c74f5c6..8c071e27c5 100644 --- a/plugins/CryptoPP/crypto/src/mqueue.cpp +++ b/plugins/CryptoPP/crypto/src/mqueue.cpp @@ -1,4 +1,4 @@ -// mqueue.cpp - written and placed in the public domain by Wei Dai
+// mqueue.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/mqueue.h b/plugins/CryptoPP/crypto/src/mqueue.h index eba4e5cd98..a05cafbf4c 100644 --- a/plugins/CryptoPP/crypto/src/mqueue.h +++ b/plugins/CryptoPP/crypto/src/mqueue.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MQUEUE_H
+#ifndef CRYPTOPP_MQUEUE_H
#define CRYPTOPP_MQUEUE_H
#include "queue.h"
diff --git a/plugins/CryptoPP/crypto/src/mqv.cpp b/plugins/CryptoPP/crypto/src/mqv.cpp index f2a6d46899..a290945a2e 100644 --- a/plugins/CryptoPP/crypto/src/mqv.cpp +++ b/plugins/CryptoPP/crypto/src/mqv.cpp @@ -1,4 +1,4 @@ -// mqv.cpp - written and placed in the public domain by Wei Dai
+// mqv.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "mqv.h"
diff --git a/plugins/CryptoPP/crypto/src/mqv.h b/plugins/CryptoPP/crypto/src/mqv.h index 94bf8252c1..8692010a18 100644 --- a/plugins/CryptoPP/crypto/src/mqv.h +++ b/plugins/CryptoPP/crypto/src/mqv.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_MQV_H
+#ifndef CRYPTOPP_MQV_H
#define CRYPTOPP_MQV_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/nbtheory.cpp b/plugins/CryptoPP/crypto/src/nbtheory.cpp index b8ab60c61e..3de1fa5e3d 100644 --- a/plugins/CryptoPP/crypto/src/nbtheory.cpp +++ b/plugins/CryptoPP/crypto/src/nbtheory.cpp @@ -1,4 +1,4 @@ -// nbtheory.cpp - written and placed in the public domain by Wei Dai
+// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/nbtheory.h b/plugins/CryptoPP/crypto/src/nbtheory.h index 64cd9a257d..0a1ac37619 100644 --- a/plugins/CryptoPP/crypto/src/nbtheory.h +++ b/plugins/CryptoPP/crypto/src/nbtheory.h @@ -1,4 +1,4 @@ -// nbtheory.h - written and placed in the public domain by Wei Dai
+// nbtheory.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_NBTHEORY_H
#define CRYPTOPP_NBTHEORY_H
diff --git a/plugins/CryptoPP/crypto/src/network.cpp b/plugins/CryptoPP/crypto/src/network.cpp index 6a075f7ff4..b47c236207 100644 --- a/plugins/CryptoPP/crypto/src/network.cpp +++ b/plugins/CryptoPP/crypto/src/network.cpp @@ -1,4 +1,4 @@ -// network.cpp - written and placed in the public domain by Wei Dai
+// network.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "network.h"
diff --git a/plugins/CryptoPP/crypto/src/network.h b/plugins/CryptoPP/crypto/src/network.h index e9ea98e771..d9b3c66ef0 100644 --- a/plugins/CryptoPP/crypto/src/network.h +++ b/plugins/CryptoPP/crypto/src/network.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_NETWORK_H
+#ifndef CRYPTOPP_NETWORK_H
#define CRYPTOPP_NETWORK_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/nr.h b/plugins/CryptoPP/crypto/src/nr.h index e5cae0020f..f13acebe4c 100644 --- a/plugins/CryptoPP/crypto/src/nr.h +++ b/plugins/CryptoPP/crypto/src/nr.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_NR_H
+#ifndef CRYPTOPP_NR_H
#define CRYPTOPP_NR_H
#include "gfpcrypt.h"
diff --git a/plugins/CryptoPP/crypto/src/oaep.cpp b/plugins/CryptoPP/crypto/src/oaep.cpp index 961c19746e..cbdef84d74 100644 --- a/plugins/CryptoPP/crypto/src/oaep.cpp +++ b/plugins/CryptoPP/crypto/src/oaep.cpp @@ -1,4 +1,4 @@ -// oaep.cpp - written and placed in the public domain by Wei Dai
+// oaep.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/oaep.h b/plugins/CryptoPP/crypto/src/oaep.h index b538dd546b..b40c30b9b5 100644 --- a/plugins/CryptoPP/crypto/src/oaep.h +++ b/plugins/CryptoPP/crypto/src/oaep.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_OAEP_H
+#ifndef CRYPTOPP_OAEP_H
#define CRYPTOPP_OAEP_H
#include "pubkey.h"
diff --git a/plugins/CryptoPP/crypto/src/oids.h b/plugins/CryptoPP/crypto/src/oids.h index 86c872ddc3..56e15be8b3 100644 --- a/plugins/CryptoPP/crypto/src/oids.h +++ b/plugins/CryptoPP/crypto/src/oids.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_OIDS_H
+#ifndef CRYPTOPP_OIDS_H
#define CRYPTOPP_OIDS_H
// crypto-related ASN.1 object identifiers
diff --git a/plugins/CryptoPP/crypto/src/osrng.cpp b/plugins/CryptoPP/crypto/src/osrng.cpp index a99f9a3f06..22f13e65d1 100644 --- a/plugins/CryptoPP/crypto/src/osrng.cpp +++ b/plugins/CryptoPP/crypto/src/osrng.cpp @@ -1,4 +1,4 @@ -// osrng.cpp - written and placed in the public domain by Wei Dai
+// osrng.cpp - written and placed in the public domain by Wei Dai
// Thanks to Leonard Janke for the suggestion for AutoSeededRandomPool.
diff --git a/plugins/CryptoPP/crypto/src/osrng.h b/plugins/CryptoPP/crypto/src/osrng.h index 5f220897b8..839e768607 100644 --- a/plugins/CryptoPP/crypto/src/osrng.h +++ b/plugins/CryptoPP/crypto/src/osrng.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_OSRNG_H
+#ifndef CRYPTOPP_OSRNG_H
#define CRYPTOPP_OSRNG_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/panama.cpp b/plugins/CryptoPP/crypto/src/panama.cpp index d0db9efa45..06f023576c 100644 --- a/plugins/CryptoPP/crypto/src/panama.cpp +++ b/plugins/CryptoPP/crypto/src/panama.cpp @@ -1,4 +1,4 @@ -// panama.cpp - written and placed in the public domain by Wei Dai
+// panama.cpp - written and placed in the public domain by Wei Dai
// use "cl /EP /P /DCRYPTOPP_GENERATE_X64_MASM panama.cpp" to generate MASM code
diff --git a/plugins/CryptoPP/crypto/src/panama.h b/plugins/CryptoPP/crypto/src/panama.h index 92b467db51..18a19bbaba 100644 --- a/plugins/CryptoPP/crypto/src/panama.h +++ b/plugins/CryptoPP/crypto/src/panama.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_PANAMA_H
+#ifndef CRYPTOPP_PANAMA_H
#define CRYPTOPP_PANAMA_H
#include "strciphr.h"
diff --git a/plugins/CryptoPP/crypto/src/pch.cpp b/plugins/CryptoPP/crypto/src/pch.cpp index e0d2ef1a2a..9e6b2e073e 100644 --- a/plugins/CryptoPP/crypto/src/pch.cpp +++ b/plugins/CryptoPP/crypto/src/pch.cpp @@ -1 +1 @@ -#include "pch.h"
+#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/pch.h b/plugins/CryptoPP/crypto/src/pch.h index a35fab74ec..765ebde9b3 100644 --- a/plugins/CryptoPP/crypto/src/pch.h +++ b/plugins/CryptoPP/crypto/src/pch.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_PCH_H
+#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H
#ifdef CRYPTOPP_GENERATE_X64_MASM
diff --git a/plugins/CryptoPP/crypto/src/pkcspad.cpp b/plugins/CryptoPP/crypto/src/pkcspad.cpp index 35df766975..5a8b6cad48 100644 --- a/plugins/CryptoPP/crypto/src/pkcspad.cpp +++ b/plugins/CryptoPP/crypto/src/pkcspad.cpp @@ -1,4 +1,4 @@ -// pkcspad.cpp - written and placed in the public domain by Wei Dai
+// pkcspad.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/pkcspad.h b/plugins/CryptoPP/crypto/src/pkcspad.h index 69705d5865..096a923779 100644 --- a/plugins/CryptoPP/crypto/src/pkcspad.h +++ b/plugins/CryptoPP/crypto/src/pkcspad.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_PKCSPAD_H
+#ifndef CRYPTOPP_PKCSPAD_H
#define CRYPTOPP_PKCSPAD_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/polynomi.cpp b/plugins/CryptoPP/crypto/src/polynomi.cpp index 088dbed619..40258ad94a 100644 --- a/plugins/CryptoPP/crypto/src/polynomi.cpp +++ b/plugins/CryptoPP/crypto/src/polynomi.cpp @@ -1,4 +1,4 @@ -// polynomi.cpp - written and placed in the public domain by Wei Dai
+// polynomi.cpp - written and placed in the public domain by Wei Dai
// Part of the code for polynomial evaluation and interpolation
// originally came from Hal Finney's public domain secsplit.c.
diff --git a/plugins/CryptoPP/crypto/src/polynomi.h b/plugins/CryptoPP/crypto/src/polynomi.h index bb19595464..60221659e8 100644 --- a/plugins/CryptoPP/crypto/src/polynomi.h +++ b/plugins/CryptoPP/crypto/src/polynomi.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_POLYNOMI_H
+#ifndef CRYPTOPP_POLYNOMI_H
#define CRYPTOPP_POLYNOMI_H
/*! \file */
diff --git a/plugins/CryptoPP/crypto/src/pssr.cpp b/plugins/CryptoPP/crypto/src/pssr.cpp index ef64ecfffa..34ce71aed6 100644 --- a/plugins/CryptoPP/crypto/src/pssr.cpp +++ b/plugins/CryptoPP/crypto/src/pssr.cpp @@ -1,4 +1,4 @@ -// pssr.cpp - written and placed in the public domain by Wei Dai
+// pssr.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "pssr.h"
diff --git a/plugins/CryptoPP/crypto/src/pssr.h b/plugins/CryptoPP/crypto/src/pssr.h index 1f81441745..e1ee5fec4f 100644 --- a/plugins/CryptoPP/crypto/src/pssr.h +++ b/plugins/CryptoPP/crypto/src/pssr.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_PSSR_H
+#ifndef CRYPTOPP_PSSR_H
#define CRYPTOPP_PSSR_H
#include "pubkey.h"
diff --git a/plugins/CryptoPP/crypto/src/pubkey.cpp b/plugins/CryptoPP/crypto/src/pubkey.cpp index 6ebb6e111c..3b53ee5e6a 100644 --- a/plugins/CryptoPP/crypto/src/pubkey.cpp +++ b/plugins/CryptoPP/crypto/src/pubkey.cpp @@ -1,4 +1,4 @@ -// pubkey.cpp - written and placed in the public domain by Wei Dai
+// pubkey.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/pubkey.h b/plugins/CryptoPP/crypto/src/pubkey.h index 8e103426cf..51743ef797 100644 --- a/plugins/CryptoPP/crypto/src/pubkey.h +++ b/plugins/CryptoPP/crypto/src/pubkey.h @@ -1,4 +1,4 @@ -// pubkey.h - written and placed in the public domain by Wei Dai
+// pubkey.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_PUBKEY_H
#define CRYPTOPP_PUBKEY_H
diff --git a/plugins/CryptoPP/crypto/src/pwdbased.h b/plugins/CryptoPP/crypto/src/pwdbased.h index 928aa23731..0751030136 100644 --- a/plugins/CryptoPP/crypto/src/pwdbased.h +++ b/plugins/CryptoPP/crypto/src/pwdbased.h @@ -1,4 +1,4 @@ -// pwdbased.h - written and placed in the public domain by Wei Dai
+// pwdbased.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_PWDBASED_H
#define CRYPTOPP_PWDBASED_H
diff --git a/plugins/CryptoPP/crypto/src/queue.cpp b/plugins/CryptoPP/crypto/src/queue.cpp index 04d1c921d7..38218a6c91 100644 --- a/plugins/CryptoPP/crypto/src/queue.cpp +++ b/plugins/CryptoPP/crypto/src/queue.cpp @@ -1,4 +1,4 @@ -// queue.cpp - written and placed in the public domain by Wei Dai
+// queue.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/queue.h b/plugins/CryptoPP/crypto/src/queue.h index 75b8693a80..a7c4f4c71f 100644 --- a/plugins/CryptoPP/crypto/src/queue.h +++ b/plugins/CryptoPP/crypto/src/queue.h @@ -1,4 +1,4 @@ -// specification file for an unlimited queue for storing bytes
+// specification file for an unlimited queue for storing bytes
#ifndef CRYPTOPP_QUEUE_H
#define CRYPTOPP_QUEUE_H
diff --git a/plugins/CryptoPP/crypto/src/rabin.cpp b/plugins/CryptoPP/crypto/src/rabin.cpp index 6a8253e450..51d6c8ccc4 100644 --- a/plugins/CryptoPP/crypto/src/rabin.cpp +++ b/plugins/CryptoPP/crypto/src/rabin.cpp @@ -1,4 +1,4 @@ -// rabin.cpp - written and placed in the public domain by Wei Dai
+// rabin.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rabin.h"
diff --git a/plugins/CryptoPP/crypto/src/rabin.h b/plugins/CryptoPP/crypto/src/rabin.h index aabb1b38a3..60deabb49a 100644 --- a/plugins/CryptoPP/crypto/src/rabin.h +++ b/plugins/CryptoPP/crypto/src/rabin.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RABIN_H
+#ifndef CRYPTOPP_RABIN_H
#define CRYPTOPP_RABIN_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/randpool.cpp b/plugins/CryptoPP/crypto/src/randpool.cpp index 9f3adab9fc..2a38f5d50d 100644 --- a/plugins/CryptoPP/crypto/src/randpool.cpp +++ b/plugins/CryptoPP/crypto/src/randpool.cpp @@ -1,4 +1,4 @@ -// randpool.cpp - written and placed in the public domain by Wei Dai
+// randpool.cpp - written and placed in the public domain by Wei Dai
// RandomPool used to follow the design of randpool in PGP 2.6.x,
// but as of version 5.5 it has been redesigned to reduce the risk
// of reusing random numbers after state rollback (which may occur
diff --git a/plugins/CryptoPP/crypto/src/randpool.h b/plugins/CryptoPP/crypto/src/randpool.h index 4ed958437d..4c444be0f2 100644 --- a/plugins/CryptoPP/crypto/src/randpool.h +++ b/plugins/CryptoPP/crypto/src/randpool.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RANDPOOL_H
+#ifndef CRYPTOPP_RANDPOOL_H
#define CRYPTOPP_RANDPOOL_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/rc2.cpp b/plugins/CryptoPP/crypto/src/rc2.cpp index 77dadfeffe..2cc8cf1061 100644 --- a/plugins/CryptoPP/crypto/src/rc2.cpp +++ b/plugins/CryptoPP/crypto/src/rc2.cpp @@ -1,4 +1,4 @@ -// rc2.cpp - written and placed in the public domain by Wei Dai
+// rc2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rc2.h"
diff --git a/plugins/CryptoPP/crypto/src/rc2.h b/plugins/CryptoPP/crypto/src/rc2.h index 4cbd9060bd..25c10f3c74 100644 --- a/plugins/CryptoPP/crypto/src/rc2.h +++ b/plugins/CryptoPP/crypto/src/rc2.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RC2_H
+#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/rc5.cpp b/plugins/CryptoPP/crypto/src/rc5.cpp index 4961fdc734..7fd623991a 100644 --- a/plugins/CryptoPP/crypto/src/rc5.cpp +++ b/plugins/CryptoPP/crypto/src/rc5.cpp @@ -1,4 +1,4 @@ -// rc5.cpp - written and placed in the public domain by Wei Dai
+// rc5.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rc5.h"
diff --git a/plugins/CryptoPP/crypto/src/rc5.h b/plugins/CryptoPP/crypto/src/rc5.h index b08f908f61..36be4b71c5 100644 --- a/plugins/CryptoPP/crypto/src/rc5.h +++ b/plugins/CryptoPP/crypto/src/rc5.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RC5_H
+#ifndef CRYPTOPP_RC5_H
#define CRYPTOPP_RC5_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/rc6.cpp b/plugins/CryptoPP/crypto/src/rc6.cpp index 3835a1a91b..f2cf808698 100644 --- a/plugins/CryptoPP/crypto/src/rc6.cpp +++ b/plugins/CryptoPP/crypto/src/rc6.cpp @@ -1,4 +1,4 @@ -// rc6.cpp - written and placed in the public domain by Sean Woods
+// rc6.cpp - written and placed in the public domain by Sean Woods
// based on Wei Dai's RC5 code.
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/rc6.h b/plugins/CryptoPP/crypto/src/rc6.h index 509e18e0c6..0499d3338a 100644 --- a/plugins/CryptoPP/crypto/src/rc6.h +++ b/plugins/CryptoPP/crypto/src/rc6.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RC6_H
+#ifndef CRYPTOPP_RC6_H
#define CRYPTOPP_RC6_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/rdtables.cpp b/plugins/CryptoPP/crypto/src/rdtables.cpp index 8d07e42185..8dd8b80985 100644 --- a/plugins/CryptoPP/crypto/src/rdtables.cpp +++ b/plugins/CryptoPP/crypto/src/rdtables.cpp @@ -1,4 +1,4 @@ -// Rijndael tables
+// Rijndael tables
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/regtest.cpp b/plugins/CryptoPP/crypto/src/regtest.cpp index e101701a5a..0cfb9ce797 100644 --- a/plugins/CryptoPP/crypto/src/regtest.cpp +++ b/plugins/CryptoPP/crypto/src/regtest.cpp @@ -1,4 +1,4 @@ -#include "factory.h"
+#include "factory.h"
#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1
#include "modes.h"
diff --git a/plugins/CryptoPP/crypto/src/resource.h b/plugins/CryptoPP/crypto/src/resource.h index 1c0aba2577..a2e492cb43 100644 --- a/plugins/CryptoPP/crypto/src/resource.h +++ b/plugins/CryptoPP/crypto/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by cryptopp.rc
//
diff --git a/plugins/CryptoPP/crypto/src/rijndael.cpp b/plugins/CryptoPP/crypto/src/rijndael.cpp index 42a35ce510..c1682d8399 100644 --- a/plugins/CryptoPP/crypto/src/rijndael.cpp +++ b/plugins/CryptoPP/crypto/src/rijndael.cpp @@ -1,4 +1,4 @@ -// rijndael.cpp - modified by Chris Morgan <cmorgan@wpi.edu>
+// rijndael.cpp - modified by Chris Morgan <cmorgan@wpi.edu>
// and Wei Dai from Paulo Baretto's Rijndael implementation
// The original code and all modifications are in the public domain.
diff --git a/plugins/CryptoPP/crypto/src/rijndael.h b/plugins/CryptoPP/crypto/src/rijndael.h index 6bc24400b3..8a2fa77d2d 100644 --- a/plugins/CryptoPP/crypto/src/rijndael.h +++ b/plugins/CryptoPP/crypto/src/rijndael.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RIJNDAEL_H
+#ifndef CRYPTOPP_RIJNDAEL_H
#define CRYPTOPP_RIJNDAEL_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/ripemd.cpp b/plugins/CryptoPP/crypto/src/ripemd.cpp index 511228f780..16d977894d 100644 --- a/plugins/CryptoPP/crypto/src/ripemd.cpp +++ b/plugins/CryptoPP/crypto/src/ripemd.cpp @@ -1,4 +1,4 @@ -// ripemd.cpp
+// ripemd.cpp
// RIPEMD-160 written and placed in the public domain by Wei Dai
// RIPEMD-320, RIPEMD-128, RIPEMD-256 written by Kevin Springle
// and also placed in the public domain
diff --git a/plugins/CryptoPP/crypto/src/ripemd.h b/plugins/CryptoPP/crypto/src/ripemd.h index e0f7f79c65..fc7b54d3cc 100644 --- a/plugins/CryptoPP/crypto/src/ripemd.h +++ b/plugins/CryptoPP/crypto/src/ripemd.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RIPEMD_H
+#ifndef CRYPTOPP_RIPEMD_H
#define CRYPTOPP_RIPEMD_H
#include "iterhash.h"
diff --git a/plugins/CryptoPP/crypto/src/rng.cpp b/plugins/CryptoPP/crypto/src/rng.cpp index ae0c06be1d..a27974e956 100644 --- a/plugins/CryptoPP/crypto/src/rng.cpp +++ b/plugins/CryptoPP/crypto/src/rng.cpp @@ -1,4 +1,4 @@ -// rng.cpp - written and placed in the public domain by Wei Dai
+// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/rng.h b/plugins/CryptoPP/crypto/src/rng.h index b6a23492ba..ff4d6267ba 100644 --- a/plugins/CryptoPP/crypto/src/rng.h +++ b/plugins/CryptoPP/crypto/src/rng.h @@ -1,4 +1,4 @@ -// rng.h - misc RNG related classes, see also osrng.h, randpool.h
+// rng.h - misc RNG related classes, see also osrng.h, randpool.h
#ifndef CRYPTOPP_RNG_H
#define CRYPTOPP_RNG_H
diff --git a/plugins/CryptoPP/crypto/src/rsa.cpp b/plugins/CryptoPP/crypto/src/rsa.cpp index b49c31c620..9793de56c8 100644 --- a/plugins/CryptoPP/crypto/src/rsa.cpp +++ b/plugins/CryptoPP/crypto/src/rsa.cpp @@ -1,4 +1,4 @@ -// rsa.cpp - written and placed in the public domain by Wei Dai
+// rsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rsa.h"
diff --git a/plugins/CryptoPP/crypto/src/rsa.h b/plugins/CryptoPP/crypto/src/rsa.h index c1fa0f3155..cc8a1bb2c7 100644 --- a/plugins/CryptoPP/crypto/src/rsa.h +++ b/plugins/CryptoPP/crypto/src/rsa.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RSA_H
+#ifndef CRYPTOPP_RSA_H
#define CRYPTOPP_RSA_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/rw.cpp b/plugins/CryptoPP/crypto/src/rw.cpp index 9928b53f19..b8d135972f 100644 --- a/plugins/CryptoPP/crypto/src/rw.cpp +++ b/plugins/CryptoPP/crypto/src/rw.cpp @@ -1,4 +1,4 @@ -// rw.cpp - written and placed in the public domain by Wei Dai
+// rw.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rw.h"
diff --git a/plugins/CryptoPP/crypto/src/rw.h b/plugins/CryptoPP/crypto/src/rw.h index 1ea53f7073..e999f58fa9 100644 --- a/plugins/CryptoPP/crypto/src/rw.h +++ b/plugins/CryptoPP/crypto/src/rw.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_RW_H
+#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/safer.cpp b/plugins/CryptoPP/crypto/src/safer.cpp index 6c66f66aee..1e66357046 100644 --- a/plugins/CryptoPP/crypto/src/safer.cpp +++ b/plugins/CryptoPP/crypto/src/safer.cpp @@ -1,4 +1,4 @@ -// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
+// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
#include "pch.h"
#include "safer.h"
diff --git a/plugins/CryptoPP/crypto/src/safer.h b/plugins/CryptoPP/crypto/src/safer.h index 59ee45d7c8..60676c507b 100644 --- a/plugins/CryptoPP/crypto/src/safer.h +++ b/plugins/CryptoPP/crypto/src/safer.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SAFER_H
+#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/salsa.cpp b/plugins/CryptoPP/crypto/src/salsa.cpp index 0c91b215fd..ae10d4a81a 100644 --- a/plugins/CryptoPP/crypto/src/salsa.cpp +++ b/plugins/CryptoPP/crypto/src/salsa.cpp @@ -1,4 +1,4 @@ -// salsa.cpp - written and placed in the public domain by Wei Dai
+// salsa.cpp - written and placed in the public domain by Wei Dai
// use "cl /EP /P /DCRYPTOPP_GENERATE_X64_MASM salsa.cpp" to generate MASM code
diff --git a/plugins/CryptoPP/crypto/src/salsa.h b/plugins/CryptoPP/crypto/src/salsa.h index 96c71127d7..ea3ed248a6 100644 --- a/plugins/CryptoPP/crypto/src/salsa.h +++ b/plugins/CryptoPP/crypto/src/salsa.h @@ -1,4 +1,4 @@ -// salsa.h - written and placed in the public domain by Wei Dai
+// salsa.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_SALSA_H
#define CRYPTOPP_SALSA_H
diff --git a/plugins/CryptoPP/crypto/src/seal.cpp b/plugins/CryptoPP/crypto/src/seal.cpp index ec5bdf2e87..0af337544d 100644 --- a/plugins/CryptoPP/crypto/src/seal.cpp +++ b/plugins/CryptoPP/crypto/src/seal.cpp @@ -1,4 +1,4 @@ -// seal.cpp - written and placed in the public domain by Wei Dai
+// seal.cpp - written and placed in the public domain by Wei Dai
// updated to SEAL 3.0 by Leonard Janke
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/seal.h b/plugins/CryptoPP/crypto/src/seal.h index 2bbe2382c9..c8b7ff4e95 100644 --- a/plugins/CryptoPP/crypto/src/seal.h +++ b/plugins/CryptoPP/crypto/src/seal.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SEAL_H
+#ifndef CRYPTOPP_SEAL_H
#define CRYPTOPP_SEAL_H
#include "strciphr.h"
diff --git a/plugins/CryptoPP/crypto/src/secblock.h b/plugins/CryptoPP/crypto/src/secblock.h index 31150f3ca1..4c2b27bb8b 100644 --- a/plugins/CryptoPP/crypto/src/secblock.h +++ b/plugins/CryptoPP/crypto/src/secblock.h @@ -1,4 +1,4 @@ -// secblock.h - written and placed in the public domain by Wei Dai
+// secblock.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_SECBLOCK_H
#define CRYPTOPP_SECBLOCK_H
diff --git a/plugins/CryptoPP/crypto/src/seckey.h b/plugins/CryptoPP/crypto/src/seckey.h index 1dc368c2f0..5bd8f9a0ce 100644 --- a/plugins/CryptoPP/crypto/src/seckey.h +++ b/plugins/CryptoPP/crypto/src/seckey.h @@ -1,4 +1,4 @@ -// seckey.h - written and placed in the public domain by Wei Dai
+// seckey.h - written and placed in the public domain by Wei Dai
// This file contains helper classes/functions for implementing secret key algorithms.
diff --git a/plugins/CryptoPP/crypto/src/serpent.cpp b/plugins/CryptoPP/crypto/src/serpent.cpp index fd89157044..068e64281f 100644 --- a/plugins/CryptoPP/crypto/src/serpent.cpp +++ b/plugins/CryptoPP/crypto/src/serpent.cpp @@ -1,4 +1,4 @@ -// serpent.cpp - written and placed in the public domain by Wei Dai
+// serpent.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "serpent.h"
diff --git a/plugins/CryptoPP/crypto/src/serpent.h b/plugins/CryptoPP/crypto/src/serpent.h index 0e9a77a85b..900ea7662e 100644 --- a/plugins/CryptoPP/crypto/src/serpent.h +++ b/plugins/CryptoPP/crypto/src/serpent.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SERPENT_H
+#ifndef CRYPTOPP_SERPENT_H
#define CRYPTOPP_SERPENT_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/serpentp.h b/plugins/CryptoPP/crypto/src/serpentp.h index 565468b841..4416b5de90 100644 --- a/plugins/CryptoPP/crypto/src/serpentp.h +++ b/plugins/CryptoPP/crypto/src/serpentp.h @@ -1,4 +1,4 @@ -// private header for Serpent and Sosemanuk
+// private header for Serpent and Sosemanuk
NAMESPACE_BEGIN(CryptoPP)
diff --git a/plugins/CryptoPP/crypto/src/sha.cpp b/plugins/CryptoPP/crypto/src/sha.cpp index ab94089a86..ba20fc0715 100644 --- a/plugins/CryptoPP/crypto/src/sha.cpp +++ b/plugins/CryptoPP/crypto/src/sha.cpp @@ -1,4 +1,4 @@ -// sha.cpp - modified by Wei Dai from Steve Reid's public domain sha1.c
+// sha.cpp - modified by Wei Dai from Steve Reid's public domain sha1.c
// Steve Reid implemented SHA-1. Wei Dai implemented SHA-2.
// Both are in the public domain.
diff --git a/plugins/CryptoPP/crypto/src/sha.h b/plugins/CryptoPP/crypto/src/sha.h index 9fd7d6350b..ff05827c7a 100644 --- a/plugins/CryptoPP/crypto/src/sha.h +++ b/plugins/CryptoPP/crypto/src/sha.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SHA_H
+#ifndef CRYPTOPP_SHA_H
#define CRYPTOPP_SHA_H
#include "iterhash.h"
diff --git a/plugins/CryptoPP/crypto/src/shacal2.cpp b/plugins/CryptoPP/crypto/src/shacal2.cpp index 8d3f6ab143..7ddc94dad4 100644 --- a/plugins/CryptoPP/crypto/src/shacal2.cpp +++ b/plugins/CryptoPP/crypto/src/shacal2.cpp @@ -1,4 +1,4 @@ -// shacal2.cpp - by Kevin Springle, 2003
+// shacal2.cpp - by Kevin Springle, 2003
//
// Portions of this code were derived from
// Wei Dai's implementation of SHA-2
diff --git a/plugins/CryptoPP/crypto/src/shacal2.h b/plugins/CryptoPP/crypto/src/shacal2.h index e21f21afc7..5a95f8be6a 100644 --- a/plugins/CryptoPP/crypto/src/shacal2.h +++ b/plugins/CryptoPP/crypto/src/shacal2.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SHACAL2_H
+#ifndef CRYPTOPP_SHACAL2_H
#define CRYPTOPP_SHACAL2_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/shark.cpp b/plugins/CryptoPP/crypto/src/shark.cpp index 84c8d6bda5..1692a88005 100644 --- a/plugins/CryptoPP/crypto/src/shark.cpp +++ b/plugins/CryptoPP/crypto/src/shark.cpp @@ -1,4 +1,4 @@ -// shark.cpp - written and placed in the public domain by Wei Dai
+// shark.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/shark.h b/plugins/CryptoPP/crypto/src/shark.h index 4be0fdb5d6..a4acd21a13 100644 --- a/plugins/CryptoPP/crypto/src/shark.h +++ b/plugins/CryptoPP/crypto/src/shark.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SHARK_H
+#ifndef CRYPTOPP_SHARK_H
#define CRYPTOPP_SHARK_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/sharkbox.cpp b/plugins/CryptoPP/crypto/src/sharkbox.cpp index 32f72cddf7..bbe65b5ec7 100644 --- a/plugins/CryptoPP/crypto/src/sharkbox.cpp +++ b/plugins/CryptoPP/crypto/src/sharkbox.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#include "shark.h"
#ifdef WORD64_AVAILABLE
diff --git a/plugins/CryptoPP/crypto/src/simple.cpp b/plugins/CryptoPP/crypto/src/simple.cpp index 61a0dd2b39..d0a120d112 100644 --- a/plugins/CryptoPP/crypto/src/simple.cpp +++ b/plugins/CryptoPP/crypto/src/simple.cpp @@ -1,4 +1,4 @@ -// simple.cpp - written and placed in the public domain by Wei Dai
+// simple.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/simple.h b/plugins/CryptoPP/crypto/src/simple.h index 3f892f0807..268690758f 100644 --- a/plugins/CryptoPP/crypto/src/simple.h +++ b/plugins/CryptoPP/crypto/src/simple.h @@ -1,4 +1,4 @@ -// simple.h - written and placed in the public domain by Wei Dai
+// simple.h - written and placed in the public domain by Wei Dai
/*! \file
Simple non-interface classes derived from classes in cryptlib.h.
*/
diff --git a/plugins/CryptoPP/crypto/src/skipjack.cpp b/plugins/CryptoPP/crypto/src/skipjack.cpp index af0f458b15..e0a0e0143a 100644 --- a/plugins/CryptoPP/crypto/src/skipjack.cpp +++ b/plugins/CryptoPP/crypto/src/skipjack.cpp @@ -1,4 +1,4 @@ -// skipjack.cpp - modified by Wei Dai from Paulo Barreto's skipjack32.c,
+// skipjack.cpp - modified by Wei Dai from Paulo Barreto's skipjack32.c,
// which is public domain according to his web site.
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/skipjack.h b/plugins/CryptoPP/crypto/src/skipjack.h index 469ead2e38..9e8a33ba10 100644 --- a/plugins/CryptoPP/crypto/src/skipjack.h +++ b/plugins/CryptoPP/crypto/src/skipjack.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SKIPJACK_H
+#ifndef CRYPTOPP_SKIPJACK_H
#define CRYPTOPP_SKIPJACK_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/smartptr.h b/plugins/CryptoPP/crypto/src/smartptr.h index f1d6fb2e7c..5259aa8e49 100644 --- a/plugins/CryptoPP/crypto/src/smartptr.h +++ b/plugins/CryptoPP/crypto/src/smartptr.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SMARTPTR_H
+#ifndef CRYPTOPP_SMARTPTR_H
#define CRYPTOPP_SMARTPTR_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/socketft.cpp b/plugins/CryptoPP/crypto/src/socketft.cpp index 86c3d27287..bcb6e0a080 100644 --- a/plugins/CryptoPP/crypto/src/socketft.cpp +++ b/plugins/CryptoPP/crypto/src/socketft.cpp @@ -1,4 +1,4 @@ -// socketft.cpp - written and placed in the public domain by Wei Dai
+// socketft.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "socketft.h"
diff --git a/plugins/CryptoPP/crypto/src/socketft.h b/plugins/CryptoPP/crypto/src/socketft.h index 2108ab459c..211c8dbb9e 100644 --- a/plugins/CryptoPP/crypto/src/socketft.h +++ b/plugins/CryptoPP/crypto/src/socketft.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SOCKETFT_H
+#ifndef CRYPTOPP_SOCKETFT_H
#define CRYPTOPP_SOCKETFT_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/sosemanuk.cpp b/plugins/CryptoPP/crypto/src/sosemanuk.cpp index 4210be5a42..d33c8db50f 100644 --- a/plugins/CryptoPP/crypto/src/sosemanuk.cpp +++ b/plugins/CryptoPP/crypto/src/sosemanuk.cpp @@ -1,4 +1,4 @@ -// sosemanuk.cpp - written and placed in the public domain by Wei Dai
+// sosemanuk.cpp - written and placed in the public domain by Wei Dai
// use "cl /EP /P /DCRYPTOPP_GENERATE_X64_MASM sosemanuk.cpp" to generate MASM code
diff --git a/plugins/CryptoPP/crypto/src/sosemanuk.h b/plugins/CryptoPP/crypto/src/sosemanuk.h index 2120f49de5..f101e2c6c9 100644 --- a/plugins/CryptoPP/crypto/src/sosemanuk.h +++ b/plugins/CryptoPP/crypto/src/sosemanuk.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SOSEMANUK_H
+#ifndef CRYPTOPP_SOSEMANUK_H
#define CRYPTOPP_SOSEMANUK_H
#include "strciphr.h"
diff --git a/plugins/CryptoPP/crypto/src/square.cpp b/plugins/CryptoPP/crypto/src/square.cpp index 71fc4ae220..4bd7b9a969 100644 --- a/plugins/CryptoPP/crypto/src/square.cpp +++ b/plugins/CryptoPP/crypto/src/square.cpp @@ -1,4 +1,4 @@ -// square.cpp - written and placed in the public domain by Wei Dai
+// square.cpp - written and placed in the public domain by Wei Dai
// Based on Paulo S.L.M. Barreto's public domain implementation
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/square.h b/plugins/CryptoPP/crypto/src/square.h index 3852ce0e4c..939b7acc1d 100644 --- a/plugins/CryptoPP/crypto/src/square.h +++ b/plugins/CryptoPP/crypto/src/square.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_SQUARE_H
+#ifndef CRYPTOPP_SQUARE_H
#define CRYPTOPP_SQUARE_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/squaretb.cpp b/plugins/CryptoPP/crypto/src/squaretb.cpp index c58ee1b787..a54465aee1 100644 --- a/plugins/CryptoPP/crypto/src/squaretb.cpp +++ b/plugins/CryptoPP/crypto/src/squaretb.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#include "square.h"
NAMESPACE_BEGIN(CryptoPP)
diff --git a/plugins/CryptoPP/crypto/src/stdcpp.h b/plugins/CryptoPP/crypto/src/stdcpp.h index ca4bd94705..e535310efa 100644 --- a/plugins/CryptoPP/crypto/src/stdcpp.h +++ b/plugins/CryptoPP/crypto/src/stdcpp.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_STDCPP_H
+#ifndef CRYPTOPP_STDCPP_H
#define CRYPTOPP_STDCPP_H
#include <stddef.h>
diff --git a/plugins/CryptoPP/crypto/src/strciphr.cpp b/plugins/CryptoPP/crypto/src/strciphr.cpp index d68748c294..fcc1e907b1 100644 --- a/plugins/CryptoPP/crypto/src/strciphr.cpp +++ b/plugins/CryptoPP/crypto/src/strciphr.cpp @@ -1,4 +1,4 @@ -// strciphr.cpp - written and placed in the public domain by Wei Dai
+// strciphr.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/strciphr.h b/plugins/CryptoPP/crypto/src/strciphr.h index 57a9c81640..d257af748b 100644 --- a/plugins/CryptoPP/crypto/src/strciphr.h +++ b/plugins/CryptoPP/crypto/src/strciphr.h @@ -1,4 +1,4 @@ -/*! \file
+/*! \file
This file contains helper classes for implementing stream ciphers.
All this infrastructure may look very complex compared to what's in Crypto++ 4.x,
diff --git a/plugins/CryptoPP/crypto/src/tea.cpp b/plugins/CryptoPP/crypto/src/tea.cpp index 5aa476ea6e..1c2e2e15d2 100644 --- a/plugins/CryptoPP/crypto/src/tea.cpp +++ b/plugins/CryptoPP/crypto/src/tea.cpp @@ -1,4 +1,4 @@ -// tea.cpp - modified by Wei Dai from code in the original paper
+// tea.cpp - modified by Wei Dai from code in the original paper
#include "pch.h"
#include "tea.h"
diff --git a/plugins/CryptoPP/crypto/src/tea.h b/plugins/CryptoPP/crypto/src/tea.h index f5f3f8ba46..4cc1e928cd 100644 --- a/plugins/CryptoPP/crypto/src/tea.h +++ b/plugins/CryptoPP/crypto/src/tea.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_TEA_H
+#ifndef CRYPTOPP_TEA_H
#define CRYPTOPP_TEA_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/test.cpp b/plugins/CryptoPP/crypto/src/test.cpp index a1a21887ac..c49a222c6e 100644 --- a/plugins/CryptoPP/crypto/src/test.cpp +++ b/plugins/CryptoPP/crypto/src/test.cpp @@ -1,4 +1,4 @@ -// test.cpp - written and placed in the public domain by Wei Dai
+// test.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#define CRYPTOPP_DEFAULT_NO_DLL
diff --git a/plugins/CryptoPP/crypto/src/tftables.cpp b/plugins/CryptoPP/crypto/src/tftables.cpp index 899c21dd40..ad55aa7ed1 100644 --- a/plugins/CryptoPP/crypto/src/tftables.cpp +++ b/plugins/CryptoPP/crypto/src/tftables.cpp @@ -1,4 +1,4 @@ -// Twofish tables
+// Twofish tables
#include "pch.h"
#include "twofish.h"
diff --git a/plugins/CryptoPP/crypto/src/tiger.cpp b/plugins/CryptoPP/crypto/src/tiger.cpp index 49ab7670ed..a4ecfd17a7 100644 --- a/plugins/CryptoPP/crypto/src/tiger.cpp +++ b/plugins/CryptoPP/crypto/src/tiger.cpp @@ -1,4 +1,4 @@ -// tiger.cpp - written and placed in the public domain by Wei Dai
+// tiger.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "tiger.h"
diff --git a/plugins/CryptoPP/crypto/src/tiger.h b/plugins/CryptoPP/crypto/src/tiger.h index b387a7ca65..05b49d4a1d 100644 --- a/plugins/CryptoPP/crypto/src/tiger.h +++ b/plugins/CryptoPP/crypto/src/tiger.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_TIGER_H
+#ifndef CRYPTOPP_TIGER_H
#define CRYPTOPP_TIGER_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/tigertab.cpp b/plugins/CryptoPP/crypto/src/tigertab.cpp index b5465886bd..0a7243256e 100644 --- a/plugins/CryptoPP/crypto/src/tigertab.cpp +++ b/plugins/CryptoPP/crypto/src/tigertab.cpp @@ -1,4 +1,4 @@ -#include "pch.h"
+#include "pch.h"
#include "tiger.h"
#ifdef WORD64_AVAILABLE
diff --git a/plugins/CryptoPP/crypto/src/trdlocal.cpp b/plugins/CryptoPP/crypto/src/trdlocal.cpp index c74f3b0a16..6cf1799d06 100644 --- a/plugins/CryptoPP/crypto/src/trdlocal.cpp +++ b/plugins/CryptoPP/crypto/src/trdlocal.cpp @@ -1,4 +1,4 @@ -// trdlocal.cpp - written and placed in the public domain by Wei Dai
+// trdlocal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/trdlocal.h b/plugins/CryptoPP/crypto/src/trdlocal.h index b22ece937c..10f14a47fb 100644 --- a/plugins/CryptoPP/crypto/src/trdlocal.h +++ b/plugins/CryptoPP/crypto/src/trdlocal.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_TRDLOCAL_H
+#ifndef CRYPTOPP_TRDLOCAL_H
#define CRYPTOPP_TRDLOCAL_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/trunhash.h b/plugins/CryptoPP/crypto/src/trunhash.h index 0e2aa1cd60..16fd8c09f8 100644 --- a/plugins/CryptoPP/crypto/src/trunhash.h +++ b/plugins/CryptoPP/crypto/src/trunhash.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_TRUNHASH_H
+#ifndef CRYPTOPP_TRUNHASH_H
#define CRYPTOPP_TRUNHASH_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/ttmac.cpp b/plugins/CryptoPP/crypto/src/ttmac.cpp index 1c71b5a768..6b4e8bfe56 100644 --- a/plugins/CryptoPP/crypto/src/ttmac.cpp +++ b/plugins/CryptoPP/crypto/src/ttmac.cpp @@ -1,4 +1,4 @@ -// ttmac.cpp - written and placed in the public domain by Kevin Springle
+// ttmac.cpp - written and placed in the public domain by Kevin Springle
#include "pch.h"
#include "ttmac.h"
diff --git a/plugins/CryptoPP/crypto/src/ttmac.h b/plugins/CryptoPP/crypto/src/ttmac.h index 3f6d80df12..ce8d968135 100644 --- a/plugins/CryptoPP/crypto/src/ttmac.h +++ b/plugins/CryptoPP/crypto/src/ttmac.h @@ -1,4 +1,4 @@ -// ttmac.h - written and placed in the public domain by Kevin Springle
+// ttmac.h - written and placed in the public domain by Kevin Springle
#ifndef CRYPTOPP_TTMAC_H
#define CRYPTOPP_TTMAC_H
diff --git a/plugins/CryptoPP/crypto/src/twofish.cpp b/plugins/CryptoPP/crypto/src/twofish.cpp index 560230ce53..e34bde5cce 100644 --- a/plugins/CryptoPP/crypto/src/twofish.cpp +++ b/plugins/CryptoPP/crypto/src/twofish.cpp @@ -1,4 +1,4 @@ -// twofish.cpp - modified by Wei Dai from Matthew Skala's twofish.c
+// twofish.cpp - modified by Wei Dai from Matthew Skala's twofish.c
// The original code and all modifications are in the public domain.
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/twofish.h b/plugins/CryptoPP/crypto/src/twofish.h index be83a4139a..d3143ad957 100644 --- a/plugins/CryptoPP/crypto/src/twofish.h +++ b/plugins/CryptoPP/crypto/src/twofish.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_TWOFISH_H
+#ifndef CRYPTOPP_TWOFISH_H
#define CRYPTOPP_TWOFISH_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/validat1.cpp b/plugins/CryptoPP/crypto/src/validat1.cpp index 8e8a1652d6..fceb62196b 100644 --- a/plugins/CryptoPP/crypto/src/validat1.cpp +++ b/plugins/CryptoPP/crypto/src/validat1.cpp @@ -1,4 +1,4 @@ -// validat1.cpp - written and placed in the public domain by Wei Dai
+// validat1.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/validat2.cpp b/plugins/CryptoPP/crypto/src/validat2.cpp index 66efa82641..76b58ea7d9 100644 --- a/plugins/CryptoPP/crypto/src/validat2.cpp +++ b/plugins/CryptoPP/crypto/src/validat2.cpp @@ -1,4 +1,4 @@ -// validat2.cpp - written and placed in the public domain by Wei Dai
+// validat2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/validat3.cpp b/plugins/CryptoPP/crypto/src/validat3.cpp index 0b7e415c52..698aa5b511 100644 --- a/plugins/CryptoPP/crypto/src/validat3.cpp +++ b/plugins/CryptoPP/crypto/src/validat3.cpp @@ -1,4 +1,4 @@ -// validat3.cpp - written and placed in the public domain by Wei Dai
+// validat3.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "validate.h"
diff --git a/plugins/CryptoPP/crypto/src/validate.h b/plugins/CryptoPP/crypto/src/validate.h index cd2d18fc14..6e2cdaf174 100644 --- a/plugins/CryptoPP/crypto/src/validate.h +++ b/plugins/CryptoPP/crypto/src/validate.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_VALIDATE_H
+#ifndef CRYPTOPP_VALIDATE_H
#define CRYPTOPP_VALIDATE_H
#include "cryptlib.h"
diff --git a/plugins/CryptoPP/crypto/src/version.h b/plugins/CryptoPP/crypto/src/version.h index b52b4a13f3..ca634c9df2 100644 --- a/plugins/CryptoPP/crypto/src/version.h +++ b/plugins/CryptoPP/crypto/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 5 +#define __MAJOR_VERSION 5 #define __MINOR_VERSION 5 #define __RELEASE_NUM 2 #define __BUILD_NUM 0 diff --git a/plugins/CryptoPP/crypto/src/vmac.cpp b/plugins/CryptoPP/crypto/src/vmac.cpp index c8b65e1592..a24491792c 100644 --- a/plugins/CryptoPP/crypto/src/vmac.cpp +++ b/plugins/CryptoPP/crypto/src/vmac.cpp @@ -1,4 +1,4 @@ -// vmac.cpp - written and placed in the public domain by Wei Dai
+// vmac.cpp - written and placed in the public domain by Wei Dai
// based on Ted Krovetz's public domain vmac.c and draft-krovetz-vmac-01.txt
#include "pch.h"
diff --git a/plugins/CryptoPP/crypto/src/vmac.h b/plugins/CryptoPP/crypto/src/vmac.h index cea88ac171..a2c85ace03 100644 --- a/plugins/CryptoPP/crypto/src/vmac.h +++ b/plugins/CryptoPP/crypto/src/vmac.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_VMAC_H
+#ifndef CRYPTOPP_VMAC_H
#define CRYPTOPP_VMAC_H
#include "iterhash.h"
diff --git a/plugins/CryptoPP/crypto/src/wait.cpp b/plugins/CryptoPP/crypto/src/wait.cpp index 190ee7a34d..b031922638 100644 --- a/plugins/CryptoPP/crypto/src/wait.cpp +++ b/plugins/CryptoPP/crypto/src/wait.cpp @@ -1,4 +1,4 @@ -// wait.cpp - written and placed in the public domain by Wei Dai
+// wait.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "wait.h"
diff --git a/plugins/CryptoPP/crypto/src/wait.h b/plugins/CryptoPP/crypto/src/wait.h index 8267b67a68..c01b745e32 100644 --- a/plugins/CryptoPP/crypto/src/wait.h +++ b/plugins/CryptoPP/crypto/src/wait.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_WAIT_H
+#ifndef CRYPTOPP_WAIT_H
#define CRYPTOPP_WAIT_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/wake.cpp b/plugins/CryptoPP/crypto/src/wake.cpp index f87c5afc47..41d06753ba 100644 --- a/plugins/CryptoPP/crypto/src/wake.cpp +++ b/plugins/CryptoPP/crypto/src/wake.cpp @@ -1,4 +1,4 @@ -// wake.cpp - written and placed in the public domain by Wei Dai
+// wake.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "wake.h"
diff --git a/plugins/CryptoPP/crypto/src/wake.h b/plugins/CryptoPP/crypto/src/wake.h index 4fcca1c9ce..6c6c05c5e0 100644 --- a/plugins/CryptoPP/crypto/src/wake.h +++ b/plugins/CryptoPP/crypto/src/wake.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_WAKE_H
+#ifndef CRYPTOPP_WAKE_H
#define CRYPTOPP_WAKE_H
#include "seckey.h"
diff --git a/plugins/CryptoPP/crypto/src/whrlpool.cpp b/plugins/CryptoPP/crypto/src/whrlpool.cpp index 1ef2c07e94..33a32e2d3e 100644 --- a/plugins/CryptoPP/crypto/src/whrlpool.cpp +++ b/plugins/CryptoPP/crypto/src/whrlpool.cpp @@ -1,4 +1,4 @@ -// whrlpool.cpp - originally modified by Kevin Springle from
+// whrlpool.cpp - originally modified by Kevin Springle from
// Paulo Barreto and Vincent Rijmen's public domain code, whirlpool.c.
// Updated to Whirlpool version 3.0, optimized and SSE version added by Wei Dai
// All modifications are placed in the public domain
diff --git a/plugins/CryptoPP/crypto/src/whrlpool.h b/plugins/CryptoPP/crypto/src/whrlpool.h index 9745e92a11..32f3a2de83 100644 --- a/plugins/CryptoPP/crypto/src/whrlpool.h +++ b/plugins/CryptoPP/crypto/src/whrlpool.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_WHIRLPOOL_H
+#ifndef CRYPTOPP_WHIRLPOOL_H
#define CRYPTOPP_WHIRLPOOL_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/winpipes.cpp b/plugins/CryptoPP/crypto/src/winpipes.cpp index f0bbffd797..ea9843973b 100644 --- a/plugins/CryptoPP/crypto/src/winpipes.cpp +++ b/plugins/CryptoPP/crypto/src/winpipes.cpp @@ -1,4 +1,4 @@ -// winpipes.cpp - written and placed in the public domain by Wei Dai
+// winpipes.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "winpipes.h"
diff --git a/plugins/CryptoPP/crypto/src/winpipes.h b/plugins/CryptoPP/crypto/src/winpipes.h index 3ef554b92a..75ac3a8c66 100644 --- a/plugins/CryptoPP/crypto/src/winpipes.h +++ b/plugins/CryptoPP/crypto/src/winpipes.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_WINPIPES_H
+#ifndef CRYPTOPP_WINPIPES_H
#define CRYPTOPP_WINPIPES_H
#include "config.h"
diff --git a/plugins/CryptoPP/crypto/src/words.h b/plugins/CryptoPP/crypto/src/words.h index e9b45fb20b..f76e8499f4 100644 --- a/plugins/CryptoPP/crypto/src/words.h +++ b/plugins/CryptoPP/crypto/src/words.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_WORDS_H
+#ifndef CRYPTOPP_WORDS_H
#define CRYPTOPP_WORDS_H
#include "misc.h"
diff --git a/plugins/CryptoPP/crypto/src/xormac.h b/plugins/CryptoPP/crypto/src/xormac.h index c383bb5b04..977b2cd6f7 100644 --- a/plugins/CryptoPP/crypto/src/xormac.h +++ b/plugins/CryptoPP/crypto/src/xormac.h @@ -1,4 +1,4 @@ -// xormac.h - written and placed in the public domain by Wei Dai
+// xormac.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_XORMAC_H
#define CRYPTOPP_XORMAC_H
diff --git a/plugins/CryptoPP/crypto/src/xtr.cpp b/plugins/CryptoPP/crypto/src/xtr.cpp index 530a7efe55..d2f3fb0708 100644 --- a/plugins/CryptoPP/crypto/src/xtr.cpp +++ b/plugins/CryptoPP/crypto/src/xtr.cpp @@ -1,4 +1,4 @@ -// cryptlib.cpp - written and placed in the public domain by Wei Dai
+// cryptlib.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "xtr.h"
diff --git a/plugins/CryptoPP/crypto/src/xtr.h b/plugins/CryptoPP/crypto/src/xtr.h index f3896ac4a9..40ca8a14ab 100644 --- a/plugins/CryptoPP/crypto/src/xtr.h +++ b/plugins/CryptoPP/crypto/src/xtr.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_XTR_H
+#ifndef CRYPTOPP_XTR_H
#define CRYPTOPP_XTR_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/xtrcrypt.cpp b/plugins/CryptoPP/crypto/src/xtrcrypt.cpp index 903c1a9c36..ce3ed76154 100644 --- a/plugins/CryptoPP/crypto/src/xtrcrypt.cpp +++ b/plugins/CryptoPP/crypto/src/xtrcrypt.cpp @@ -1,4 +1,4 @@ -// xtrcrypt.cpp - written and placed in the public domain by Wei Dai
+// xtrcrypt.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "xtrcrypt.h"
diff --git a/plugins/CryptoPP/crypto/src/xtrcrypt.h b/plugins/CryptoPP/crypto/src/xtrcrypt.h index c5a8969c6f..2f51b116a3 100644 --- a/plugins/CryptoPP/crypto/src/xtrcrypt.h +++ b/plugins/CryptoPP/crypto/src/xtrcrypt.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_XTRCRYPT_H
+#ifndef CRYPTOPP_XTRCRYPT_H
#define CRYPTOPP_XTRCRYPT_H
/** \file
diff --git a/plugins/CryptoPP/crypto/src/zdeflate.cpp b/plugins/CryptoPP/crypto/src/zdeflate.cpp index 59bd92d287..099226bab8 100644 --- a/plugins/CryptoPP/crypto/src/zdeflate.cpp +++ b/plugins/CryptoPP/crypto/src/zdeflate.cpp @@ -1,4 +1,4 @@ -// zdeflate.cpp - written and placed in the public domain by Wei Dai
+// zdeflate.cpp - written and placed in the public domain by Wei Dai
// Many of the algorithms and tables used here came from the deflate implementation
// by Jean-loup Gailly, which was included in Crypto++ 4.0 and earlier. I completely
diff --git a/plugins/CryptoPP/crypto/src/zdeflate.h b/plugins/CryptoPP/crypto/src/zdeflate.h index edecde33b6..60b8533112 100644 --- a/plugins/CryptoPP/crypto/src/zdeflate.h +++ b/plugins/CryptoPP/crypto/src/zdeflate.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ZDEFLATE_H
+#ifndef CRYPTOPP_ZDEFLATE_H
#define CRYPTOPP_ZDEFLATE_H
#include "filters.h"
diff --git a/plugins/CryptoPP/crypto/src/zinflate.cpp b/plugins/CryptoPP/crypto/src/zinflate.cpp index 289676f167..7a0c8aa110 100644 --- a/plugins/CryptoPP/crypto/src/zinflate.cpp +++ b/plugins/CryptoPP/crypto/src/zinflate.cpp @@ -1,4 +1,4 @@ -// zinflate.cpp - written and placed in the public domain by Wei Dai
+// zinflate.cpp - written and placed in the public domain by Wei Dai
// This is a complete reimplementation of the DEFLATE decompression algorithm.
// It should not be affected by any security vulnerabilities in the zlib
diff --git a/plugins/CryptoPP/crypto/src/zinflate.h b/plugins/CryptoPP/crypto/src/zinflate.h index df80bbe1d9..4d536beb2d 100644 --- a/plugins/CryptoPP/crypto/src/zinflate.h +++ b/plugins/CryptoPP/crypto/src/zinflate.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ZINFLATE_H
+#ifndef CRYPTOPP_ZINFLATE_H
#define CRYPTOPP_ZINFLATE_H
#include "filters.h"
diff --git a/plugins/CryptoPP/crypto/src/zlib.cpp b/plugins/CryptoPP/crypto/src/zlib.cpp index 7b78508743..528f809122 100644 --- a/plugins/CryptoPP/crypto/src/zlib.cpp +++ b/plugins/CryptoPP/crypto/src/zlib.cpp @@ -1,4 +1,4 @@ -// zlib.cpp - written and placed in the public domain by Wei Dai
+// zlib.cpp - written and placed in the public domain by Wei Dai
// "zlib" is the name of a well known C language compression library
// (http://www.zlib.org) and also the name of a compression format
diff --git a/plugins/CryptoPP/crypto/src/zlib.h b/plugins/CryptoPP/crypto/src/zlib.h index 41de7c73fb..a9acc7d3fa 100644 --- a/plugins/CryptoPP/crypto/src/zlib.h +++ b/plugins/CryptoPP/crypto/src/zlib.h @@ -1,4 +1,4 @@ -#ifndef CRYPTOPP_ZLIB_H
+#ifndef CRYPTOPP_ZLIB_H
#define CRYPTOPP_ZLIB_H
#include "adler32.h"
diff --git a/plugins/CryptoPP/docs/!whatsnew.txt b/plugins/CryptoPP/docs/!whatsnew.txt index adaa39a6b0..a5931a12ee 100644 --- a/plugins/CryptoPP/docs/!whatsnew.txt +++ b/plugins/CryptoPP/docs/!whatsnew.txt @@ -1,4 +1,4 @@ -
+
Verison 1.0.4.4 [22-05-2009]
diff --git a/plugins/CryptoPP/docs/readme.txt b/plugins/CryptoPP/docs/readme.txt index c054b473dc..a1150056c6 100644 --- a/plugins/CryptoPP/docs/readme.txt +++ b/plugins/CryptoPP/docs/readme.txt @@ -1,4 +1,4 @@ -
+
-*-*-*-*-*-*-*-*- Описание RSA/AES алгоритма (наиболее свежее) -*-*-*-*-*-*-*-*-
diff --git a/plugins/CryptoPP/src/GPGw/gpg.cpp b/plugins/CryptoPP/src/GPGw/gpg.cpp index c50114c851..47d5d178dc 100644 --- a/plugins/CryptoPP/src/GPGw/gpg.cpp +++ b/plugins/CryptoPP/src/GPGw/gpg.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
char *txtgpgargslistpublickeys=
diff --git a/plugins/CryptoPP/src/GPGw/gpg.h b/plugins/CryptoPP/src/GPGw/gpg.h index 2c60a5570e..5a06071e4a 100644 --- a/plugins/CryptoPP/src/GPGw/gpg.h +++ b/plugins/CryptoPP/src/GPGw/gpg.h @@ -1,4 +1,4 @@ -#ifndef __GPG_H__
+#ifndef __GPG_H__
#define __GPG_H__
typedef enum
diff --git a/plugins/CryptoPP/src/GPGw/gpg_main.cpp b/plugins/CryptoPP/src/GPGw/gpg_main.cpp index 2eaacce5a9..5bbbc9f5e3 100644 --- a/plugins/CryptoPP/src/GPGw/gpg_main.cpp +++ b/plugins/CryptoPP/src/GPGw/gpg_main.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
BOOL ShowSelectExecDlg(LPSTR);
diff --git a/plugins/CryptoPP/src/GPGw/gpg_res.h b/plugins/CryptoPP/src/GPGw/gpg_res.h index 6bbea495a1..af5efe29d7 100644 --- a/plugins/CryptoPP/src/GPGw/gpg_res.h +++ b/plugins/CryptoPP/src/GPGw/gpg_res.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/CryptoPP/src/GPGw/gpgw.h b/plugins/CryptoPP/src/GPGw/gpgw.h index d3722cea94..041c79abc5 100644 --- a/plugins/CryptoPP/src/GPGw/gpgw.h +++ b/plugins/CryptoPP/src/GPGw/gpgw.h @@ -1,4 +1,4 @@ -// Windows API
+// Windows API
#pragma once
diff --git a/plugins/CryptoPP/src/GPGw/keys.cpp b/plugins/CryptoPP/src/GPGw/keys.cpp index 707e2169eb..74674bedd3 100644 --- a/plugins/CryptoPP/src/GPGw/keys.cpp +++ b/plugins/CryptoPP/src/GPGw/keys.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
typedef char tkeyuserid[keyuseridsize];
diff --git a/plugins/CryptoPP/src/GPGw/keys.h b/plugins/CryptoPP/src/GPGw/keys.h index 039c5e8e85..394c6c05b8 100644 --- a/plugins/CryptoPP/src/GPGw/keys.h +++ b/plugins/CryptoPP/src/GPGw/keys.h @@ -1,4 +1,4 @@ -#ifndef __KEYS_H__
+#ifndef __KEYS_H__
#define __KEYS_H__
#define publickeyuserid 0
diff --git a/plugins/CryptoPP/src/GPGw/language.cpp b/plugins/CryptoPP/src/GPGw/language.cpp index 304a1633f0..a815f7cff3 100644 --- a/plugins/CryptoPP/src/GPGw/language.cpp +++ b/plugins/CryptoPP/src/GPGw/language.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
//char *txtverifyoptions="Please verify your settings in M->Options->Plugins->GnuPG and GnuPG Advanced."; /*lang*/
diff --git a/plugins/CryptoPP/src/GPGw/language.h b/plugins/CryptoPP/src/GPGw/language.h index 6e8bcf9215..6c3548b4c3 100644 --- a/plugins/CryptoPP/src/GPGw/language.h +++ b/plugins/CryptoPP/src/GPGw/language.h @@ -1,4 +1,4 @@ -#ifndef __TEXT_H__
+#ifndef __TEXT_H__
#define __TEXT_H__
// textkonstanten, die uebersetzt werden muessen
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.cpp b/plugins/CryptoPP/src/GPGw/passdialog.cpp index 0263edb6e3..18389c31d6 100644 --- a/plugins/CryptoPP/src/GPGw/passdialog.cpp +++ b/plugins/CryptoPP/src/GPGw/passdialog.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
char dlgpassphrase[passphrasesize];
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.h b/plugins/CryptoPP/src/GPGw/passdialog.h index 408c8c39da..0bf5b9522b 100644 --- a/plugins/CryptoPP/src/GPGw/passdialog.h +++ b/plugins/CryptoPP/src/GPGw/passdialog.h @@ -1,4 +1,4 @@ -#ifndef __PASSDIALOG_H__
+#ifndef __PASSDIALOG_H__
#define __PASSDIALOG_H__
extern char dlgpassphrase[];
diff --git a/plugins/CryptoPP/src/GPGw/passphrases.cpp b/plugins/CryptoPP/src/GPGw/passphrases.cpp index 01e17ec4b9..6a88358370 100644 --- a/plugins/CryptoPP/src/GPGw/passphrases.cpp +++ b/plugins/CryptoPP/src/GPGw/passphrases.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
// globale variablen
diff --git a/plugins/CryptoPP/src/GPGw/passphrases.h b/plugins/CryptoPP/src/GPGw/passphrases.h index 30d5bc1931..9a2c25dadd 100644 --- a/plugins/CryptoPP/src/GPGw/passphrases.h +++ b/plugins/CryptoPP/src/GPGw/passphrases.h @@ -1,4 +1,4 @@ -#ifndef __PASSPHRASES_H__
+#ifndef __PASSPHRASES_H__
#define __PASSPHRASES_H__
// funktions prototypen
diff --git a/plugins/CryptoPP/src/GPGw/pipeexec.cpp b/plugins/CryptoPP/src/GPGw/pipeexec.cpp index 8ebdb00ab7..3a04fd1697 100644 --- a/plugins/CryptoPP/src/GPGw/pipeexec.cpp +++ b/plugins/CryptoPP/src/GPGw/pipeexec.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
BOOL isWindowsNT(void)
diff --git a/plugins/CryptoPP/src/GPGw/pipeexec.h b/plugins/CryptoPP/src/GPGw/pipeexec.h index 047baa4476..241e071a53 100644 --- a/plugins/CryptoPP/src/GPGw/pipeexec.h +++ b/plugins/CryptoPP/src/GPGw/pipeexec.h @@ -1,4 +1,4 @@ -#ifndef __PIPEEXEC_H__
+#ifndef __PIPEEXEC_H__
#define __PIPEEXEC_H__
#include <windows.h>
diff --git a/plugins/CryptoPP/src/GPGw/size.h b/plugins/CryptoPP/src/GPGw/size.h index 6a46c40d52..e9382f7a2b 100644 --- a/plugins/CryptoPP/src/GPGw/size.h +++ b/plugins/CryptoPP/src/GPGw/size.h @@ -1,4 +1,4 @@ -#ifndef __SIZE_H__
+#ifndef __SIZE_H__
#define __SIZE_H__
// array groessen
diff --git a/plugins/CryptoPP/src/GPGw/tools.cpp b/plugins/CryptoPP/src/GPGw/tools.cpp index fb12501629..17d3303739 100644 --- a/plugins/CryptoPP/src/GPGw/tools.cpp +++ b/plugins/CryptoPP/src/GPGw/tools.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
// escape sequence type
diff --git a/plugins/CryptoPP/src/GPGw/tools.h b/plugins/CryptoPP/src/GPGw/tools.h index f9e9cef7f8..74da8552d3 100644 --- a/plugins/CryptoPP/src/GPGw/tools.h +++ b/plugins/CryptoPP/src/GPGw/tools.h @@ -1,4 +1,4 @@ -#ifndef __TOOLS_H__
+#ifndef __TOOLS_H__
#define __TOOLS_H__
#ifdef __cplusplus
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.cpp b/plugins/CryptoPP/src/GPGw/userdialog.cpp index 159d811fc9..a6f6cea17f 100644 --- a/plugins/CryptoPP/src/GPGw/userdialog.cpp +++ b/plugins/CryptoPP/src/GPGw/userdialog.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
void RefreshListView(HWND hLV);
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.h b/plugins/CryptoPP/src/GPGw/userdialog.h index f88c8f0b49..acdf0a3bcc 100644 --- a/plugins/CryptoPP/src/GPGw/userdialog.h +++ b/plugins/CryptoPP/src/GPGw/userdialog.h @@ -1,4 +1,4 @@ -#ifndef __USERDIALOG_H__
+#ifndef __USERDIALOG_H__
#define __USERDIALOG_H__
INT_PTR CALLBACK UserIdDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
diff --git a/plugins/CryptoPP/src/PGPw/pgpw.h b/plugins/CryptoPP/src/PGPw/pgpw.h index d924992cd7..5659ca2058 100644 --- a/plugins/CryptoPP/src/PGPw/pgpw.h +++ b/plugins/CryptoPP/src/PGPw/pgpw.h @@ -1,4 +1,4 @@ -// Windows API
+// Windows API
#pragma once
diff --git a/plugins/CryptoPP/src/PGPw/sdk6.cpp b/plugins/CryptoPP/src/PGPw/sdk6.cpp index 115c1bf792..3d9bf47f17 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6.cpp +++ b/plugins/CryptoPP/src/PGPw/sdk6.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#define PGP_WIN32 0x600
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBase.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBase.h index a9aaa1445c..7e460c800a 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBase.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBase.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpBase.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBigNum.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBigNum.h index 5c0730f52e..81c6b17429 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBigNum.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpBigNum.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCBC.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCBC.h index d3fe01c537..9e3ea0382a 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCBC.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCBC.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpCBC.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCFB.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCFB.h index cd7726ff47..54ae8d7e43 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCFB.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpCFB.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpConfig.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpConfig.h index 0384083a4f..f72f0d4c9b 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpConfig.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpConfig.h @@ -1,4 +1,4 @@ -/*
+/*
* pgpConfig.h -- Configuration for the PGPsdk. This file contains
* the configuration information for the PGPsdk, and it should be
* included in all PGPsdk source files.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpEncode.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpEncode.h index e835df9587..8b87c1c2f9 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpEncode.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpEncode.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpEncode.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpErrors.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpErrors.h index b93961cb51..52ffcfeaca 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpErrors.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpErrors.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpErrors.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpFeatures.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpFeatures.h index 9524daa5b8..96016ad2b5 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpFeatures.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpFeatures.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpGroups.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpGroups.h index 45a49d8cc3..65e4bc209a 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpGroups.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpGroups.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHMAC.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHMAC.h index 02b9f4477d..a04dc9545d 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHMAC.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHMAC.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpHMAC.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHash.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHash.h index d412591ae5..101120d47a 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHash.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpHash.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpHash.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeyServer.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeyServer.h index dda8964550..25579aacd0 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeyServer.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeyServer.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeys.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeys.h index 4a1d7c94e9..8bfdc34cc3 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeys.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpKeys.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpKeys.h
Copyright(C) 1996,1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpMemoryMgr.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpMemoryMgr.h index 7b6fb8b77e..7480d52b55 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpMemoryMgr.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpMemoryMgr.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpOptionList.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpOptionList.h index 9d628d4822..7ccbc8e1b7 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpOptionList.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpOptionList.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpOptionList.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLConfig.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLConfig.h index 4acccc4c96..a5d7e67415 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLConfig.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLConfig.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpPFLConfig.h (Win32 version)
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLErrors.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLErrors.h index ba71748237..ca35c79876 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLErrors.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPFLErrors.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPubTypes.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPubTypes.h index 6417719b31..a420bfb537 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPubTypes.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPubTypes.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpPubTypes.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPublicKey.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPublicKey.h index 85e20afec4..d780876a75 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPublicKey.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpPublicKey.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpPublicKey.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpRandomPool.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpRandomPool.h index b57f49c3ca..5a7fabeb7e 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpRandomPool.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpRandomPool.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpRandomPool.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSDKPrefs.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSDKPrefs.h index cc94274e48..2662786474 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSDKPrefs.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSDKPrefs.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSockets.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSockets.h index 64896acd0a..c884cc5523 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSockets.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSockets.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSymmetricCipher.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSymmetricCipher.h index 18d5de70bd..b1dec160e2 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSymmetricCipher.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpSymmetricCipher.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpSymmetricCipher.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpTLS.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpTLS.h index b89b4fac38..ec2903aa74 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpTLS.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpTLS.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997-1999 Network Associates, Inc.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUserInterface.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUserInterface.h index a167d114f8..8d2e05db40 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUserInterface.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUserInterface.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
diff --git a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUtilities.h b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUtilities.h index f160d77136..d92c999cf9 100644 --- a/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUtilities.h +++ b/plugins/CryptoPP/src/PGPw/sdk6/include/pgpUtilities.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________
+/*____________________________________________________________________________
pgpUtilities.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
diff --git a/plugins/CryptoPP/src/PGPw/sdk8.cpp b/plugins/CryptoPP/src/PGPw/sdk8.cpp index 5f7cc35e9e..5dd4cb1ebe 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8.cpp +++ b/plugins/CryptoPP/src/PGPw/sdk8.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#define PGP_WIN32 0x800
diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pflTypes.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pflTypes.h index 538eafaaaa..00f3242fd4 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pflTypes.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pflTypes.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpAPIAdapter.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpAPIAdapter.h index f114768450..e473df49e2 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpAPIAdapter.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpAPIAdapter.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ * Copyright (C) 2003 PGP Corporation * All rights reserved. * diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBER.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBER.h index ff4615cc3b..ad20d033fd 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBER.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBER.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h index 28329ec23c..38122bca7f 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBigNum.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBigNum.h index c87a2aacac..fdc65e2017 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBigNum.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBigNum.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCBC.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCBC.h index c5c7f01491..26ae61d57f 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCBC.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCBC.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCFB.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCFB.h index f782f50ba7..9745f969ec 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCFB.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpCFB.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpConfig.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpConfig.h index bf2e3408db..f2e9f883a1 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpConfig.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpConfig.h @@ -1,4 +1,4 @@ -/* +/* * pgpConfig.h -- Configuration for the PGPsdk. This file contains * the configuration information for the PGPsdk, and it should be * included in all PGPsdk source files. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEC.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEC.h index 8577e8896c..c12ded4444 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEC.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEC.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h index d773a1c573..93a99825f8 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpErrors.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpErrors.h index 47eae10437..7174b0a9e6 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpErrors.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpErrors.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpFeatures.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpFeatures.h index c3f7f83791..ad628a283b 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpFeatures.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpFeatures.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpGroups.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpGroups.h index 73f9eb6db6..2f6ebd07af 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpGroups.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpGroups.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHMAC.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHMAC.h index ddd6431985..3dc58a6ff9 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHMAC.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHMAC.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHash.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHash.h index 35e5ea6969..44225347ee 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHash.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHash.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHashWords.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHashWords.h index b77aabac56..4c3c82cb8b 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHashWords.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpHashWords.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpIKE.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpIKE.h index 9979deb9f5..23a28c8bc2 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpIKE.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpIKE.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeyServer.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeyServer.h index d797f09588..27594ea8b1 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeyServer.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeyServer.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeys.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeys.h index 190287be7d..8700cee34e 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeys.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpKeys.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpLDAP.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpLDAP.h index aec18b9a5b..1cdce41630 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpLDAP.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpLDAP.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpMemoryMgr.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpMemoryMgr.h index f89eaa2992..1a86a22a46 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpMemoryMgr.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpMemoryMgr.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpOptionList.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpOptionList.h index b03fb96450..a0ef6ceab6 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpOptionList.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpOptionList.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLConfig.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLConfig.h index ab8220814c..8474d66aa0 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLConfig.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLConfig.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ pgpPFLConfig.h (Win32 version) Copyright (C) 2002 PGP Corporation diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLErrors.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLErrors.h index fb69a3b03d..f0264cafd0 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLErrors.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPFLErrors.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPubTypes.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPubTypes.h index 34f1b257dc..6082d4bb62 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPubTypes.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPubTypes.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPublicKey.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPublicKey.h index 7797d5d7ab..8ed1adc9ae 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPublicKey.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpPublicKey.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpRandomPool.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpRandomPool.h index 3185b4fc86..b965b498d3 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpRandomPool.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpRandomPool.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpReconstruct.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpReconstruct.h index 5b7cfa1f45..756a19619e 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpReconstruct.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpReconstruct.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSECSH.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSECSH.h index 2532d827f5..4a964f40ed 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSECSH.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSECSH.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSKEP.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSKEP.h index 0e9c89559c..217c88e1b8 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSKEP.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSKEP.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShare.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShare.h index e10aaf1faa..04d6da569c 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShare.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShare.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShareFile.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShareFile.h index 9ff7f0752b..4a7aa3e920 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShareFile.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpShareFile.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSockets.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSockets.h index c7acd5df02..e82ab45026 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSockets.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSockets.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSymmetricCipher.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSymmetricCipher.h index 4753af464a..61a700e33e 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSymmetricCipher.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpSymmetricCipher.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpTLS.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpTLS.h index 68984f7d7f..f901b1b0db 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpTLS.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpTLS.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUserInterface.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUserInterface.h index fddb3c5e53..210f1656f2 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUserInterface.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUserInterface.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUtilities.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUtilities.h index 259687c806..dc1ca20d62 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUtilities.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpUtilities.h @@ -1,4 +1,4 @@ -/*____________________________________________________________________________ +/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. diff --git a/plugins/CryptoPP/src/base16.cpp b/plugins/CryptoPP/src/base16.cpp index b0f9c1b2c4..e716b4be4f 100644 --- a/plugins/CryptoPP/src/base16.cpp +++ b/plugins/CryptoPP/src/base16.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
char *base16encode(const char *inBuffer, int count)
{
diff --git a/plugins/CryptoPP/src/base16.h b/plugins/CryptoPP/src/base16.h index 562cdff696..871bca3fbd 100644 --- a/plugins/CryptoPP/src/base16.h +++ b/plugins/CryptoPP/src/base16.h @@ -1,4 +1,4 @@ -#ifndef __BASE_16__
+#ifndef __BASE_16__
#define __BASE_16__
#define BERR 0xFF /* Illegal char marker */
diff --git a/plugins/CryptoPP/src/base64.cpp b/plugins/CryptoPP/src/base64.cpp index 9361de5f7e..9a855cdb8d 100644 --- a/plugins/CryptoPP/src/base64.cpp +++ b/plugins/CryptoPP/src/base64.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
string base64encode(const string& buf)
{
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index d96286fa2a..ff27ce934c 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -1,4 +1,4 @@ -// Windows API
+// Windows API
#define _CRT_NONSTDC_NO_DEPRECATE
#define WIN32_LEAN_AND_MEAN
#define NETLIB_LOG
diff --git a/plugins/CryptoPP/src/cpp_cntx.cpp b/plugins/CryptoPP/src/cpp_cntx.cpp index 670cd309e5..9fcb9e8542 100644 --- a/plugins/CryptoPP/src/cpp_cntx.cpp +++ b/plugins/CryptoPP/src/cpp_cntx.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// get context data on context id
pCNTX get_context_on_id(HANDLE context)
diff --git a/plugins/CryptoPP/src/cpp_gpgw.cpp b/plugins/CryptoPP/src/cpp_gpgw.cpp index e9aca727aa..bda82d6e6f 100644 --- a/plugins/CryptoPP/src/cpp_gpgw.cpp +++ b/plugins/CryptoPP/src/cpp_gpgw.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
HMODULE hgpg;
diff --git a/plugins/CryptoPP/src/cpp_gzip.cpp b/plugins/CryptoPP/src/cpp_gzip.cpp index 80dbe69ced..41183d3eb5 100644 --- a/plugins/CryptoPP/src/cpp_gzip.cpp +++ b/plugins/CryptoPP/src/cpp_gzip.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// gzip data
BYTE *cpp_gzip(BYTE *pData, size_t nLen, size_t& nCompressedLen)
diff --git a/plugins/CryptoPP/src/cpp_keys.cpp b/plugins/CryptoPP/src/cpp_keys.cpp index b88dfa93d5..8cfea1c040 100644 --- a/plugins/CryptoPP/src/cpp_keys.cpp +++ b/plugins/CryptoPP/src/cpp_keys.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
const unsigned char IV[] = "PSKhell@MIRANDA!";
diff --git a/plugins/CryptoPP/src/cpp_misc.cpp b/plugins/CryptoPP/src/cpp_misc.cpp index 5b078537b0..bdd3f2a645 100644 --- a/plugins/CryptoPP/src/cpp_misc.cpp +++ b/plugins/CryptoPP/src/cpp_misc.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int __cdecl cpp_get_features(HANDLE context)
{
diff --git a/plugins/CryptoPP/src/cpp_pgpw.cpp b/plugins/CryptoPP/src/cpp_pgpw.cpp index 23f1540e68..d574c2f236 100644 --- a/plugins/CryptoPP/src/cpp_pgpw.cpp +++ b/plugins/CryptoPP/src/cpp_pgpw.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
HMODULE hpgpsdk;
diff --git a/plugins/CryptoPP/src/cpp_rsam.cpp b/plugins/CryptoPP/src/cpp_rsam.cpp index 694f7e2039..1ff82b508d 100644 --- a/plugins/CryptoPP/src/cpp_rsam.cpp +++ b/plugins/CryptoPP/src/cpp_rsam.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
///////////////////////////////////////////////////////////////////////////
diff --git a/plugins/CryptoPP/src/cpp_rsam.h b/plugins/CryptoPP/src/cpp_rsam.h index 323e916fd3..7ffdbe1579 100644 --- a/plugins/CryptoPP/src/cpp_rsam.h +++ b/plugins/CryptoPP/src/cpp_rsam.h @@ -1,4 +1,4 @@ -#ifndef __CPP_RSAM_H__
+#ifndef __CPP_RSAM_H__
#define __CPP_RSAM_H__
int __cdecl rsa_gen_keypair(short);
diff --git a/plugins/CryptoPP/src/cpp_rsau.cpp b/plugins/CryptoPP/src/cpp_rsau.cpp index 84b7d5c1f1..1adf07afd5 100644 --- a/plugins/CryptoPP/src/cpp_rsau.cpp +++ b/plugins/CryptoPP/src/cpp_rsau.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
const string padding = "PADDING!PADDING!PADDING!PADDING!"; // 256 bit
diff --git a/plugins/CryptoPP/src/cpp_rsau.h b/plugins/CryptoPP/src/cpp_rsau.h index b3199820ae..38ba656f9d 100644 --- a/plugins/CryptoPP/src/cpp_rsau.h +++ b/plugins/CryptoPP/src/cpp_rsau.h @@ -1,4 +1,4 @@ -#ifndef __CPP_RSAU_H__
+#ifndef __CPP_RSAU_H__
#define __CPP_RSAU_H__
class TLV {
diff --git a/plugins/CryptoPP/src/cpp_svcs.cpp b/plugins/CryptoPP/src/cpp_svcs.cpp index 1192a44e7c..089d535a8f 100644 --- a/plugins/CryptoPP/src/cpp_svcs.cpp +++ b/plugins/CryptoPP/src/cpp_svcs.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
const unsigned char IV[] = "SIMhell@MIRANDA!";
diff --git a/plugins/CryptoPP/src/cryptopp.h b/plugins/CryptoPP/src/cryptopp.h index d8c393b863..a13337f20e 100644 --- a/plugins/CryptoPP/src/cryptopp.h +++ b/plugins/CryptoPP/src/cryptopp.h @@ -1,4 +1,4 @@ -#ifndef __CRYPTOPP_H__
+#ifndef __CRYPTOPP_H__
#define __CRYPTOPP_H__
#include <queue>
diff --git a/plugins/CryptoPP/src/gettime.cpp b/plugins/CryptoPP/src/gettime.cpp index c7d094a913..ab4687b9b0 100644 --- a/plugins/CryptoPP/src/gettime.cpp +++ b/plugins/CryptoPP/src/gettime.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
/* FILETIME unit is 100 nanoseconds */
const static long div_100_nsec = 10000000;
diff --git a/plugins/CryptoPP/src/gettime.h b/plugins/CryptoPP/src/gettime.h index 06a3a19210..00c8d90915 100644 --- a/plugins/CryptoPP/src/gettime.h +++ b/plugins/CryptoPP/src/gettime.h @@ -1,4 +1,4 @@ -#ifndef __GETTIME_H__
+#ifndef __GETTIME_H__
#define __GETTIME_H__
#include <windows.h>
diff --git a/plugins/CryptoPP/src/main.cpp b/plugins/CryptoPP/src/main.cpp index 7faadbcc2e..9adee52785 100644 --- a/plugins/CryptoPP/src/main.cpp +++ b/plugins/CryptoPP/src/main.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int hLangpack;
LPCSTR szModuleName = MODULENAME;
diff --git a/plugins/CryptoPP/src/mmi.cpp b/plugins/CryptoPP/src/mmi.cpp index 3ebebf7806..5eb6f4af3e 100644 --- a/plugins/CryptoPP/src/mmi.cpp +++ b/plugins/CryptoPP/src/mmi.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void __fastcall safe_free(void** p)
{
diff --git a/plugins/CryptoPP/src/mmi.h b/plugins/CryptoPP/src/mmi.h index 500a15c70b..1ea57eb621 100644 --- a/plugins/CryptoPP/src/mmi.h +++ b/plugins/CryptoPP/src/mmi.h @@ -1,4 +1,4 @@ -#ifndef __MMI_H__
+#ifndef __MMI_H__
#define __MMI_H__
/*
void *m_alloc(size_t);
diff --git a/plugins/CryptoPP/src/resource.h b/plugins/CryptoPP/src/resource.h index 085aec493a..106d77a2ca 100644 --- a/plugins/CryptoPP/src/resource.h +++ b/plugins/CryptoPP/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/CryptoPP/src/stdafx.cpp b/plugins/CryptoPP/src/stdafx.cpp index b493fd18e2..dd87776a41 100644 --- a/plugins/CryptoPP/src/stdafx.cpp +++ b/plugins/CryptoPP/src/stdafx.cpp @@ -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/CryptoPP/src/utf8.cpp b/plugins/CryptoPP/src/utf8.cpp index 8b33910201..83d4e4a97a 100644 --- a/plugins/CryptoPP/src/utf8.cpp +++ b/plugins/CryptoPP/src/utf8.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
LPSTR szOut = nullptr;
LPWSTR wszOut = nullptr;
diff --git a/plugins/CryptoPP/src/utf8.h b/plugins/CryptoPP/src/utf8.h index c68b5e7d5c..5a9b3eaceb 100644 --- a/plugins/CryptoPP/src/utf8.h +++ b/plugins/CryptoPP/src/utf8.h @@ -1,4 +1,4 @@ -#ifndef __UTF_8__
+#ifndef __UTF_8__
#define __UTF_8__
LPSTR __cdecl utf8encode(LPCWSTR str);
diff --git a/plugins/CryptoPP/src/version.h b/plugins/CryptoPP/src/version.h index e4fe939268..60042bfccb 100644 --- a/plugins/CryptoPP/src/version.h +++ b/plugins/CryptoPP/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 4
#define __BUILD_NUM 8
diff --git a/plugins/CyrTranslit/docs/gpl.txt b/plugins/CyrTranslit/docs/gpl.txt index 7903355bac..3912109b5c 100644 --- a/plugins/CyrTranslit/docs/gpl.txt +++ b/plugins/CyrTranslit/docs/gpl.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/CyrTranslit/docs/readme.txt b/plugins/CyrTranslit/docs/readme.txt index 12c92f56f3..1264264124 100644 --- a/plugins/CyrTranslit/docs/readme.txt +++ b/plugins/CyrTranslit/docs/readme.txt @@ -1,4 +1,4 @@ -+-------------------------------+
++-------------------------------+
| CyrTranslit Miranda IM plugin |
| Version 1.0.3.0 |
+-------------------------------+
diff --git a/plugins/CyrTranslit/src/MirandaContact.cpp b/plugins/CyrTranslit/src/MirandaContact.cpp index 8036c07ff9..173696bcbf 100644 --- a/plugins/CyrTranslit/src/MirandaContact.cpp +++ b/plugins/CyrTranslit/src/MirandaContact.cpp @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/MirandaContact.h b/plugins/CyrTranslit/src/MirandaContact.h index f9266b5bfa..4760d8f836 100644 --- a/plugins/CyrTranslit/src/MirandaContact.h +++ b/plugins/CyrTranslit/src/MirandaContact.h @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/TransliterationMap.cpp b/plugins/CyrTranslit/src/TransliterationMap.cpp index 4742953d84..6ec327d84f 100644 --- a/plugins/CyrTranslit/src/TransliterationMap.cpp +++ b/plugins/CyrTranslit/src/TransliterationMap.cpp @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/TransliterationMap.h b/plugins/CyrTranslit/src/TransliterationMap.h index 85ff4c7e0b..960cb6ceac 100644 --- a/plugins/CyrTranslit/src/TransliterationMap.h +++ b/plugins/CyrTranslit/src/TransliterationMap.h @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/TransliterationProtocol.cpp b/plugins/CyrTranslit/src/TransliterationProtocol.cpp index feb423b3ae..52eb90b6ef 100644 --- a/plugins/CyrTranslit/src/TransliterationProtocol.cpp +++ b/plugins/CyrTranslit/src/TransliterationProtocol.cpp @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/TransliterationProtocol.h b/plugins/CyrTranslit/src/TransliterationProtocol.h index 0199d12b0f..cf86d183bc 100644 --- a/plugins/CyrTranslit/src/TransliterationProtocol.h +++ b/plugins/CyrTranslit/src/TransliterationProtocol.h @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/main.cpp b/plugins/CyrTranslit/src/main.cpp index c369323431..5f8b499f08 100644 --- a/plugins/CyrTranslit/src/main.cpp +++ b/plugins/CyrTranslit/src/main.cpp @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/CyrTranslit/src/resource.h b/plugins/CyrTranslit/src/resource.h index fa23f8ed99..e17dce6b19 100644 --- a/plugins/CyrTranslit/src/resource.h +++ b/plugins/CyrTranslit/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CyrTranslit.rc
//
diff --git a/plugins/CyrTranslit/src/stdafx.cxx b/plugins/CyrTranslit/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/CyrTranslit/src/stdafx.cxx +++ b/plugins/CyrTranslit/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/CyrTranslit/src/stdafx.h b/plugins/CyrTranslit/src/stdafx.h index 240b32c4c3..ff94bd9471 100644 --- a/plugins/CyrTranslit/src/stdafx.h +++ b/plugins/CyrTranslit/src/stdafx.h @@ -1,4 +1,4 @@ -/**
+/**
* Plugin.H: Main common header of MirandaIM plugin
* Copyright 2009 Valeriy V. Vyshnyak.
*
diff --git a/plugins/CyrTranslit/src/version.h b/plugins/CyrTranslit/src/version.h index 975917a9eb..a2e119f5b5 100644 --- a/plugins/CyrTranslit/src/version.h +++ b/plugins/CyrTranslit/src/version.h @@ -1,4 +1,4 @@ -/**
+/**
* CyrTranslit: the Cyrillic transliteration plug-in for Miranda IM.
* Copyright 2005 Ivan Krechetov.
*
diff --git a/plugins/Db3x_mmap/CMakeLists.txt b/plugins/Db3x_mmap/CMakeLists.txt index ca89baa5fd..d30807aa46 100644 --- a/plugins/Db3x_mmap/CMakeLists.txt +++ b/plugins/Db3x_mmap/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "src/dbtool/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "src/dbtool/*.cpp" "res/*.rc") set(TARGET Dbx_mmap) # Just a workaround. Better to fix plugins that do not compile with this option. diff --git a/plugins/Db3x_mmap/src/database.cpp b/plugins/Db3x_mmap/src/database.cpp index 214ca5199b..525ad2a793 100644 --- a/plugins/Db3x_mmap/src/database.cpp +++ b/plugins/Db3x_mmap/src/database.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/database.h b/plugins/Db3x_mmap/src/database.h index 173d834ff2..b8d9a27ddd 100644 --- a/plugins/Db3x_mmap/src/database.h +++ b/plugins/Db3x_mmap/src/database.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbcache.cpp b/plugins/Db3x_mmap/src/dbcache.cpp index 62fcc1d0ca..7f74a43b36 100644 --- a/plugins/Db3x_mmap/src/dbcache.cpp +++ b/plugins/Db3x_mmap/src/dbcache.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbcontacts.cpp b/plugins/Db3x_mmap/src/dbcontacts.cpp index 9df25e7b12..7c24616493 100644 --- a/plugins/Db3x_mmap/src/dbcontacts.cpp +++ b/plugins/Db3x_mmap/src/dbcontacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbcrypt.cpp b/plugins/Db3x_mmap/src/dbcrypt.cpp index 273f34c32e..a42242e696 100644 --- a/plugins/Db3x_mmap/src/dbcrypt.cpp +++ b/plugins/Db3x_mmap/src/dbcrypt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbevents.cpp b/plugins/Db3x_mmap/src/dbevents.cpp index 7bc6c40dab..139c61fd22 100644 --- a/plugins/Db3x_mmap/src/dbevents.cpp +++ b/plugins/Db3x_mmap/src/dbevents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbheaders.cpp b/plugins/Db3x_mmap/src/dbheaders.cpp index 6059899313..e209365261 100644 --- a/plugins/Db3x_mmap/src/dbheaders.cpp +++ b/plugins/Db3x_mmap/src/dbheaders.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbintf.cpp b/plugins/Db3x_mmap/src/dbintf.cpp index f1c84318ab..e35669fdba 100644 --- a/plugins/Db3x_mmap/src/dbintf.cpp +++ b/plugins/Db3x_mmap/src/dbintf.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 2476a506f3..adb27f87d6 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbmodulechain.cpp b/plugins/Db3x_mmap/src/dbmodulechain.cpp index fe7734344a..3744f3a95f 100644 --- a/plugins/Db3x_mmap/src/dbmodulechain.cpp +++ b/plugins/Db3x_mmap/src/dbmodulechain.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbsettings.cpp b/plugins/Db3x_mmap/src/dbsettings.cpp index 67f6f084c3..54e1551045 100644 --- a/plugins/Db3x_mmap/src/dbsettings.cpp +++ b/plugins/Db3x_mmap/src/dbsettings.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbtool/aggressive.cpp b/plugins/Db3x_mmap/src/dbtool/aggressive.cpp index 9cde485796..b0db2001fd 100644 --- a/plugins/Db3x_mmap/src/dbtool/aggressive.cpp +++ b/plugins/Db3x_mmap/src/dbtool/aggressive.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/contactchain.cpp b/plugins/Db3x_mmap/src/dbtool/contactchain.cpp index 9257a26c32..fdc0922aba 100644 --- a/plugins/Db3x_mmap/src/dbtool/contactchain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/contactchain.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/disk.cpp b/plugins/Db3x_mmap/src/dbtool/disk.cpp index f4a567f3ef..3310c7dd67 100644 --- a/plugins/Db3x_mmap/src/dbtool/disk.cpp +++ b/plugins/Db3x_mmap/src/dbtool/disk.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/eventchain.cpp b/plugins/Db3x_mmap/src/dbtool/eventchain.cpp index ff09014aee..8f56195fd2 100644 --- a/plugins/Db3x_mmap/src/dbtool/eventchain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/eventchain.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp b/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp index 620bec6171..82a8b29a09 100644 --- a/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp +++ b/plugins/Db3x_mmap/src/dbtool/finaltasks.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp b/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp index 838934781d..45c8120442 100644 --- a/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp +++ b/plugins/Db3x_mmap/src/dbtool/initialchecks.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/modulechain.cpp b/plugins/Db3x_mmap/src/dbtool/modulechain.cpp index 80f507d474..60ae30af7c 100644 --- a/plugins/Db3x_mmap/src/dbtool/modulechain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/modulechain.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/settingschain.cpp b/plugins/Db3x_mmap/src/dbtool/settingschain.cpp index 703068ca99..775e768d0a 100644 --- a/plugins/Db3x_mmap/src/dbtool/settingschain.cpp +++ b/plugins/Db3x_mmap/src/dbtool/settingschain.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/dbtool/user.cpp b/plugins/Db3x_mmap/src/dbtool/user.cpp index 1c5af1c7b9..361e02d559 100644 --- a/plugins/Db3x_mmap/src/dbtool/user.cpp +++ b/plugins/Db3x_mmap/src/dbtool/user.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/Db3x_mmap/src/init.cpp b/plugins/Db3x_mmap/src/init.cpp index b77588fa59..28467c2e62 100644 --- a/plugins/Db3x_mmap/src/init.cpp +++ b/plugins/Db3x_mmap/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/resource.h b/plugins/Db3x_mmap/src/resource.h index cf7194163c..fae04bf51b 100644 --- a/plugins/Db3x_mmap/src/resource.h +++ b/plugins/Db3x_mmap/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется D:\Others\SVN\MirandaNG\trunk\plugins\Db3x_mmap\res\db3x_mmap.rc
//
diff --git a/plugins/Db3x_mmap/src/stdafx.cxx b/plugins/Db3x_mmap/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Db3x_mmap/src/stdafx.cxx +++ b/plugins/Db3x_mmap/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/Db3x_mmap/src/stdafx.h b/plugins/Db3x_mmap/src/stdafx.h index 193d91efd2..0a18c7481b 100644 --- a/plugins/Db3x_mmap/src/stdafx.h +++ b/plugins/Db3x_mmap/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/ui.cpp b/plugins/Db3x_mmap/src/ui.cpp index 6b4dcc70aa..535da19f54 100644 --- a/plugins/Db3x_mmap/src/ui.cpp +++ b/plugins/Db3x_mmap/src/ui.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db3x_mmap/src/ui.h b/plugins/Db3x_mmap/src/ui.h index 52df2a5cf9..202f47d03a 100644 --- a/plugins/Db3x_mmap/src/ui.h +++ b/plugins/Db3x_mmap/src/ui.h @@ -1,4 +1,4 @@ -
+
class CSelectCryptoDialog : public CDlgBase
{
diff --git a/plugins/Db3x_mmap/src/version.h b/plugins/Db3x_mmap/src/version.h index 3660cd40de..f15fb07b2a 100644 --- a/plugins/Db3x_mmap/src/version.h +++ b/plugins/Db3x_mmap/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 3
#define __BUILD_NUM 1
diff --git a/plugins/DbChecker/src/cleaning.cpp b/plugins/DbChecker/src/cleaning.cpp index 502888b70b..ecfdaf6de5 100644 --- a/plugins/DbChecker/src/cleaning.cpp +++ b/plugins/DbChecker/src/cleaning.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/fileaccess.cpp b/plugins/DbChecker/src/fileaccess.cpp index 7a10d83c8b..c189f429f6 100644 --- a/plugins/DbChecker/src/fileaccess.cpp +++ b/plugins/DbChecker/src/fileaccess.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/finished.cpp b/plugins/DbChecker/src/finished.cpp index 29032953fd..2609a763bd 100644 --- a/plugins/DbChecker/src/finished.cpp +++ b/plugins/DbChecker/src/finished.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/main.cpp b/plugins/DbChecker/src/main.cpp index 4987fd32e1..1f9ed55889 100644 --- a/plugins/DbChecker/src/main.cpp +++ b/plugins/DbChecker/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/openerror.cpp b/plugins/DbChecker/src/openerror.cpp index d41ff16ad9..3c98c1e8b2 100644 --- a/plugins/DbChecker/src/openerror.cpp +++ b/plugins/DbChecker/src/openerror.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/progress.cpp b/plugins/DbChecker/src/progress.cpp index e0892a4477..5949c9e89c 100644 --- a/plugins/DbChecker/src/progress.cpp +++ b/plugins/DbChecker/src/progress.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/resource.h b/plugins/DbChecker/src/resource.h index f30eac9e17..9a6e8666de 100644 --- a/plugins/DbChecker/src/resource.h +++ b/plugins/DbChecker/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/DbChecker/src/selectdb.cpp b/plugins/DbChecker/src/selectdb.cpp index 015f0031a9..559dc5d7fd 100644 --- a/plugins/DbChecker/src/selectdb.cpp +++ b/plugins/DbChecker/src/selectdb.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/stdafx.cxx b/plugins/DbChecker/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/DbChecker/src/stdafx.cxx +++ b/plugins/DbChecker/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/DbChecker/src/stdafx.h b/plugins/DbChecker/src/stdafx.h index 88c999a9e6..6f2f4b80c9 100644 --- a/plugins/DbChecker/src/stdafx.h +++ b/plugins/DbChecker/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright 2000-2011 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
diff --git a/plugins/DbChecker/src/version.h b/plugins/DbChecker/src/version.h index 62008fcecc..c7e5045807 100644 --- a/plugins/DbChecker/src/version.h +++ b/plugins/DbChecker/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 3
#define __BUILD_NUM 1
diff --git a/plugins/DbChecker/src/welcome.cpp b/plugins/DbChecker/src/welcome.cpp index a519a292a7..5f9f74b4c5 100644 --- a/plugins/DbChecker/src/welcome.cpp +++ b/plugins/DbChecker/src/welcome.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbChecker/src/wizard.cpp b/plugins/DbChecker/src/wizard.cpp index 915de5f4a1..86a038ae20 100644 --- a/plugins/DbChecker/src/wizard.cpp +++ b/plugins/DbChecker/src/wizard.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright 2000-2011 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
diff --git a/plugins/DbChecker/src/worker.cpp b/plugins/DbChecker/src/worker.cpp index 704fa325cb..7ae4bdc0b2 100644 --- a/plugins/DbChecker/src/worker.cpp +++ b/plugins/DbChecker/src/worker.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Database Tool
Copyright (C) 2001-2005 Richard Hughes
diff --git a/plugins/DbEditorPP/docs/readme.txt b/plugins/DbEditorPP/docs/readme.txt index 231a76bad0..774560721d 100644 --- a/plugins/DbEditorPP/docs/readme.txt +++ b/plugins/DbEditorPP/docs/readme.txt @@ -1,4 +1,4 @@ -Database Editor ++
+Database Editor ++
-------------------
Database Editor ++ allows you to easily modify your database settings (which is a good and bad thing..). Be carefull editing values that you dont know what they are used for... you couldnt couse Miranda IM to not work if you change the wrong setting...
diff --git a/plugins/DbEditorPP/src/copymodule.cpp b/plugins/DbEditorPP/src/copymodule.cpp index 61295cd0d3..419efd7ff7 100644 --- a/plugins/DbEditorPP/src/copymodule.cpp +++ b/plugins/DbEditorPP/src/copymodule.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void copyModule(const char *module, MCONTACT hContactFrom, MCONTACT hContactTo)
{
diff --git a/plugins/DbEditorPP/src/deletemodule.cpp b/plugins/DbEditorPP/src/deletemodule.cpp index c6ad372c30..41b3a123ed 100644 --- a/plugins/DbEditorPP/src/deletemodule.cpp +++ b/plugins/DbEditorPP/src/deletemodule.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
volatile BOOL working;
static HWND hwnd2Delete = nullptr;
diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index 6fbb76fe9a..e9c6efe468 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
wchar_t *GetFilter()
{
diff --git a/plugins/DbEditorPP/src/findwindow.cpp b/plugins/DbEditorPP/src/findwindow.cpp index e9a30e4a3b..ccfc80060a 100644 --- a/plugins/DbEditorPP/src/findwindow.cpp +++ b/plugins/DbEditorPP/src/findwindow.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/DbEditorPP/src/icons.cpp b/plugins/DbEditorPP/src/icons.cpp index 8f5f2614c1..683b90fbe7 100644 --- a/plugins/DbEditorPP/src/icons.cpp +++ b/plugins/DbEditorPP/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int dbeIcons[] = {
diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp index 47361b2420..e3c6084450 100644 --- a/plugins/DbEditorPP/src/main.cpp +++ b/plugins/DbEditorPP/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst = nullptr;
diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index 095f084d73..318a1fc8e1 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND hwnd2mainWindow;
diff --git a/plugins/DbEditorPP/src/modsettingenum.cpp b/plugins/DbEditorPP/src/modsettingenum.cpp index 9e0790bedc..e0a4d40ba1 100644 --- a/plugins/DbEditorPP/src/modsettingenum.cpp +++ b/plugins/DbEditorPP/src/modsettingenum.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void FreeModuleSettingLL(ModuleSettingLL *msll)
{
diff --git a/plugins/DbEditorPP/src/moduletree.cpp b/plugins/DbEditorPP/src/moduletree.cpp index ba53da2c31..e23dfe866a 100644 --- a/plugins/DbEditorPP/src/moduletree.cpp +++ b/plugins/DbEditorPP/src/moduletree.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND hwnd2Tree = nullptr;
diff --git a/plugins/DbEditorPP/src/options.cpp b/plugins/DbEditorPP/src/options.cpp index 2dc3958410..12a60c0693 100644 --- a/plugins/DbEditorPP/src/options.cpp +++ b/plugins/DbEditorPP/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static INT_PTR CALLBACK DlgProcOpts(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/DbEditorPP/src/renamemodule.cpp b/plugins/DbEditorPP/src/renamemodule.cpp index 869e47d1ad..74e9e00a4a 100644 --- a/plugins/DbEditorPP/src/renamemodule.cpp +++ b/plugins/DbEditorPP/src/renamemodule.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int renameModule(MCONTACT hContact, const char *oldName, const char *newName)
{
diff --git a/plugins/DbEditorPP/src/resource.h b/plugins/DbEditorPP/src/resource.h index 0529707e78..f8e379b8c5 100644 --- a/plugins/DbEditorPP/src/resource.h +++ b/plugins/DbEditorPP/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by E:\Miranda\NG\plugins\DbeditorPP\res\resource.rc
//
diff --git a/plugins/DbEditorPP/src/settinglist.cpp b/plugins/DbEditorPP/src/settinglist.cpp index f10c3be29b..26f5a6f9f7 100644 --- a/plugins/DbEditorPP/src/settinglist.cpp +++ b/plugins/DbEditorPP/src/settinglist.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
SettingListInfo info = {0};
diff --git a/plugins/DbEditorPP/src/settingsdlg.cpp b/plugins/DbEditorPP/src/settingsdlg.cpp index f9e21b729e..30ddd1b373 100644 --- a/plugins/DbEditorPP/src/settingsdlg.cpp +++ b/plugins/DbEditorPP/src/settingsdlg.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int saveAsType(HWND hwnd, int original)
{
diff --git a/plugins/DbEditorPP/src/stdafx.cxx b/plugins/DbEditorPP/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/DbEditorPP/src/stdafx.cxx +++ b/plugins/DbEditorPP/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/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h index b1ebc05e68..2f649a7d2d 100644 --- a/plugins/DbEditorPP/src/stdafx.h +++ b/plugins/DbEditorPP/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMONHEADERS_H
+#ifndef _COMMONHEADERS_H
#define _COMMONHEADERS_H
//=====================================================
// Includes
diff --git a/plugins/DbEditorPP/src/version.h b/plugins/DbEditorPP/src/version.h index ffeef7461c..001417d300 100644 --- a/plugins/DbEditorPP/src/version.h +++ b/plugins/DbEditorPP/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 4 +#define __MAJOR_VERSION 4 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 2 diff --git a/plugins/DbEditorPP/src/watchedvars.cpp b/plugins/DbEditorPP/src/watchedvars.cpp index e28bc01751..f438f3dba6 100644 --- a/plugins/DbEditorPP/src/watchedvars.cpp +++ b/plugins/DbEditorPP/src/watchedvars.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND hwnd2watchedVarsWindow = nullptr;
diff --git a/plugins/Db_autobackups/src/backup.cpp b/plugins/Db_autobackups/src/backup.cpp index 93cffd275d..7ae405fd26 100644 --- a/plugins/Db_autobackups/src/backup.cpp +++ b/plugins/Db_autobackups/src/backup.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static UINT_PTR timer_id = 0;
volatile long m_state = 0;
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index 5069f37586..a0a2e37751 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
HINSTANCE g_hInstance;
diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp index b10778894c..068c2c5f89 100644 --- a/plugins/Db_autobackups/src/options.cpp +++ b/plugins/Db_autobackups/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND hPathTip;
Options options;
diff --git a/plugins/Db_autobackups/src/options.h b/plugins/Db_autobackups/src/options.h index 4024a2e46f..c1403c100c 100644 --- a/plugins/Db_autobackups/src/options.h +++ b/plugins/Db_autobackups/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db_autobackups/src/resource.h b/plugins/Db_autobackups/src/resource.h index 2b5d93847b..fce60af1e5 100644 --- a/plugins/Db_autobackups/src/resource.h +++ b/plugins/Db_autobackups/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Miranda NG Git_orig\plugins\Db_autobackups\res\db_autobackups.rc
//
diff --git a/plugins/Db_autobackups/src/stdafx.cxx b/plugins/Db_autobackups/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Db_autobackups/src/stdafx.cxx +++ b/plugins/Db_autobackups/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/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index 9b91feba0b..55ed621497 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _HEADERS_H
+#ifndef _HEADERS_H
#define _HEADERS_H
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/plugins/Db_autobackups/src/version.h b/plugins/Db_autobackups/src/version.h index 5261d7be83..5f72c4b2e6 100644 --- a/plugins/Db_autobackups/src/version.h +++ b/plugins/Db_autobackups/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
#define __BUILD_NUM 10
diff --git a/plugins/Db_autobackups/src/zip.cpp b/plugins/Db_autobackups/src/zip.cpp index eb84f8bff6..c4a2b145f1 100644 --- a/plugins/Db_autobackups/src/zip.cpp +++ b/plugins/Db_autobackups/src/zip.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "../../libs/zlib/src/zip.h"
int CreateZipFile(const char *szDestPath, OBJLIST<ZipFile> &lstFiles, const std::function<bool(size_t)> &fnCallback)
diff --git a/plugins/Dbx_mdb/src/dbcontacts.cpp b/plugins/Dbx_mdb/src/dbcontacts.cpp index 8eafe38cd5..34f1148ff0 100644 --- a/plugins/Dbx_mdb/src/dbcontacts.cpp +++ b/plugins/Dbx_mdb/src/dbcontacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbcrypt.cpp b/plugins/Dbx_mdb/src/dbcrypt.cpp index 19163ab8a6..49082f7261 100644 --- a/plugins/Dbx_mdb/src/dbcrypt.cpp +++ b/plugins/Dbx_mdb/src/dbcrypt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbevents.cpp b/plugins/Dbx_mdb/src/dbevents.cpp index 1eda53f373..ed4b88d2a9 100644 --- a/plugins/Dbx_mdb/src/dbevents.cpp +++ b/plugins/Dbx_mdb/src/dbevents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbintf.cpp b/plugins/Dbx_mdb/src/dbintf.cpp index 7498c4e0d7..daa0f884bd 100644 --- a/plugins/Dbx_mdb/src/dbintf.cpp +++ b/plugins/Dbx_mdb/src/dbintf.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h index 36cc44b803..7a905e2d49 100644 --- a/plugins/Dbx_mdb/src/dbintf.h +++ b/plugins/Dbx_mdb/src/dbintf.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbmodulechain.cpp b/plugins/Dbx_mdb/src/dbmodulechain.cpp index 11c6f84b9c..6aeac67cf5 100644 --- a/plugins/Dbx_mdb/src/dbmodulechain.cpp +++ b/plugins/Dbx_mdb/src/dbmodulechain.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbsettings.cpp b/plugins/Dbx_mdb/src/dbsettings.cpp index 6d097b4d88..37ab747b09 100644 --- a/plugins/Dbx_mdb/src/dbsettings.cpp +++ b/plugins/Dbx_mdb/src/dbsettings.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/dbutils.cpp b/plugins/Dbx_mdb/src/dbutils.cpp index b40c3d2616..f48cc11631 100644 --- a/plugins/Dbx_mdb/src/dbutils.cpp +++ b/plugins/Dbx_mdb/src/dbutils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/init.cpp b/plugins/Dbx_mdb/src/init.cpp index 4138675d75..253dff78e9 100644 --- a/plugins/Dbx_mdb/src/init.cpp +++ b/plugins/Dbx_mdb/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/mdbx/bits.h b/plugins/Dbx_mdb/src/mdbx/bits.h index 4d3a50cc0b..d1ebb7cd2d 100644 --- a/plugins/Dbx_mdb/src/mdbx/bits.h +++ b/plugins/Dbx_mdb/src/mdbx/bits.h @@ -1,4 +1,4 @@ -/* +/* * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> * and other libmdbx authors: please see AUTHORS file. * All rights reserved. diff --git a/plugins/Dbx_mdb/src/mdbx/defs.h b/plugins/Dbx_mdb/src/mdbx/defs.h index 5190fa3a35..800553bb17 100644 --- a/plugins/Dbx_mdb/src/mdbx/defs.h +++ b/plugins/Dbx_mdb/src/mdbx/defs.h @@ -1,4 +1,4 @@ -/* +/* * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> * and other libmdbx authors: please see AUTHORS file. * All rights reserved. diff --git a/plugins/Dbx_mdb/src/mdbx/lck-windows.c b/plugins/Dbx_mdb/src/mdbx/lck-windows.c index 672512a7e1..0582b28d78 100644 --- a/plugins/Dbx_mdb/src/mdbx/lck-windows.c +++ b/plugins/Dbx_mdb/src/mdbx/lck-windows.c @@ -1,4 +1,4 @@ -/* +/* * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> * and other libmdbx authors: please see AUTHORS file. * All rights reserved. diff --git a/plugins/Dbx_mdb/src/mdbx/mdbx.h b/plugins/Dbx_mdb/src/mdbx/mdbx.h index 421d833b70..f7de11c0e4 100644 --- a/plugins/Dbx_mdb/src/mdbx/mdbx.h +++ b/plugins/Dbx_mdb/src/mdbx/mdbx.h @@ -1,4 +1,4 @@ -/* LICENSE AND COPYRUSTING ***************************************************** +/* LICENSE AND COPYRUSTING ***************************************************** * * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> * and other libmdbx authors: please see AUTHORS file. diff --git a/plugins/Dbx_mdb/src/mdbx/osal.c b/plugins/Dbx_mdb/src/mdbx/osal.c index 629f56c6c1..5a8ec58002 100644 --- a/plugins/Dbx_mdb/src/mdbx/osal.c +++ b/plugins/Dbx_mdb/src/mdbx/osal.c @@ -1,4 +1,4 @@ -/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ +/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> diff --git a/plugins/Dbx_mdb/src/mdbx/osal.h b/plugins/Dbx_mdb/src/mdbx/osal.h index 871e52b0dc..e3a503ba1a 100644 --- a/plugins/Dbx_mdb/src/mdbx/osal.h +++ b/plugins/Dbx_mdb/src/mdbx/osal.h @@ -1,4 +1,4 @@ -/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ +/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */ /* * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> diff --git a/plugins/Dbx_mdb/src/mdbx/version.c b/plugins/Dbx_mdb/src/mdbx/version.c index d5860ba71a..ef4f99088d 100644 --- a/plugins/Dbx_mdb/src/mdbx/version.c +++ b/plugins/Dbx_mdb/src/mdbx/version.c @@ -1,4 +1,4 @@ -/* +/* * Copyright 2015-2017 Leonid Yuriev <leo@yuriev.ru> * and other libmdbx authors: please see AUTHORS file. * All rights reserved. diff --git a/plugins/Dbx_mdb/src/resource.h b/plugins/Dbx_mdb/src/resource.h index 6571e34f9e..21f82d6f05 100644 --- a/plugins/Dbx_mdb/src/resource.h +++ b/plugins/Dbx_mdb/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\Others\SVN\MirandaNG\trunk\plugins\Dbx_mdb\res\dbx_mdb.rc
//
diff --git a/plugins/Dbx_mdb/src/stdafx.cxx b/plugins/Dbx_mdb/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Dbx_mdb/src/stdafx.cxx +++ b/plugins/Dbx_mdb/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/Dbx_mdb/src/stdafx.h b/plugins/Dbx_mdb/src/stdafx.h index 072a9165ed..93865631ea 100644 --- a/plugins/Dbx_mdb/src/stdafx.h +++ b/plugins/Dbx_mdb/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/ui.cpp b/plugins/Dbx_mdb/src/ui.cpp index 749c3c3588..aee779cf40 100644 --- a/plugins/Dbx_mdb/src/ui.cpp +++ b/plugins/Dbx_mdb/src/ui.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Dbx_mdb/src/ui.h b/plugins/Dbx_mdb/src/ui.h index beae8fa946..b20a43d623 100644 --- a/plugins/Dbx_mdb/src/ui.h +++ b/plugins/Dbx_mdb/src/ui.h @@ -1,4 +1,4 @@ -static IconItem iconList[] =
+static IconItem iconList[] =
{
{ LPGEN("Logo"), "logo", IDI_LOGO },
{ LPGEN("Password"), "password", IDI_ICONPASS }
diff --git a/plugins/Dbx_mdb/src/version.h b/plugins/Dbx_mdb/src/version.h index 4981b9573c..49ab4f5196 100644 --- a/plugins/Dbx_mdb/src/version.h +++ b/plugins/Dbx_mdb/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 8
#define __BUILD_NUM 1
diff --git a/plugins/Exchange/docs/readme.txt b/plugins/Exchange/docs/readme.txt index 76ce73f41c..db58705a01 100644 --- a/plugins/Exchange/docs/readme.txt +++ b/plugins/Exchange/docs/readme.txt @@ -1,4 +1,4 @@ -Exchange mail notifier plugin v.0.1.3.4
+Exchange mail notifier plugin v.0.1.3.4
Copyright © 2006-2009 Cristian Libotean, Attila Vajda, MaKaR
This plugin notifies you if you have unread emails on an exchange server.
diff --git a/plugins/Exchange/docs/readme_IM.txt b/plugins/Exchange/docs/readme_IM.txt index 293d864d82..1c0ff4c54c 100644 --- a/plugins/Exchange/docs/readme_IM.txt +++ b/plugins/Exchange/docs/readme_IM.txt @@ -1,4 +1,4 @@ -Exchange mail notifier plugin v.0.0.3.3
+Exchange mail notifier plugin v.0.0.3.3
Copyright © 2006-2009 Cristian Libotean, Attila Vajda
This plugin notifies you if you have unread emails on an exchange server.
diff --git a/plugins/Exchange/src/MirandaExchange.cpp b/plugins/Exchange/src/MirandaExchange.cpp index 5810a80f40..85b0df5d6a 100644 --- a/plugins/Exchange/src/MirandaExchange.cpp +++ b/plugins/Exchange/src/MirandaExchange.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/MirandaExchange.h b/plugins/Exchange/src/MirandaExchange.h index 6fe53e2323..d32be8c402 100644 --- a/plugins/Exchange/src/MirandaExchange.h +++ b/plugins/Exchange/src/MirandaExchange.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/dlg_handlers.cpp b/plugins/Exchange/src/dlg_handlers.cpp index f6d8967d3d..2f1f5d62eb 100644 --- a/plugins/Exchange/src/dlg_handlers.cpp +++ b/plugins/Exchange/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/dlg_handlers.h b/plugins/Exchange/src/dlg_handlers.h index 22cccf32d8..7c755bd94f 100644 --- a/plugins/Exchange/src/dlg_handlers.h +++ b/plugins/Exchange/src/dlg_handlers.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/emails.cpp b/plugins/Exchange/src/emails.cpp index 3cece98ddc..7298a6b902 100644 --- a/plugins/Exchange/src/emails.cpp +++ b/plugins/Exchange/src/emails.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/emails.h b/plugins/Exchange/src/emails.h index 79a4de6a99..6d90641cc8 100644 --- a/plugins/Exchange/src/emails.h +++ b/plugins/Exchange/src/emails.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/exchange.cpp b/plugins/Exchange/src/exchange.cpp index 4792117386..57ac5f3fe0 100644 --- a/plugins/Exchange/src/exchange.cpp +++ b/plugins/Exchange/src/exchange.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/hooked_events.cpp b/plugins/Exchange/src/hooked_events.cpp index 6342f9b93a..1ebe0c463f 100644 --- a/plugins/Exchange/src/hooked_events.cpp +++ b/plugins/Exchange/src/hooked_events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/hooked_events.h b/plugins/Exchange/src/hooked_events.h index a487149a77..2b37d19508 100644 --- a/plugins/Exchange/src/hooked_events.h +++ b/plugins/Exchange/src/hooked_events.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/resource.h b/plugins/Exchange/src/resource.h index a66127d87c..866688bd70 100644 --- a/plugins/Exchange/src/resource.h +++ b/plugins/Exchange/src/resource.h @@ -1,4 +1,4 @@ -#ifndef IDC_STATIC
+#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
diff --git a/plugins/Exchange/src/services.cpp b/plugins/Exchange/src/services.cpp index d3e2d05851..6c8e4816a5 100644 --- a/plugins/Exchange/src/services.cpp +++ b/plugins/Exchange/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/services.h b/plugins/Exchange/src/services.h index e716a48a66..e12170c26c 100644 --- a/plugins/Exchange/src/services.h +++ b/plugins/Exchange/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/stdafx.cxx b/plugins/Exchange/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Exchange/src/stdafx.cxx +++ b/plugins/Exchange/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/Exchange/src/stdafx.h b/plugins/Exchange/src/stdafx.h index 64bee2d6a3..54a29c3752 100644 --- a/plugins/Exchange/src/stdafx.h +++ b/plugins/Exchange/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/utils.cpp b/plugins/Exchange/src/utils.cpp index 6e81c06ddb..3316ce41b3 100644 --- a/plugins/Exchange/src/utils.cpp +++ b/plugins/Exchange/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/utils.h b/plugins/Exchange/src/utils.h index 0422717c28..8e3b63aa0c 100644 --- a/plugins/Exchange/src/utils.h +++ b/plugins/Exchange/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/version.h b/plugins/Exchange/src/version.h index d025429a2a..036b0e6996 100644 --- a/plugins/Exchange/src/version.h +++ b/plugins/Exchange/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/ExternalAPI/m_HTTPServer.h b/plugins/ExternalAPI/m_HTTPServer.h index 91bed2f313..bbbcca8d2e 100644 --- a/plugins/ExternalAPI/m_HTTPServer.h +++ b/plugins/ExternalAPI/m_HTTPServer.h @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/ExternalAPI/m_NewAwaySys.h b/plugins/ExternalAPI/m_NewAwaySys.h index 9bd90514c3..6b4e0553c7 100644 --- a/plugins/ExternalAPI/m_NewAwaySys.h +++ b/plugins/ExternalAPI/m_NewAwaySys.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/ExternalAPI/m_Quotes.h b/plugins/ExternalAPI/m_Quotes.h index f2d65d9682..f4bbb06cd3 100644 --- a/plugins/ExternalAPI/m_Quotes.h +++ b/plugins/ExternalAPI/m_Quotes.h @@ -1,4 +1,4 @@ -#ifndef __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__
+#ifndef __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__
#define __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__
/*
diff --git a/plugins/ExternalAPI/m_account.h b/plugins/ExternalAPI/m_account.h index e8c339b084..edffef8d91 100644 --- a/plugins/ExternalAPI/m_account.h +++ b/plugins/ExternalAPI/m_account.h @@ -1,4 +1,4 @@ -/*
+/*
* This file defines all needed parameters for one account.
* Other plugin can use this (so YAMN does not check it and another plugin can inform YAMN about new mail e.g.),
* this can be usefull for plugins like MSN (Hotmail notify)
diff --git a/plugins/ExternalAPI/m_actman.h b/plugins/ExternalAPI/m_actman.h index fffd43e276..2382b40aae 100644 --- a/plugins/ExternalAPI/m_actman.h +++ b/plugins/ExternalAPI/m_actman.h @@ -1,4 +1,4 @@ -#ifndef M_ACTMAN
+#ifndef M_ACTMAN
#define M_ACTMAN
#define AutoStartName "#Autostart"
diff --git a/plugins/ExternalAPI/m_addcontactplus.h b/plugins/ExternalAPI/m_addcontactplus.h index e4d585c400..eacd24dadf 100644 --- a/plugins/ExternalAPI/m_addcontactplus.h +++ b/plugins/ExternalAPI/m_addcontactplus.h @@ -1,4 +1,4 @@ -/*
+/*
AddContact+ plugin for Miranda IM
diff --git a/plugins/ExternalAPI/m_alarms.h b/plugins/ExternalAPI/m_alarms.h index 90c066cec2..83360901a2 100755 --- a/plugins/ExternalAPI/m_alarms.h +++ b/plugins/ExternalAPI/m_alarms.h @@ -1,4 +1,4 @@ -#ifndef _ALARMS_H
+#ifndef _ALARMS_H
#define _ALARMS_H
// flags for alarm action
diff --git a/plugins/ExternalAPI/m_assocmgr.h b/plugins/ExternalAPI/m_assocmgr.h index 11d11024a6..b443bb21f3 100644 --- a/plugins/ExternalAPI/m_assocmgr.h +++ b/plugins/ExternalAPI/m_assocmgr.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/ExternalAPI/m_autobackups.h b/plugins/ExternalAPI/m_autobackups.h index b9e5c5b423..95b0813647 100644 --- a/plugins/ExternalAPI/m_autobackups.h +++ b/plugins/ExternalAPI/m_autobackups.h @@ -1,4 +1,4 @@ -/*
+/*
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
diff --git a/plugins/ExternalAPI/m_avatarhistory.h b/plugins/ExternalAPI/m_avatarhistory.h index 4f147648e1..1ef28edf76 100644 --- a/plugins/ExternalAPI/m_avatarhistory.h +++ b/plugins/ExternalAPI/m_avatarhistory.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 MattJ, Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ExternalAPI/m_changekeyboardlayout.h b/plugins/ExternalAPI/m_changekeyboardlayout.h index 5eaa52e42d..283fc6c525 100644 --- a/plugins/ExternalAPI/m_changekeyboardlayout.h +++ b/plugins/ExternalAPI/m_changekeyboardlayout.h @@ -1,4 +1,4 @@ -#ifndef _M_CHANGEKEYBOARDLAYOUT_H
+#ifndef _M_CHANGEKEYBOARDLAYOUT_H
#define _M_CHANGEKEYBOARDLAYOUT_H
// Меняет раскладку текста для окна с указанных хэндлом
diff --git a/plugins/ExternalAPI/m_cln_skinedit.h b/plugins/ExternalAPI/m_cln_skinedit.h index 075ebd5a92..b98be9b2ba 100644 --- a/plugins/ExternalAPI/m_cln_skinedit.h +++ b/plugins/ExternalAPI/m_cln_skinedit.h @@ -1,4 +1,4 @@ -
+
/*
* services
*/
diff --git a/plugins/ExternalAPI/m_crashdumper.h b/plugins/ExternalAPI/m_crashdumper.h index 19581051a5..50abf0f125 100644 --- a/plugins/ExternalAPI/m_crashdumper.h +++ b/plugins/ExternalAPI/m_crashdumper.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Crash Dumper Plugin
Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/ExternalAPI/m_dbeditorpp.h b/plugins/ExternalAPI/m_dbeditorpp.h index a99d8cf374..64d837dc79 100644 --- a/plugins/ExternalAPI/m_dbeditorpp.h +++ b/plugins/ExternalAPI/m_dbeditorpp.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/ExternalAPI/m_dropbox.h b/plugins/ExternalAPI/m_dropbox.h index 7c9ca04d59..656c95d010 100644 --- a/plugins/ExternalAPI/m_dropbox.h +++ b/plugins/ExternalAPI/m_dropbox.h @@ -1,4 +1,4 @@ -#ifndef M_DROPBOX_H_
+#ifndef M_DROPBOX_H_
#define M_DROPBOX_H_
#define MIID_DROPBOX {0x9649d8e2, 0x7326, 0x4ec1, {0xb4, 0xa3, 0xf2, 0xec, 0x1a, 0x39, 0x84, 0x94}}
diff --git a/plugins/ExternalAPI/m_filterplugin.h b/plugins/ExternalAPI/m_filterplugin.h index b41df81bc5..cd81c4254c 100644 --- a/plugins/ExternalAPI/m_filterplugin.h +++ b/plugins/ExternalAPI/m_filterplugin.h @@ -1,4 +1,4 @@ -#ifndef __M_FILTERPLUGIN_H
+#ifndef __M_FILTERPLUGIN_H
#define __M_FILTERPLUGIN_H
#include <windows.h>
diff --git a/plugins/ExternalAPI/m_fingerprint.h b/plugins/ExternalAPI/m_fingerprint.h index fce17df201..3048242925 100644 --- a/plugins/ExternalAPI/m_fingerprint.h +++ b/plugins/ExternalAPI/m_fingerprint.h @@ -1,4 +1,4 @@ -/*
+/*
Fingerprint Mod+ (client version) icons module for Miranda IM
Copyright © 2006-2007 Artem Shpynov aka FYR, Bio, Faith Healer. 2009-2010 HierOS
diff --git a/plugins/ExternalAPI/m_flags.h b/plugins/ExternalAPI/m_flags.h index dac81a8fda..c3b9a2a5d6 100644 --- a/plugins/ExternalAPI/m_flags.h +++ b/plugins/ExternalAPI/m_flags.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM Country Flags Plugin
Copyright (C) 2006-2007 H. Herkenrath
diff --git a/plugins/ExternalAPI/m_folders.h b/plugins/ExternalAPI/m_folders.h index b9df338512..85173bf7dd 100644 --- a/plugins/ExternalAPI/m_folders.h +++ b/plugins/ExternalAPI/m_folders.h @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/ExternalAPI/m_ftpfile.h b/plugins/ExternalAPI/m_ftpfile.h index ada425ad91..691cd5f384 100644 --- a/plugins/ExternalAPI/m_ftpfile.h +++ b/plugins/ExternalAPI/m_ftpfile.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/ExternalAPI/m_historystats.h b/plugins/ExternalAPI/m_historystats.h index f0ceaceb1d..d36411d7ed 100644 --- a/plugins/ExternalAPI/m_historystats.h +++ b/plugins/ExternalAPI/m_historystats.h @@ -1,4 +1,4 @@ -#ifndef _M_HISTORYSTATS_H
+#ifndef _M_HISTORYSTATS_H
#define _M_HISTORYSTATS_H
/**
diff --git a/plugins/ExternalAPI/m_hpp.h b/plugins/ExternalAPI/m_hpp.h index 9f154d7a00..169b666209 100644 --- a/plugins/ExternalAPI/m_hpp.h +++ b/plugins/ExternalAPI/m_hpp.h @@ -1,4 +1,4 @@ -#ifndef __m_hhp__
+#ifndef __m_hhp__
#define __m_hhp__
#define MS_HPP_GETVERSION "History++/GetVersion"
diff --git a/plugins/ExternalAPI/m_ieview.h b/plugins/ExternalAPI/m_ieview.h index b28f8c9dcb..85c2b7276c 100644 --- a/plugins/ExternalAPI/m_ieview.h +++ b/plugins/ExternalAPI/m_ieview.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005 Piotr Piastucki
diff --git a/plugins/ExternalAPI/m_kbdnotify.h b/plugins/ExternalAPI/m_kbdnotify.h index 05de38365c..2ab53fe4f5 100644 --- a/plugins/ExternalAPI/m_kbdnotify.h +++ b/plugins/ExternalAPI/m_kbdnotify.h @@ -1,4 +1,4 @@ -/*
+/*
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/ExternalAPI/m_listeningto.h b/plugins/ExternalAPI/m_listeningto.h index dc67ff1d9f..841d73cd36 100644 --- a/plugins/ExternalAPI/m_listeningto.h +++ b/plugins/ExternalAPI/m_listeningto.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ExternalAPI/m_lua.h b/plugins/ExternalAPI/m_lua.h index 2b7339adc4..0a87455607 100644 --- a/plugins/ExternalAPI/m_lua.h +++ b/plugins/ExternalAPI/m_lua.h @@ -1,4 +1,4 @@ -#ifndef _M_LUA_H_
+#ifndef _M_LUA_H_
#define _M_LUA_H_
// Call lua function from module
diff --git a/plugins/ExternalAPI/m_mails.h b/plugins/ExternalAPI/m_mails.h index 3d895d4f13..d597769b88 100644 --- a/plugins/ExternalAPI/m_mails.h +++ b/plugins/ExternalAPI/m_mails.h @@ -1,4 +1,4 @@ -#ifndef __MAILS_H
+#ifndef __MAILS_H
#define __MAILS_H
#include <windows.h>
diff --git a/plugins/ExternalAPI/m_messages.h b/plugins/ExternalAPI/m_messages.h index 5ad57c2a78..7fc0fbed20 100644 --- a/plugins/ExternalAPI/m_messages.h +++ b/plugins/ExternalAPI/m_messages.h @@ -1,4 +1,4 @@ -#ifndef __MESSAGES_H
+#ifndef __MESSAGES_H
#define __MESSAGES_H
//#include "list.h"
diff --git a/plugins/ExternalAPI/m_messagestate.h b/plugins/ExternalAPI/m_messagestate.h index 9576b99eea..a69772f698 100644 --- a/plugins/ExternalAPI/m_messagestate.h +++ b/plugins/ExternalAPI/m_messagestate.h @@ -1,4 +1,4 @@ -struct MessageReadData
+struct MessageReadData
{
DWORD dw_lastTime;
int iTimeType;
diff --git a/plugins/ExternalAPI/m_music.h b/plugins/ExternalAPI/m_music.h index 6f91535fb5..793f16130a 100644 --- a/plugins/ExternalAPI/m_music.h +++ b/plugins/ExternalAPI/m_music.h @@ -1,4 +1,4 @@ -#ifndef M_MUSIC
+#ifndef M_MUSIC
#define M_MUSIC
#define MIID_WATRACK {0xfc6c81f4, 0x837e, 0x4430, {0x96, 0x01, 0xa0, 0xaa, 0x43, 0x17, 0x7a, 0xe3}}
diff --git a/plugins/ExternalAPI/m_mydetails.h b/plugins/ExternalAPI/m_mydetails.h index 9b3f5f1e92..e0396a8cf8 100644 --- a/plugins/ExternalAPI/m_mydetails.h +++ b/plugins/ExternalAPI/m_mydetails.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ExternalAPI/m_notify.h b/plugins/ExternalAPI/m_notify.h index 88f375c519..27d92f842e 100644 --- a/plugins/ExternalAPI/m_notify.h +++ b/plugins/ExternalAPI/m_notify.h @@ -1,4 +1,4 @@ -#ifndef __m_notify_h__
+#ifndef __m_notify_h__
#define __m_notify_h__
#include <m_database.h>
diff --git a/plugins/ExternalAPI/m_nudge.h b/plugins/ExternalAPI/m_nudge.h index 72f91f0396..8067499145 100644 --- a/plugins/ExternalAPI/m_nudge.h +++ b/plugins/ExternalAPI/m_nudge.h @@ -1,4 +1,4 @@ -// protocol service that sends a nudge
+// protocol service that sends a nudge
#define PS_SEND_NUDGE "/SendNudge"
// event to be create in protocol with its m_szModuleName
diff --git a/plugins/ExternalAPI/m_proto_listeningto.h b/plugins/ExternalAPI/m_proto_listeningto.h index 0489667c68..d8fad29b52 100644 --- a/plugins/ExternalAPI/m_proto_listeningto.h +++ b/plugins/ExternalAPI/m_proto_listeningto.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/ExternalAPI/m_protoplugin.h b/plugins/ExternalAPI/m_protoplugin.h index 37804c655b..cbbe8e0ed1 100644 --- a/plugins/ExternalAPI/m_protoplugin.h +++ b/plugins/ExternalAPI/m_protoplugin.h @@ -1,4 +1,4 @@ -#ifndef __M_PROTOPLUGIN_H
+#ifndef __M_PROTOPLUGIN_H
#define __M_PROTOPLUGIN_H
#include <windows.h>
diff --git a/plugins/ExternalAPI/m_quickcontacts.h b/plugins/ExternalAPI/m_quickcontacts.h index 5ebbb8431d..f4110ad78d 100644 --- a/plugins/ExternalAPI/m_quickcontacts.h +++ b/plugins/ExternalAPI/m_quickcontacts.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ExternalAPI/m_radio.h b/plugins/ExternalAPI/m_radio.h index 390ee741d9..f43d982775 100644 --- a/plugins/ExternalAPI/m_radio.h +++ b/plugins/ExternalAPI/m_radio.h @@ -1,4 +1,4 @@ -#ifndef M_RADIO
+#ifndef M_RADIO
#define M_RADIO
#ifndef MIID_MRADIO
diff --git a/plugins/ExternalAPI/m_sendss.h b/plugins/ExternalAPI/m_sendss.h index a652a30152..8963dd54e4 100644 --- a/plugins/ExternalAPI/m_sendss.h +++ b/plugins/ExternalAPI/m_sendss.h @@ -1,4 +1,4 @@ -//This file is part of Send Screenshot a Miranda IM plugin
+//This file is part of Send Screenshot a Miranda IM plugin
//Copyright (c) 2004-2006 Sérgio Vieira Rolanski
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/ExternalAPI/m_sessions.h b/plugins/ExternalAPI/m_sessions.h index df8ec3dfab..531a3315f5 100644 --- a/plugins/ExternalAPI/m_sessions.h +++ b/plugins/ExternalAPI/m_sessions.h @@ -1,4 +1,4 @@ -/*
+/*
Sessions Management plugin for Miranda IM
Copyright (C) 2007-2008 Danil Mozhar
diff --git a/plugins/ExternalAPI/m_shutdown.h b/plugins/ExternalAPI/m_shutdown.h index f5cf662f02..6f4eddb766 100644 --- a/plugins/ExternalAPI/m_shutdown.h +++ b/plugins/ExternalAPI/m_shutdown.h @@ -1,4 +1,4 @@ -/*
+/*
'AutoShutdown'-Plugin for
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/ExternalAPI/m_simplestatusmsg.h b/plugins/ExternalAPI/m_simplestatusmsg.h index ad8cb30a60..089b80b34a 100644 --- a/plugins/ExternalAPI/m_simplestatusmsg.h +++ b/plugins/ExternalAPI/m_simplestatusmsg.h @@ -1,4 +1,4 @@ -/*
+/*
Simple Status Message plugin for Miranda IM
Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven
diff --git a/plugins/ExternalAPI/m_skin_eng.h b/plugins/ExternalAPI/m_skin_eng.h index e05c3e1ead..d84c9fa00e 100644 --- a/plugins/ExternalAPI/m_skin_eng.h +++ b/plugins/ExternalAPI/m_skin_eng.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/ExternalAPI/m_skinbutton.h b/plugins/ExternalAPI/m_skinbutton.h index a8858302a4..1ca5c38e6d 100644 --- a/plugins/ExternalAPI/m_skinbutton.h +++ b/plugins/ExternalAPI/m_skinbutton.h @@ -1,4 +1,4 @@ -#include "m_button.h"
+#include "m_button.h"
#define MBM_UPDATETRANSPARENTFLAG WM_USER+52
#define MBM_SETICOLIBHANDLE WM_USER+53
diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index 5f85b4ccaa..97c18dccdb 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2010 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/ExternalAPI/m_spellchecker.h b/plugins/ExternalAPI/m_spellchecker.h index 5da2f07c18..71ad5d50fe 100644 --- a/plugins/ExternalAPI/m_spellchecker.h +++ b/plugins/ExternalAPI/m_spellchecker.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/ExternalAPI/m_splash.h b/plugins/ExternalAPI/m_splash.h index 23b61fd02b..3652e6a72b 100644 --- a/plugins/ExternalAPI/m_splash.h +++ b/plugins/ExternalAPI/m_splash.h @@ -1,4 +1,4 @@ -// Shows splash image
+// Shows splash image
// wParam = (char *) image filename, either relative to Miranda dir or absolute
// lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked)
// returns: 1 if success and 0 if failed
diff --git a/plugins/ExternalAPI/m_statusplugins.h b/plugins/ExternalAPI/m_statusplugins.h index fe221d14f4..a13fb31c44 100644 --- a/plugins/ExternalAPI/m_statusplugins.h +++ b/plugins/ExternalAPI/m_statusplugins.h @@ -1,4 +1,4 @@ -/*
+/*
AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org)
KeepStatus Plugin for Miranda-IM (www.miranda-im.org)
StartupStatus Plugin for Miranda-IM (www.miranda-im.org)
diff --git a/plugins/ExternalAPI/m_stopspam.h b/plugins/ExternalAPI/m_stopspam.h index 89f9809743..9936550885 100644 --- a/plugins/ExternalAPI/m_stopspam.h +++ b/plugins/ExternalAPI/m_stopspam.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/ExternalAPI/m_synchro.h b/plugins/ExternalAPI/m_synchro.h index 8ff36d1502..429c791ca4 100644 --- a/plugins/ExternalAPI/m_synchro.h +++ b/plugins/ExternalAPI/m_synchro.h @@ -1,4 +1,4 @@ -#ifndef __SYNCHRO_H
+#ifndef __SYNCHRO_H
#define __SYNCHRO_H
#include <windows.h>
diff --git a/plugins/ExternalAPI/m_text.h b/plugins/ExternalAPI/m_text.h index 2ba0ddafe7..315f6c950c 100644 --- a/plugins/ExternalAPI/m_text.h +++ b/plugins/ExternalAPI/m_text.h @@ -1,4 +1,4 @@ -#ifndef __mtext_h__
+#ifndef __mtext_h__
#define __mtext_h__
// NEW mtextcontrol interface:
diff --git a/plugins/ExternalAPI/m_tipper.h b/plugins/ExternalAPI/m_tipper.h index e664e5e9fd..2f703df395 100644 --- a/plugins/ExternalAPI/m_tipper.h +++ b/plugins/ExternalAPI/m_tipper.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-07 Scott Ellis
Copyright (C) 2007-09 Jan Holub
diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h index 7da7d4e4ae..cf0d90c609 100644 --- a/plugins/ExternalAPI/m_toptoolbar.h +++ b/plugins/ExternalAPI/m_toptoolbar.h @@ -1,4 +1,4 @@ -#ifndef M_TOPTOOLBAR_H
+#ifndef M_TOPTOOLBAR_H
#define M_TOPTOOLBAR_H
#ifndef M_CORE_H__
diff --git a/plugins/ExternalAPI/m_userinfoex.h b/plugins/ExternalAPI/m_userinfoex.h index eb6d3cbfa3..7115cc5d46 100644 --- a/plugins/ExternalAPI/m_userinfoex.h +++ b/plugins/ExternalAPI/m_userinfoex.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org),
diff --git a/plugins/ExternalAPI/m_variables.h b/plugins/ExternalAPI/m_variables.h index 096181b508..daadc28c60 100644 --- a/plugins/ExternalAPI/m_variables.h +++ b/plugins/ExternalAPI/m_variables.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h index 31b6f72851..cf1a522261 100644 --- a/plugins/ExternalAPI/m_weather.h +++ b/plugins/ExternalAPI/m_weather.h @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (C) 2005-2009 Boris Krasnovskiy All Rights Reserved
Copyright (C) 2002-2005 Calvin Che
diff --git a/plugins/ExternalAPI/m_winterspeak.h b/plugins/ExternalAPI/m_winterspeak.h index eb2059ae43..3c0d418012 100644 --- a/plugins/ExternalAPI/m_winterspeak.h +++ b/plugins/ExternalAPI/m_winterspeak.h @@ -1,4 +1,4 @@ -
+
#define MS_SPEAK_STATUS "Speak/Status"
#define MS_SPEAK_MESSAGE "Speak/Message"
\ No newline at end of file diff --git a/plugins/ExternalAPI/m_xpTheme.h b/plugins/ExternalAPI/m_xpTheme.h index 0f2324e163..90925470f4 100644 --- a/plugins/ExternalAPI/m_xpTheme.h +++ b/plugins/ExternalAPI/m_xpTheme.h @@ -1,4 +1,4 @@ -/* Wrapper for XP theme */
+/* Wrapper for XP theme */
typedef void * XPTHANDLE;
typedef HANDLE HTHEME;
diff --git a/plugins/ExternalAPI/m_yamn.h b/plugins/ExternalAPI/m_yamn.h index b7a59dff58..2be7c32712 100644 --- a/plugins/ExternalAPI/m_yamn.h +++ b/plugins/ExternalAPI/m_yamn.h @@ -1,4 +1,4 @@ -#ifndef __M_YAMN_H
+#ifndef __M_YAMN_H
#define __M_YAMN_H
#include <windows.h>
diff --git a/plugins/ExternalAPI/m_yapp.h b/plugins/ExternalAPI/m_yapp.h index be59931fe8..26d9be0e2e 100644 --- a/plugins/ExternalAPI/m_yapp.h +++ b/plugins/ExternalAPI/m_yapp.h @@ -1,4 +1,4 @@ -#ifndef __m_yapp_h__
+#ifndef __m_yapp_h__
#define __m_yapp_h__
#define NFOPT_POPUP2_BACKCOLOR "Popup2/BackColor"
diff --git a/plugins/FTPFileYM/docs/licence.txt b/plugins/FTPFileYM/docs/licence.txt index fc35462967..7f1161073d 100644 --- a/plugins/FTPFileYM/docs/licence.txt +++ b/plugins/FTPFileYM/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/FTPFileYM/docs/readme.txt b/plugins/FTPFileYM/docs/readme.txt index 91854c075b..971d3d18ab 100644 --- a/plugins/FTPFileYM/docs/readme.txt +++ b/plugins/FTPFileYM/docs/readme.txt @@ -1,4 +1,4 @@ -***********
+***********
FTP File YM
***********
diff --git a/plugins/FTPFileYM/src/dbentry.cpp b/plugins/FTPFileYM/src/dbentry.cpp index b09ce0ca8b..d592c7c450 100644 --- a/plugins/FTPFileYM/src/dbentry.cpp +++ b/plugins/FTPFileYM/src/dbentry.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/dbentry.h b/plugins/FTPFileYM/src/dbentry.h index 56e410bfe2..8b0af27736 100644 --- a/plugins/FTPFileYM/src/dbentry.h +++ b/plugins/FTPFileYM/src/dbentry.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/deletetimer.cpp b/plugins/FTPFileYM/src/deletetimer.cpp index fdbe65eeb8..fe642e8a83 100644 --- a/plugins/FTPFileYM/src/deletetimer.cpp +++ b/plugins/FTPFileYM/src/deletetimer.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/deletetimer.h b/plugins/FTPFileYM/src/deletetimer.h index e4610796f4..59159aa3da 100644 --- a/plugins/FTPFileYM/src/deletetimer.h +++ b/plugins/FTPFileYM/src/deletetimer.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/dialog.cpp b/plugins/FTPFileYM/src/dialog.cpp index cfdc1c56f1..2096f0bb60 100644 --- a/plugins/FTPFileYM/src/dialog.cpp +++ b/plugins/FTPFileYM/src/dialog.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/dialog.h b/plugins/FTPFileYM/src/dialog.h index bb72298d5c..66244b7168 100644 --- a/plugins/FTPFileYM/src/dialog.h +++ b/plugins/FTPFileYM/src/dialog.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/ftpfile.cpp b/plugins/FTPFileYM/src/ftpfile.cpp index b1059cdfc0..bc4d4dc996 100644 --- a/plugins/FTPFileYM/src/ftpfile.cpp +++ b/plugins/FTPFileYM/src/ftpfile.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_delete.cpp b/plugins/FTPFileYM/src/job_delete.cpp index 0ceb852d27..0a39dd7ab1 100644 --- a/plugins/FTPFileYM/src/job_delete.cpp +++ b/plugins/FTPFileYM/src/job_delete.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_delete.h b/plugins/FTPFileYM/src/job_delete.h index be48ce652c..73e6b79822 100644 --- a/plugins/FTPFileYM/src/job_delete.h +++ b/plugins/FTPFileYM/src/job_delete.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_generic.cpp b/plugins/FTPFileYM/src/job_generic.cpp index df728fee8b..719da74d3f 100644 --- a/plugins/FTPFileYM/src/job_generic.cpp +++ b/plugins/FTPFileYM/src/job_generic.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_generic.h b/plugins/FTPFileYM/src/job_generic.h index b9af43ee06..ffc370958d 100644 --- a/plugins/FTPFileYM/src/job_generic.h +++ b/plugins/FTPFileYM/src/job_generic.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_packer.cpp b/plugins/FTPFileYM/src/job_packer.cpp index a3b1cd050f..8428faf58c 100644 --- a/plugins/FTPFileYM/src/job_packer.cpp +++ b/plugins/FTPFileYM/src/job_packer.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_packer.h b/plugins/FTPFileYM/src/job_packer.h index c037f12ca5..14edcbeda1 100644 --- a/plugins/FTPFileYM/src/job_packer.h +++ b/plugins/FTPFileYM/src/job_packer.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_upload.cpp b/plugins/FTPFileYM/src/job_upload.cpp index e6e51abc28..a083225d57 100644 --- a/plugins/FTPFileYM/src/job_upload.cpp +++ b/plugins/FTPFileYM/src/job_upload.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/job_upload.h b/plugins/FTPFileYM/src/job_upload.h index 4bf8fb54c9..211eee3756 100644 --- a/plugins/FTPFileYM/src/job_upload.h +++ b/plugins/FTPFileYM/src/job_upload.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/manager.cpp b/plugins/FTPFileYM/src/manager.cpp index 6b1f1c4248..7d793f5959 100644 --- a/plugins/FTPFileYM/src/manager.cpp +++ b/plugins/FTPFileYM/src/manager.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/manager.h b/plugins/FTPFileYM/src/manager.h index 4201df041b..52983d6f5a 100644 --- a/plugins/FTPFileYM/src/manager.h +++ b/plugins/FTPFileYM/src/manager.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/mir_db.cpp b/plugins/FTPFileYM/src/mir_db.cpp index 019c9b827a..e7c693585a 100644 --- a/plugins/FTPFileYM/src/mir_db.cpp +++ b/plugins/FTPFileYM/src/mir_db.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/mir_db.h b/plugins/FTPFileYM/src/mir_db.h index b74d6b5575..750f6c6b8a 100644 --- a/plugins/FTPFileYM/src/mir_db.h +++ b/plugins/FTPFileYM/src/mir_db.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/options.cpp b/plugins/FTPFileYM/src/options.cpp index 487416034b..6008f80bab 100644 --- a/plugins/FTPFileYM/src/options.cpp +++ b/plugins/FTPFileYM/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/options.h b/plugins/FTPFileYM/src/options.h index 0e04c34347..802f3c1e3c 100644 --- a/plugins/FTPFileYM/src/options.h +++ b/plugins/FTPFileYM/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/resource.h b/plugins/FTPFileYM/src/resource.h index 456d3e8710..17a227010b 100644 --- a/plugins/FTPFileYM/src/resource.h +++ b/plugins/FTPFileYM/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ftpfile.rc
//
diff --git a/plugins/FTPFileYM/src/serverlist.cpp b/plugins/FTPFileYM/src/serverlist.cpp index 9e26f16910..fbbd700fac 100644 --- a/plugins/FTPFileYM/src/serverlist.cpp +++ b/plugins/FTPFileYM/src/serverlist.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/serverlist.h b/plugins/FTPFileYM/src/serverlist.h index db678b2886..05b2e66724 100644 --- a/plugins/FTPFileYM/src/serverlist.h +++ b/plugins/FTPFileYM/src/serverlist.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/stdafx.cxx b/plugins/FTPFileYM/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/FTPFileYM/src/stdafx.cxx +++ b/plugins/FTPFileYM/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/FTPFileYM/src/stdafx.h b/plugins/FTPFileYM/src/stdafx.h index 10d0ddca6f..1ac6722a7f 100644 --- a/plugins/FTPFileYM/src/stdafx.h +++ b/plugins/FTPFileYM/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/utils.cpp b/plugins/FTPFileYM/src/utils.cpp index 65177898d0..34491f7e2a 100644 --- a/plugins/FTPFileYM/src/utils.cpp +++ b/plugins/FTPFileYM/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/utils.h b/plugins/FTPFileYM/src/utils.h index 7f40305e02..de5fd9d911 100644 --- a/plugins/FTPFileYM/src/utils.h +++ b/plugins/FTPFileYM/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
FTP File YM plugin
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/FTPFileYM/src/version.h b/plugins/FTPFileYM/src/version.h index eb77477a11..ea36fb539f 100644 --- a/plugins/FTPFileYM/src/version.h +++ b/plugins/FTPFileYM/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
#define __RELEASE_NUM 0
#define __BUILD_NUM 2
diff --git a/plugins/FavContacts/src/contact_cache.cpp b/plugins/FavContacts/src/contact_cache.cpp index b706b7e81f..d6039f3782 100644 --- a/plugins/FavContacts/src/contact_cache.cpp +++ b/plugins/FavContacts/src/contact_cache.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static int CompareItem(const CContactCache::TContactInfo *p1, const CContactCache::TContactInfo *p2)
{
diff --git a/plugins/FavContacts/src/contact_cache.h b/plugins/FavContacts/src/contact_cache.h index db50bbc15b..2987290735 100644 --- a/plugins/FavContacts/src/contact_cache.h +++ b/plugins/FavContacts/src/contact_cache.h @@ -1,4 +1,4 @@ -#ifndef __contact_cache__
+#ifndef __contact_cache__
#define __contact_cache__
class CContactCache
diff --git a/plugins/FavContacts/src/cserver.cpp b/plugins/FavContacts/src/cserver.cpp index 5132b5a618..42f35cd687 100644 --- a/plugins/FavContacts/src/cserver.cpp +++ b/plugins/FavContacts/src/cserver.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "csocket.h"
#include "cserver.h"
diff --git a/plugins/FavContacts/src/cserver.h b/plugins/FavContacts/src/cserver.h index 87f5ea54f9..f96c87b2c1 100644 --- a/plugins/FavContacts/src/cserver.h +++ b/plugins/FavContacts/src/cserver.h @@ -1,4 +1,4 @@ -#ifndef cserver_h__
+#ifndef cserver_h__
#define cserver_h__
class IConnectionProcessor
diff --git a/plugins/FavContacts/src/csocket.cpp b/plugins/FavContacts/src/csocket.cpp index e5bc6c65c9..a101e65352 100644 --- a/plugins/FavContacts/src/csocket.cpp +++ b/plugins/FavContacts/src/csocket.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "csocket.h"
diff --git a/plugins/FavContacts/src/csocket.h b/plugins/FavContacts/src/csocket.h index d51c4c61ea..3fa1c87852 100644 --- a/plugins/FavContacts/src/csocket.h +++ b/plugins/FavContacts/src/csocket.h @@ -1,4 +1,4 @@ -#ifndef csocket_h__
+#ifndef csocket_h__
#define csocket_h__
class CSocket
diff --git a/plugins/FavContacts/src/favlist.h b/plugins/FavContacts/src/favlist.h index 000ec86516..b6ebc70f2e 100644 --- a/plugins/FavContacts/src/favlist.h +++ b/plugins/FavContacts/src/favlist.h @@ -1,4 +1,4 @@ -#ifndef favlist_h__
+#ifndef favlist_h__
#define favlist_h__
struct TContactInfo
diff --git a/plugins/FavContacts/src/http_api.cpp b/plugins/FavContacts/src/http_api.cpp index 11aecba552..d71e1c536d 100644 --- a/plugins/FavContacts/src/http_api.cpp +++ b/plugins/FavContacts/src/http_api.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "csocket.h"
#include "cserver.h"
diff --git a/plugins/FavContacts/src/http_api.h b/plugins/FavContacts/src/http_api.h index f1ca492e6e..599ba4c4d4 100644 --- a/plugins/FavContacts/src/http_api.h +++ b/plugins/FavContacts/src/http_api.h @@ -1,4 +1,4 @@ -#ifndef http_api_h__
+#ifndef http_api_h__
#define http_api_h__
void LoadHttpApi();
diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index f5e0f40383..04d429a82b 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Favorite Contacts for Miranda IM
Copyright 2007 Victor Pavlychko
diff --git a/plugins/FavContacts/src/menu.cpp b/plugins/FavContacts/src/menu.cpp index 9832b6d3ea..f0c8e1072e 100644 --- a/plugins/FavContacts/src/menu.cpp +++ b/plugins/FavContacts/src/menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
Favorite Contacts for Miranda IM
Copyright 2007 Victor Pavlychko
diff --git a/plugins/FavContacts/src/options.cpp b/plugins/FavContacts/src/options.cpp index 071f0bdc34..5a5ce392b7 100644 --- a/plugins/FavContacts/src/options.cpp +++ b/plugins/FavContacts/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Favorite Contacts for Miranda IM
Copyright 2007 Victor Pavlychko
diff --git a/plugins/FavContacts/src/resource.h b/plugins/FavContacts/src/resource.h index b6e77dd28b..099847ed80 100644 --- a/plugins/FavContacts/src/resource.h +++ b/plugins/FavContacts/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/FavContacts/src/services.cpp b/plugins/FavContacts/src/services.cpp index 86038975aa..c348de82ce 100644 --- a/plugins/FavContacts/src/services.cpp +++ b/plugins/FavContacts/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Favorite Contacts for Miranda IM
Copyright 2007 Victor Pavlychko
diff --git a/plugins/FavContacts/src/stdafx.cxx b/plugins/FavContacts/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/FavContacts/src/stdafx.cxx +++ b/plugins/FavContacts/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/FavContacts/src/stdafx.h b/plugins/FavContacts/src/stdafx.h index c9546afcab..8c123f1131 100644 --- a/plugins/FavContacts/src/stdafx.h +++ b/plugins/FavContacts/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Favorite Contacts for Miranda IM
Copyright 2007 Victor Pavlychko
diff --git a/plugins/FavContacts/src/version.h b/plugins/FavContacts/src/version.h index 67a5d6e6a8..057d4f6502 100644 --- a/plugins/FavContacts/src/version.h +++ b/plugins/FavContacts/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 diff --git a/plugins/FileAsMessage/src/crc32.cpp b/plugins/FileAsMessage/src/crc32.cpp index 32bebc2445..dc40c1a6fb 100644 --- a/plugins/FileAsMessage/src/crc32.cpp +++ b/plugins/FileAsMessage/src/crc32.cpp @@ -1,4 +1,4 @@ -#include "main.h"
+#include "main.h"
const ulong CRCPoly = 0xEDB88320;
ulong CRC32Table[256];
diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index 71ce7350ad..36fbd38780 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -1,4 +1,4 @@ -#include"main.h"
+#include"main.h"
char *szFEMode[] =
{
diff --git a/plugins/FileAsMessage/src/dialog.h b/plugins/FileAsMessage/src/dialog.h index 4056cbbf74..10f110bf37 100644 --- a/plugins/FileAsMessage/src/dialog.h +++ b/plugins/FileAsMessage/src/dialog.h @@ -1,4 +1,4 @@ -extern HINSTANCE hInst;
+extern HINSTANCE hInst;
int getMsgId(char *msg);
diff --git a/plugins/FileAsMessage/src/main.cpp b/plugins/FileAsMessage/src/main.cpp index 71ee604e13..594e95e395 100644 --- a/plugins/FileAsMessage/src/main.cpp +++ b/plugins/FileAsMessage/src/main.cpp @@ -1,4 +1,4 @@ -#include "main.h"
+#include "main.h"
PLUGININFOEX pluginInfo =
{
diff --git a/plugins/FileAsMessage/src/main.h b/plugins/FileAsMessage/src/main.h index 8d9a2f5fa9..a2130ee940 100644 --- a/plugins/FileAsMessage/src/main.h +++ b/plugins/FileAsMessage/src/main.h @@ -1,4 +1,4 @@ -#define _CRT_SECURE_NO_WARNINGS
+#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_DEPRECATE
#include <windows.h>
diff --git a/plugins/FileAsMessage/src/optionsdlg.cpp b/plugins/FileAsMessage/src/optionsdlg.cpp index 45b29bab30..519e5287ee 100644 --- a/plugins/FileAsMessage/src/optionsdlg.cpp +++ b/plugins/FileAsMessage/src/optionsdlg.cpp @@ -1,4 +1,4 @@ -#include "main.h"
+#include "main.h"
DWORD settingDefault[] =
{
diff --git a/plugins/FileAsMessage/src/resource.h b/plugins/FileAsMessage/src/resource.h index 31ee70689e..952fba4a65 100644 --- a/plugins/FileAsMessage/src/resource.h +++ b/plugins/FileAsMessage/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resources.rc
//
diff --git a/plugins/FileAsMessage/src/stdafx.cpp b/plugins/FileAsMessage/src/stdafx.cpp index ae44e29232..5cc77ed966 100644 --- a/plugins/FileAsMessage/src/stdafx.cpp +++ b/plugins/FileAsMessage/src/stdafx.cpp @@ -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/FileAsMessage/src/version.h b/plugins/FileAsMessage/src/version.h index 7afb57e0a5..ddb306b2f3 100644 --- a/plugins/FileAsMessage/src/version.h +++ b/plugins/FileAsMessage/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 4 diff --git a/plugins/FingerprintNG/docs/changelog.txt b/plugins/FingerprintNG/docs/changelog.txt index b5ea746ec5..d87db7cb5d 100644 --- a/plugins/FingerprintNG/docs/changelog.txt +++ b/plugins/FingerprintNG/docs/changelog.txt @@ -1,4 +1,4 @@ -Fingerprint NG 0.1.0.0
+Fingerprint NG 0.1.0.0
Changelog:
mass-update of Fingerprint Mod and renaming it to Fingerprint NG 0.1.0.0.
diff --git a/plugins/FingerprintNG/docs/fingerprint_old_mod_changelog.txt b/plugins/FingerprintNG/docs/fingerprint_old_mod_changelog.txt index dca8f44d8f..ccb5325a3b 100644 --- a/plugins/FingerprintNG/docs/fingerprint_old_mod_changelog.txt +++ b/plugins/FingerprintNG/docs/fingerprint_old_mod_changelog.txt @@ -1,4 +1,4 @@ -Fingerprint Mod 0.3.0.01
+Fingerprint Mod 0.3.0.01
Changelog:
overlay Unicode client
diff --git a/plugins/FingerprintNG/src/finger_groups.h b/plugins/FingerprintNG/src/finger_groups.h index b73761096e..d0ac9b3b30 100644 --- a/plugins/FingerprintNG/src/finger_groups.h +++ b/plugins/FingerprintNG/src/finger_groups.h @@ -1,4 +1,4 @@ -case MIRANDA_CASE:
+case MIRANDA_CASE:
if (db_get_b(NULL, MODULENAME, "GroupMiranda", 1))
return LPGENW("Client icons") L"/" LPGENW("Miranda clients");
break;
diff --git a/plugins/FingerprintNG/src/fingerprint.cpp b/plugins/FingerprintNG/src/fingerprint.cpp index dbffced0fe..0a8c305f5a 100644 --- a/plugins/FingerprintNG/src/fingerprint.cpp +++ b/plugins/FingerprintNG/src/fingerprint.cpp @@ -1,4 +1,4 @@ -fv/* +fv/* Fingerprint NG (client version) icons module for Miranda NG Copyright © 2006-17 ghazan, mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors. diff --git a/plugins/FingerprintNG/src/main.cpp b/plugins/FingerprintNG/src/main.cpp index 2b0238b3e1..f8af6c8a48 100644 --- a/plugins/FingerprintNG/src/main.cpp +++ b/plugins/FingerprintNG/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Fingerprint NG (client version) icons module for Miranda NG
Copyright © 2006-17 FYR, Bio, nullbie, ghazan, mataes, HierOS, faith_healer and all respective contributors.
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index 53df4a768b..52cc5cb5ae 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -1,4 +1,4 @@ -/*
+/*
Fingerprint NG (client version) icons module for Miranda NG
Copyright © 2006-17 ghazan, mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors.
diff --git a/plugins/FingerprintNG/src/options.cpp b/plugins/FingerprintNG/src/options.cpp index ca45d5a7ba..5ec7b7a793 100644 --- a/plugins/FingerprintNG/src/options.cpp +++ b/plugins/FingerprintNG/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Fingerprint NG (client version) icons module for Miranda NG
Copyright © 2006-17 ghazan, mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors.
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index f70fb376d2..8420af7194 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\iconpacks\fp_icons.rc
//
diff --git a/plugins/FingerprintNG/src/stdafx.cxx b/plugins/FingerprintNG/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/FingerprintNG/src/stdafx.cxx +++ b/plugins/FingerprintNG/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/FingerprintNG/src/stdafx.h b/plugins/FingerprintNG/src/stdafx.h index 43e04eefe2..a44ede6da4 100644 --- a/plugins/FingerprintNG/src/stdafx.h +++ b/plugins/FingerprintNG/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Fingerprint NG (client version) icons module for Miranda NG
Copyright © 2006-17 ghazan, mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors.
diff --git a/plugins/FingerprintNG/src/version.h b/plugins/FingerprintNG/src/version.h index 32179d8fef..4ee2eaffab 100644 --- a/plugins/FingerprintNG/src/version.h +++ b/plugins/FingerprintNG/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Fingerprint NG (client version) icons module for Miranda NG
Copyright © 2006-17 ghazan, Mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors.
diff --git a/plugins/FloatingContacts/docs/readme.txt b/plugins/FloatingContacts/docs/readme.txt index 4669baff5a..b62a9c7ff6 100644 --- a/plugins/FloatingContacts/docs/readme.txt +++ b/plugins/FloatingContacts/docs/readme.txt @@ -1,4 +1,4 @@ -******************
+******************
Floating Contacts
******************
diff --git a/plugins/FloatingContacts/src/bitmap_funcs.cpp b/plugins/FloatingContacts/src/bitmap_funcs.cpp index bf494436ed..5cbf09bc9b 100644 --- a/plugins/FloatingContacts/src/bitmap_funcs.cpp +++ b/plugins/FloatingContacts/src/bitmap_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/FloatingContacts/src/bitmap_funcs.h b/plugins/FloatingContacts/src/bitmap_funcs.h index abc641b8b6..46b749289b 100644 --- a/plugins/FloatingContacts/src/bitmap_funcs.h +++ b/plugins/FloatingContacts/src/bitmap_funcs.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/FloatingContacts/src/filedrop.cpp b/plugins/FloatingContacts/src/filedrop.cpp index 56964a307e..e9f3c97618 100644 --- a/plugins/FloatingContacts/src/filedrop.cpp +++ b/plugins/FloatingContacts/src/filedrop.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void ProcessDroppedItems(char **ppDroppedItems, int nCount, char **ppFiles);
static int CountDroppedFiles(char **ppDroppedItems, int nCount);
diff --git a/plugins/FloatingContacts/src/filedrop.h b/plugins/FloatingContacts/src/filedrop.h index a71aec9956..af384c67d3 100644 --- a/plugins/FloatingContacts/src/filedrop.h +++ b/plugins/FloatingContacts/src/filedrop.h @@ -1,4 +1,4 @@ -/* This file is a modification of clcfiledrop.h originally
+/* This file is a modification of clcfiledrop.h originally
written by Richard Hughes*/
static HWND hwndCurDrag = NULL;
diff --git a/plugins/FloatingContacts/src/fltcont.h b/plugins/FloatingContacts/src/fltcont.h index 10a30314c0..ca4919c2fc 100644 --- a/plugins/FloatingContacts/src/fltcont.h +++ b/plugins/FloatingContacts/src/fltcont.h @@ -1,4 +1,4 @@ -
+
#ifndef __FLTCONT_H__
#define __FLTCONT_H__
diff --git a/plugins/FloatingContacts/src/main.cpp b/plugins/FloatingContacts/src/main.cpp index 8cb2933ac5..d840c61e62 100644 --- a/plugins/FloatingContacts/src/main.cpp +++ b/plugins/FloatingContacts/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Floating Contacts plugin, created by Iavor Vajarov ( ivajarov@code.bg )
http://miranda-icq.sourceforge.net/
diff --git a/plugins/FloatingContacts/src/options.cpp b/plugins/FloatingContacts/src/options.cpp index 75a9208519..c27c29b242 100644 --- a/plugins/FloatingContacts/src/options.cpp +++ b/plugins/FloatingContacts/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "shlwapi.lib")
#define M_GUESSSAMEASBOXES (WM_USER + 18)
diff --git a/plugins/FloatingContacts/src/resource.h b/plugins/FloatingContacts/src/resource.h index 5d73325800..87664ca12b 100644 --- a/plugins/FloatingContacts/src/resource.h +++ b/plugins/FloatingContacts/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Myranda\plugins\FloatingContacts\res\fltcnt.rc
//
diff --git a/plugins/FloatingContacts/src/stdafx.cxx b/plugins/FloatingContacts/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/FloatingContacts/src/stdafx.cxx +++ b/plugins/FloatingContacts/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/FloatingContacts/src/stdafx.h b/plugins/FloatingContacts/src/stdafx.h index c2db4ebf0d..1d6069ec3e 100644 --- a/plugins/FloatingContacts/src/stdafx.h +++ b/plugins/FloatingContacts/src/stdafx.h @@ -1,4 +1,4 @@ -
+
#ifndef __STDHDR_H__
#define __STDHDR_H__
diff --git a/plugins/FloatingContacts/src/thumbs.cpp b/plugins/FloatingContacts/src/thumbs.cpp index 137315c58e..27f953a689 100644 --- a/plugins/FloatingContacts/src/thumbs.cpp +++ b/plugins/FloatingContacts/src/thumbs.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "Msimg32.lib")
ThumbList thumbList;
diff --git a/plugins/FloatingContacts/src/thumbs.h b/plugins/FloatingContacts/src/thumbs.h index 406cfcc4f4..d3e8d396d1 100644 --- a/plugins/FloatingContacts/src/thumbs.h +++ b/plugins/FloatingContacts/src/thumbs.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
//
#define USERNAME_LEN 50
class CDropTarget;
diff --git a/plugins/FloatingContacts/src/version.h b/plugins/FloatingContacts/src/version.h index 781d5f2c19..5af00f2c44 100644 --- a/plugins/FloatingContacts/src/version.h +++ b/plugins/FloatingContacts/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
#define __BUILD_NUM 4
diff --git a/plugins/Folders/docs/readme.txt b/plugins/Folders/docs/readme.txt index d42379fd2b..9c7af357bf 100644 --- a/plugins/Folders/docs/readme.txt +++ b/plugins/Folders/docs/readme.txt @@ -1,4 +1,4 @@ -Custom profile folders v.0.1.6.0
+Custom profile folders v.0.1.6.0
Copyright © 2005-2010 Cristian Libotean
This plugin allows users to select the folders where plugins save their data.
diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index ea47820fdb..806b0972c7 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
PFolderItem lastItem = nullptr;
diff --git a/plugins/Folders/src/events.cpp b/plugins/Folders/src/events.cpp index feb9176306..cf564a2836 100644 --- a/plugins/Folders/src/events.cpp +++ b/plugins/Folders/src/events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/events.h b/plugins/Folders/src/events.h index 6849ba235f..5fb6724541 100644 --- a/plugins/Folders/src/events.h +++ b/plugins/Folders/src/events.h @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/folderItem.cpp b/plugins/Folders/src/folderItem.cpp index 9613f601e0..35d718798b 100644 --- a/plugins/Folders/src/folderItem.cpp +++ b/plugins/Folders/src/folderItem.cpp @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/folderItem.h b/plugins/Folders/src/folderItem.h index 58dc71c0d2..cd35c36637 100644 --- a/plugins/Folders/src/folderItem.h +++ b/plugins/Folders/src/folderItem.h @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/folders.cpp b/plugins/Folders/src/folders.cpp index 088ccb12fc..b6d8ded550 100644 --- a/plugins/Folders/src/folders.cpp +++ b/plugins/Folders/src/folders.cpp @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/resource.h b/plugins/Folders/src/resource.h index cee9c06491..e8ff0247cf 100644 --- a/plugins/Folders/src/resource.h +++ b/plugins/Folders/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by folders.rc
//
diff --git a/plugins/Folders/src/services.cpp b/plugins/Folders/src/services.cpp index b5e9cfd96b..a1d01aea9d 100644 --- a/plugins/Folders/src/services.cpp +++ b/plugins/Folders/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/services.h b/plugins/Folders/src/services.h index 9a275518e3..419de6cad9 100644 --- a/plugins/Folders/src/services.h +++ b/plugins/Folders/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/stdafx.cxx b/plugins/Folders/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Folders/src/stdafx.cxx +++ b/plugins/Folders/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/Folders/src/stdafx.h b/plugins/Folders/src/stdafx.h index e7c40ba968..3d9f67e760 100644 --- a/plugins/Folders/src/stdafx.h +++ b/plugins/Folders/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/utils.cpp b/plugins/Folders/src/utils.cpp index 4c32cfcbb8..5973546d38 100644 --- a/plugins/Folders/src/utils.cpp +++ b/plugins/Folders/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/utils.h b/plugins/Folders/src/utils.h index 775048340b..c8550d153c 100644 --- a/plugins/Folders/src/utils.h +++ b/plugins/Folders/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
Custom profile folders plugin for Miranda IM
Copyright © 2005 Cristian Libotean
diff --git a/plugins/Folders/src/version.h b/plugins/Folders/src/version.h index 6bd5330ae6..886868da09 100644 --- a/plugins/Folders/src/version.h +++ b/plugins/Folders/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
#define __BUILD_NUM 2
diff --git a/plugins/GmailNotifier/src/check.cpp b/plugins/GmailNotifier/src/check.cpp index d8df2301cb..6bf60cd2c7 100644 --- a/plugins/GmailNotifier/src/check.cpp +++ b/plugins/GmailNotifier/src/check.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "Wininet.lib")
diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp index f62aa24d73..ff6946fadc 100644 --- a/plugins/GmailNotifier/src/main.cpp +++ b/plugins/GmailNotifier/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/GmailNotifier/src/notify.cpp b/plugins/GmailNotifier/src/notify.cpp index 684634d1a0..ee1bbc04e4 100644 --- a/plugins/GmailNotifier/src/notify.cpp +++ b/plugins/GmailNotifier/src/notify.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int OpenBrowser(WPARAM hContact, LPARAM)
{
diff --git a/plugins/GmailNotifier/src/options.cpp b/plugins/GmailNotifier/src/options.cpp index b7e85be7ca..a3f781c8b1 100644 --- a/plugins/GmailNotifier/src/options.cpp +++ b/plugins/GmailNotifier/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void SaveButton(HWND hwndDlg, HWND hwndCombo, int curIndex)
{
diff --git a/plugins/GmailNotifier/src/resource.h b/plugins/GmailNotifier/src/resource.h index 215eaa6396..8a66a02e96 100644 --- a/plugins/GmailNotifier/src/resource.h +++ b/plugins/GmailNotifier/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\miranda-ng\plugins\GmailNotifier\res\options.rc
//
diff --git a/plugins/GmailNotifier/src/stdafx.cxx b/plugins/GmailNotifier/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/GmailNotifier/src/stdafx.cxx +++ b/plugins/GmailNotifier/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/GmailNotifier/src/stdafx.h b/plugins/GmailNotifier/src/stdafx.h index 5164c74fe2..470fb6209b 100644 --- a/plugins/GmailNotifier/src/stdafx.h +++ b/plugins/GmailNotifier/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <time.h>
#include <stdio.h>
#include "resource.h"
diff --git a/plugins/GmailNotifier/src/utility.cpp b/plugins/GmailNotifier/src/utility.cpp index 31410fbfbd..cadc6820db 100644 --- a/plugins/GmailNotifier/src/utility.cpp +++ b/plugins/GmailNotifier/src/utility.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void BuildList(void)
{
diff --git a/plugins/GmailNotifier/src/version.h b/plugins/GmailNotifier/src/version.h index ea28fcccaa..7834d0d829 100644 --- a/plugins/GmailNotifier/src/version.h +++ b/plugins/GmailNotifier/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 1
diff --git a/plugins/HTTPServer/docs/Changelog.txt b/plugins/HTTPServer/docs/Changelog.txt index 8a7d3bb390..de682e0249 100644 --- a/plugins/HTTPServer/docs/Changelog.txt +++ b/plugins/HTTPServer/docs/Changelog.txt @@ -1,4 +1,4 @@ -
+
Version 0.0.1.0
diff --git a/plugins/HTTPServer/docs/data/Changelog.txt b/plugins/HTTPServer/docs/data/Changelog.txt index 8a7d3bb390..de682e0249 100644 --- a/plugins/HTTPServer/docs/data/Changelog.txt +++ b/plugins/HTTPServer/docs/data/Changelog.txt @@ -1,4 +1,4 @@ -
+
Version 0.0.1.0
diff --git a/plugins/HTTPServer/src/FileShareNode.cpp b/plugins/HTTPServer/src/FileShareNode.cpp index 575eea1e26..939c46f364 100644 --- a/plugins/HTTPServer/src/FileShareNode.cpp +++ b/plugins/HTTPServer/src/FileShareNode.cpp @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/FileShareNode.h b/plugins/HTTPServer/src/FileShareNode.h index 0c49f9e3c9..7c40bcced1 100644 --- a/plugins/HTTPServer/src/FileShareNode.h +++ b/plugins/HTTPServer/src/FileShareNode.h @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index 3b0487b8c9..7d21925204 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp index de4fde82b4..11b179b4b6 100644 --- a/plugins/HTTPServer/src/GuiElements.cpp +++ b/plugins/HTTPServer/src/GuiElements.cpp @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/GuiElements.h b/plugins/HTTPServer/src/GuiElements.h index a9b1a9ade7..0ce1d11814 100644 --- a/plugins/HTTPServer/src/GuiElements.h +++ b/plugins/HTTPServer/src/GuiElements.h @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/HttpUser.cpp b/plugins/HTTPServer/src/HttpUser.cpp index a9dc4bd6d9..1f28cdac5d 100644 --- a/plugins/HTTPServer/src/HttpUser.cpp +++ b/plugins/HTTPServer/src/HttpUser.cpp @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/HttpUser.h b/plugins/HTTPServer/src/HttpUser.h index 64bb5c707a..a5a7b2d24c 100644 --- a/plugins/HTTPServer/src/HttpUser.h +++ b/plugins/HTTPServer/src/HttpUser.h @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/IndexCreation.h b/plugins/HTTPServer/src/IndexCreation.h index 9b3e9d7048..c3892c4308 100644 --- a/plugins/HTTPServer/src/IndexCreation.h +++ b/plugins/HTTPServer/src/IndexCreation.h @@ -1,4 +1,4 @@ -
+
//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
diff --git a/plugins/HTTPServer/src/IndexHTML.cpp b/plugins/HTTPServer/src/IndexHTML.cpp index 05f688166d..c32f782f81 100644 --- a/plugins/HTTPServer/src/IndexHTML.cpp +++ b/plugins/HTTPServer/src/IndexHTML.cpp @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/IndexXML.cpp b/plugins/HTTPServer/src/IndexXML.cpp index 1780fd4998..ea94a2cadc 100644 --- a/plugins/HTTPServer/src/IndexXML.cpp +++ b/plugins/HTTPServer/src/IndexXML.cpp @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/MimeHandling.cpp b/plugins/HTTPServer/src/MimeHandling.cpp index bea85eb4ce..56ec7a320f 100644 --- a/plugins/HTTPServer/src/MimeHandling.cpp +++ b/plugins/HTTPServer/src/MimeHandling.cpp @@ -1,4 +1,4 @@ -#include "Glob.h"
+#include "Glob.h"
/* MIME type/ext map */
ContentTypeDB MIME = nullptr;
diff --git a/plugins/HTTPServer/src/MimeHandling.h b/plugins/HTTPServer/src/MimeHandling.h index 8790a6e696..f40fdf94c8 100644 --- a/plugins/HTTPServer/src/MimeHandling.h +++ b/plugins/HTTPServer/src/MimeHandling.h @@ -1,4 +1,4 @@ -#define LINE_MAX_SIZE 512
+#define LINE_MAX_SIZE 512
#ifdef __cplusplus
extern "C" {
diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index 692ea7a72b..82aca337b6 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin
+//This file is part of HTTPServer a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen
//
//This program is free software; you can redistribute it and/or
diff --git a/plugins/HTTPServer/src/resource.h b/plugins/HTTPServer/src/resource.h index e493bc9e1a..3f2a2df98d 100644 --- a/plugins/HTTPServer/src/resource.h +++ b/plugins/HTTPServer/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется D:\MNG_orig\plugins\HTTPServer\res\resource.rc
//
diff --git a/plugins/HTTPServer/src/stdafx.cpp b/plugins/HTTPServer/src/stdafx.cpp index 05f164a960..b9812ed52a 100644 --- a/plugins/HTTPServer/src/stdafx.cpp +++ b/plugins/HTTPServer/src/stdafx.cpp @@ -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/HTTPServer/src/version.h b/plugins/HTTPServer/src/version.h index a2cbf010ca..c58cfb21e1 100644 --- a/plugins/HTTPServer/src/version.h +++ b/plugins/HTTPServer/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 3 diff --git a/plugins/HistoryLinkListPlus/src/language.h b/plugins/HistoryLinkListPlus/src/language.h index fee8bb9cbe..762ae0d58d 100644 --- a/plugins/HistoryLinkListPlus/src/language.h +++ b/plugins/HistoryLinkListPlus/src/language.h @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/linklist.cpp b/plugins/HistoryLinkListPlus/src/linklist.cpp index 0137b17706..3c8a94d11a 100644 --- a/plugins/HistoryLinkListPlus/src/linklist.cpp +++ b/plugins/HistoryLinkListPlus/src/linklist.cpp @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp b/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp index c28cd38726..e039b792c8 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp +++ b/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/linklist_dlg.h b/plugins/HistoryLinkListPlus/src/linklist_dlg.h index ab8984e784..a08c4d64f8 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_dlg.h +++ b/plugins/HistoryLinkListPlus/src/linklist_dlg.h @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/linklist_fct.cpp b/plugins/HistoryLinkListPlus/src/linklist_fct.cpp index b2f206a48e..21ad54c0a2 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_fct.cpp +++ b/plugins/HistoryLinkListPlus/src/linklist_fct.cpp @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/linklist_fct.h b/plugins/HistoryLinkListPlus/src/linklist_fct.h index 7465f056c8..62b7bbc087 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_fct.h +++ b/plugins/HistoryLinkListPlus/src/linklist_fct.h @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/resource.h b/plugins/HistoryLinkListPlus/src/resource.h index 253a56640a..740b3d8479 100644 --- a/plugins/HistoryLinkListPlus/src/resource.h +++ b/plugins/HistoryLinkListPlus/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by linklist.rc
//
diff --git a/plugins/HistoryLinkListPlus/src/stdafx.cxx b/plugins/HistoryLinkListPlus/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/HistoryLinkListPlus/src/stdafx.cxx +++ b/plugins/HistoryLinkListPlus/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/HistoryLinkListPlus/src/stdafx.h b/plugins/HistoryLinkListPlus/src/stdafx.h index 626d293e09..e0ff6adecd 100644 --- a/plugins/HistoryLinkListPlus/src/stdafx.h +++ b/plugins/HistoryLinkListPlus/src/stdafx.h @@ -1,4 +1,4 @@ -// History Linklist Plus
+// History Linklist Plus
// Copyright (C) 2010 Thomas Wendel, gureedo
//
// This program is free software; you can redistribute it and/or
diff --git a/plugins/HistoryLinkListPlus/src/version.h b/plugins/HistoryLinkListPlus/src/version.h index 2ae44644ea..c8ab34ae17 100644 --- a/plugins/HistoryLinkListPlus/src/version.h +++ b/plugins/HistoryLinkListPlus/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 diff --git a/plugins/HistoryPlusPlus/historypp_icons/src/resource.h b/plugins/HistoryPlusPlus/historypp_icons/src/resource.h index a8677025e4..10821b547f 100644 --- a/plugins/HistoryPlusPlus/historypp_icons/src/resource.h +++ b/plugins/HistoryPlusPlus/historypp_icons/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/HistoryPlusPlus/note.txt b/plugins/HistoryPlusPlus/note.txt index d6ca813894..64cd00de1c 100644 --- a/plugins/HistoryPlusPlus/note.txt +++ b/plugins/HistoryPlusPlus/note.txt @@ -1 +1 @@ -Broken history export (in HTML mode at least) - text exports in wrong (comparing with header) encoding
\ No newline at end of file +Broken history export (in HTML mode at least) - text exports in wrong (comparing with header) encoding
\ No newline at end of file diff --git a/plugins/HistoryStats/docs/changelog.txt b/plugins/HistoryStats/docs/changelog.txt index ade61ccf95..9f30fcb376 100644 --- a/plugins/HistoryStats/docs/changelog.txt +++ b/plugins/HistoryStats/docs/changelog.txt @@ -1,4 +1,4 @@ -Changelog
+Changelog
+ = new
* = changed
! = fixed
diff --git a/plugins/HistoryStats/docs/readme.txt b/plugins/HistoryStats/docs/readme.txt index 86a9dc6f2f..26af0b71b2 100644 --- a/plugins/HistoryStats/docs/readme.txt +++ b/plugins/HistoryStats/docs/readme.txt @@ -1,4 +1,4 @@ -0. Introduction
+0. Introduction
===============
* Purpose of this document
diff --git a/plugins/HistoryStats/src/_consts.cpp b/plugins/HistoryStats/src/_consts.cpp index 2aa0aec431..0221984803 100644 --- a/plugins/HistoryStats/src/_consts.cpp +++ b/plugins/HistoryStats/src/_consts.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define HISTORYSTATS_CONST_DEFINE
#include "_consts.h"
diff --git a/plugins/HistoryStats/src/_consts.h b/plugins/HistoryStats/src/_consts.h index 8c168140c2..d2dbf156c2 100644 --- a/plugins/HistoryStats/src/_consts.h +++ b/plugins/HistoryStats/src/_consts.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD__CONSTS_H)
+#if !defined(HISTORYSTATS_GUARD__CONSTS_H)
#define HISTORYSTATS_GUARD__CONSTS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/_format.h b/plugins/HistoryStats/src/_format.h index 528cbb17ad..c367f59202 100644 --- a/plugins/HistoryStats/src/_format.h +++ b/plugins/HistoryStats/src/_format.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD__FORMAT_H)
+#if !defined(HISTORYSTATS_GUARD__FORMAT_H)
#define HISTORYSTATS_GUARD__FORMAT_H
/*
diff --git a/plugins/HistoryStats/src/_langext.h b/plugins/HistoryStats/src/_langext.h index b60b826e55..f5e94694f7 100644 --- a/plugins/HistoryStats/src/_langext.h +++ b/plugins/HistoryStats/src/_langext.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD__LANGEXT_H)
+#if !defined(HISTORYSTATS_GUARD__LANGEXT_H)
#define HISTORYSTATS_GUARD__LANGEXT_H
/*
diff --git a/plugins/HistoryStats/src/_strfunc.h b/plugins/HistoryStats/src/_strfunc.h index 76ef571add..f00af2f367 100644 --- a/plugins/HistoryStats/src/_strfunc.h +++ b/plugins/HistoryStats/src/_strfunc.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD__STRFUNC_H)
+#if !defined(HISTORYSTATS_GUARD__STRFUNC_H)
#define HISTORYSTATS_GUARD__STRFUNC_H
namespace ext
diff --git a/plugins/HistoryStats/src/bandctrl.cpp b/plugins/HistoryStats/src/bandctrl.cpp index cd4c8c1969..2240b1f55c 100644 --- a/plugins/HistoryStats/src/bandctrl.cpp +++ b/plugins/HistoryStats/src/bandctrl.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "bandctrl.h"
/*
diff --git a/plugins/HistoryStats/src/bandctrl.h b/plugins/HistoryStats/src/bandctrl.h index ccd25e3d7c..4917545c87 100644 --- a/plugins/HistoryStats/src/bandctrl.h +++ b/plugins/HistoryStats/src/bandctrl.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_BANDCTRL_H)
+#if !defined(HISTORYSTATS_GUARD_BANDCTRL_H)
#define HISTORYSTATS_GUARD_BANDCTRL_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/bandctrldefs.h b/plugins/HistoryStats/src/bandctrldefs.h index ad5115c1e4..1be373dcfa 100644 --- a/plugins/HistoryStats/src/bandctrldefs.h +++ b/plugins/HistoryStats/src/bandctrldefs.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_BANDCTRLDEFS_H)
+#if !defined(HISTORYSTATS_GUARD_BANDCTRLDEFS_H)
#define HISTORYSTATS_GUARD_BANDCTRLDEFS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/bandctrlimpl.cpp b/plugins/HistoryStats/src/bandctrlimpl.cpp index d3042aca41..4ecbe3932d 100644 --- a/plugins/HistoryStats/src/bandctrlimpl.cpp +++ b/plugins/HistoryStats/src/bandctrlimpl.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "bandctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/bandctrlimpl.h b/plugins/HistoryStats/src/bandctrlimpl.h index d93ed15398..7eef92ba68 100644 --- a/plugins/HistoryStats/src/bandctrlimpl.h +++ b/plugins/HistoryStats/src/bandctrlimpl.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_BANDCTRLIMPL_H)
+#if !defined(HISTORYSTATS_GUARD_BANDCTRLIMPL_H)
#define HISTORYSTATS_GUARD_BANDCTRLIMPL_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/canvas.cpp b/plugins/HistoryStats/src/canvas.cpp index b9a5141214..215f631104 100644 --- a/plugins/HistoryStats/src/canvas.cpp +++ b/plugins/HistoryStats/src/canvas.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "canvas.h"
void Canvas::updateTrans(BYTE* pData)
diff --git a/plugins/HistoryStats/src/canvas.h b/plugins/HistoryStats/src/canvas.h index c7edd9d366..99213316f2 100644 --- a/plugins/HistoryStats/src/canvas.h +++ b/plugins/HistoryStats/src/canvas.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_CANVAS_H)
+#if !defined(HISTORYSTATS_GUARD_CANVAS_H)
#define HISTORYSTATS_GUARD_CANVAS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/colbase_words.cpp b/plugins/HistoryStats/src/colbase_words.cpp index 9d3b466705..e45c77e019 100644 --- a/plugins/HistoryStats/src/colbase_words.cpp +++ b/plugins/HistoryStats/src/colbase_words.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "colbase_words.h"
/*
diff --git a/plugins/HistoryStats/src/colbase_words.h b/plugins/HistoryStats/src/colbase_words.h index e21733a90c..2d9ef4c667 100644 --- a/plugins/HistoryStats/src/colbase_words.h +++ b/plugins/HistoryStats/src/colbase_words.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLBASE_WORDS_H)
+#if !defined(HISTORYSTATS_GUARD_COLBASE_WORDS_H)
#define HISTORYSTATS_GUARD_COLBASE_WORDS_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column.cpp b/plugins/HistoryStats/src/column.cpp index 69a2bd83e9..51d9967873 100644 --- a/plugins/HistoryStats/src/column.cpp +++ b/plugins/HistoryStats/src/column.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column.h"
#include "column_rank.h"
diff --git a/plugins/HistoryStats/src/column.h b/plugins/HistoryStats/src/column.h index 214d2cbc2d..acd99f933e 100644 --- a/plugins/HistoryStats/src/column.h +++ b/plugins/HistoryStats/src/column.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_H)
#define HISTORYSTATS_GUARD_COLUMN_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/column_chatduration.cpp b/plugins/HistoryStats/src/column_chatduration.cpp index 09cc3fbbae..fba75dbfc4 100644 --- a/plugins/HistoryStats/src/column_chatduration.cpp +++ b/plugins/HistoryStats/src/column_chatduration.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_chatduration.h"
/*
diff --git a/plugins/HistoryStats/src/column_chatduration.h b/plugins/HistoryStats/src/column_chatduration.h index 74e8ba7987..95e8e237ce 100644 --- a/plugins/HistoryStats/src/column_chatduration.h +++ b/plugins/HistoryStats/src/column_chatduration.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_CHATDURATION_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_CHATDURATION_H)
#define HISTORYSTATS_GUARD_COLUMN_CHATDURATION_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_events.cpp b/plugins/HistoryStats/src/column_events.cpp index 4725e17d71..016558f0ca 100644 --- a/plugins/HistoryStats/src/column_events.cpp +++ b/plugins/HistoryStats/src/column_events.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_events.h"
/*
diff --git a/plugins/HistoryStats/src/column_events.h b/plugins/HistoryStats/src/column_events.h index bdac07d76e..5fd9d52dff 100644 --- a/plugins/HistoryStats/src/column_events.h +++ b/plugins/HistoryStats/src/column_events.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_EVENTS_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_EVENTS_H)
#define HISTORYSTATS_GUARD_COLUMN_EVENTS_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_group.cpp b/plugins/HistoryStats/src/column_group.cpp index bb860e7114..740e97d0e1 100644 --- a/plugins/HistoryStats/src/column_group.cpp +++ b/plugins/HistoryStats/src/column_group.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_group.h"
/*
diff --git a/plugins/HistoryStats/src/column_group.h b/plugins/HistoryStats/src/column_group.h index 75132afc26..4683bdb47e 100644 --- a/plugins/HistoryStats/src/column_group.h +++ b/plugins/HistoryStats/src/column_group.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_GROUP_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_GROUP_H)
#define HISTORYSTATS_GUARD_COLUMN_GROUP_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_inout.cpp b/plugins/HistoryStats/src/column_inout.cpp index 9f003f2b9a..4a7ab6aec8 100644 --- a/plugins/HistoryStats/src/column_inout.cpp +++ b/plugins/HistoryStats/src/column_inout.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_inout.h"
/*
diff --git a/plugins/HistoryStats/src/column_inout.h b/plugins/HistoryStats/src/column_inout.h index 422e104b58..c1ece71bff 100644 --- a/plugins/HistoryStats/src/column_inout.h +++ b/plugins/HistoryStats/src/column_inout.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_INOUT_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_INOUT_H)
#define HISTORYSTATS_GUARD_COLUMN_INOUT_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_inoutgraph.cpp b/plugins/HistoryStats/src/column_inoutgraph.cpp index f25e3fc43c..f5f10559fd 100644 --- a/plugins/HistoryStats/src/column_inoutgraph.cpp +++ b/plugins/HistoryStats/src/column_inoutgraph.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_inoutgraph.h"
/*
diff --git a/plugins/HistoryStats/src/column_inoutgraph.h b/plugins/HistoryStats/src/column_inoutgraph.h index afa7decd61..6b08170ff4 100644 --- a/plugins/HistoryStats/src/column_inoutgraph.h +++ b/plugins/HistoryStats/src/column_inoutgraph.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_INOUTGRAPH_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_INOUTGRAPH_H)
#define HISTORYSTATS_GUARD_COLUMN_INOUTGRAPH_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_nick.cpp b/plugins/HistoryStats/src/column_nick.cpp index b72eba9bb2..948656d5d1 100644 --- a/plugins/HistoryStats/src/column_nick.cpp +++ b/plugins/HistoryStats/src/column_nick.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_nick.h"
/*
diff --git a/plugins/HistoryStats/src/column_nick.h b/plugins/HistoryStats/src/column_nick.h index 189774aca2..b11959838e 100644 --- a/plugins/HistoryStats/src/column_nick.h +++ b/plugins/HistoryStats/src/column_nick.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_NICK_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_NICK_H)
#define HISTORYSTATS_GUARD_COLUMN_NICK_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_protocol.cpp b/plugins/HistoryStats/src/column_protocol.cpp index 72bf4223d0..ac583492ac 100644 --- a/plugins/HistoryStats/src/column_protocol.cpp +++ b/plugins/HistoryStats/src/column_protocol.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_protocol.h"
/*
diff --git a/plugins/HistoryStats/src/column_protocol.h b/plugins/HistoryStats/src/column_protocol.h index 288e207eb6..1fc303e91f 100644 --- a/plugins/HistoryStats/src/column_protocol.h +++ b/plugins/HistoryStats/src/column_protocol.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_PROTOCOL_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_PROTOCOL_H)
#define HISTORYSTATS_GUARD_COLUMN_PROTOCOL_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_rank.cpp b/plugins/HistoryStats/src/column_rank.cpp index 1a24428aa4..93f2027961 100644 --- a/plugins/HistoryStats/src/column_rank.cpp +++ b/plugins/HistoryStats/src/column_rank.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_rank.h"
/*
diff --git a/plugins/HistoryStats/src/column_rank.h b/plugins/HistoryStats/src/column_rank.h index 38ea57c447..fddadbaae7 100644 --- a/plugins/HistoryStats/src/column_rank.h +++ b/plugins/HistoryStats/src/column_rank.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_RANK_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_RANK_H)
#define HISTORYSTATS_GUARD_COLUMN_RANK_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_split.cpp b/plugins/HistoryStats/src/column_split.cpp index 29b7c1f9bf..7b6c7b8b6b 100644 --- a/plugins/HistoryStats/src/column_split.cpp +++ b/plugins/HistoryStats/src/column_split.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_split.h"
/*
diff --git a/plugins/HistoryStats/src/column_split.h b/plugins/HistoryStats/src/column_split.h index 798a3e1921..4dbe77fe3d 100644 --- a/plugins/HistoryStats/src/column_split.h +++ b/plugins/HistoryStats/src/column_split.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_SPLIT_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_SPLIT_H)
#define HISTORYSTATS_GUARD_COLUMN_SPLIT_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_splittimeline.cpp b/plugins/HistoryStats/src/column_splittimeline.cpp index 50d1d6ca7b..ad1a6b5915 100644 --- a/plugins/HistoryStats/src/column_splittimeline.cpp +++ b/plugins/HistoryStats/src/column_splittimeline.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_splittimeline.h"
/*
diff --git a/plugins/HistoryStats/src/column_splittimeline.h b/plugins/HistoryStats/src/column_splittimeline.h index 98b5246272..4b28d74646 100644 --- a/plugins/HistoryStats/src/column_splittimeline.h +++ b/plugins/HistoryStats/src/column_splittimeline.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_SPLITTIMELINE_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_SPLITTIMELINE_H)
#define HISTORYSTATS_GUARD_COLUMN_SPLITTIMELINE_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_timeline.cpp b/plugins/HistoryStats/src/column_timeline.cpp index a548d346fc..1c4b5ce657 100644 --- a/plugins/HistoryStats/src/column_timeline.cpp +++ b/plugins/HistoryStats/src/column_timeline.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_timeline.h"
/*
diff --git a/plugins/HistoryStats/src/column_timeline.h b/plugins/HistoryStats/src/column_timeline.h index 9be9c1ae55..fb0b9c5b85 100644 --- a/plugins/HistoryStats/src/column_timeline.h +++ b/plugins/HistoryStats/src/column_timeline.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_TIMELINE_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_TIMELINE_H)
#define HISTORYSTATS_GUARD_COLUMN_TIMELINE_H
#include "column.h"
diff --git a/plugins/HistoryStats/src/column_wordcount.cpp b/plugins/HistoryStats/src/column_wordcount.cpp index 28cbcdf93f..e764e378de 100644 --- a/plugins/HistoryStats/src/column_wordcount.cpp +++ b/plugins/HistoryStats/src/column_wordcount.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_wordcount.h"
#include <algorithm>
diff --git a/plugins/HistoryStats/src/column_wordcount.h b/plugins/HistoryStats/src/column_wordcount.h index 676a0ec300..e29b6836aa 100644 --- a/plugins/HistoryStats/src/column_wordcount.h +++ b/plugins/HistoryStats/src/column_wordcount.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_WORDCOUNT_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_WORDCOUNT_H)
#define HISTORYSTATS_GUARD_COLUMN_WORDCOUNT_H
#include "colbase_words.h"
diff --git a/plugins/HistoryStats/src/column_words.cpp b/plugins/HistoryStats/src/column_words.cpp index 030589b6c1..47028ffccf 100644 --- a/plugins/HistoryStats/src/column_words.cpp +++ b/plugins/HistoryStats/src/column_words.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "column_words.h"
#include <algorithm>
diff --git a/plugins/HistoryStats/src/column_words.h b/plugins/HistoryStats/src/column_words.h index 5ca6dfa4a8..d215fd4753 100644 --- a/plugins/HistoryStats/src/column_words.h +++ b/plugins/HistoryStats/src/column_words.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_COLUMN_WORDS_H)
+#if !defined(HISTORYSTATS_GUARD_COLUMN_WORDS_H)
#define HISTORYSTATS_GUARD_COLUMN_WORDS_H
#include "colbase_words.h"
diff --git a/plugins/HistoryStats/src/contact.cpp b/plugins/HistoryStats/src/contact.cpp index 0ed8a0554a..8a03c1b746 100644 --- a/plugins/HistoryStats/src/contact.cpp +++ b/plugins/HistoryStats/src/contact.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "contact.h"
#include "utils.h"
diff --git a/plugins/HistoryStats/src/contact.h b/plugins/HistoryStats/src/contact.h index f675e9c765..5d73f1c91d 100644 --- a/plugins/HistoryStats/src/contact.h +++ b/plugins/HistoryStats/src/contact.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_CONTACT_H)
+#if !defined(HISTORYSTATS_GUARD_CONTACT_H)
#define HISTORYSTATS_GUARD_CONTACT_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/dlgconfigure.cpp b/plugins/HistoryStats/src/dlgconfigure.cpp index 4faa7acacb..6aaa746b35 100644 --- a/plugins/HistoryStats/src/dlgconfigure.cpp +++ b/plugins/HistoryStats/src/dlgconfigure.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgconfigure.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/dlgconfigure.h b/plugins/HistoryStats/src/dlgconfigure.h index 775ffb7386..8c1d9c98c3 100644 --- a/plugins/HistoryStats/src/dlgconfigure.h +++ b/plugins/HistoryStats/src/dlgconfigure.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_DLGCONFIGURE_H)
+#if !defined(HISTORYSTATS_GUARD_DLGCONFIGURE_H)
#define HISTORYSTATS_GUARD_DLGCONFIGURE_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/dlgfilterwords.cpp b/plugins/HistoryStats/src/dlgfilterwords.cpp index 5006a51ad3..aea8892a06 100644 --- a/plugins/HistoryStats/src/dlgfilterwords.cpp +++ b/plugins/HistoryStats/src/dlgfilterwords.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgfilterwords.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/dlgfilterwords.h b/plugins/HistoryStats/src/dlgfilterwords.h index c1a53d076f..6f6202d349 100644 --- a/plugins/HistoryStats/src/dlgfilterwords.h +++ b/plugins/HistoryStats/src/dlgfilterwords.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_DLGFILTERWORDS_H)
+#if !defined(HISTORYSTATS_GUARD_DLGFILTERWORDS_H)
#define HISTORYSTATS_GUARD_DLGFILTERWORDS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/dlgoption.cpp b/plugins/HistoryStats/src/dlgoption.cpp index ae5829a925..07c9e3ac47 100644 --- a/plugins/HistoryStats/src/dlgoption.cpp +++ b/plugins/HistoryStats/src/dlgoption.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
#include "bandctrl.h"
diff --git a/plugins/HistoryStats/src/dlgoption.h b/plugins/HistoryStats/src/dlgoption.h index 6b8c18c012..2621b48ea0 100644 --- a/plugins/HistoryStats/src/dlgoption.h +++ b/plugins/HistoryStats/src/dlgoption.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_DLGOPTION_H)
+#if !defined(HISTORYSTATS_GUARD_DLGOPTION_H)
#define HISTORYSTATS_GUARD_DLGOPTION_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/dlgoption_subbase.cpp b/plugins/HistoryStats/src/dlgoption_subbase.cpp index 2ac33f6b22..fca95cf406 100644 --- a/plugins/HistoryStats/src/dlgoption_subbase.cpp +++ b/plugins/HistoryStats/src/dlgoption_subbase.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/dlgoption_subcolumns.cpp b/plugins/HistoryStats/src/dlgoption_subcolumns.cpp index 08e10b8e2b..54484d1877 100644 --- a/plugins/HistoryStats/src/dlgoption_subcolumns.cpp +++ b/plugins/HistoryStats/src/dlgoption_subcolumns.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
#include "column.h"
diff --git a/plugins/HistoryStats/src/dlgoption_subexclude.cpp b/plugins/HistoryStats/src/dlgoption_subexclude.cpp index 5a4b723a78..c0bf6e97f9 100644 --- a/plugins/HistoryStats/src/dlgoption_subexclude.cpp +++ b/plugins/HistoryStats/src/dlgoption_subexclude.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
#include "iconlib.h"
diff --git a/plugins/HistoryStats/src/dlgoption_subglobal.cpp b/plugins/HistoryStats/src/dlgoption_subglobal.cpp index f7dd52c623..2ceed39e26 100644 --- a/plugins/HistoryStats/src/dlgoption_subglobal.cpp +++ b/plugins/HistoryStats/src/dlgoption_subglobal.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/dlgoption_subinput.cpp b/plugins/HistoryStats/src/dlgoption_subinput.cpp index f1361fd507..f87cf76cde 100644 --- a/plugins/HistoryStats/src/dlgoption_subinput.cpp +++ b/plugins/HistoryStats/src/dlgoption_subinput.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
/*
diff --git a/plugins/HistoryStats/src/dlgoption_suboutput.cpp b/plugins/HistoryStats/src/dlgoption_suboutput.cpp index 41186b8b5a..bd20a1744e 100644 --- a/plugins/HistoryStats/src/dlgoption_suboutput.cpp +++ b/plugins/HistoryStats/src/dlgoption_suboutput.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dlgoption.h"
/*
diff --git a/plugins/HistoryStats/src/iconlib.cpp b/plugins/HistoryStats/src/iconlib.cpp index df4b8ff740..0fa5d6a40e 100644 --- a/plugins/HistoryStats/src/iconlib.cpp +++ b/plugins/HistoryStats/src/iconlib.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "iconlib.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/iconlib.h b/plugins/HistoryStats/src/iconlib.h index fc4c88e62d..5ac891850c 100644 --- a/plugins/HistoryStats/src/iconlib.h +++ b/plugins/HistoryStats/src/iconlib.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_ICONLIB_H)
+#if !defined(HISTORYSTATS_GUARD_ICONLIB_H)
#define HISTORYSTATS_GUARD_ICONLIB_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/inout.h b/plugins/HistoryStats/src/inout.h index 2718a1cc49..c6e099169d 100644 --- a/plugins/HistoryStats/src/inout.h +++ b/plugins/HistoryStats/src/inout.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_INOUT_H)
+#if !defined(HISTORYSTATS_GUARD_INOUT_H)
#define HISTORYSTATS_GUARD_INOUT_H
class InOut
diff --git a/plugins/HistoryStats/src/main.cpp b/plugins/HistoryStats/src/main.cpp index 4b9f0281ce..202a6fcea0 100644 --- a/plugins/HistoryStats/src/main.cpp +++ b/plugins/HistoryStats/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "main.h"
#include <clocale>
diff --git a/plugins/HistoryStats/src/main.h b/plugins/HistoryStats/src/main.h index 289ee28be0..7f34285023 100644 --- a/plugins/HistoryStats/src/main.h +++ b/plugins/HistoryStats/src/main.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_MAIN_H)
+#if !defined(HISTORYSTATS_GUARD_MAIN_H)
#define HISTORYSTATS_GUARD_MAIN_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/message.cpp b/plugins/HistoryStats/src/message.cpp index b60b5907bc..bd632b043f 100644 --- a/plugins/HistoryStats/src/message.cpp +++ b/plugins/HistoryStats/src/message.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "message.h"
#include <algorithm>
diff --git a/plugins/HistoryStats/src/message.h b/plugins/HistoryStats/src/message.h index 86344243bf..686ee103ee 100644 --- a/plugins/HistoryStats/src/message.h +++ b/plugins/HistoryStats/src/message.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_MESSAGE_H)
+#if !defined(HISTORYSTATS_GUARD_MESSAGE_H)
#define HISTORYSTATS_GUARD_MESSAGE_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/mirandacontact.cpp b/plugins/HistoryStats/src/mirandacontact.cpp index f439ff75f8..66de169919 100644 --- a/plugins/HistoryStats/src/mirandacontact.cpp +++ b/plugins/HistoryStats/src/mirandacontact.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "mirandacontact.h"
#include "_consts.h"
diff --git a/plugins/HistoryStats/src/mirandacontact.h b/plugins/HistoryStats/src/mirandacontact.h index 16d6da320d..3155e69eca 100644 --- a/plugins/HistoryStats/src/mirandacontact.h +++ b/plugins/HistoryStats/src/mirandacontact.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_MIRANDACONTACT_H)
+#if !defined(HISTORYSTATS_GUARD_MIRANDACONTACT_H)
#define HISTORYSTATS_GUARD_MIRANDACONTACT_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/mirandahistory.cpp b/plugins/HistoryStats/src/mirandahistory.cpp index 79814e9140..93b834aa87 100644 --- a/plugins/HistoryStats/src/mirandahistory.cpp +++ b/plugins/HistoryStats/src/mirandahistory.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "mirandahistory.h"
#include "mirandasettings.h"
diff --git a/plugins/HistoryStats/src/mirandahistory.h b/plugins/HistoryStats/src/mirandahistory.h index 4779b50bf6..4acb356f75 100644 --- a/plugins/HistoryStats/src/mirandahistory.h +++ b/plugins/HistoryStats/src/mirandahistory.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_MIRANDAHISTORY_H)
+#if !defined(HISTORYSTATS_GUARD_MIRANDAHISTORY_H)
#define HISTORYSTATS_GUARD_MIRANDAHISTORY_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/mirandasettings.cpp b/plugins/HistoryStats/src/mirandasettings.cpp index 554988db36..f409a51844 100644 --- a/plugins/HistoryStats/src/mirandasettings.cpp +++ b/plugins/HistoryStats/src/mirandasettings.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "mirandasettings.h"
diff --git a/plugins/HistoryStats/src/mirandasettings.h b/plugins/HistoryStats/src/mirandasettings.h index 18f0113d26..e4787c255d 100644 --- a/plugins/HistoryStats/src/mirandasettings.h +++ b/plugins/HistoryStats/src/mirandasettings.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_MIRANDASETTINGS_H)
+#if !defined(HISTORYSTATS_GUARD_MIRANDASETTINGS_H)
#define HISTORYSTATS_GUARD_MIRANDASETTINGS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/mu_common.cpp b/plugins/HistoryStats/src/mu_common.cpp index d2fb9b95fc..212485233a 100644 --- a/plugins/HistoryStats/src/mu_common.cpp +++ b/plugins/HistoryStats/src/mu_common.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "mu_common.h"
#include <map>
diff --git a/plugins/HistoryStats/src/mu_common.h b/plugins/HistoryStats/src/mu_common.h index c73a897539..11905e187d 100644 --- a/plugins/HistoryStats/src/mu_common.h +++ b/plugins/HistoryStats/src/mu_common.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_MU_COMMON_H)
+#if !defined(HISTORYSTATS_GUARD_MU_COMMON_H)
#define HISTORYSTATS_GUARD_MU_COMMON_H
/*
diff --git a/plugins/HistoryStats/src/optionsctrl.cpp b/plugins/HistoryStats/src/optionsctrl.cpp index 3e23d02510..c2b6e2738f 100644 --- a/plugins/HistoryStats/src/optionsctrl.cpp +++ b/plugins/HistoryStats/src/optionsctrl.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrl.h"
#include "utils.h"
diff --git a/plugins/HistoryStats/src/optionsctrl.h b/plugins/HistoryStats/src/optionsctrl.h index de8c12ebd8..629249e99b 100644 --- a/plugins/HistoryStats/src/optionsctrl.h +++ b/plugins/HistoryStats/src/optionsctrl.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_OPTIONSCTRL_H)
+#if !defined(HISTORYSTATS_GUARD_OPTIONSCTRL_H)
#define HISTORYSTATS_GUARD_OPTIONSCTRL_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/optionsctrldefs.h b/plugins/HistoryStats/src/optionsctrldefs.h index f0ca073f7a..7b24009cdf 100644 --- a/plugins/HistoryStats/src/optionsctrldefs.h +++ b/plugins/HistoryStats/src/optionsctrldefs.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_OPTIONSCTRLDEFS_H)
+#if !defined(HISTORYSTATS_GUARD_OPTIONSCTRLDEFS_H)
#define HISTORYSTATS_GUARD_OPTIONSCTRLDEFS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl.cpp b/plugins/HistoryStats/src/optionsctrlimpl.cpp index e25c412f95..9b4a1333e8 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl.h b/plugins/HistoryStats/src/optionsctrlimpl.h index 1729a9c6c4..97d27a92a2 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl.h +++ b/plugins/HistoryStats/src/optionsctrlimpl.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_OPTIONSCTRLIMPL_H)
+#if !defined(HISTORYSTATS_GUARD_OPTIONSCTRLIMPL_H)
#define HISTORYSTATS_GUARD_OPTIONSCTRLIMPL_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_button.cpp b/plugins/HistoryStats/src/optionsctrlimpl_button.cpp index bf0616aead..ebf47ae9ba 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_button.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_button.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_check.cpp b/plugins/HistoryStats/src/optionsctrlimpl_check.cpp index 4fd2f83640..8776224299 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_check.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_check.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
/*
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_color.cpp b/plugins/HistoryStats/src/optionsctrlimpl_color.cpp index 48c520adc6..b7ff993eed 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_color.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_color.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_combo.cpp b/plugins/HistoryStats/src/optionsctrlimpl_combo.cpp index bd9732e28f..5e8aa5bad6 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_combo.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_combo.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_datetime.cpp b/plugins/HistoryStats/src/optionsctrlimpl_datetime.cpp index 4c75e77e11..9a089fc886 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_datetime.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_datetime.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_edit.cpp b/plugins/HistoryStats/src/optionsctrlimpl_edit.cpp index c6094ba341..df4991990b 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_edit.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_edit.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
#include "main.h"
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_group.cpp b/plugins/HistoryStats/src/optionsctrlimpl_group.cpp index 34dcd06a34..2d36374668 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_group.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_group.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
/*
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_item.cpp b/plugins/HistoryStats/src/optionsctrlimpl_item.cpp index 9d45886967..faf8ec18e0 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_item.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_item.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
/*
diff --git a/plugins/HistoryStats/src/optionsctrlimpl_radio.cpp b/plugins/HistoryStats/src/optionsctrlimpl_radio.cpp index 75c6f4b724..a8fc86ae86 100644 --- a/plugins/HistoryStats/src/optionsctrlimpl_radio.cpp +++ b/plugins/HistoryStats/src/optionsctrlimpl_radio.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "optionsctrlimpl.h"
/*
diff --git a/plugins/HistoryStats/src/resource.h b/plugins/HistoryStats/src/resource.h index 4fb60f802d..d64b457a5f 100644 --- a/plugins/HistoryStats/src/resource.h +++ b/plugins/HistoryStats/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/HistoryStats/src/settings.cpp b/plugins/HistoryStats/src/settings.cpp index 85050f36af..722e6e0c96 100644 --- a/plugins/HistoryStats/src/settings.cpp +++ b/plugins/HistoryStats/src/settings.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "settings.h"
#include "utils.h"
diff --git a/plugins/HistoryStats/src/settings.h b/plugins/HistoryStats/src/settings.h index d9d8c38dc9..77cafca6e7 100644 --- a/plugins/HistoryStats/src/settings.h +++ b/plugins/HistoryStats/src/settings.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_SETTINGS_H)
+#if !defined(HISTORYSTATS_GUARD_SETTINGS_H)
#define HISTORYSTATS_GUARD_SETTINGS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/settingsserializer.cpp b/plugins/HistoryStats/src/settingsserializer.cpp index 65cbeea853..cb6015eb8a 100644 --- a/plugins/HistoryStats/src/settingsserializer.cpp +++ b/plugins/HistoryStats/src/settingsserializer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "settingsserializer.h"
#include "settingstree.h"
diff --git a/plugins/HistoryStats/src/settingsserializer.h b/plugins/HistoryStats/src/settingsserializer.h index 0db2473b68..3b1fc2269a 100644 --- a/plugins/HistoryStats/src/settingsserializer.h +++ b/plugins/HistoryStats/src/settingsserializer.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_SETTINGSSERIALIZER_H)
+#if !defined(HISTORYSTATS_GUARD_SETTINGSSERIALIZER_H)
#define HISTORYSTATS_GUARD_SETTINGSSERIALIZER_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/settingstree.cpp b/plugins/HistoryStats/src/settingstree.cpp index b7c4a60e4a..ff3893777c 100644 --- a/plugins/HistoryStats/src/settingstree.cpp +++ b/plugins/HistoryStats/src/settingstree.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "settingstree.h"
#include "utils.h"
diff --git a/plugins/HistoryStats/src/settingstree.h b/plugins/HistoryStats/src/settingstree.h index a77bc2d1b1..f8c471e340 100644 --- a/plugins/HistoryStats/src/settingstree.h +++ b/plugins/HistoryStats/src/settingstree.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_SETTINGSTREE_H)
+#if !defined(HISTORYSTATS_GUARD_SETTINGSTREE_H)
#define HISTORYSTATS_GUARD_SETTINGSTREE_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index a751309004..842e24106e 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "statistic.h"
#include <algorithm>
diff --git a/plugins/HistoryStats/src/statistic.h b/plugins/HistoryStats/src/statistic.h index af1ed48f1b..b3dbe6fc2a 100644 --- a/plugins/HistoryStats/src/statistic.h +++ b/plugins/HistoryStats/src/statistic.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_STATISTIC_H)
+#if !defined(HISTORYSTATS_GUARD_STATISTIC_H)
#define HISTORYSTATS_GUARD_STATISTIC_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/stdafx.cxx b/plugins/HistoryStats/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/HistoryStats/src/stdafx.cxx +++ b/plugins/HistoryStats/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/HistoryStats/src/stdafx.h b/plugins/HistoryStats/src/stdafx.h index 0293e08d6a..d0b4aee7ce 100644 --- a/plugins/HistoryStats/src/stdafx.h +++ b/plugins/HistoryStats/src/stdafx.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD__GLOABLS_H)
+#if !defined(HISTORYSTATS_GUARD__GLOABLS_H)
#define HISTORYSTATS_GUARD__GLOABLS_H
#pragma warning(disable: 4018) // FIXME: supress "signed/unsigned mismatch" warnings
diff --git a/plugins/HistoryStats/src/utf8buffer.h b/plugins/HistoryStats/src/utf8buffer.h index bb20bff10a..56342adbf7 100644 --- a/plugins/HistoryStats/src/utf8buffer.h +++ b/plugins/HistoryStats/src/utf8buffer.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_UTF8BUFFER_H)
+#if !defined(HISTORYSTATS_GUARD_UTF8BUFFER_H)
#define HISTORYSTATS_GUARD_UTF8BUFFER_H
#include <streambuf>
diff --git a/plugins/HistoryStats/src/utils.cpp b/plugins/HistoryStats/src/utils.cpp index e6e28270d8..4e0a78400b 100644 --- a/plugins/HistoryStats/src/utils.cpp +++ b/plugins/HistoryStats/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "utils.h"
#include <ctime>
diff --git a/plugins/HistoryStats/src/utils.h b/plugins/HistoryStats/src/utils.h index 0d1e66aedb..884b1c7302 100644 --- a/plugins/HistoryStats/src/utils.h +++ b/plugins/HistoryStats/src/utils.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_UTILS_H)
+#if !defined(HISTORYSTATS_GUARD_UTILS_H)
#define HISTORYSTATS_GUARD_UTILS_H
#include "stdafx.h"
diff --git a/plugins/HistoryStats/src/utils/pattern.h b/plugins/HistoryStats/src/utils/pattern.h index bd590d45fc..f8ce4996a7 100644 --- a/plugins/HistoryStats/src/utils/pattern.h +++ b/plugins/HistoryStats/src/utils/pattern.h @@ -1,4 +1,4 @@ -#if !defined(HISTORYSTATS_GUARD_UTILS_PATTERN_H)
+#if !defined(HISTORYSTATS_GUARD_UTILS_PATTERN_H)
#define HISTORYSTATS_GUARD_UTILS_PATTERN_H
namespace pattern
diff --git a/plugins/HistoryStats/src/version.h b/plugins/HistoryStats/src/version.h index 2bc74c1f80..0255da74da 100644 --- a/plugins/HistoryStats/src/version.h +++ b/plugins/HistoryStats/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 1
#define __BUILD_NUM 1
diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.cpp b/plugins/HistorySweeperLight/src/historysweeperlight.cpp index 3cb9d86a2b..ad73c5d46c 100644 --- a/plugins/HistorySweeperLight/src/historysweeperlight.cpp +++ b/plugins/HistorySweeperLight/src/historysweeperlight.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM History Sweeper Light plugin
Copyright (C) 2002-2003 Sergey V. Gershovich
Copyright (C) 2006-2009 Boris Krasnovskiy
diff --git a/plugins/HistorySweeperLight/src/main.cpp b/plugins/HistorySweeperLight/src/main.cpp index c8a97ecdc3..ade9f3e678 100644 --- a/plugins/HistorySweeperLight/src/main.cpp +++ b/plugins/HistorySweeperLight/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM History Sweeper Light plugin
Copyright (C) 2002-2003 Sergey V. Gershovich
Copyright (C) 2006-2009 Boris Krasnovskiy
diff --git a/plugins/HistorySweeperLight/src/options.cpp b/plugins/HistorySweeperLight/src/options.cpp index de59246a4e..b503a09580 100644 --- a/plugins/HistorySweeperLight/src/options.cpp +++ b/plugins/HistorySweeperLight/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM History Sweeper Light plugin
Copyright (C) 2002-2003 Sergey V. Gershovich
Copyright (C) 2006-2009 Boris Krasnovskiy
diff --git a/plugins/HistorySweeperLight/src/resource.h b/plugins/HistorySweeperLight/src/resource.h index 3777c80959..71f1f77ecd 100644 --- a/plugins/HistorySweeperLight/src/resource.h +++ b/plugins/HistorySweeperLight/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется D:\MNG_orig\plugins\HistorySweeperLight\res\historysweeperlight.rc
//
diff --git a/plugins/HistorySweeperLight/src/stdafx.cxx b/plugins/HistorySweeperLight/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/HistorySweeperLight/src/stdafx.cxx +++ b/plugins/HistorySweeperLight/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/HistorySweeperLight/src/stdafx.h b/plugins/HistorySweeperLight/src/stdafx.h index 26ce6b352d..1821ebdee5 100644 --- a/plugins/HistorySweeperLight/src/stdafx.h +++ b/plugins/HistorySweeperLight/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda IM History Sweeper Light plugin
Copyright (C) 2002-2003 Sergey V. Gershovich
Copyright (C) 2006-2009 Boris Krasnovskiy
diff --git a/plugins/HistorySweeperLight/src/version.h b/plugins/HistorySweeperLight/src/version.h index 5e1ae52b67..dfbb36af6d 100644 --- a/plugins/HistorySweeperLight/src/version.h +++ b/plugins/HistorySweeperLight/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
diff --git a/plugins/HwHotKeys/src/HwHotKeys_Dlg.cpp b/plugins/HwHotKeys/src/HwHotKeys_Dlg.cpp index 9a9bdca1a7..012da96a25 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_Dlg.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_Dlg.cpp @@ -1,4 +1,4 @@ -/* ============================================================================
+/* ============================================================================
Hardware HotKeys plugin for Miranda NG.
Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112
diff --git a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp index 115b3edb3d..22814e4c9d 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_DllMain.cpp @@ -1,4 +1,4 @@ -/* ============================================================================
+/* ============================================================================
Hardware HotKeys plugin for Miranda NG.
Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112
diff --git a/plugins/HwHotKeys/src/HwHotKeys_KbdHook.cpp b/plugins/HwHotKeys/src/HwHotKeys_KbdHook.cpp index 205c09fa4d..17065834a2 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_KbdHook.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_KbdHook.cpp @@ -1,4 +1,4 @@ -/* ============================================================================
+/* ============================================================================
Hardware HotKeys plugin for Miranda NG.
Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112
diff --git a/plugins/HwHotKeys/src/HwHotKeys_KeyName.cpp b/plugins/HwHotKeys/src/HwHotKeys_KeyName.cpp index 50297a950e..93f4d9c1b0 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_KeyName.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_KeyName.cpp @@ -1,4 +1,4 @@ -/* ============================================================================
+/* ============================================================================
Hardware HotKeys plugin for Miranda NG.
Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112
diff --git a/plugins/HwHotKeys/src/HwHotKeys_Util.cpp b/plugins/HwHotKeys/src/HwHotKeys_Util.cpp index 4d017cba59..ecbce8b736 100644 --- a/plugins/HwHotKeys/src/HwHotKeys_Util.cpp +++ b/plugins/HwHotKeys/src/HwHotKeys_Util.cpp @@ -1,4 +1,4 @@ -/* ============================================================================
+/* ============================================================================
Hardware HotKeys plugin for Miranda NG.
Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112
diff --git a/plugins/HwHotKeys/src/resource.h b/plugins/HwHotKeys/src/resource.h index e05750e923..3cc2ad8f81 100644 --- a/plugins/HwHotKeys/src/resource.h +++ b/plugins/HwHotKeys/src/resource.h @@ -1,4 +1,4 @@ -
+
#define dlg_options 100
#define dlg_close_edit 111
diff --git a/plugins/HwHotKeys/src/stdafx.cxx b/plugins/HwHotKeys/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/HwHotKeys/src/stdafx.cxx +++ b/plugins/HwHotKeys/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/HwHotKeys/src/stdafx.h b/plugins/HwHotKeys/src/stdafx.h index 9fcfe3ffd9..94d0b78b74 100644 --- a/plugins/HwHotKeys/src/stdafx.h +++ b/plugins/HwHotKeys/src/stdafx.h @@ -1,4 +1,4 @@ -/* ============================================================================
+/* ============================================================================
Hardware HotKeys plugin for Miranda NG.
Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112
diff --git a/plugins/HwHotKeys/src/version.h b/plugins/HwHotKeys/src/version.h index 7d794cebb3..344f756348 100644 --- a/plugins/HwHotKeys/src/version.h +++ b/plugins/HwHotKeys/src/version.h @@ -1,4 +1,4 @@ -/* ============================================================================ +/* ============================================================================ Hardware HotKeys plugin for Miranda NG. Copyright © Eugene f2065, http://f2065.narod.ru, f2065 mail.ru, ICQ 35078112 diff --git a/plugins/IEHistory/docs/readme.txt b/plugins/IEHistory/docs/readme.txt index 74119389c0..f3b53f84bd 100644 --- a/plugins/IEHistory/docs/readme.txt +++ b/plugins/IEHistory/docs/readme.txt @@ -1,4 +1,4 @@ -IEView History Viewer v.0.0.1.4 +IEView History Viewer v.0.0.1.4 by Cristian "Eblis" Libotean copyright © 2005-2007 Cristian Libotean diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index 29fce41021..6f8151f72d 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/dlgHandlers.cpp b/plugins/IEHistory/src/dlgHandlers.cpp index 345d4a70e9..dad7eb3932 100644 --- a/plugins/IEHistory/src/dlgHandlers.cpp +++ b/plugins/IEHistory/src/dlgHandlers.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/dlgHandlers.h b/plugins/IEHistory/src/dlgHandlers.h index 8f23d62ce2..01d39a1351 100644 --- a/plugins/IEHistory/src/dlgHandlers.h +++ b/plugins/IEHistory/src/dlgHandlers.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/events.cpp b/plugins/IEHistory/src/events.cpp index 9e439517b5..e7abc9cff8 100644 --- a/plugins/IEHistory/src/events.cpp +++ b/plugins/IEHistory/src/events.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/events.h b/plugins/IEHistory/src/events.h index 7f683bd228..abfa66ac42 100644 --- a/plugins/IEHistory/src/events.h +++ b/plugins/IEHistory/src/events.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/resource.h b/plugins/IEHistory/src/resource.h index 3d7132413c..b240d149db 100644 --- a/plugins/IEHistory/src/resource.h +++ b/plugins/IEHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by IEHistory.rc // diff --git a/plugins/IEHistory/src/services.cpp b/plugins/IEHistory/src/services.cpp index e32c7b9163..84ea58ffee 100644 --- a/plugins/IEHistory/src/services.cpp +++ b/plugins/IEHistory/src/services.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/services.h b/plugins/IEHistory/src/services.h index 4a2f01a198..c1048ce9fc 100644 --- a/plugins/IEHistory/src/services.h +++ b/plugins/IEHistory/src/services.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/stdafx.cxx b/plugins/IEHistory/src/stdafx.cxx index 65aa0503b2..b5acedc6eb 100644 --- a/plugins/IEHistory/src/stdafx.cxx +++ b/plugins/IEHistory/src/stdafx.cxx @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/stdafx.h b/plugins/IEHistory/src/stdafx.h index ccaeed7446..4db5643aee 100644 --- a/plugins/IEHistory/src/stdafx.h +++ b/plugins/IEHistory/src/stdafx.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/utils.cpp b/plugins/IEHistory/src/utils.cpp index dd94c39fe6..fc40eeba25 100644 --- a/plugins/IEHistory/src/utils.cpp +++ b/plugins/IEHistory/src/utils.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/utils.h b/plugins/IEHistory/src/utils.h index 76d409bca0..a8c98ef30b 100644 --- a/plugins/IEHistory/src/utils.h +++ b/plugins/IEHistory/src/utils.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/version.h b/plugins/IEHistory/src/version.h index 1d47032d87..34d50e6bcf 100644 --- a/plugins/IEHistory/src/version.h +++ b/plugins/IEHistory/src/version.h @@ -1,4 +1,4 @@ -/* +/* Bonsai plugin for Miranda IM Copyright © 2006 Cristian Libotean diff --git a/plugins/IEView/docs/license.txt b/plugins/IEView/docs/license.txt index 75b2b3a376..ca3fe8d547 100644 --- a/plugins/IEView/docs/license.txt +++ b/plugins/IEView/docs/license.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/IEView/docs/readme.txt b/plugins/IEView/docs/readme.txt index 71f8655232..a51893239e 100644 --- a/plugins/IEView/docs/readme.txt +++ b/plugins/IEView/docs/readme.txt @@ -1,4 +1,4 @@ -IEView user's manual & FAQ v1.0
+IEView user's manual & FAQ v1.0
-------------------------------
1. Overview
diff --git a/plugins/IEView/docs/templates.txt b/plugins/IEView/docs/templates.txt index 37851a3c4d..e17303a900 100644 --- a/plugins/IEView/docs/templates.txt +++ b/plugins/IEView/docs/templates.txt @@ -1,4 +1,4 @@ -Each template begins with template name, which is a special kind of HTML comment, for instance:
+Each template begins with template name, which is a special kind of HTML comment, for instance:
<!--HTMLStart-->
or
<!--MessageIn-->
diff --git a/plugins/IEView/src/ChatHTMLBuilder.cpp b/plugins/IEView/src/ChatHTMLBuilder.cpp index bae90d789b..d3f5cf2847 100644 --- a/plugins/IEView/src/ChatHTMLBuilder.cpp +++ b/plugins/IEView/src/ChatHTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ChatHTMLBuilder.h b/plugins/IEView/src/ChatHTMLBuilder.h index 1d8f6ac173..445912251b 100644 --- a/plugins/IEView/src/ChatHTMLBuilder.h +++ b/plugins/IEView/src/ChatHTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HTMLBuilder.cpp b/plugins/IEView/src/HTMLBuilder.cpp index f297acbaad..b9d8106bb0 100644 --- a/plugins/IEView/src/HTMLBuilder.cpp +++ b/plugins/IEView/src/HTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HTMLBuilder.h b/plugins/IEView/src/HTMLBuilder.h index c5ce7c8be5..dcf4324e58 100644 --- a/plugins/IEView/src/HTMLBuilder.h +++ b/plugins/IEView/src/HTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HistoryHTMLBuilder.cpp b/plugins/IEView/src/HistoryHTMLBuilder.cpp index aacca54532..abbc3f3065 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.cpp +++ b/plugins/IEView/src/HistoryHTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HistoryHTMLBuilder.h b/plugins/IEView/src/HistoryHTMLBuilder.h index c479f978d0..0a7b5386b0 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.h +++ b/plugins/IEView/src/HistoryHTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp index a394b66eea..4fa21b9e8a 100644 --- a/plugins/IEView/src/IEView.cpp +++ b/plugins/IEView/src/IEView.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index 782064e38a..85bb5cf297 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/MUCCHTMLBuilder.cpp b/plugins/IEView/src/MUCCHTMLBuilder.cpp index b23f22dcca..38a3d64089 100644 --- a/plugins/IEView/src/MUCCHTMLBuilder.cpp +++ b/plugins/IEView/src/MUCCHTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/MUCCHTMLBuilder.h b/plugins/IEView/src/MUCCHTMLBuilder.h index 1bef395bf4..0837c2d4fe 100644 --- a/plugins/IEView/src/MUCCHTMLBuilder.h +++ b/plugins/IEView/src/MUCCHTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index 75e2387a91..bad5e10bba 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h index 70e19c2323..6fc9a1c27b 100644 --- a/plugins/IEView/src/Options.h +++ b/plugins/IEView/src/Options.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ScriverHTMLBuilder.cpp b/plugins/IEView/src/ScriverHTMLBuilder.cpp index 05187f0e0c..b7538c2cc4 100644 --- a/plugins/IEView/src/ScriverHTMLBuilder.cpp +++ b/plugins/IEView/src/ScriverHTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ScriverHTMLBuilder.h b/plugins/IEView/src/ScriverHTMLBuilder.h index 7aeb6b9083..289cda6cf4 100644 --- a/plugins/IEView/src/ScriverHTMLBuilder.h +++ b/plugins/IEView/src/ScriverHTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp index d3beb5d389..657e22560a 100644 --- a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp +++ b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.h b/plugins/IEView/src/TabSRMMHTMLBuilder.h index 71aa6ab5fc..fcca7d1053 100644 --- a/plugins/IEView/src/TabSRMMHTMLBuilder.h +++ b/plugins/IEView/src/TabSRMMHTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Template.cpp b/plugins/IEView/src/Template.cpp index 0c2b392df5..708abda305 100644 --- a/plugins/IEView/src/Template.cpp +++ b/plugins/IEView/src/Template.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Template.h b/plugins/IEView/src/Template.h index bf4b66ae63..87117c0a45 100644 --- a/plugins/IEView/src/Template.h +++ b/plugins/IEView/src/Template.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TemplateHTMLBuilder.cpp b/plugins/IEView/src/TemplateHTMLBuilder.cpp index f123a89ec3..95b083c771 100644 --- a/plugins/IEView/src/TemplateHTMLBuilder.cpp +++ b/plugins/IEView/src/TemplateHTMLBuilder.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TemplateHTMLBuilder.h b/plugins/IEView/src/TemplateHTMLBuilder.h index daa1735421..1264a302cf 100644 --- a/plugins/IEView/src/TemplateHTMLBuilder.h +++ b/plugins/IEView/src/TemplateHTMLBuilder.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp index ded45b40f3..68d47269aa 100644 --- a/plugins/IEView/src/TextToken.cpp +++ b/plugins/IEView/src/TextToken.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TextToken.h b/plugins/IEView/src/TextToken.h index 55f95667d4..7e5ef3260c 100644 --- a/plugins/IEView/src/TextToken.h +++ b/plugins/IEView/src/TextToken.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Utils.cpp b/plugins/IEView/src/Utils.cpp index 567f5de1c6..f195c9638e 100644 --- a/plugins/IEView/src/Utils.cpp +++ b/plugins/IEView/src/Utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index 8e7e709dc2..a5d9400244 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/external_funcs.cpp b/plugins/IEView/src/external_funcs.cpp index 220a91a661..db0fae3210 100644 --- a/plugins/IEView/src/external_funcs.cpp +++ b/plugins/IEView/src/external_funcs.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
template<typename T>
T Var_To(VARIANTARG &pVar, char strType = 'W')
diff --git a/plugins/IEView/src/external_funcs.h b/plugins/IEView/src/external_funcs.h index 7eeb3f6731..aa9a6ac306 100644 --- a/plugins/IEView/src/external_funcs.h +++ b/plugins/IEView/src/external_funcs.h @@ -1,4 +1,4 @@ -enum EXTERNAL_FUNCTIONS
+enum EXTERNAL_FUNCTIONS
{
DISPID_EXTERNAL_CALLSERVICE = 600,
DISPID_EXTERNAL_CALLCONTACTSERVICE,
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp index e311a5d220..4b86be1748 100644 --- a/plugins/IEView/src/ieview_main.cpp +++ b/plugins/IEView/src/ieview_main.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp index b6bbccbeac..0681854e12 100644 --- a/plugins/IEView/src/ieview_services.cpp +++ b/plugins/IEView/src/ieview_services.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ieview_services.h b/plugins/IEView/src/ieview_services.h index 8319edcda3..fe3f42bd4a 100644 --- a/plugins/IEView/src/ieview_services.h +++ b/plugins/IEView/src/ieview_services.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/resource.h b/plugins/IEView/src/resource.h index 5655111d46..f3c6a430b6 100644 --- a/plugins/IEView/src/resource.h +++ b/plugins/IEView/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\ieview.rc
//
diff --git a/plugins/IEView/src/stdafx.cxx b/plugins/IEView/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/IEView/src/stdafx.cxx +++ b/plugins/IEView/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/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h index 38b660ec1e..7f1102d51c 100644 --- a/plugins/IEView/src/stdafx.h +++ b/plugins/IEView/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/version.h b/plugins/IEView/src/version.h index 03baa5b6a2..ebd233c51c 100644 --- a/plugins/IEView/src/version.h +++ b/plugins/IEView/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 5 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 diff --git a/plugins/IgnoreState/docs/readme.txt b/plugins/IgnoreState/docs/readme.txt index 0022baabbe..633e7d5c26 100644 --- a/plugins/IgnoreState/docs/readme.txt +++ b/plugins/IgnoreState/docs/readme.txt @@ -1,4 +1,4 @@ -IgnoreState plugin for Miranda IM (http://miranda-im.org)
+IgnoreState plugin for Miranda IM (http://miranda-im.org)
Version: 0.0.3.0 (c) 2009 Kildor, 2010 Mataes.
diff --git a/plugins/IgnoreState/src/main.cpp b/plugins/IgnoreState/src/main.cpp index b274d80056..df6aa14bbd 100644 --- a/plugins/IgnoreState/src/main.cpp +++ b/plugins/IgnoreState/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
IgnoreState plugin for Miranda-IM (www.miranda-im.org)
(c) 2010 by Kildor
diff --git a/plugins/IgnoreState/src/options.cpp b/plugins/IgnoreState/src/options.cpp index ba3ee590c8..db24cf3045 100644 --- a/plugins/IgnoreState/src/options.cpp +++ b/plugins/IgnoreState/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
IgnoreState plugin for Miranda-IM (www.miranda-im.org)
(c) 2010 by Kildor
diff --git a/plugins/IgnoreState/src/resource.h b/plugins/IgnoreState/src/resource.h index c2c1aae89a..937f970095 100644 --- a/plugins/IgnoreState/src/resource.h +++ b/plugins/IgnoreState/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ignore.rc
//
diff --git a/plugins/IgnoreState/src/stdafx.cxx b/plugins/IgnoreState/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/IgnoreState/src/stdafx.cxx +++ b/plugins/IgnoreState/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/IgnoreState/src/stdafx.h b/plugins/IgnoreState/src/stdafx.h index 3ab94b9c70..4ba2b7e83a 100644 --- a/plugins/IgnoreState/src/stdafx.h +++ b/plugins/IgnoreState/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
IgnoreState plugin for Miranda-IM (www.miranda-im.org)
(c) 2010 by Kildor
diff --git a/plugins/IgnoreState/src/version.h b/plugins/IgnoreState/src/version.h index b7eac61d93..71b8f06747 100644 --- a/plugins/IgnoreState/src/version.h +++ b/plugins/IgnoreState/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 diff --git a/plugins/Import/docs/import-ICQ_Db_Specs.txt b/plugins/Import/docs/import-ICQ_Db_Specs.txt index 1deefc1a1f..b90fd3e715 100644 --- a/plugins/Import/docs/import-ICQ_Db_Specs.txt +++ b/plugins/Import/docs/import-ICQ_Db_Specs.txt @@ -1,4 +1,4 @@ -
+
The latest version of this document is always at:
http://cvs.sourceforge.net/viewcvs.py/miranda-icq/Plugins/import/docs/import-ICQ_Db_Specs.txt
diff --git a/plugins/Import/docs/license.txt b/plugins/Import/docs/license.txt index 75b2b3a376..ca3fe8d547 100644 --- a/plugins/Import/docs/license.txt +++ b/plugins/Import/docs/license.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/Import/docs/readme.txt b/plugins/Import/docs/readme.txt index ed752c45f3..026bf5e7d4 100644 --- a/plugins/Import/docs/readme.txt +++ b/plugins/Import/docs/readme.txt @@ -1,4 +1,4 @@ -
+
Import plugin for Miranda NG
____________________________
diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp index cf8bdeabe2..2e08db000b 100644 --- a/plugins/Import/src/import.cpp +++ b/plugins/Import/src/import.cpp @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index 0a97c66bf1..6657111100 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/Import/src/miranda.cpp b/plugins/Import/src/miranda.cpp index a1ce5f2656..a56dc3e6ce 100644 --- a/plugins/Import/src/miranda.cpp +++ b/plugins/Import/src/miranda.cpp @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/Import/src/progress.cpp b/plugins/Import/src/progress.cpp index d719590547..29444187e1 100644 --- a/plugins/Import/src/progress.cpp +++ b/plugins/Import/src/progress.cpp @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/Import/src/resource.h b/plugins/Import/src/resource.h index 806d687ce7..1120c1a773 100644 --- a/plugins/Import/src/resource.h +++ b/plugins/Import/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\miranda-ng\plugins\Import\res\resource.rc
//
diff --git a/plugins/Import/src/stdafx.cxx b/plugins/Import/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Import/src/stdafx.cxx +++ b/plugins/Import/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/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 310f2fe3fa..4cc1fa558b 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/Import/src/utils.cpp b/plugins/Import/src/utils.cpp index dab95861c7..be68d9cffe 100644 --- a/plugins/Import/src/utils.cpp +++ b/plugins/Import/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index f689c4d412..3408e433eb 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 4
#define __BUILD_NUM 3
diff --git a/plugins/Import/src/wizard.cpp b/plugins/Import/src/wizard.cpp index 7a7fcd0701..6cd6b8c570 100644 --- a/plugins/Import/src/wizard.cpp +++ b/plugins/Import/src/wizard.cpp @@ -1,4 +1,4 @@ -/*
+/*
Import plugin for Miranda NG
diff --git a/plugins/ImportTXT/doc/changelog_ru.txt b/plugins/ImportTXT/doc/changelog_ru.txt index 6174069d0f..434eb38ca7 100644 --- a/plugins/ImportTXT/doc/changelog_ru.txt +++ b/plugins/ImportTXT/doc/changelog_ru.txt @@ -1,4 +1,4 @@ -v. 0.0.1.9
+v. 0.0.1.9
* исправлено дублирование сообщения, если оно совпадает с первым в базе
* поддержка исправленного xml_api и поддержка плагина XML Driver (для седьмой ветки)
diff --git a/plugins/ImportTXT/doc/examples_ru.txt b/plugins/ImportTXT/doc/examples_ru.txt index 17bd817429..9c71639cf4 100644 --- a/plugins/ImportTXT/doc/examples_ru.txt +++ b/plugins/ImportTXT/doc/examples_ru.txt @@ -1,4 +1,4 @@ -
+
Пример файла:
************
diff --git a/plugins/ImportTXT/doc/pattern_cfg_ru.txt b/plugins/ImportTXT/doc/pattern_cfg_ru.txt index eb51389352..28518d8b77 100644 --- a/plugins/ImportTXT/doc/pattern_cfg_ru.txt +++ b/plugins/ImportTXT/doc/pattern_cfg_ru.txt @@ -1,4 +1,4 @@ -Структура файла шаблона плагина importtxt начиная с версии 0.0.1.2
+Структура файла шаблона плагина importtxt начиная с версии 0.0.1.2
Расширение файла .ini
[General]* Общие параметры
diff --git a/plugins/ImportTXT/doc/readme_ru.txt b/plugins/ImportTXT/doc/readme_ru.txt index ce30c88056..36ced8f7d8 100644 --- a/plugins/ImportTXT/doc/readme_ru.txt +++ b/plugins/ImportTXT/doc/readme_ru.txt @@ -1,4 +1,4 @@ -Import TXT plugin for Miranda IM
+Import TXT plugin for Miranda IM
================================
Плагин предоставляет возможность импортировать историю контактов
из других клиентов, хранящуюся в текстовых файлах.
diff --git a/plugins/ImportTXT/importtxt/ICQ5_p.ini b/plugins/ImportTXT/importtxt/ICQ5_p.ini index c864ca9f46..d2f468af7d 100644 --- a/plugins/ImportTXT/importtxt/ICQ5_p.ini +++ b/plugins/ImportTXT/importtxt/ICQ5_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=ICQ5 xml files import
Type=2
BinProcedure=4
diff --git a/plugins/ImportTXT/importtxt/ICQ6_p.ini b/plugins/ImportTXT/importtxt/ICQ6_p.ini index 2a328f9463..1d9984962a 100644 --- a/plugins/ImportTXT/importtxt/ICQ6_p.ini +++ b/plugins/ImportTXT/importtxt/ICQ6_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=ICQ6 database
Type=2
BinProcedure=3
diff --git a/plugins/ImportTXT/importtxt/MAgent_p.ini b/plugins/ImportTXT/importtxt/MAgent_p.ini index 20612a35a5..6b54883d78 100644 --- a/plugins/ImportTXT/importtxt/MAgent_p.ini +++ b/plugins/ImportTXT/importtxt/MAgent_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=MobileAgent import pattern
Type=1
Charset=UCS2
diff --git a/plugins/ImportTXT/importtxt/QHF_p.ini b/plugins/ImportTXT/importtxt/QHF_p.ini index a5f341d649..b6eb687502 100644 --- a/plugins/ImportTXT/importtxt/QHF_p.ini +++ b/plugins/ImportTXT/importtxt/QHF_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=QHF files import pattern (QIP PDA and Infinum)
Type=2
BinProcedure=2
diff --git a/plugins/ImportTXT/importtxt/SEmidprms_p.ini b/plugins/ImportTXT/importtxt/SEmidprms_p.ini index 02a27bd721..ca0637d8f6 100644 --- a/plugins/ImportTXT/importtxt/SEmidprms_p.ini +++ b/plugins/ImportTXT/importtxt/SEmidprms_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Jimm midp-rms SonyEricsson
Type=2
BinProcedure=5
diff --git a/plugins/ImportTXT/importtxt/bayanICQ_p.ini b/plugins/ImportTXT/importtxt/bayanICQ_p.ini index fb742cc2b0..f85bb397e5 100644 --- a/plugins/ImportTXT/importtxt/bayanICQ_p.ini +++ b/plugins/ImportTXT/importtxt/bayanICQ_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=bayanICQ import pattern
Type=2
BinProcedure=6
diff --git a/plugins/ImportTXT/importtxt/dichat_p.ini b/plugins/ImportTXT/importtxt/dichat_p.ini index 6d86fcfd1e..3fd5c6a25e 100644 --- a/plugins/ImportTXT/importtxt/dichat_p.ini +++ b/plugins/ImportTXT/importtxt/dichat_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=D[i]Chat import pattern
Type=1
Charset=ANSI
@@ -19,6 +19,6 @@ Seconds=8 PreRN=1
AfterRN=2
[Header]
-Pattern=^\t»стори¤ сообщений с ([^\r\n]+?)\s\((\d{5,})\)\r\n\t—охранено из D\[i\]Chat\s[^\r\n]+?\r\n
+Pattern=^\t ([^\r\n]+?)\s\((\d{5,})\)\r\n\t D\[i\]Chat\s[^\r\n]+?\r\n
InNick=1
InUID=2
\ No newline at end of file diff --git a/plugins/ImportTXT/importtxt/historypp_p.ini b/plugins/ImportTXT/importtxt/historypp_p.ini index f812e13171..7d5e353e48 100644 --- a/plugins/ImportTXT/importtxt/historypp_p.ini +++ b/plugins/ImportTXT/importtxt/historypp_p.ini @@ -1 +1 @@ -[General]
Name=History++ pattern
Type=1
Charset=UCS2
UseHeader=3
UsePreMsg=1
[Message]
Pattern=^\[(\d\d?)\.(\d\d?)\.(\d\d\d?\d?)\s(\d\d?):(\d\d?):(\d\d?)\]\s([^\r\n]+?):$
Direction=7
Day=1
Month=2
Year=3
Hours=4
Minutes=5
Seconds=6
[Header]
Pattern=^###\r\n###\s[^\r\n]+?\r\n###\s([^\r\n]+?)\s\([^\r\n]+?:\s([^\r\n]+?)\)\s-\s([^\r\n]+?)\s\([^\r\n]+?:\s([^\r\n]+?)\)\r\n###\s[^\r\n]+?\r\n###\r\n
In=3
Out=1
InNick=3
OutNick=1
InUID=4
OutUID=2
[PreMessage]
PreRN=1
AfterRN=2
\ No newline at end of file +[General]
Name=History++ pattern
Type=1
Charset=UCS2
UseHeader=3
UsePreMsg=1
[Message]
Pattern=^\[(\d\d?)\.(\d\d?)\.(\d\d\d?\d?)\s(\d\d?):(\d\d?):(\d\d?)\]\s([^\r\n]+?):$
Direction=7
Day=1
Month=2
Year=3
Hours=4
Minutes=5
Seconds=6
[Header]
Pattern=^###\r\n###\s[^\r\n]+?\r\n###\s([^\r\n]+?)\s\([^\r\n]+?:\s([^\r\n]+?)\)\s-\s([^\r\n]+?)\s\([^\r\n]+?:\s([^\r\n]+?)\)\r\n###\s[^\r\n]+?\r\n###\r\n
In=3
Out=1
InNick=3
OutNick=1
InUID=4
OutUID=2
[PreMessage]
PreRN=1
AfterRN=2
\ No newline at end of file diff --git a/plugins/ImportTXT/importtxt/jasmine.ini b/plugins/ImportTXT/importtxt/jasmine.ini index 68c21fb170..0f79cafb31 100644 --- a/plugins/ImportTXT/importtxt/jasmine.ini +++ b/plugins/ImportTXT/importtxt/jasmine.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Jasmine IM import pattern
Type=1
Charset=UCS2
diff --git a/plugins/ImportTXT/importtxt/jimm_p.ini b/plugins/ImportTXT/importtxt/jimm_p.ini index 7b7ae009d3..10d9ab2100 100644 --- a/plugins/ImportTXT/importtxt/jimm_p.ini +++ b/plugins/ImportTXT/importtxt/jimm_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Jimm import pattern
Type=1
Charset=ANSI
@@ -19,6 +19,6 @@ Seconds=8 PreRN=1
AfterRN=2
[Header]
-Pattern=^\r\n\t»стори¤ сообщений с ([^\r\n]+?)\s\((\d{5,})\)\r\n\t—охранено из Jimm\s[^\r\n]+?\r\n
+Pattern=^\r\n\t ([^\r\n]+?)\s\((\d{5,})\)\r\n\t Jimm\s[^\r\n]+?\r\n
InNick=1
InUID=2
diff --git a/plugins/ImportTXT/importtxt/jimmws2_p.ini b/plugins/ImportTXT/importtxt/jimmws2_p.ini index 2e297eb8a8..8f0baa9b1f 100644 --- a/plugins/ImportTXT/importtxt/jimmws2_p.ini +++ b/plugins/ImportTXT/importtxt/jimmws2_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Jimm import pattern(without seconds) modified
Type=1
Charset=ANSI
@@ -16,7 +16,7 @@ Minutes=6 PreRN=1
AfterRN=2
[Header]
-Pattern=^\r\n\t»стори¤ сообщений с ([^\r\n]+?)\s\((\d{5,})\)\r\n\t—охранено из Jimm\s[^\r\n]+?\r\n
+Pattern=^\r\n\t ([^\r\n]+?)\s\((\d{5,})\)\r\n\t Jimm\s[^\r\n]+?\r\n
In=1
InNick=1
InUID=2
diff --git a/plugins/ImportTXT/importtxt/jimmws_p.ini b/plugins/ImportTXT/importtxt/jimmws_p.ini index d39933d611..59c609fd50 100644 --- a/plugins/ImportTXT/importtxt/jimmws_p.ini +++ b/plugins/ImportTXT/importtxt/jimmws_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Jimm import pattern(without seconds)
Type=1
Charset=ANSI
@@ -18,6 +18,6 @@ Minutes=7 PreRN=1
AfterRN=2
[Header]
-Pattern=^\r\n\t»стори¤ сообщений с ([^\r\n]+?)\s\((\d{5,})\)\r\n\t—охранено из Jimm\s[^\r\n]+?\r\n
+Pattern=^\r\n\t ([^\r\n]+?)\s\((\d{5,})\)\r\n\t Jimm\s[^\r\n]+?\r\n
InNick=1
InUID=2
diff --git a/plugins/ImportTXT/importtxt/mContact_p.ini b/plugins/ImportTXT/importtxt/mContact_p.ini index c0adad0f73..925c712330 100644 --- a/plugins/ImportTXT/importtxt/mContact_p.ini +++ b/plugins/ImportTXT/importtxt/mContact_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=mContact import pattern
Type=2
BinProcedure=1
diff --git a/plugins/ImportTXT/importtxt/msgexport_p.ini b/plugins/ImportTXT/importtxt/msgexport_p.ini index 45febcb41a..933df10808 100644 --- a/plugins/ImportTXT/importtxt/msgexport_p.ini +++ b/plugins/ImportTXT/importtxt/msgexport_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Message export import pattern
Type=1
Charset=UTF8
diff --git a/plugins/ImportTXT/importtxt/nokmidprms_p.ini b/plugins/ImportTXT/importtxt/nokmidprms_p.ini index 676b4d2313..d743b1a9df 100644 --- a/plugins/ImportTXT/importtxt/nokmidprms_p.ini +++ b/plugins/ImportTXT/importtxt/nokmidprms_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Jimm midp-rms Nokia
Type=2
BinProcedure=5
diff --git a/plugins/ImportTXT/importtxt/pigeon_p.ini b/plugins/ImportTXT/importtxt/pigeon_p.ini index 25be365ad5..7487075089 100644 --- a/plugins/ImportTXT/importtxt/pigeon_p.ini +++ b/plugins/ImportTXT/importtxt/pigeon_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Pigeon import pattern
Type=1
Charset=ANSI
diff --git a/plugins/ImportTXT/importtxt/qip_p.ini b/plugins/ImportTXT/importtxt/qip_p.ini index 9d51aeb8eb..ddb112f8f5 100644 --- a/plugins/ImportTXT/importtxt/qip_p.ini +++ b/plugins/ImportTXT/importtxt/qip_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=QIP import pattern
Type=1
Charset=ANSI
diff --git a/plugins/ImportTXT/importtxt/rnq_p.ini b/plugins/ImportTXT/importtxt/rnq_p.ini index 975ac96a78..1fe75ad7d6 100644 --- a/plugins/ImportTXT/importtxt/rnq_p.ini +++ b/plugins/ImportTXT/importtxt/rnq_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=RnQ pattern
Type=1
Charset=ANSI
diff --git a/plugins/ImportTXT/importtxt/smaper_p.ini b/plugins/ImportTXT/importtxt/smaper_p.ini index 5f08604328..d02eedae78 100644 --- a/plugins/ImportTXT/importtxt/smaper_p.ini +++ b/plugins/ImportTXT/importtxt/smaper_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Smaper(vmICQ) import pattern
Type=1
Charset=UCS2
diff --git a/plugins/ImportTXT/importtxt/smapern_p.ini b/plugins/ImportTXT/importtxt/smapern_p.ini index ffb1114855..cce53f048c 100644 --- a/plugins/ImportTXT/importtxt/smapern_p.ini +++ b/plugins/ImportTXT/importtxt/smapern_p.ini @@ -1,4 +1,4 @@ -[General]
+[General]
Name=Smaper (with Nick) import pattern
Type=1
Charset=UCS2
diff --git a/plugins/KeyboardNotify/docs/readme.txt b/plugins/KeyboardNotify/docs/readme.txt index c853e86349..b065442b8b 100644 --- a/plugins/KeyboardNotify/docs/readme.txt +++ b/plugins/KeyboardNotify/docs/readme.txt @@ -1,4 +1,4 @@ - -=====================================-
+ -=====================================-
Keyboard Notify plugin for Miranda-IM
-=====================================-
diff --git a/plugins/KeyboardNotify/src/EnumProc.cpp b/plugins/KeyboardNotify/src/EnumProc.cpp index 90cf9696ae..d14af76609 100644 --- a/plugins/KeyboardNotify/src/EnumProc.cpp +++ b/plugins/KeyboardNotify/src/EnumProc.cpp @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/EnumProc.h b/plugins/KeyboardNotify/src/EnumProc.h index 0f4016b7b0..5f401ce9e0 100644 --- a/plugins/KeyboardNotify/src/EnumProc.h +++ b/plugins/KeyboardNotify/src/EnumProc.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/constants.h b/plugins/KeyboardNotify/src/constants.h index 6fb5b3846e..d50ded6d23 100644 --- a/plugins/KeyboardNotify/src/constants.h +++ b/plugins/KeyboardNotify/src/constants.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/flash.cpp b/plugins/KeyboardNotify/src/flash.cpp index fbb5318856..2a47c528b7 100644 --- a/plugins/KeyboardNotify/src/flash.cpp +++ b/plugins/KeyboardNotify/src/flash.cpp @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/flash.h b/plugins/KeyboardNotify/src/flash.h index 6b2291b6e6..96421c966e 100644 --- a/plugins/KeyboardNotify/src/flash.h +++ b/plugins/KeyboardNotify/src/flash.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/ignore.cpp b/plugins/KeyboardNotify/src/ignore.cpp index d18095aa09..23a0e0d907 100644 --- a/plugins/KeyboardNotify/src/ignore.cpp +++ b/plugins/KeyboardNotify/src/ignore.cpp @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/ignore.h b/plugins/KeyboardNotify/src/ignore.h index 25b8d7225c..5fcd0ceebe 100644 --- a/plugins/KeyboardNotify/src/ignore.h +++ b/plugins/KeyboardNotify/src/ignore.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/keyboard.cpp b/plugins/KeyboardNotify/src/keyboard.cpp index 5687b525c8..d8ea3dbfff 100644 --- a/plugins/KeyboardNotify/src/keyboard.cpp +++ b/plugins/KeyboardNotify/src/keyboard.cpp @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/keyboard.h b/plugins/KeyboardNotify/src/keyboard.h index 41a6ccbcb7..8fe6b52fe9 100644 --- a/plugins/KeyboardNotify/src/keyboard.h +++ b/plugins/KeyboardNotify/src/keyboard.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/keypresses.cpp b/plugins/KeyboardNotify/src/keypresses.cpp index 06aed163ec..8b449f104b 100644 --- a/plugins/KeyboardNotify/src/keypresses.cpp +++ b/plugins/KeyboardNotify/src/keypresses.cpp @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/keypresses.h b/plugins/KeyboardNotify/src/keypresses.h index 2857f6341c..57e99aa25c 100644 --- a/plugins/KeyboardNotify/src/keypresses.h +++ b/plugins/KeyboardNotify/src/keypresses.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp index 16db627cc3..5b675e4421 100644 --- a/plugins/KeyboardNotify/src/main.cpp +++ b/plugins/KeyboardNotify/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
KeyboardNotify plugin v1.5 for Miranda IM
_________________________________________
diff --git a/plugins/KeyboardNotify/src/options.cpp b/plugins/KeyboardNotify/src/options.cpp index dd5e862122..7425a67cc3 100644 --- a/plugins/KeyboardNotify/src/options.cpp +++ b/plugins/KeyboardNotify/src/options.cpp @@ -1,4 +1,4 @@ -/* +/* 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/KeyboardNotify/src/protolist.h b/plugins/KeyboardNotify/src/protolist.h index 4a9cb3f2e1..d3f816009d 100644 --- a/plugins/KeyboardNotify/src/protolist.h +++ b/plugins/KeyboardNotify/src/protolist.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/resource.h b/plugins/KeyboardNotify/src/resource.h index 497b69b9b9..88fbe4c38c 100644 --- a/plugins/KeyboardNotify/src/resource.h +++ b/plugins/KeyboardNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resources.rc
//
diff --git a/plugins/KeyboardNotify/src/stdafx.cxx b/plugins/KeyboardNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/KeyboardNotify/src/stdafx.cxx +++ b/plugins/KeyboardNotify/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/KeyboardNotify/src/stdafx.h b/plugins/KeyboardNotify/src/stdafx.h index b90858fb0c..fad3036683 100644 --- a/plugins/KeyboardNotify/src/stdafx.h +++ b/plugins/KeyboardNotify/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/utils.cpp b/plugins/KeyboardNotify/src/utils.cpp index 8fa99e4ac3..399ecafe31 100644 --- a/plugins/KeyboardNotify/src/utils.cpp +++ b/plugins/KeyboardNotify/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/utils.h b/plugins/KeyboardNotify/src/utils.h index c4080cd883..64e83feeb5 100644 --- a/plugins/KeyboardNotify/src/utils.h +++ b/plugins/KeyboardNotify/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
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/KeyboardNotify/src/version.h b/plugins/KeyboardNotify/src/version.h index ddb2d42bd2..201bf2d1be 100644 --- a/plugins/KeyboardNotify/src/version.h +++ b/plugins/KeyboardNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 5 #define __RELEASE_NUM 7 #define __BUILD_NUM 7 diff --git a/plugins/Libs/LICENSE.txt b/plugins/Libs/LICENSE.txt index 58735f1dbf..44ce85874a 100644 --- a/plugins/Libs/LICENSE.txt +++ b/plugins/Libs/LICENSE.txt @@ -1,4 +1,4 @@ -KOL&MCK Library Software License Agreement
+KOL&MCK Library Software License Agreement
BEFORE PROCEEDING WITH THE INSTALLATION
AND/OR USE OF THIS SOFTWARE, CAREFULLY
diff --git a/plugins/Libs/read1st.txt b/plugins/Libs/read1st.txt index 508c4f2765..240dd16ee6 100644 --- a/plugins/Libs/read1st.txt +++ b/plugins/Libs/read1st.txt @@ -1,4 +1,4 @@ -KEY OBJECTS LIBRARY for Delphi (and Free Pascal Compiler) - to make applications small and power. This library is freeware and open source. Delphi 2, 3, 4, 5, 6, 7, 8, BDS 2005, 2006, 2010, TurboDelphi, Delphi XE, Delphi XE2 and Free Pascal Compiler 1.0.5, 1.0.6, and higher (2.0.4) are supported. Partially compatible with Kylix (Linux/Qt platform, use special converting tool and provided files in Tools section on the site http://bonanzas.rinet.ru)
+KEY OBJECTS LIBRARY for Delphi (and Free Pascal Compiler) - to make applications small and power. This library is freeware and open source. Delphi 2, 3, 4, 5, 6, 7, 8, BDS 2005, 2006, 2010, TurboDelphi, Delphi XE, Delphi XE2 and Free Pascal Compiler 1.0.5, 1.0.6, and higher (2.0.4) are supported. Partially compatible with Kylix (Linux/Qt platform, use special converting tool and provided files in Tools section on the site http://bonanzas.rinet.ru)
Copyright (C) by Vladimir Kladov, 1999-2010.
Some parts of code are Copyright (C) intellectual property by other people, see comments in code and on KOL site. Thanks to all for help with KOL and MCK!
diff --git a/plugins/Libs/read1st_rus.txt b/plugins/Libs/read1st_rus.txt index 8526c1b7e4..1e450fbc6a 100644 --- a/plugins/Libs/read1st_rus.txt +++ b/plugins/Libs/read1st_rus.txt @@ -1,4 +1,4 @@ -KEY OBJECTS LIBRARY для Delphi (и Free Pascal Compiler) - предназначен для того, чтобы сделать программы, изготовленные с использованием языка Паскаль, маленькими и очень маленькими.
+KEY OBJECTS LIBRARY для Delphi (и Free Pascal Compiler) - предназначен для того, чтобы сделать программы, изготовленные с использованием языка Паскаль, маленькими и очень маленькими.
Copyright (C) by Vladimir Kladov, 1999-2007. Бесплатно, с исходными текстами.
версия 3.18 (23 апреля 2012 г.)
diff --git a/plugins/ListeningTo/docs/changelog.txt b/plugins/ListeningTo/docs/changelog.txt index 512b524ec8..8a3a578432 100644 --- a/plugins/ListeningTo/docs/changelog.txt +++ b/plugins/ListeningTo/docs/changelog.txt @@ -1,4 +1,4 @@ -ListeningTo
+ListeningTo
Changelog:
diff --git a/plugins/ListeningTo/docs/readme.txt b/plugins/ListeningTo/docs/readme.txt index ca1ad535a2..6bbdd4cd5b 100644 --- a/plugins/ListeningTo/docs/readme.txt +++ b/plugins/ListeningTo/docs/readme.txt @@ -1,4 +1,4 @@ -ListeningTo plugin
+ListeningTo plugin
------------------
This plugins allows to set/remove your listening info to protocols that support it. It also has basic support for getting this info from the players.
diff --git a/plugins/ListeningTo/docs/readme_players.txt b/plugins/ListeningTo/docs/readme_players.txt index a04c864a8b..af2fce1c18 100644 --- a/plugins/ListeningTo/docs/readme_players.txt +++ b/plugins/ListeningTo/docs/readme_players.txt @@ -1,4 +1,4 @@ -Some plugins in this folder can be automatically loaded into players. This means that you don't have to do nothing and the plugin will be loaded into the player when it is first detected running.
+Some plugins in this folder can be automatically loaded into players. This means that you don't have to do nothing and the plugin will be loaded into the player when it is first detected running.
For this to happen 3 things are needed:
1. The following option must be enabled: "Allow auto-loading plugins into players (affect players with *)" (Inside Options->Status->Listening info->Players)
diff --git a/plugins/ListeningTo/src/listeningto.cpp b/plugins/ListeningTo/src/listeningto.cpp index 7f118ace4c..ad77475d8a 100644 --- a/plugins/ListeningTo/src/listeningto.cpp +++ b/plugins/ListeningTo/src/listeningto.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/main.cpp b/plugins/ListeningTo/src/main.cpp index 66ff8e9dc4..d3eb164123 100644 --- a/plugins/ListeningTo/src/main.cpp +++ b/plugins/ListeningTo/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/music.cpp b/plugins/ListeningTo/src/music.cpp index 4a97e0b087..7fdec99f11 100644 --- a/plugins/ListeningTo/src/music.cpp +++ b/plugins/ListeningTo/src/music.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/music.h b/plugins/ListeningTo/src/music.h index a41f5c505a..f2089651e1 100644 --- a/plugins/ListeningTo/src/music.h +++ b/plugins/ListeningTo/src/music.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/options.cpp b/plugins/ListeningTo/src/options.cpp index 6b415f11b3..a4d934f8c8 100644 --- a/plugins/ListeningTo/src/options.cpp +++ b/plugins/ListeningTo/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/options.h b/plugins/ListeningTo/src/options.h index 2f35aae6db..27c00fde77 100644 --- a/plugins/ListeningTo/src/options.h +++ b/plugins/ListeningTo/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt.cpp b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt.cpp index f6beda84cb..82f59ba683 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.cpp index a2a96740ee..affc69ff2d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void abort_callback::check() const {
if (is_aborting()) throw exception_aborted();
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.h index dae437e4ef..0d6ea6ee63 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/abort_callback.h @@ -1,4 +1,4 @@ -#ifndef _foobar2000_sdk_abort_callback_h_
+#ifndef _foobar2000_sdk_abort_callback_h_
#define _foobar2000_sdk_abort_callback_h_
namespace foobar2000_io {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.cpp index e54d0e7166..301f82afc1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
t_uint32 advconfig_entry::get_preferences_flags_() {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.h index 88e09b375a..60961ec7ef 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/advconfig.h @@ -1,4 +1,4 @@ -//! Entrypoint class for adding items to Advanced Preferences page. \n
+//! Entrypoint class for adding items to Advanced Preferences page. \n
//! Implementations must derive from one of subclasses: advconfig_branch, advconfig_entry_checkbox, advconfig_entry_string. \n
//! Implementations are typically registered using static service_factory_single_t<myclass>, or using provided helper classes in case of standard implementations declared in this header.
class NOVTABLE advconfig_entry : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.cpp index acef825fcf..1fea648a0e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool album_art_editor::g_get_interface(service_ptr_t<album_art_editor> & out,const char * path) {
service_enum_t<album_art_editor> e; ptr ptr;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.h index 0cd1ecd5fe..12ba9287a1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/album_art.h @@ -1,4 +1,4 @@ -//! Common class for handling picture data. \n
+//! Common class for handling picture data. \n
//! Type of contained picture data is unknown and to be determined according to memory block contents by code parsing/rendering the picture. Commonly encountered types are: BMP, PNG, JPEG and GIF. \n
//! Implementation: use album_art_data_impl.
class NOVTABLE album_art_data : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.cpp index 4ffe547fe6..6611e0b568 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool app_close_blocker::g_query()
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.h index 6ec52b0144..10437d875f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/app_close_blocker.h @@ -1,4 +1,4 @@ -//! (DEPRECATED) This service is used to signal whether something is currently preventing main window from being closed and app from being shut down.
+//! (DEPRECATED) This service is used to signal whether something is currently preventing main window from being closed and app from being shut down.
class NOVTABLE app_close_blocker : public service_base
{
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.cpp index cf027288ca..6e4882dc03 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void audio_chunk::set_data(const audio_sample * src,t_size samples,unsigned nch,unsigned srate,unsigned channel_config)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.h index fb2189f427..7aab0dbfa1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk.h @@ -1,4 +1,4 @@ -//! Thrown when audio_chunk sample rate or channel mapping changes in mid-stream and the code receiving audio_chunks can't deal with that scenario.
+//! Thrown when audio_chunk sample rate or channel mapping changes in mid-stream and the code receiving audio_chunks can't deal with that scenario.
PFC_DECLARE_EXCEPTION(exception_unexpected_audio_format_change, exception_io_data, "Unexpected audio format change" );
//! Interface to container of a chunk of audio data. See audio_chunk_impl for an implementation.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk_channel_config.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk_channel_config.cpp index 00cc961d6d..8dba073819 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk_channel_config.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_chunk_channel_config.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#ifdef _WIN32
#include <ks.h>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_postprocessor.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_postprocessor.h index e4e609bc15..4153d2865c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_postprocessor.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/audio_postprocessor.h @@ -1,4 +1,4 @@ -//! This class handles conversion of audio data (audio_chunk) to various linear PCM types, with optional dithering.
+//! This class handles conversion of audio data (audio_chunk) to various linear PCM types, with optional dithering.
class NOVTABLE audio_postprocessor : public service_base
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/autoplaylist.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/autoplaylist.h index bbac84cc42..058b49a90c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/autoplaylist.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/autoplaylist.h @@ -1,4 +1,4 @@ -/*
+/*
Autoplaylist APIs
These APIs were introduced in foobar2000 0.9.5, to reduce amount of code required to create your own autoplaylists. Creation of autoplaylists is was also possible before through playlist lock APIs.
In most cases, you'll want to turn regular playlists into autoplaylists using the following code:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.cpp index f0a311ece6..ad00db236f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
cfg_var_reader * cfg_var_reader::g_list = NULL;
cfg_var_writer * cfg_var_writer::g_list = NULL;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.h index 5db4f7a166..7e31b19e93 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/cfg_var.h @@ -1,4 +1,4 @@ -#ifndef _FOOBAR2000_SDK_CFG_VAR_H_
+#ifndef _FOOBAR2000_SDK_CFG_VAR_H_
#define _FOOBAR2000_SDK_CFG_VAR_H_
#define CFG_VAR_ASSERT_SAFEINIT PFC_ASSERT(!core_api::are_services_available());/*imperfect check for nonstatic instantiation*/
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.cpp index 28115b5c74..2187060c28 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void chapter_list::copy(const chapter_list & p_source)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.h index 224fae03ce..dd4578e53f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/chapterizer.h @@ -1,4 +1,4 @@ -//! Interface for object storing list of chapters.
+//! Interface for object storing list of chapters.
class NOVTABLE chapter_list {
public:
//! Returns number of chapters.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.cpp index 6af5e9a063..b76fd737ae 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void commandline_handler_metadb_handle::on_file(const char * url) {
metadb_handle_list handles;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.h index 586fadba5a..fd827b0e1a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/commandline.h @@ -1,4 +1,4 @@ -class NOVTABLE commandline_handler : public service_base
+class NOVTABLE commandline_handler : public service_base
{
public:
enum result
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.cpp index bac54c4bd8..0a183a8b05 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
namespace {
class main_thread_callback_myimpl : public main_thread_callback {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.h index 82d24a2c52..4781de62a1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/completion_notify.h @@ -1,4 +1,4 @@ -//! Generic service for receiving notifications about async operation completion. Used by various other services.
+//! Generic service for receiving notifications about async operation completion. Used by various other services.
class completion_notify : public service_base {
public:
//! Called when an async operation has been completed. Note that on_completion is always called from main thread. You can use on_completion_async() helper if you need to signal completion while your context is in another thread.\n
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component.h index 4a7994faf5..8a81bb99b7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component.h @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
// This is a helper class that gets reliably static-instantiated in all components so any special code that must be executed on startup can be shoved into its constructor.
class foobar2000_component_globals {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component_client.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component_client.h index a7699c792c..46aa848887 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component_client.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/component_client.h @@ -1,4 +1,4 @@ -#ifndef _COMPONENT_CLIENT_H_
+#ifndef _COMPONENT_CLIENT_H_
#define _COMPONENT_CLIENT_H_
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/components_menu.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/components_menu.h index 802d1d9ae0..835237331c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/components_menu.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/components_menu.h @@ -1,4 +1,4 @@ -#ifndef _COMPONENTS_MENU_H_
+#ifndef _COMPONENTS_MENU_H_
#define _COMPONENTS_MENU_H_
#error deprecated, see menu_item.h
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/componentversion.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/componentversion.h index 0262d33c8a..b0ca6fa7b1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/componentversion.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/componentversion.h @@ -1,4 +1,4 @@ -//! Entrypoint interface for declaring component's version information. Instead of implementing this directly, use DECLARE_COMPONENT_VERSION().
+//! Entrypoint interface for declaring component's version information. Instead of implementing this directly, use DECLARE_COMPONENT_VERSION().
class NOVTABLE componentversion : public service_base {
public:
virtual void get_file_name(pfc::string_base & out)=0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_io_callback.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_io_callback.h index dad3d07950..4b83dce314 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_io_callback.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_io_callback.h @@ -1,4 +1,4 @@ -//! Implementing this interface lets you maintain your own configuration files rather than depending on the cfg_var system. \n
+//! Implementing this interface lets you maintain your own configuration files rather than depending on the cfg_var system. \n
//! Note that you must not make assumptions about what happens first: config_io_callback::on_read(), initialization of cfg_var values or config_io_callback::on_read() in other components. Order of these things is undefined and will change with each run. \n
//! Use service_factory_single_t<myclass> to register your implementations. Do not call other people's implementations, core is responsible for doing that when appropriate.
class NOVTABLE config_io_callback : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.cpp index 7bcd8264bf..76ba27d35a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void config_object_notify_manager::g_on_changed(const service_ptr_t<config_object> & p_object)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.h index 433295b78c..e460dc5400 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object.h @@ -1,4 +1,4 @@ -#ifndef _CONFIG_OBJECT_H_
+#ifndef _CONFIG_OBJECT_H_
#define _CONFIG_OBJECT_H_
class config_object;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object_impl.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object_impl.h index 2028432703..13445e0c2e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/config_object_impl.h @@ -1,4 +1,4 @@ -#ifndef _CONFIG_OBJECT_IMPL_H_
+#ifndef _CONFIG_OBJECT_IMPL_H_
#define _CONFIG_OBJECT_IMPL_H_
//template function bodies from config_object class
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.cpp index 623eda6470..ad1d9b1807 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void console::info(const char * p_message) {print(p_message);}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.h index 3cff352499..0b591c6205 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/console.h @@ -1,4 +1,4 @@ -//! Namespace with functions for sending text to console. All functions are fully multi-thread safe, though they must not be called during dll initialization or deinitialization (e.g. static object constructors or destructors) when service system is not available.
+//! Namespace with functions for sending text to console. All functions are fully multi-thread safe, though they must not be called during dll initialization or deinitialization (e.g. static object constructors or destructors) when service system is not available.
namespace console
{
void info(const char * p_message);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu.h index 9246a7462e..b8fd951383 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu.h @@ -1,4 +1,4 @@ -//! Reserved for future use.
+//! Reserved for future use.
typedef void * t_glyph;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu_manager.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu_manager.h index 44b53abeb2..ad50b29fd8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu_manager.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/contextmenu_manager.h @@ -1,4 +1,4 @@ -class NOVTABLE keyboard_shortcut_manager : public service_base
+class NOVTABLE keyboard_shortcut_manager : public service_base
{
public:
static bool g_get(service_ptr_t<keyboard_shortcut_manager> & p_out) {return service_enum_create_t(p_out,0);}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/core_api.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/core_api.h index caf5496ccd..808f988fe9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/core_api.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/core_api.h @@ -1,4 +1,4 @@ -#ifndef _FB2K_CORE_API_H_
+#ifndef _FB2K_CORE_API_H_
#define _FB2K_CORE_API_H_
namespace core_api {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/coreversion.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/coreversion.h index 270d456de2..f786444b44 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/coreversion.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/coreversion.h @@ -1,4 +1,4 @@ -class NOVTABLE core_version_info : public service_base {
+class NOVTABLE core_version_info : public service_base {
public:
virtual const char * get_version_string() = 0;
static const char * g_get_version_string() {return static_api_ptr_t<core_version_info>()->get_version_string();}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.cpp index 64412c00bf..db4d945508 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#include <math.h>
t_size dsp_chunk_list_impl::get_count() const {return m_data.get_count();}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.h index 1d767fa7e3..55e75850df 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp.h @@ -1,4 +1,4 @@ -//! Interface to a DSP chunk list. A DSP chunk list object is passed to the DSP chain each time, since DSPs are allowed to remove processed chunks or insert new ones.
+//! Interface to a DSP chunk list. A DSP chunk list object is passed to the DSP chain each time, since DSPs are allowed to remove processed chunks or insert new ones.
class NOVTABLE dsp_chunk_list {
public:
virtual t_size get_count() const = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.cpp index 133dcf4702..56a7e99de1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void dsp_manager::close() {
m_chain.remove_all();
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.h index c66822b761..6dbb01db35 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/dsp_manager.h @@ -1,4 +1,4 @@ -//! Helper class for running audio data through a DSP chain.
+//! Helper class for running audio data through a DSP chain.
class dsp_manager {
public:
dsp_manager() : m_config_changed(false) {}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/event_logger.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/event_logger.h index c5fa119371..20e3f7c588 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/event_logger.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/event_logger.h @@ -1,4 +1,4 @@ -class NOVTABLE event_logger : public service_base {
+class NOVTABLE event_logger : public service_base {
FB2K_MAKE_SERVICE_INTERFACE(event_logger, service_base);
public:
enum {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/exceptions.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/exceptions.h index 83eff3fa64..2de28dc6e2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/exceptions.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/exceptions.h @@ -1,4 +1,4 @@ -#if FOOBAR2000_TARGET_VERSION >= 76
+#if FOOBAR2000_TARGET_VERSION >= 76
//! Base class for exceptions that should show a human readable message when caught in app entrypoint function rather than crash and send a crash report.
PFC_DECLARE_EXCEPTION(exception_messagebox,pfc::exception,"Internal Error");
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.cpp index 721dd7c5be..3b1b138b09 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
t_size file_info::meta_find_ex(const char * p_name,t_size p_name_length) const
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.h index c97220fb25..674ee75850 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info.h @@ -1,4 +1,4 @@ -//! Structure containing ReplayGain scan results from some playable object, also providing various helper methods to manipulate those results.
+//! Structure containing ReplayGain scan results from some playable object, also providing various helper methods to manipulate those results.
struct replaygain_info
{
float m_album_gain,m_track_gain;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.cpp index 5b7b29f9a3..9d98d75153 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
t_size file_info_impl::meta_get_count() const
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.h index 5648d2d1f8..def84132c2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_impl.h @@ -1,4 +1,4 @@ -#ifndef _FOOBAR2000_SDK_FILE_INFO_IMPL_H_
+#ifndef _FOOBAR2000_SDK_FILE_INFO_IMPL_H_
#define _FOOBAR2000_SDK_FILE_INFO_IMPL_H_
namespace file_info_impl_utils {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_merge.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_merge.cpp index fdee592b7d..0597374328 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_merge.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_info_merge.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
static t_size merge_tags_calc_rating_by_index(const file_info & p_info,t_size p_index) {
t_size n,m = p_info.meta_enum_value_count(p_index);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.cpp index 29bc36272e..e812a1de48 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
static void g_on_files_deleted_sorted(const pfc::list_base_const_t<const char *> & p_items)
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.h index 8e3a0ec576..7118e50500 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/file_operation_callback.h @@ -1,4 +1,4 @@ -#ifndef _FILE_OPERATION_CALLBACK_H_
+#ifndef _FILE_OPERATION_CALLBACK_H_
#define _FILE_OPERATION_CALLBACK_H_
//! Interface to notify component system about files being deleted or moved. Operates in app's main thread only.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.cpp index cdacb0a372..a3c0405e9e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
static const char unpack_prefix[] = "unpack://";
static const unsigned unpack_prefix_len = 9;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.h index 892111ee58..e87eb13acf 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem.h @@ -1,4 +1,4 @@ -class file_info;
+class file_info;
//! Contains various I/O related structures and interfaces.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.cpp index fa8225a1de..e8feb4e2cf 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void stream_writer_chunk::write(const void * p_buffer,t_size p_bytes,abort_callback & p_abort) {
t_size remaining = p_bytes, written = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.h index 55a9e03494..5c537e67b7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/filesystem_helper.h @@ -1,4 +1,4 @@ -//helper
+//helper
class file_path_canonical {
public:
file_path_canonical(const char * src) {filesystem::g_get_canonical_path(src,m_data);}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000.h index 549b4d3918..09e27977b8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000.h @@ -1,4 +1,4 @@ -// This is the master foobar2000 SDK header file; it includes headers for all functionality exposed through the SDK project. #include this in your source code, never reference any of the other headers directly.
+// This is the master foobar2000 SDK header file; it includes headers for all functionality exposed through the SDK project. #include this in your source code, never reference any of the other headers directly.
#ifndef _FOOBAR2000_H_
#define _FOOBAR2000_H_
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/genrand.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/genrand.h index cb54224e6d..04b35c17c1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/genrand.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/genrand.h @@ -1,4 +1,4 @@ -//! PRNG service. Implemented by the core, do not reimplement. Use g_create() helper function to instantiate.
+//! PRNG service. Implemented by the core, do not reimplement. Use g_create() helper function to instantiate.
class NOVTABLE genrand_service : public service_base
{
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/guids.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/guids.cpp index 2311e147bd..53bcd55c57 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/guids.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/guids.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
// {4B897EC8-A2F9-478d-A95E-1A2110A40078}
FOOGUIDDECL const GUID hasher_md5::class_guid =
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.cpp index 85fa6fe4dd..0d693dd89e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
GUID hasher_md5::guid_from_result(const hasher_md5_result & param)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.h index 7707a871a3..de6d5edba3 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/hasher_md5.h @@ -1,4 +1,4 @@ -struct hasher_md5_state {
+struct hasher_md5_state {
char m_data[128];
};
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/http_client.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/http_client.h index eabfb11af8..e37b770008 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/http_client.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/http_client.h @@ -1,4 +1,4 @@ -//! Implemented by file object returned by http_request::run methods. Allows you to retrieve various additional information returned by the server. \n
+//! Implemented by file object returned by http_request::run methods. Allows you to retrieve various additional information returned by the server. \n
//! Warning: reply status may change when seeking on the file object since seek operations often require a new HTTP request to be fired.
class NOVTABLE http_reply : public service_base {
FB2K_MAKE_SERVICE_INTERFACE(http_reply, service_base)
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/icon_remap.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/icon_remap.h index 93dac20012..0df7f77b57 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/icon_remap.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/icon_remap.h @@ -1,4 +1,4 @@ -//! New in 0.9.5; allows your file format to use another icon than <extension>.ico when registering the file type with Windows shell. \n
+//! New in 0.9.5; allows your file format to use another icon than <extension>.ico when registering the file type with Windows shell. \n
//! Implementation: use icon_remapping_impl, or simply: static service_factory_single_t<icon_remapping_impl> myicon("ext","iconname.ico");
class icon_remapping : public service_base {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/info_lookup_handler.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/info_lookup_handler.h index aabf8b5466..fc68591cfb 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/info_lookup_handler.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/info_lookup_handler.h @@ -1,4 +1,4 @@ -//! Service used to access various external (online) track info lookup services, such as freedb, to update file tags with info retrieved from those services.
+//! Service used to access various external (online) track info lookup services, such as freedb, to update file tags with info retrieved from those services.
class NOVTABLE info_lookup_handler : public service_base {
public:
enum {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/initquit.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/initquit.h index 52487e3c46..42b99750c2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/initquit.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/initquit.h @@ -1,4 +1,4 @@ -//! Basic callback startup/shutdown callback, on_init is called after the main window has been created, on_quit is called before the main window is destroyed. \n
+//! Basic callback startup/shutdown callback, on_init is called after the main window has been created, on_quit is called before the main window is destroyed. \n
//! To register: static initquit_factory_t<myclass> myclass_factory; \n
//! Note that you should be careful with calling other components during on_init/on_quit or \n
//! initializing services that are possibly used by other components by on_init/on_quit - \n
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.cpp index 8a6f2dd30c..3af8caaa65 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool input_entry::g_find_service_by_path(service_ptr_t<input_entry> & p_out,const char * p_path)
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.h index 6d2b46c03f..641b11e2ae 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input.h @@ -1,4 +1,4 @@ -PFC_DECLARE_EXCEPTION(exception_tagging_unsupported, exception_io_data, "Tagging of this file format is not supported")
+PFC_DECLARE_EXCEPTION(exception_tagging_unsupported, exception_io_data, "Tagging of this file format is not supported")
enum {
input_flag_no_seeking = 1 << 0,
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.cpp index e717b27a35..b174b5c76b 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#if FOOBAR2000_TARGET_VERSION >= 76
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.h index b1a8d08dd0..b499c7f02a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_file_type.h @@ -1,4 +1,4 @@ -//! Entrypoint interface for registering media file types that can be opened through "open file" dialogs or associated with foobar2000 application in Windows shell. \n
+//! Entrypoint interface for registering media file types that can be opened through "open file" dialogs or associated with foobar2000 application in Windows shell. \n
//! Instead of implementing this directly, use DECLARE_FILE_TYPE() / DECLARE_FILE_TYPE_EX() macros.
class input_file_type : public service_base {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_impl.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_impl.h index 35c95ac960..0ee65b4726 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/input_impl.h @@ -1,4 +1,4 @@ -enum t_input_open_reason {
+enum t_input_open_reason {
input_open_info_read,
input_open_decode,
input_open_info_write
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/library_manager.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/library_manager.h index da27bb023b..609c272b8d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/library_manager.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/library_manager.h @@ -1,4 +1,4 @@ -/*!
+/*!
This service implements methods allowing you to interact with the Media Library.\n
All methods are valid from main thread only, unless noted otherwise.\n
Usage: Use static_api_ptr_t<library_manager> to instantiate.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.cpp index c15014007e..26c6c3ed41 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool link_resolver::g_find(service_ptr_t<link_resolver> & p_out,const char * p_path)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.h index 21438e9b30..8f09a1e02e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/link_resolver.h @@ -1,4 +1,4 @@ -#ifndef _foobar2000_sdk_link_resolver_h_
+#ifndef _foobar2000_sdk_link_resolver_h_
#define _foobar2000_sdk_link_resolver_h_
//! Interface for resolving different sorts of link files.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/main_thread_callback.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/main_thread_callback.h index ce09ddc139..d5c6d89ac2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/main_thread_callback.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/main_thread_callback.h @@ -1,4 +1,4 @@ -//! Callback object class for main_thread_callback_manager service.
+//! Callback object class for main_thread_callback_manager service.
class NOVTABLE main_thread_callback : public service_base {
public:
//! Gets called from main app thread. See main_thread_callback_manager description for more info.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mainmenu.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mainmenu.cpp index 4e8da4bbdb..c959cb84d4 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mainmenu.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mainmenu.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool mainmenu_commands::g_execute_dynamic(const GUID & p_guid, const GUID & p_subGuid,service_ptr_t<service_base> p_callback) {
mainmenu_commands::ptr ptr; t_uint32 index;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.cpp index 0eb7e8cffd..a1961b94a3 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void mem_block_container::from_stream(stream_reader * p_stream,t_size p_bytes,abort_callback & p_abort) {
if (p_bytes == 0) {set_size(0);}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.h index 727ffe28ba..de2f5370f6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/mem_block_container.h @@ -1,4 +1,4 @@ -//! Generic interface for a memory block; used by various other interfaces to return memory blocks while allowing caller to allocate.
+//! Generic interface for a memory block; used by various other interfaces to return memory blocks while allowing caller to allocate.
class NOVTABLE mem_block_container {
public:
virtual const void * get_ptr() const = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu.h index aca762772d..cb72921e64 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu.h @@ -1,4 +1,4 @@ -class NOVTABLE mainmenu_group : public service_base {
+class NOVTABLE mainmenu_group : public service_base {
public:
virtual GUID get_guid() = 0;
virtual GUID get_parent() = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.cpp index ea60a03c4b..5a3c14b26e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool menu_helpers::context_get_description(const GUID& p_guid,pfc::string_base & out) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.h index a64c0012bf..6233245283 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_helpers.h @@ -1,4 +1,4 @@ -namespace menu_helpers {
+namespace menu_helpers {
#ifdef _WIN32
void win32_auto_mnemonics(HMENU menu);
#endif
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_item.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_item.cpp index 4fcc25535d..053170b70d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_item.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_item.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_manager.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_manager.cpp index b6a1c48f70..69393b5a86 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_manager.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/menu_manager.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#ifdef WIN32
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/message_loop.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/message_loop.h index 1735193f29..19cacaf600 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/message_loop.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/message_loop.h @@ -1,4 +1,4 @@ -class NOVTABLE message_filter
+class NOVTABLE message_filter
{
public:
virtual bool pretranslate_message(MSG * p_msg) = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.cpp index 584abe9951..98d7c5bb46 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void metadb::handle_create_replace_path_canonical(metadb_handle_ptr & p_out,const metadb_handle_ptr & p_source,const char * p_new_path) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.h index 8b4c03d126..2af3b78f5d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb.h @@ -1,4 +1,4 @@ -//! API for tag read/write operations. Legal to call from main thread only, except for hint_multi_async() / hint_async() / hint_reader().\n
+//! API for tag read/write operations. Legal to call from main thread only, except for hint_multi_async() / hint_async() / hint_reader().\n
//! Implemented only by core, do not reimplement.\n
//! Use static_api_ptr_t template to access metadb_io methods.\n
//! WARNING: Methods that perform file access (tag reads/writes) run a modal message loop. They SHOULD NOT be called from global callbacks and such.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.cpp index c0b61553b7..71fd8ae05a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
double metadb_handle::get_length()
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.h index bf4e9ff0de..eb5ac54d73 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle.h @@ -1,4 +1,4 @@ -class titleformat_hook;
+class titleformat_hook;
class titleformat_text_filter;
//! A metadb_handle object represents interface to reference-counted file_info cache entry for the specified location.\n
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle_list.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle_list.cpp index 8f5b6858bd..eb68fff666 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle_list.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/metadb_handle_list.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#include <shlwapi.h>
namespace {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/modeless_dialog.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/modeless_dialog.h index 71e3d28fa0..cc7d10d1f2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/modeless_dialog.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/modeless_dialog.h @@ -1,4 +1,4 @@ -//! Service for plugging your nonmodal dialog windows into main app loop to receive IsDialogMessage()-translated messages.\n
+//! Service for plugging your nonmodal dialog windows into main app loop to receive IsDialogMessage()-translated messages.\n
//! Note that all methods are valid from main app thread only.\n
//! Usage: static_api_ptr_t<modeless_dialog_manager> or modeless_dialog_manager::g_add / modeless_dialog_manager::g_remove.
class NOVTABLE modeless_dialog_manager : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ole_interaction.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ole_interaction.h index 5878edb3a5..5159194bd0 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ole_interaction.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ole_interaction.h @@ -1,4 +1,4 @@ -class NOVTABLE playlist_dataobject_desc {
+class NOVTABLE playlist_dataobject_desc {
public:
virtual t_size get_entry_count() const = 0;
virtual void get_entry_name(t_size which, pfc::string_base & out) const = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.cpp index b3d5b14890..abef1bc4d7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void packet_decoder::g_open(service_ptr_t<packet_decoder> & p_out,bool p_decode,const GUID & p_owner,t_size p_param1,const void * p_param2,t_size p_param2size,abort_callback & p_abort)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.h index a4e99d9c7b..55f6a69682 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/packet_decoder.h @@ -1,4 +1,4 @@ -//! Provides interface to decode various audio data types to PCM. Use packet_decoder_factory_t template to register.
+//! Provides interface to decode various audio data types to PCM. Use packet_decoder_factory_t template to register.
class NOVTABLE packet_decoder : public service_base {
protected:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/play_callback.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/play_callback.h index 2f541cf73e..2fc48019af 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/play_callback.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/play_callback.h @@ -1,4 +1,4 @@ -/*!
+/*!
Class receiving notifications about playback events. Note that all methods are called only from app's main thread.
Use play_callback_manager to register your dynamically created instances. Statically registered version is available too - see play_callback_static.
*/
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.cpp index ff2b357544..5ad6e0c0ed 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
int playable_location::g_compare(const playable_location & p_item1,const playable_location & p_item2) {
int ret = metadb::path_compare(p_item1.get_path(),p_item2.get_path());
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.h index 2984eb58e4..0f1d1829b4 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playable_location.h @@ -1,4 +1,4 @@ -#ifndef _FOOBAR2000_PLAYABLE_LOCATION_H_
+#ifndef _FOOBAR2000_PLAYABLE_LOCATION_H_
#define _FOOBAR2000_PLAYABLE_LOCATION_H_
//playable_location stores location of a playable resource, currently implemented as file path and integer for indicating multiple playable "subsongs" per file
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.cpp index 412fe21b2b..bf9c47be70 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
double playback_control::playback_get_length()
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.h index 8f2db2d5a2..b247bf4d5e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_control.h @@ -1,4 +1,4 @@ -//! Provides control for various playback-related operations.
+//! Provides control for various playback-related operations.
//! All methods provided by this interface work from main app thread only. Calling from another thread will do nothing or trigger an exception. If you need to trigger one of playback_control methods from another thread, see main_thread_callback.
//! Do not call playback_control methods from inside any kind of global callback (e.g. playlist callback), otherwise race conditions may occur.
//! Use static_api_ptr_t to instantiate. See static_api_ptr_t documentation for more info.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_stream_capture.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_stream_capture.h index a29637c321..64d28f4e4a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_stream_capture.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playback_stream_capture.h @@ -1,4 +1,4 @@ -//! \since 1.0
+//! \since 1.0
class NOVTABLE playback_stream_capture_callback {
public:
//! Delivers a real-time chunk of audio data. \n
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.cpp index 8b6b488337..516aa436a1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
namespace {
class enum_items_callback_retrieve_item : public playlist_manager::enum_items_callback
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.h index cd75145c5f..0fef24da9e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist.h @@ -1,4 +1,4 @@ -//! This interface allows filtering of playlist modification operations.\n
+//! This interface allows filtering of playlist modification operations.\n
//! Implemented by components "locking" playlists; use playlist_manager::playlist_lock_install() etc to takeover specific playlist with your instance of playlist_lock.
class NOVTABLE playlist_lock : public service_base {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.cpp index fb2bc3396b..b04a6f2165 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#if FOOBAR2000_TARGET_VERSION >= 76
static void process_path_internal(const char * p_path,const service_ptr_t<file> & p_reader,playlist_loader_callback::ptr callback, abort_callback & abort,playlist_loader_callback::t_entry_type type,const t_filestats & p_stats);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.h index a959e1e88f..5041baab2c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/playlist_loader.h @@ -1,4 +1,4 @@ -#if FOOBAR2000_TARGET_VERSION >= 76
+#if FOOBAR2000_TARGET_VERSION >= 76
//! Callback interface receiving item locations from playlist loader. \n
//! Typically, you call one of standard services such as playlist_incoming_item_filter instead of implementing this interface and calling playlist_loader methods directly.
class NOVTABLE playlist_loader_callback : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.cpp index 6f11ebde0b..7c62cb9866 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void popup_message::g_show_ex(const char * p_msg,unsigned p_msg_length,const char * p_title,unsigned p_title_length,t_icon p_icon)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.h index a22a87a92e..a08a5095c9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/popup_message.h @@ -1,4 +1,4 @@ -
+
//! This interface allows you to show generic nonmodal noninteractive dialog with a text message. This should be used instead of MessageBox where possible.\n
//! Usage: use popup_message::g_show / popup_message::g_show_ex static helpers, or static_api_ptr_t<popup_message>.\n
//! Note that all strings are UTF-8.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.cpp index 71566b0c2e..037d6a8199 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void preferences_page::get_help_url_helper(pfc::string_base & out, const char * category, const GUID & id, const char * name) {
out.reset();
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.h index be0741c058..1cbe8ceae9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/preferences_page.h @@ -1,4 +1,4 @@ -//! Implementing this service will generate a page in preferences dialog. Use preferences_page_factory_t template to register. \n
+//! Implementing this service will generate a page in preferences dialog. Use preferences_page_factory_t template to register. \n
//! In 1.0 and newer you should always derive from preferences_page_v3 rather than from preferences_page directly.
class NOVTABLE preferences_page : public service_base {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.cpp index 4972da20d1..caa22e6234 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void t_replaygain_config::reset()
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.h index 3de2c475b9..f3bfa43f3b 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain.h @@ -1,4 +1,4 @@ -//! Structure storing ReplayGain configuration: album/track source data modes, gain/peak processing modes and preamp values.
+//! Structure storing ReplayGain configuration: album/track source data modes, gain/peak processing modes and preamp values.
struct t_replaygain_config
{
enum /*t_source_mode*/ {source_mode_none,source_mode_track,source_mode_album};
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_info.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_info.cpp index d0b7531d7c..b63874bce8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_info.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_info.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool replaygain_info::g_format_gain(float p_value,char p_buffer[text_buffer_size])
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_scanner.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_scanner.h index d1690f44ec..0224d8a9f8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_scanner.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/replaygain_scanner.h @@ -1,4 +1,4 @@ -//! Container of ReplayGain scan results from one or more tracks.
+//! Container of ReplayGain scan results from one or more tracks.
class replaygain_result : public service_base {
FB2K_MAKE_SERVICE_INTERFACE(replaygain_result, service_base);
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/resampler.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/resampler.h index 6c3f9dcbb9..de46269605 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/resampler.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/resampler.h @@ -1,4 +1,4 @@ -class NOVTABLE resampler_entry : public dsp_entry
+class NOVTABLE resampler_entry : public dsp_entry
{
public:
virtual bool is_conversion_supported(unsigned p_srate_from,unsigned p_srate_to) = 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/search_tools.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/search_tools.h index e4f669e97d..91c4fadbf1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/search_tools.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/search_tools.h @@ -1,4 +1,4 @@ -//! Instance of a search filter object. New in 0.9.5. \n
+//! Instance of a search filter object. New in 0.9.5. \n
//! This object contains a preprocessed search query; used to perform filtering similar to Media Library Search or Album List's "filter" box. \n
//! Use search_filter_manager API to instantiate search_filter objects.
class search_filter : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.cpp index 625cc60456..a26f4d5742 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#include "component.h"
foobar2000_api * g_foobar2000_api = NULL;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.h index eedb5ced3d..4d04f3f934 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service.h @@ -1,4 +1,4 @@ -#ifndef _foobar2000_sdk_service_h_included_
+#ifndef _foobar2000_sdk_service_h_included_
#define _foobar2000_sdk_service_h_included_
typedef const void* service_class_ref;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service_impl.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service_impl.h index c21118eba1..1c31536bb9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/service_impl.h @@ -1,4 +1,4 @@ -//! Template implementing reference-counting features of service_base. Intended for dynamic instantiation: "new service_impl_t<someclass>(param1,param2);"; should not be instantiated otherwise (no local/static/member objects) because it does a "delete this;" when reference count reaches zero.\n
+//! Template implementing reference-counting features of service_base. Intended for dynamic instantiation: "new service_impl_t<someclass>(param1,param2);"; should not be instantiated otherwise (no local/static/member objects) because it does a "delete this;" when reference count reaches zero.\n
//! Note that some constructor parameters such as NULL will need explicit typecasts to ensure correctly guessed types for constructor function template (null string needs to be (const char*)NULL rather than just NULL, etc).
template<typename T>
class service_impl_t : public T
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/shortcut_actions.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/shortcut_actions.h index df3d1186a0..cfc068aec6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/shortcut_actions.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/shortcut_actions.h @@ -1 +1 @@ -#error DEPRECATED
+#error DEPRECATED
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/stdafx.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/stdafx.cpp index 5874a762a4..ea4f0bdf13 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/stdafx.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/stdafx.cpp @@ -1,2 +1,2 @@ -//cpp used to generate precompiled header
+//cpp used to generate precompiled header
#include "foobar2000.h"
\ No newline at end of file diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/system_time_keeper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/system_time_keeper.h index 2be76260eb..452049bbaf 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/system_time_keeper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/system_time_keeper.h @@ -1,4 +1,4 @@ -namespace system_time_periods {
+namespace system_time_periods {
static const t_filetimestamp second = filetimestamp_1second_increment;
static const t_filetimestamp minute = second * 60;
static const t_filetimestamp hour = minute * 60;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.cpp index 3c7c5bcc29..6b6361a942 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void tag_processor_trailing::write_id3v1(const service_ptr_t<file> & p_file,const file_info & p_info,abort_callback & p_abort)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.h index 196ea38644..92cd5060dc 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor.h @@ -1,4 +1,4 @@ -PFC_DECLARE_EXCEPTION(exception_tag_not_found,exception_io_data,"Tag not found");
+PFC_DECLARE_EXCEPTION(exception_tag_not_found,exception_io_data,"Tag not found");
//! Callback interface for write-tags-to-temp-file-and-swap scheme, used for ID3v2 tag updates and such where entire file needs to be rewritten.
//! As a speed optimization, file content can be copied to a temporary file in the same directory as the file being updated, and then source file can be swapped for the newly created file with updated tags.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor_id3v2.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor_id3v2.cpp index cb54d7d61c..384bb812b1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor_id3v2.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/tag_processor_id3v2.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool tag_processor_id3v2::g_get(service_ptr_t<tag_processor_id3v2> & p_out)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.cpp index 804db2dfce..567bd304f6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
void threaded_process_status::set_progress(t_size p_state,t_size p_max)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.h index 8063ce4ab7..f63b85dcab 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/threaded_process.h @@ -1,4 +1,4 @@ -//! Callback class passed to your threaded_process client code; allows you to give various visual feedback to the user.
+//! Callback class passed to your threaded_process client code; allows you to give various visual feedback to the user.
class NOVTABLE threaded_process_status {
public:
enum {progress_min = 0, progress_max = 5000};
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.cpp index 070be74fdd..251e15a1b2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
#define tf_profiler(x) // profiler(x)
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.h index 6ed1dc73ef..570f41e84d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/titleformat.h @@ -1,4 +1,4 @@ -namespace titleformat_inputtypes {
+namespace titleformat_inputtypes {
extern const GUID meta, unknown;
};
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/track_property.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/track_property.h index 7b863f0601..3f8aa605df 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/track_property.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/track_property.h @@ -1,4 +1,4 @@ -//! Callback interface for track_property_provider::enumerate_properties().
+//! Callback interface for track_property_provider::enumerate_properties().
class NOVTABLE track_property_callback {
public:
//! Sets a property list entry to display. Called by track_property_provider::enumerate_properties() implementation.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.cpp index 2d8a8d624c..7417e65e5f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
bool ui_drop_item_callback::g_on_drop(interface IDataObject * pDataObject)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.h index efbfdd4b4e..7618db731c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui.h @@ -1,4 +1,4 @@ -#ifndef _WINDOWS
+#ifndef _WINDOWS
#error PORTME
#endif
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_edit_context.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_edit_context.h index 3576639f5d..41747fcb49 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_edit_context.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_edit_context.h @@ -1,4 +1,4 @@ -
+
class NOVTABLE ui_edit_context : public service_base {
FB2K_MAKE_SERVICE_INTERFACE(ui_edit_context, service_base)
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.cpp index ac3fd5a834..6ef8afbdce 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.cpp @@ -1,4 +1,4 @@ -#include "foobar2000.h"
+#include "foobar2000.h"
namespace {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.h index 089f25e5de..6d749d1803 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/ui_element.h @@ -1,4 +1,4 @@ -//! Configuration of a UI element.
+//! Configuration of a UI element.
class NOVTABLE ui_element_config : public service_base {
public:
//! Returns GUID of the UI element this configuration data belongs to.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/unpack.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/unpack.h index 0d4dc14c33..7e2be58cb8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/unpack.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/unpack.h @@ -1,4 +1,4 @@ -//! Service providing "unpacker" functionality - processes "packed" file (such as a zip file containing a single media file inside) to allow its contents to be accessed transparently.\n
+//! Service providing "unpacker" functionality - processes "packed" file (such as a zip file containing a single media file inside) to allow its contents to be accessed transparently.\n
//! To access existing unpacker implementations, use unpacker::g_open helper function.\n
//! To register your own implementation, use unpacker_factory_t template.
class NOVTABLE unpacker : public service_base {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/vis.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/vis.h index d3430343e3..8033113861 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/vis.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/vis.h @@ -1,4 +1,4 @@ -//! This class provides abstraction for retrieving visualisation data. Instances of visualisation_stream being created/released serve as an indication for visualisation backend to process currently played audio data or shut down when there are no visualisation clients active.\n
+//! This class provides abstraction for retrieving visualisation data. Instances of visualisation_stream being created/released serve as an indication for visualisation backend to process currently played audio data or shut down when there are no visualisation clients active.\n
//! Use visualisation_manager::create_stream to instantiate.
class NOVTABLE visualisation_stream : public service_base {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/component_client.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/component_client.cpp index 37b0f90a98..0d688bb282 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/component_client.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/component_client.cpp @@ -1,4 +1,4 @@ -#include "../SDK/foobar2000.h"
+#include "../SDK/foobar2000.h"
#include "../SDK/component.h"
static HINSTANCE g_hIns;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/COM_utils.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/COM_utils.h index f02143134a..72fb8fcccc 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/COM_utils.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/COM_utils.h @@ -1,4 +1,4 @@ -#define FB2K_COM_CATCH catch(exception_com const & e) {return e.get_code();} catch(std::bad_alloc) {return E_OUTOFMEMORY;} catch(pfc::exception_invalid_params) {return E_INVALIDARG;} catch(...) {return E_UNEXPECTED;}
+#define FB2K_COM_CATCH catch(exception_com const & e) {return e.get_code();} catch(std::bad_alloc) {return E_OUTOFMEMORY;} catch(pfc::exception_invalid_params) {return E_INVALIDARG;} catch(...) {return E_UNEXPECTED;}
#define COM_QI_BEGIN() HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid,void ** ppvObject) { if (ppvObject == NULL) return E_INVALIDARG;
#define COM_QI_ENTRY(IWhat) { if (iid == IID_##IWhat) {IWhat * temp = this; temp->AddRef(); * ppvObject = temp; return S_OK;} }
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/CallForwarder.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/CallForwarder.h index cdc937a752..53608d6c16 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/CallForwarder.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/CallForwarder.h @@ -1,4 +1,4 @@ -namespace CF {
+namespace CF {
template<typename TWhat> class CallForwarder {
public:
CallForwarder(TWhat * ptr) { m_ptr.new_t(ptr); }
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.cpp index 96555bb8eb..65c36e542d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HRESULT IDataObjectUtils::DataBlockToSTGMEDIUM(const void * blockPtr, t_size blockSize, STGMEDIUM * medium, DWORD tymed, bool bHere) throw() {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.h index 97c2a6c742..5eca9a3997 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/IDataObjectUtils.h @@ -1,4 +1,4 @@ -#include <shlobj.h>
+#include <shlobj.h>
namespace IDataObjectUtils {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ProfileCache.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ProfileCache.h index 38286b695c..05497ce011 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ProfileCache.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ProfileCache.h @@ -1,4 +1,4 @@ -namespace ProfileCache {
+namespace ProfileCache {
static file::ptr FetchFile(const char * context, const char * name, const char * webURL, t_filetimestamp acceptableAge, abort_callback & abort) {
const double timeoutVal = 5;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.cpp index a497c95bb5..9dc5b543a9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.cpp @@ -1,4 +1,4 @@ -// stdafx.cpp : source file that includes just the standard includes
+// stdafx.cpp : source file that includes just the standard includes
// foobar2000_sdk_helpers.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.h index 3edd187ab7..50a4e7bf8b 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/StdAfx.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/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/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ThreadUtils.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ThreadUtils.h index 72fd53ef7d..bc20bd2298 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ThreadUtils.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/ThreadUtils.h @@ -1,4 +1,4 @@ -namespace ThreadUtils {
+namespace ThreadUtils {
static bool WaitAbortable(HANDLE ev, abort_callback & abort, DWORD timeout = INFINITE) {
const HANDLE handles[2] = {ev, abort.get_abort_event()};
SetLastError(0);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.cpp index afc6c69b3a..069244d466 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
namespace VisUtils {
void PrepareFFTChunk(audio_chunk const & source, audio_chunk & out, double centerOffset) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.h index 4bcb8b1d11..973fb3fcb8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/VisUtils.h @@ -1,4 +1,4 @@ -namespace VisUtils {
+namespace VisUtils {
//! Turns an arbitrary audio_chunk into a valid chunk to run FFT on, with proper sample count etc.
//! @param centerOffset Time offset (in seconds) inside the source chunk to center the output on, in case the FFT window is smaller than input data.
void PrepareFFTChunk(audio_chunk const & source, audio_chunk & out, double centerOffset);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/album_art_helpers.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/album_art_helpers.h index e396dc225e..e1e6693359 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/album_art_helpers.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/album_art_helpers.h @@ -1,4 +1,4 @@ -//! Helper class to load album art from a separate thread (without lagging GUI). In most scenarios you will want to use CAlbumArtLoader instead of deriving from CAlbumArtLoaderBase, unless you want to additionally process the images as they are loaded.
+//! Helper class to load album art from a separate thread (without lagging GUI). In most scenarios you will want to use CAlbumArtLoader instead of deriving from CAlbumArtLoaderBase, unless you want to additionally process the images as they are loaded.
//! All methods meant to be called from the main thread.
//! IMPORTANT: derived classes must call Abort() in their own destructor rather than relying on CAlbumArtLoaderBase destructor, since the thread calls virtual functions!
class CAlbumArtLoaderBase : private CSimpleThread {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/bitreader_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/bitreader_helper.h index 35700a3726..4af87efd05 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/bitreader_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/bitreader_helper.h @@ -1,4 +1,4 @@ -namespace bitreader_helper {
+namespace bitreader_helper {
inline static size_t extract_bit(const t_uint8 * p_stream,size_t p_offset) {
return (p_stream[p_offset>>3] >> (7-(p_offset&7)))&1;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cfg_guidlist.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cfg_guidlist.h index 3c51100003..dfdbae14e9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cfg_guidlist.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cfg_guidlist.h @@ -1,4 +1,4 @@ -class cfg_guidlist : public cfg_var, public pfc::list_t<GUID>
+class cfg_guidlist : public cfg_var, public pfc::list_t<GUID>
{
public:
void get_data_raw(stream_writer * p_stream,abort_callback & p_abort) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.cpp index e4de3633db..928ce1e0a8 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#ifdef UNICODE
#define CF_TCHAR CF_UNICODETEXT
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.h index c3bd269b54..f456ab1c94 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/clipboard.h @@ -1,4 +1,4 @@ -namespace ClipboardHelper {
+namespace ClipboardHelper {
class OpenScope {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.cpp index d3fade9d6c..03cb01d66f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
namespace create_directory_helper
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.h index de98ce5db3..ba58111911 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/create_directory_helper.h @@ -1,4 +1,4 @@ -#ifndef _CREATE_DIRECTORY_HELPER_H_
+#ifndef _CREATE_DIRECTORY_HELPER_H_
#define _CREATE_DIRECTORY_HELPER_H_
namespace create_directory_helper {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.cpp index 06ce2f062f..8752c12472 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
namespace {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.h index a686d7163d..235a5306c9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_creator.h @@ -1,4 +1,4 @@ -namespace cue_creator
+namespace cue_creator
{
struct t_entry
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.cpp index 2c4445a4b2..2630bbff83 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
namespace {
PFC_DECLARE_EXCEPTION(exception_cue,pfc::exception,"Invalid cuesheet");
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.h index 08c68a64f3..9b254ad9cc 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser.h @@ -1,4 +1,4 @@ -//HINT: for info on how to generate an embedded cuesheet enabled input, see the end of this header.
+//HINT: for info on how to generate an embedded cuesheet enabled input, see the end of this header.
//to be moved somewhere else later
namespace file_info_record_helper {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser_embedding.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser_embedding.cpp index 9ec61c2cf6..0a263460b7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser_embedding.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cue_parser_embedding.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
using namespace cue_parser;
using namespace file_info_record_helper;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.cpp index 932747e554..dfabf18fa4 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
bool t_cuesheet_index_list::is_valid() const {
if (m_positions[1] < m_positions[0]) return false;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.h index 66d91ab87d..099ce80915 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/cuesheet_index_list.h @@ -1,4 +1,4 @@ -struct t_cuesheet_index_list
+struct t_cuesheet_index_list
{
enum {count = 100};
t_cuesheet_index_list() {reset();}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.cpp index 3763052eee..60fbf8ebe7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dialog_resize_helper.h"
BOOL GetChildWindowRect(HWND wnd,UINT id,RECT* child)
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.h index 3cda93aafd..346ca769af 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dialog_resize_helper.h @@ -1,4 +1,4 @@ -#ifndef _DIALOG_RESIZE_HELPER_H_
+#ifndef _DIALOG_RESIZE_HELPER_H_
#define _DIALOG_RESIZE_HELPER_H_
BOOL GetChildWindowRect(HWND wnd,UINT id,RECT* child);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.cpp index a6ef0db928..7434470709 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "dropdown_helper.h"
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.h index 62ac9f0257..910d17b136 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dropdown_helper.h @@ -1,4 +1,4 @@ -#ifndef _DROPDOWN_HELPER_H_
+#ifndef _DROPDOWN_HELPER_H_
#define _DROPDOWN_HELPER_H_
class _cfg_dropdown_history_base
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.cpp index fa2998572b..2be9380be4 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static unsigned g_query_settings()
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.h index d6bd9978e2..6480c679e1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/dynamic_bitrate_helper.h @@ -1,4 +1,4 @@ -class dynamic_bitrate_helper
+class dynamic_bitrate_helper
{
public:
dynamic_bitrate_helper();
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_cached.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_cached.h index 07305f82ae..dc6206e6b1 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_cached.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_cached.h @@ -1,4 +1,4 @@ -class file_cached : public file {
+class file_cached : public file {
public:
static file::ptr g_create(service_ptr_t<file> p_base,abort_callback & p_abort, t_size blockSize) {
service_ptr_t<file_cached> temp = new service_impl_t<file_cached>(blockSize);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.cpp index 4aaa0fc26b..5e20ea177e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
// presorted - do not change without a proper strcmp resort
static const char * const standard_fieldnames[] = {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.h index e74d5e5dcd..59ddf35494 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_info_const_impl.h @@ -1,4 +1,4 @@ -#define __file_info_const_impl_have_hintmap__
+#define __file_info_const_impl_have_hintmap__
//! Special implementation of file_info that implements only const and copy methods. The difference between this and regular file_info_impl is amount of resources used and speed of the copy operation.
class file_info_const_impl : public file_info
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.cpp index 6b7ca857a9..4053e73a0d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void file_list_remove_duplicates(pfc::ptr_list_t<char> & out)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.h index f4ba3ba73a..3cf03831c5 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_list_helper.h @@ -1,4 +1,4 @@ -#ifndef _foobar2000_helpers_file_list_helper_
+#ifndef _foobar2000_helpers_file_list_helper_
#define _foobar2000_helpers_file_list_helper_
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.cpp index ecbbc2ff8f..4c2336b67c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
bool file_move_helper::g_on_deleted(const pfc::list_base_const_t<const char *> & p_files)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.h index 6f3bd81fb6..e52d0a628e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_move_helper.h @@ -1,4 +1,4 @@ -class file_move_helper {
+class file_move_helper {
public:
static bool g_on_deleted(const pfc::list_base_const_t<const char *> & p_files);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_win32_wrapper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_win32_wrapper.h index 30db77d348..b8061a3485 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_win32_wrapper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_win32_wrapper.h @@ -1,4 +1,4 @@ -namespace file_win32_helpers {
+namespace file_win32_helpers {
static t_filesize get_size(HANDLE p_handle) {
union {
t_uint64 val64;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.cpp index e53ba1091f..79b61b197a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
t_size file_wrapper_simple::read(void * p_buffer,t_size p_bytes) {
if (m_has_failed) return 0;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.h index f4d4b85d53..6819d0ddf7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/file_wrapper_simple.h @@ -1,4 +1,4 @@ -class file_wrapper_simple
+class file_wrapper_simple
{
public:
explicit file_wrapper_simple(const service_ptr_t<file> & p_file,abort_callback & p_abort) : m_file(p_file), m_abort(p_abort), m_has_failed(false) {}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.cpp index 3c2ec6afd0..a5a9068b06 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#ifndef _WIN32
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.h index c47deff36f..25867dbeac 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/filetimetools.h @@ -1,4 +1,4 @@ -namespace foobar2000_io {
+namespace foobar2000_io {
t_filetimestamp filetimestamp_from_string(const char * date);
//! Warning: this formats according to system timezone settings, created strings should be used for display only, never for storage.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/helpers.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/helpers.h index ac3307ba96..c8966e88d5 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/helpers.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/helpers.h @@ -1,4 +1,4 @@ -#ifndef _FOOBAR2000_SDK_HELPERS_H_
+#ifndef _FOOBAR2000_SDK_HELPERS_H_
#define _FOOBAR2000_SDK_HELPERS_H_
#include "input_helpers.h"
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/icon_remapping_wildcard.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/icon_remapping_wildcard.h index f03adba1a4..c6bb98129d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/icon_remapping_wildcard.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/icon_remapping_wildcard.h @@ -1,4 +1,4 @@ -class icon_remapping_wildcard_impl : public icon_remapping {
+class icon_remapping_wildcard_impl : public icon_remapping {
public:
icon_remapping_wildcard_impl(const char * p_pattern,const char * p_iconname) : m_pattern(p_pattern), m_iconname(p_iconname) {}
bool query(const char * p_extension,pfc::string_base & p_iconname) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.cpp index 0d7fba7b14..40b19696d9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void input_helper::open(service_ptr_t<file> p_filehint,metadb_handle_ptr p_location,unsigned p_flags,abort_callback & p_abort,bool p_from_redirect,bool p_skip_hints)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.h index 9ce8aff98b..b5835e1de7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/input_helpers.h @@ -1,4 +1,4 @@ -#ifndef _INPUT_HELPERS_H_
+#ifndef _INPUT_HELPERS_H_
#define _INPUT_HELPERS_H_
class input_helper {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.cpp index c21f0a5833..28eee6ff6f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.h index a269b4df30..9f5831afd9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/listview_helper.h @@ -1,4 +1,4 @@ -namespace listview_helper
+namespace listview_helper
{
unsigned insert_item(HWND p_listview,unsigned p_index,const char * p_name,LPARAM p_param);//returns index of new item on success, infinite on failure
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/meta_table_builder.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/meta_table_builder.h index 82e7a5931a..44ad0bef3f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/meta_table_builder.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/meta_table_builder.h @@ -1,4 +1,4 @@ -class _meta_table_enum_wrapper {
+class _meta_table_enum_wrapper {
public:
_meta_table_enum_wrapper(file_info & p_info) : m_info(p_info) {}
template<typename t_values>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.cpp index de6cb21e42..4849f1134a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void metadb_io_hintlist::run() {
if (m_entries.get_count() > 0) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.h index 5effd41a87..0549649550 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/metadb_io_hintlist.h @@ -1,4 +1,4 @@ -
+
class metadb_io_hintlist {
public:
void hint_reader(service_ptr_t<input_info_reader> p_reader, const char * p_path,abort_callback & p_abort);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.cpp index 7d25afd894..a3ace28e38 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
using namespace bitreader_helper;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.h index ea49aa57cc..0d058f29da 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/mp3_utils.h @@ -1,4 +1,4 @@ -namespace mp3_utils
+namespace mp3_utils
{
enum {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/playlist_position_reference_tracker.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/playlist_position_reference_tracker.h index 5f23712d22..ef3edb9941 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/playlist_position_reference_tracker.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/playlist_position_reference_tracker.h @@ -1,4 +1,4 @@ -class playlist_position_reference_tracker : public playlist_callback_impl_base {
+class playlist_position_reference_tracker : public playlist_callback_impl_base {
public:
//! @param p_trackitem Specifies whether we want to track some specific item rather than just an offset in a playlist. When set to true, item index becomes invalidated when the item we're tracking is removed.
playlist_position_reference_tracker(bool p_trackitem = true) : playlist_callback_impl_base(~0), m_trackitem(p_trackitem), m_playlist(pfc_infinite), m_item(pfc_infinite) {}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.cpp index 9dba9b8c53..5173d39ece 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
enum {backread_on_seek = 1024};
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.h index 516a2fea56..454546b148 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/seekabilizer.h @@ -1,4 +1,4 @@ -class seekabilizer_backbuffer
+class seekabilizer_backbuffer
{
public:
void initialize(t_size p_size);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.cpp index ec189be990..6e6c099a27 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
stream_reader_buffered::stream_reader_buffered(stream_reader * p_base,t_size p_buffer) : m_base(p_base)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.h index 9e70789741..b58c382c42 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/stream_buffer_helper.h @@ -1,4 +1,4 @@ -class stream_reader_buffered : public stream_reader
+class stream_reader_buffered : public stream_reader
{
public:
stream_reader_buffered(stream_reader * p_base,t_size p_buffer);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/string_filter.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/string_filter.h index fa1bf61b4a..e40d69bc31 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/string_filter.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/string_filter.h @@ -1,4 +1,4 @@ -class string_filter_noncasesensitive {
+class string_filter_noncasesensitive {
public:
string_filter_noncasesensitive(const char * p_string,t_size p_string_len = ~0) {
uStringLower(m_pattern,p_string,p_string_len);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.cpp index b209f0c796..b88403a352 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
static const unsigned char utf8_header[3] = {0xEF,0xBB,0xBF};
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.h index d832ffdecd..fd4b83622c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/text_file_loader.h @@ -1,4 +1,4 @@ -namespace text_file_loader
+namespace text_file_loader
{
void write(const service_ptr_t<file> & p_file,abort_callback & p_abort,const char * p_string,bool is_utf8);
void read(const service_ptr_t<file> & p_file,abort_callback & p_abort,pfc::string_base & p_out,bool & is_utf8);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.cpp index c8780b9aa1..6021e4e569 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static bool test_recur(const char * fn,const char * rm,bool b_sep)
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.h index 5b5ea13b6d..2445588267 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/wildcard.h @@ -1,4 +1,4 @@ -#ifndef __FOOBAR2000_HELPER_WILDCARD_H__
+#ifndef __FOOBAR2000_HELPER_WILDCARD_H__
#define __FOOBAR2000_HELPER_WILDCARD_H__
namespace wildcard_helper
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.cpp index ac3e8fe98f..8cda858b83 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
namespace dialog_helper {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.h index d00c33cb11..6c409c1e55 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_dialog.h @@ -1,4 +1,4 @@ -#ifndef _FOOBAR2000_HELPERS_WIN32_DIALOG_H_
+#ifndef _FOOBAR2000_HELPERS_WIN32_DIALOG_H_
#define _FOOBAR2000_HELPERS_WIN32_DIALOG_H_
//DEPRECATED dialog helpers - kept only for compatibility with old code - do not use in new code, use WTL instead.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.cpp index 4b4fbc61e0..21560dcfcc 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void registerclass_scope_delayed::toggle_on(UINT p_style,WNDPROC p_wndproc,int p_clsextra,int p_wndextra,HICON p_icon,HCURSOR p_cursor,HBRUSH p_background,const TCHAR * p_class_name,const TCHAR * p_menu_name) {
toggle_off();
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.h index b4a291bd93..5180953586 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/win32_misc.h @@ -1,4 +1,4 @@ -PFC_NORETURN PFC_NOINLINE void WIN32_OP_FAIL();
+PFC_NORETURN PFC_NOINLINE void WIN32_OP_FAIL();
#ifdef _DEBUG
void WIN32_OP_D_FAIL(const wchar_t * _Message, const wchar_t *_File, unsigned _Line);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.cpp b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.cpp index 67b686ac9b..9a616d9e05 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static bool g_is_enabled()
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.h index 658c589162..24cfe20dd5 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/window_placement_helper.h @@ -1,4 +1,4 @@ -#ifndef _WINDOW_PLACEMENT_HELPER_H_
+#ifndef _WINDOW_PLACEMENT_HELPER_H_
#define _WINDOW_PLACEMENT_HELPER_H_
class cfg_window_placement : public cfg_var
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/sdk-license.txt b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/sdk-license.txt index b785c6787f..416f8e025b 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/sdk-license.txt +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/sdk-license.txt @@ -1,4 +1,4 @@ -foobar2000 1.0 SDK
+foobar2000 1.0 SDK
Copyright (c) 2001-2010, Peter Pawlowski
All rights reserved.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/audio_math.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/audio_math.h index b2b406ba5d..f58c171de5 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/audio_math.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/audio_math.h @@ -1,4 +1,4 @@ -#include <math.h>
+#include <math.h>
#ifdef _M_X64
#include <xmmintrin.h>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/filedialogs.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/filedialogs.h index 1255f350eb..8d2169a175 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/filedialogs.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/filedialogs.h @@ -1,4 +1,4 @@ -class uGetOpenFileNameMultiResult_impl : public uGetOpenFileNameMultiResult {
+class uGetOpenFileNameMultiResult_impl : public uGetOpenFileNameMultiResult {
pfc::list_t<pfc::string> m_data;
public:
void AddItem(pfc::stringp param) {m_data.add_item(param);}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/shared.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/shared.h index 4744bbc319..4f035b945d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/shared.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/shared.h @@ -1,4 +1,4 @@ -#ifndef _SHARED_DLL__SHARED_H_
+#ifndef _SHARED_DLL__SHARED_H_
#define _SHARED_DLL__SHARED_H_
#include "../../pfc/pfc.h"
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/win32_misc.h b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/win32_misc.h index 3f175f9525..b3baa477aa 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/win32_misc.h +++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/shared/win32_misc.h @@ -1,4 +1,4 @@ -class win32_menu {
+class win32_menu {
public:
win32_menu(HMENU p_initval) : m_menu(p_initval) {}
win32_menu() : m_menu(NULL) {}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/alloc.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/alloc.h index 868ea2e25f..deb03b47cd 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/alloc.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/alloc.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
static void * raw_malloc(t_size p_size) {
return p_size > 0 ? new_ptr_check_t(malloc(p_size)) : NULL;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/array.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/array.h index 6c29fd2973..0ad6be2499 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/array.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/array.h @@ -1,4 +1,4 @@ -#ifndef _PFC_ARRAY_H_
+#ifndef _PFC_ARRAY_H_
#define _PFC_ARRAY_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/avltree.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/avltree.h index daa1da7ad9..930e003212 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/avltree.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/avltree.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
template<typename t_storage>
class _avltree_node : public _list_node<t_storage> {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.cpp index 107d23f064..c2a7db0f12 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace bitWriter {
static void set_bit(t_uint8 * p_stream,size_t p_offset, bool state) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.h index b06aa7e59b..fae66ab98d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/base64.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
void base64_encode(pfc::string_base & out, const void * in, t_size inSize);
void base64_encode_append(pfc::string_base & out, const void * in, t_size inSize);
t_size base64_decode_estimate(const char * text);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/binary_search.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/binary_search.h index c5320d6495..5b15889fed 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/binary_search.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/binary_search.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
class comparator_default;
template<typename t_comparator = comparator_default>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array.h index c20ed35433..d8e0626642 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array.h @@ -1,4 +1,4 @@ -#ifndef _PFC_BIT_ARRAY_H_
+#ifndef _PFC_BIT_ARRAY_H_
#define _PFC_BIT_ARRAY_H_
namespace pfc {
//! Bit array interface class, constant version (you can only retrieve values). \n
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl.h index cf7b9c1efd..0c2e98afb4 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl.h @@ -1,4 +1,4 @@ -#ifndef _PFC_BIT_ARRAY_IMPL_H_
+#ifndef _PFC_BIT_ARRAY_IMPL_H_
#define _PFC_BIT_ARRAY_IMPL_H_
template<class T>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl_part2.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl_part2.h index 48d1612d64..fa5212eae6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl_part2.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/bit_array_impl_part2.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
//! Generic variable bit array implementation. \n
//! Not very efficient to handle lots of items set to true but offers fast searches for true values and accepts arbitrary indexes, contrary to bit_array_bittable. Note that searches for false values are relatively inefficient.
class bit_array_var_impl : public bit_array_var {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.cpp index 113209b7fa..b49f07e511 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
//deprecated
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.h index 67d900e514..2c147e4553 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
//deprecated
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch_inline.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch_inline.h index e77501ba03..272a275a69 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch_inline.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/bsearch_inline.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
//deprecated
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/byte_order_helper.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/byte_order_helper.h index fad4787ca0..4ff14000a7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/byte_order_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/byte_order_helper.h @@ -1,4 +1,4 @@ -#ifndef _PFC_BYTE_ORDER_HELPER_
+#ifndef _PFC_BYTE_ORDER_HELPER_
#define _PFC_BYTE_ORDER_HELPER_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/chain_list_v2.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/chain_list_v2.h index fa5baa16a6..a6d6b64f76 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/chain_list_v2.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/chain_list_v2.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
template<typename t_item>
class __chain_list_elem : public _list_node<t_item> {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/com_ptr_t.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/com_ptr_t.h index 6c95a8dac6..3f5d279ade 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/com_ptr_t.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/com_ptr_t.h @@ -1,4 +1,4 @@ -#ifdef _WIN32
+#ifdef _WIN32
namespace pfc {
template<typename what> static void _COM_AddRef(what * ptr) {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.cpp index e53064c0ab..c90a9eac08 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace pfc {
/*
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.h index 77d8d2d556..9a090955f3 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/guid.h @@ -1,4 +1,4 @@ -#ifndef _PFC_GUID_H_
+#ifndef _PFC_GUID_H_
#define _PFC_GUID_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/instance_tracker.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/instance_tracker.h index 7fa4f591d2..fb3bb3b996 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/instance_tracker.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/instance_tracker.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
template<typename t_object>
class instance_tracker_server_t {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/int_types.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/int_types.h index 788db50c01..219f5c4668 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/int_types.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/int_types.h @@ -1,4 +1,4 @@ -#if !defined(_MSC_VER) && !defined(_EVC_VER)
+#if !defined(_MSC_VER) && !defined(_EVC_VER)
#include <stdint.h>
typedef int64_t t_int64;
typedef uint64_t t_uint64;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/iterators.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/iterators.h index ce852e8176..bc68c65f41 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/iterators.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/iterators.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
//! Base class for list nodes. Implemented by list implementers.
template<typename t_item> class _list_node : public refcounted_object_root {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/license.txt b/plugins/ListeningTo/src/players/foo_mlt/pfc/license.txt index d5004c495a..51ebcad261 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/license.txt +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2001-2010, Peter Pawlowski
+Copyright (c) 2001-2010, Peter Pawlowski
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/list.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/list.h index cd2c602838..c503f53d2a 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/list.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/list.h @@ -1,4 +1,4 @@ -#ifndef _PFC_LIST_H_
+#ifndef _PFC_LIST_H_
#define _PFC_LIST_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/map.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/map.h index 100e2c0d7b..010efc6ec4 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/map.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/map.h @@ -1,4 +1,4 @@ -#ifndef _MAP_T_H_INCLUDED_
+#ifndef _MAP_T_H_INCLUDED_
#define _MAP_T_H_INCLUDED_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/mem_block_mgr.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/mem_block_mgr.h index f9434f77d1..daaead0135 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/mem_block_mgr.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/mem_block_mgr.h @@ -1,4 +1,4 @@ -#ifndef _MEM_BLOCK_MGR_H_
+#ifndef _MEM_BLOCK_MGR_H_
#define _MEM_BLOCK_MGR_H_
#error DEPRECATED
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/order_helper.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/order_helper.h index 2502da4fb7..869623e3de 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/order_helper.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/order_helper.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
PFC_DECLARE_EXCEPTION( exception_invalid_permutation, exception_invalid_params, "Invalid permutation" );
t_size permutation_find_reverse(t_size const * order, t_size count, t_size value);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/other.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/other.cpp index e0e972b8c4..fcb5a07b4c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/other.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/other.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
#include <intrin.h>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/other.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/other.h index 55ad91ad7a..ace7e266a6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/other.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/other.h @@ -1,4 +1,4 @@ -#ifndef _PFC_OTHER_H_
+#ifndef _PFC_OTHER_H_
#define _PFC_OTHER_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.cpp index a0dd7aa826..e936e656fa 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace pfc { namespace io { namespace path {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.h index 8ce9325a17..c6a886bb2c 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/pathUtils.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
namespace io {
namespace path {
string getFileName(string path);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc.h index 07549430bc..408fcd54d3 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc.h @@ -1,4 +1,4 @@ -#ifndef ___PFC_H___
+#ifndef ___PFC_H___
#define ___PFC_H___
#if !defined(_WINDOWS) && (defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) || defined(_WIN32_WCE))
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/primitives.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/primitives.h index 43c1b35950..77444e8b67 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/primitives.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/primitives.h @@ -1,4 +1,4 @@ -#define tabsize(x) ((size_t)(sizeof(x)/sizeof(*x)))
+#define tabsize(x) ((size_t)(sizeof(x)/sizeof(*x)))
#define PFC_TABSIZE(x) ((size_t)(sizeof(x)/sizeof(*x)))
#define TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD_WITH_INITIALIZER(THISCLASS,MEMBER,INITIALIZER) \
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/printf.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/printf.cpp index 970aeea63b..cdfa6a5cf9 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/printf.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/printf.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
//implementations of deprecated string_printf methods, with a pragma to disable warnings when they reference other deprecated methods.
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.cpp index b90be2c8d1..8eeac44c03 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
#ifdef _WINDOWS
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.h index bb2944611d..11715d3a5e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/profiler.h @@ -1,4 +1,4 @@ -#ifndef _PFC_PROFILER_H_
+#ifndef _PFC_PROFILER_H_
#define _PFC_PROFILER_H_
#ifdef _WINDOWS
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/ptr_list.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/ptr_list.h index 523e1717de..60e8dcd36d 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/ptr_list.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/ptr_list.h @@ -1,4 +1,4 @@ -#ifndef __PFC_PTR_LIST_H_
+#ifndef __PFC_PTR_LIST_H_
#define __PFC_PTR_LIST_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/rcptr.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/rcptr.h index f09d6d83e0..1e193370b2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/rcptr.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/rcptr.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
struct _rcptr_null;
typedef _rcptr_null* t_rcptr_null;
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/ref_counter.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/ref_counter.h index eeccf98bf6..2036165009 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/ref_counter.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/ref_counter.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
class counter {
public:
counter(long p_val = 0) : m_val(p_val) {}
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/selftest.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/selftest.cpp index 5039288d9b..8e6d26abc7 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/selftest.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/selftest.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
static void selftest() //never called, testing done at compile time
{
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.cpp index 39c72360aa..68a8da4ba6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
#if defined(_M_IX86) || defined(_M_IX64)
#include <intrin.h>
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.h index 839e6c2629..a02e1f5c4e 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/sort.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
void swap_void(void * item1,void * item2,t_size width);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/stdafx.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/stdafx.cpp index 619dc8c35f..72044fc8ba 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/stdafx.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/stdafx.cpp @@ -1,2 +1,2 @@ -//cpp used to generate precompiled header
+//cpp used to generate precompiled header
#include "pfc.h"
\ No newline at end of file diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/string.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/string.cpp index 4318aa7087..9b235c5845 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/string.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/string.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/string.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/string.h index 4251d6dff5..e5bb47011f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/string.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/string.h @@ -1,4 +1,4 @@ -#ifndef _PFC_STRING_H_
+#ifndef _PFC_STRING_H_
#define _PFC_STRING_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/string8_impl.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/string8_impl.h index 522927c105..a738b27e5f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/string8_impl.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/string8_impl.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
template<template<typename> class t_alloc>
void string8_t<t_alloc>::add_string(const char * ptr,t_size len)
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.cpp index 82d132e51f..1e469a02a2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.h index b85ba58f06..121221e738 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/stringNew.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
//helper, const methods only
class __stringEmpty : public string_base {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.cpp index b86c451fb4..52280337c6 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
#ifdef _WINDOWS
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.h index b86fc34dc1..21a31e1731 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/string_conv.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
namespace stringcvt {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/string_list.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/string_list.h index 5b299ce22a..cb5b700abb 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/string_list.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/string_list.h @@ -1,4 +1,4 @@ -#ifndef _PFC_STRING_LIST_H_
+#ifndef _PFC_STRING_LIST_H_
#define _PFC_STRING_LIST_H_
namespace pfc {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.cpp index 33c68f11cd..71f7f27e1f 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace pfc {
t_size getOptimalWorkerThreadCount() {
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.h index 47a701f2a0..e71b61f94b 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/threads.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
t_size getOptimalWorkerThreadCount();
t_size getOptimalWorkerThreadCountEx(t_size taskCountLimit);
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/traits.h b/plugins/ListeningTo/src/players/foo_mlt/pfc/traits.h index 5df72dccf1..0110eb5140 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/traits.h +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/traits.h @@ -1,4 +1,4 @@ -namespace pfc {
+namespace pfc {
class traits_default {
public:
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/utf8.cpp b/plugins/ListeningTo/src/players/foo_mlt/pfc/utf8.cpp index 122201da7e..58663abbf2 100644 --- a/plugins/ListeningTo/src/players/foo_mlt/pfc/utf8.cpp +++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/utf8.cpp @@ -1,4 +1,4 @@ -#include "pfc.h"
+#include "pfc.h"
namespace pfc {
//utf8 stuff
diff --git a/plugins/ListeningTo/src/players/foobar.cpp b/plugins/ListeningTo/src/players/foobar.cpp index b2eade79ee..8e9f14eaac 100644 --- a/plugins/ListeningTo/src/players/foobar.cpp +++ b/plugins/ListeningTo/src/players/foobar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/foobar.h b/plugins/ListeningTo/src/players/foobar.h index be63a51cdf..b03f6f7527 100644 --- a/plugins/ListeningTo/src/players/foobar.h +++ b/plugins/ListeningTo/src/players/foobar.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/generic.cpp b/plugins/ListeningTo/src/players/generic.cpp index d8e340d0f4..c4996d763b 100644 --- a/plugins/ListeningTo/src/players/generic.cpp +++ b/plugins/ListeningTo/src/players/generic.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/generic.h b/plugins/ListeningTo/src/players/generic.h index 40a56347ae..b9e56dd84d 100644 --- a/plugins/ListeningTo/src/players/generic.h +++ b/plugins/ListeningTo/src/players/generic.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/iTunesCOMInterface.h b/plugins/ListeningTo/src/players/iTunesCOMInterface.h index a1a158f6db..31e701d0b8 100644 --- a/plugins/ListeningTo/src/players/iTunesCOMInterface.h +++ b/plugins/ListeningTo/src/players/iTunesCOMInterface.h @@ -1,4 +1,4 @@ -/* this ALWAYS GENERATED file contains the definitions for the interfaces */
+/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
diff --git a/plugins/ListeningTo/src/players/iTunesCOMInterface_i.c b/plugins/ListeningTo/src/players/iTunesCOMInterface_i.c index 470ad15104..67e71f6d02 100644 --- a/plugins/ListeningTo/src/players/iTunesCOMInterface_i.c +++ b/plugins/ListeningTo/src/players/iTunesCOMInterface_i.c @@ -1,4 +1,4 @@ -/* this file contains the actual definitions of */
+/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */
/* link this file in with the server and any clients */
diff --git a/plugins/ListeningTo/src/players/itunes.cpp b/plugins/ListeningTo/src/players/itunes.cpp index ff88283213..49def11904 100644 --- a/plugins/ListeningTo/src/players/itunes.cpp +++ b/plugins/ListeningTo/src/players/itunes.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/itunes.h b/plugins/ListeningTo/src/players/itunes.h index 33149ebf90..cc5c496910 100644 --- a/plugins/ListeningTo/src/players/itunes.h +++ b/plugins/ListeningTo/src/players/itunes.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/mradio.cpp b/plugins/ListeningTo/src/players/mradio.cpp index 4bb8159e46..60a88ec252 100644 --- a/plugins/ListeningTo/src/players/mradio.cpp +++ b/plugins/ListeningTo/src/players/mradio.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2008 Jan Holub
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/mradio.h b/plugins/ListeningTo/src/players/mradio.h index 0a69bfc6d2..7d1b3bf226 100644 --- a/plugins/ListeningTo/src/players/mradio.h +++ b/plugins/ListeningTo/src/players/mradio.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2008 Jan Holub
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/player.cpp b/plugins/ListeningTo/src/players/player.cpp index 048f097da7..666f640cf8 100644 --- a/plugins/ListeningTo/src/players/player.cpp +++ b/plugins/ListeningTo/src/players/player.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/player.h b/plugins/ListeningTo/src/players/player.h index 0fa4619c84..f5505b7374 100644 --- a/plugins/ListeningTo/src/players/player.h +++ b/plugins/ListeningTo/src/players/player.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/wa_ipc.h b/plugins/ListeningTo/src/players/wa_ipc.h index a6bc8341ed..a21b0eccac 100644 --- a/plugins/ListeningTo/src/players/wa_ipc.h +++ b/plugins/ListeningTo/src/players/wa_ipc.h @@ -1,4 +1,4 @@ -/*
+/*
** Copyright (C) 2003 Nullsoft, Inc.
**
** This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held
diff --git a/plugins/ListeningTo/src/players/watrack.cpp b/plugins/ListeningTo/src/players/watrack.cpp index be569b5bc5..bbbd1ee81f 100644 --- a/plugins/ListeningTo/src/players/watrack.cpp +++ b/plugins/ListeningTo/src/players/watrack.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/watrack.h b/plugins/ListeningTo/src/players/watrack.h index 7e71e4abc2..2a7da3ba5c 100644 --- a/plugins/ListeningTo/src/players/watrack.h +++ b/plugins/ListeningTo/src/players/watrack.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/winamp.cpp b/plugins/ListeningTo/src/players/winamp.cpp index 4aaf77b8cf..685459fb63 100644 --- a/plugins/ListeningTo/src/players/winamp.cpp +++ b/plugins/ListeningTo/src/players/winamp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/winamp.h b/plugins/ListeningTo/src/players/winamp.h index f575eff254..69a9d04b41 100644 --- a/plugins/ListeningTo/src/players/winamp.h +++ b/plugins/ListeningTo/src/players/winamp.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp.cpp b/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp.cpp index 13c78c9aed..8c354ea49d 100644 --- a/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp.cpp +++ b/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005-2009 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_10.def b/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_10.def index 25941070e2..bd6c52c572 100644 --- a/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_10.def +++ b/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_10.def @@ -1,4 +1,4 @@ -DESCRIPTION 'Miranda ListeningTo Winamp Plugin'
+DESCRIPTION 'Miranda ListeningTo Winamp Plugin'
EXPORTS
winampGetGeneralPurposePlugin
diff --git a/plugins/ListeningTo/src/players/winamp_mlt/wa_ipc.h b/plugins/ListeningTo/src/players/winamp_mlt/wa_ipc.h index ce3914a641..0c6c16d39e 100644 --- a/plugins/ListeningTo/src/players/winamp_mlt/wa_ipc.h +++ b/plugins/ListeningTo/src/players/winamp_mlt/wa_ipc.h @@ -1,4 +1,4 @@ -/*
+/*
** Copyright (C) 1997-2008 Nullsoft, Inc.
**
** This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held
diff --git a/plugins/ListeningTo/src/players/wmp.cpp b/plugins/ListeningTo/src/players/wmp.cpp index 829e8b1ae4..c69f288765 100644 --- a/plugins/ListeningTo/src/players/wmp.cpp +++ b/plugins/ListeningTo/src/players/wmp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/players/wmp.h b/plugins/ListeningTo/src/players/wmp.h index 312f864984..a7cdc87b1c 100644 --- a/plugins/ListeningTo/src/players/wmp.h +++ b/plugins/ListeningTo/src/players/wmp.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005-2009 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/resource.h b/plugins/ListeningTo/src/resource.h index 38e58833ff..95f9a32dd7 100644 --- a/plugins/ListeningTo/src/resource.h +++ b/plugins/ListeningTo/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\ListeningTo\res\resource.rc
//
diff --git a/plugins/ListeningTo/src/stdafx.cxx b/plugins/ListeningTo/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ListeningTo/src/stdafx.cxx +++ b/plugins/ListeningTo/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/ListeningTo/src/stdafx.h b/plugins/ListeningTo/src/stdafx.h index 8a64e9783f..c8b4d5ca1f 100644 --- a/plugins/ListeningTo/src/stdafx.h +++ b/plugins/ListeningTo/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/variables.cpp b/plugins/ListeningTo/src/variables.cpp index 0ad2c811e1..73cb62f6d4 100644 --- a/plugins/ListeningTo/src/variables.cpp +++ b/plugins/ListeningTo/src/variables.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/ListeningTo/src/version.h b/plugins/ListeningTo/src/version.h index 86d500f817..95b6a13741 100644 --- a/plugins/ListeningTo/src/version.h +++ b/plugins/ListeningTo/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 4 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 diff --git a/plugins/LotusNotify/docs/install.txt b/plugins/LotusNotify/docs/install.txt index fd68fdf9a0..9f21df9179 100644 --- a/plugins/LotusNotify/docs/install.txt +++ b/plugins/LotusNotify/docs/install.txt @@ -1,4 +1,4 @@ -EN
+EN
1.With 0.0.11.19 version plugin use lotus API dynamicly (Set PATH environment to Lotus Notes bins directory is now not required). If plugin can't load propertly nnotes.dll that must be found in Lotus Client location (stored in HCLM/Software/Lotus/Notes/Path registry value by installer), plugin will not load.
2.Installation:
Unpack lotusnotify.dll plugin in plugins directory.
diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index 701d844cc4..e76912891c 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/LotusNotify/src/LotusNotify.h b/plugins/LotusNotify/src/LotusNotify.h index 9a352402c1..9eec4a4c74 100644 --- a/plugins/LotusNotify/src/LotusNotify.h +++ b/plugins/LotusNotify/src/LotusNotify.h @@ -1,4 +1,4 @@ -
+
struct HISTORIA
{
DWORD noteID;
diff --git a/plugins/LotusNotify/src/cnotesapi/include/bsafeerr.h b/plugins/LotusNotify/src/cnotesapi/include/bsafeerr.h index c71d53583d..12471a3e9e 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/bsafeerr.h +++ b/plugins/LotusNotify/src/cnotesapi/include/bsafeerr.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/extmgr.h b/plugins/LotusNotify/src/cnotesapi/include/extmgr.h index dee76c8b65..0d772a4be4 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/extmgr.h +++ b/plugins/LotusNotify/src/cnotesapi/include/extmgr.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/global.h b/plugins/LotusNotify/src/cnotesapi/include/global.h index cfa7e0e882..ab29c19b25 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/global.h +++ b/plugins/LotusNotify/src/cnotesapi/include/global.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/globerr.h b/plugins/LotusNotify/src/cnotesapi/include/globerr.h index 252dbdde7d..a33d7b1a4f 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/globerr.h +++ b/plugins/LotusNotify/src/cnotesapi/include/globerr.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/misc.h b/plugins/LotusNotify/src/cnotesapi/include/misc.h index 047a17d01e..3ccd8c478e 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/misc.h +++ b/plugins/LotusNotify/src/cnotesapi/include/misc.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/names.h b/plugins/LotusNotify/src/cnotesapi/include/names.h index fa4a81681e..18e52dc95b 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/names.h +++ b/plugins/LotusNotify/src/cnotesapi/include/names.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nif.h b/plugins/LotusNotify/src/cnotesapi/include/nif.h index d34d59b574..f0fc3a1a25 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nif.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nif.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nls.h b/plugins/LotusNotify/src/cnotesapi/include/nls.h index af6501df89..49e625d159 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nls.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nls.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nsfdata.h b/plugins/LotusNotify/src/cnotesapi/include/nsfdata.h index a696cf5395..3ad01e67a2 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nsfdata.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nsfdata.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nsfdb.h b/plugins/LotusNotify/src/cnotesapi/include/nsfdb.h index 5ddb3f16f8..678bb6d7b1 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nsfdb.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nsfdb.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nsferr.h b/plugins/LotusNotify/src/cnotesapi/include/nsferr.h index 7ade46ef96..d9b9cf8b79 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nsferr.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nsferr.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nsfnote.h b/plugins/LotusNotify/src/cnotesapi/include/nsfnote.h index 9a5d181001..ca785c0b9e 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nsfnote.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nsfnote.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nsfsearc.h b/plugins/LotusNotify/src/cnotesapi/include/nsfsearc.h index a0cc10cef8..3eb9e6afe7 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nsfsearc.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nsfsearc.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/nsfstr.h b/plugins/LotusNotify/src/cnotesapi/include/nsfstr.h index 52a88d3f03..7cd5ac294e 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/nsfstr.h +++ b/plugins/LotusNotify/src/cnotesapi/include/nsfstr.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/osenv.h b/plugins/LotusNotify/src/cnotesapi/include/osenv.h index 494d6ad421..b83f61ef35 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/osenv.h +++ b/plugins/LotusNotify/src/cnotesapi/include/osenv.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/osmisc.h b/plugins/LotusNotify/src/cnotesapi/include/osmisc.h index 995ab383ba..9f3de25417 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/osmisc.h +++ b/plugins/LotusNotify/src/cnotesapi/include/osmisc.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/pool.h b/plugins/LotusNotify/src/cnotesapi/include/pool.h index 80665ce3d7..939017af31 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/pool.h +++ b/plugins/LotusNotify/src/cnotesapi/include/pool.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/cnotesapi/include/stdnames.h b/plugins/LotusNotify/src/cnotesapi/include/stdnames.h index 5113904ac4..27891698b7 100644 --- a/plugins/LotusNotify/src/cnotesapi/include/stdnames.h +++ b/plugins/LotusNotify/src/cnotesapi/include/stdnames.h @@ -1,4 +1,4 @@ -
+
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
diff --git a/plugins/LotusNotify/src/debug.cpp b/plugins/LotusNotify/src/debug.cpp index be5e1886ac..c29996f0b5 100644 --- a/plugins/LotusNotify/src/debug.cpp +++ b/plugins/LotusNotify/src/debug.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "debug.h"
HNETLIBUSER netlibHandle;
diff --git a/plugins/LotusNotify/src/debug.h b/plugins/LotusNotify/src/debug.h index d6120becd6..556efcd77b 100644 --- a/plugins/LotusNotify/src/debug.h +++ b/plugins/LotusNotify/src/debug.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
extern char PLUGINNAME[];
diff --git a/plugins/LotusNotify/src/lotusnotes.cpp b/plugins/LotusNotify/src/lotusnotes.cpp index 0d7c31129b..6408558977 100644 --- a/plugins/LotusNotify/src/lotusnotes.cpp +++ b/plugins/LotusNotify/src/lotusnotes.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "lotusnotes.h"
OSPATHNETCONSTRUCT OSPathNetConstruct1;
diff --git a/plugins/LotusNotify/src/lotusnotes.h b/plugins/LotusNotify/src/lotusnotes.h index 8730b9b060..436809c466 100644 --- a/plugins/LotusNotify/src/lotusnotes.h +++ b/plugins/LotusNotify/src/lotusnotes.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
extern HINSTANCE hLotusDll;
diff --git a/plugins/LotusNotify/src/resource.h b/plugins/LotusNotify/src/resource.h index 41819c9ad0..320d18cc62 100644 --- a/plugins/LotusNotify/src/resource.h +++ b/plugins/LotusNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by LotusNotify.rc
//
diff --git a/plugins/LotusNotify/src/stdafx.cxx b/plugins/LotusNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/LotusNotify/src/stdafx.cxx +++ b/plugins/LotusNotify/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/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h index f2397df46a..f94dbb2002 100644 --- a/plugins/LotusNotify/src/stdafx.h +++ b/plugins/LotusNotify/src/stdafx.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
// Windows headers
diff --git a/plugins/LotusNotify/src/version.h b/plugins/LotusNotify/src/version.h index fdac6d3cea..fc759fffe4 100644 --- a/plugins/LotusNotify/src/version.h +++ b/plugins/LotusNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 23
#define __BUILD_NUM 0
diff --git a/plugins/MenuItemEx/docs/changelog.txt b/plugins/MenuItemEx/docs/changelog.txt index e31fc442a1..153db11adf 100644 --- a/plugins/MenuItemEx/docs/changelog.txt +++ b/plugins/MenuItemEx/docs/changelog.txt @@ -1,4 +1,4 @@ -Version 1.3.0.9
+Version 1.3.0.9
[+] Ability to hide contact from contact list when 'Ignore All'
diff --git a/plugins/MenuItemEx/src/images.cpp b/plugins/MenuItemEx/src/images.cpp index 037e0b914a..f59b4c2c4e 100644 --- a/plugins/MenuItemEx/src/images.cpp +++ b/plugins/MenuItemEx/src/images.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hinstance;
diff --git a/plugins/MenuItemEx/src/images.h b/plugins/MenuItemEx/src/images.h index f3da07d4de..c935ec8659 100644 --- a/plugins/MenuItemEx/src/images.h +++ b/plugins/MenuItemEx/src/images.h @@ -1,4 +1,4 @@ -#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
HICON BindOverlayIcon(HICON, LPCSTR);
diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp index 05ac3a2bb9..4a2ba849e7 100644 --- a/plugins/MenuItemEx/src/main.cpp +++ b/plugins/MenuItemEx/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define MS_SETINVIS "MenuEx/SetInvis"
#define MS_SETVIS "MenuEx/SetVis"
diff --git a/plugins/MenuItemEx/src/options.cpp b/plugins/MenuItemEx/src/options.cpp index 819cc6963d..997bc2d417 100644 --- a/plugins/MenuItemEx/src/options.cpp +++ b/plugins/MenuItemEx/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hinstance;
extern BOOL bPopupService;
diff --git a/plugins/MenuItemEx/src/resource.h b/plugins/MenuItemEx/src/resource.h index 39aa672d1d..d14e68272a 100644 --- a/plugins/MenuItemEx/src/resource.h +++ b/plugins/MenuItemEx/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/MenuItemEx/src/stdafx.cxx b/plugins/MenuItemEx/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MenuItemEx/src/stdafx.cxx +++ b/plugins/MenuItemEx/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/MenuItemEx/src/stdafx.h b/plugins/MenuItemEx/src/stdafx.h index e5ce6f796d..daeb667f8a 100644 --- a/plugins/MenuItemEx/src/stdafx.h +++ b/plugins/MenuItemEx/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef MENUEX_H__
+#ifndef MENUEX_H__
#define MENUEX_H__
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h index dc142e301b..b413e2676b 100644 --- a/plugins/MenuItemEx/src/version.h +++ b/plugins/MenuItemEx/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
#define __BUILD_NUM 10
diff --git a/plugins/MessageState/src/clist_extra.cpp b/plugins/MessageState/src/clist_extra.cpp index 94718683df..a4cf2e23f6 100644 --- a/plugins/MessageState/src/clist_extra.cpp +++ b/plugins/MessageState/src/clist_extra.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HANDLE hExtraIcon = nullptr;
diff --git a/plugins/MessageState/src/global.h b/plugins/MessageState/src/global.h index 12c0ee69c2..9260116846 100644 --- a/plugins/MessageState/src/global.h +++ b/plugins/MessageState/src/global.h @@ -1,4 +1,4 @@ -#ifndef _GLOBAL_H_
+#ifndef _GLOBAL_H_
#define _GLOBAL_H_
enum SRMM_ICON_TYPE
diff --git a/plugins/MessageState/src/main.cpp b/plugins/MessageState/src/main.cpp index 7ae91b3a84..38b83bf5ec 100644 --- a/plugins/MessageState/src/main.cpp +++ b/plugins/MessageState/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
HINSTANCE g_hInst;
diff --git a/plugins/MessageState/src/messagestate.cpp b/plugins/MessageState/src/messagestate.cpp index b3b7e9ae37..cace9a53ed 100644 --- a/plugins/MessageState/src/messagestate.cpp +++ b/plugins/MessageState/src/messagestate.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
IconItem Icons[] =
{
diff --git a/plugins/MessageState/src/resource.h b/plugins/MessageState/src/resource.h index bbe3b98246..acf5a45079 100644 --- a/plugins/MessageState/src/resource.h +++ b/plugins/MessageState/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\mobilestate.rc
//
diff --git a/plugins/MessageState/src/services.cpp b/plugins/MessageState/src/services.cpp index bf9465683f..362354e118 100644 --- a/plugins/MessageState/src/services.cpp +++ b/plugins/MessageState/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HANDLE hUpdateService;
diff --git a/plugins/MessageState/src/stdafx.cxx b/plugins/MessageState/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MessageState/src/stdafx.cxx +++ b/plugins/MessageState/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/MessageState/src/stdafx.h b/plugins/MessageState/src/stdafx.h index 9a474fcd13..a0f1841bc4 100644 --- a/plugins/MessageState/src/stdafx.h +++ b/plugins/MessageState/src/stdafx.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <windows.h>
#include <time.h>
diff --git a/plugins/MessageState/src/utils.cpp b/plugins/MessageState/src/utils.cpp index 325da9d41a..57246f8f44 100644 --- a/plugins/MessageState/src/utils.cpp +++ b/plugins/MessageState/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
time_t GetLastSentMessageTime(MCONTACT hContact)
{
diff --git a/plugins/MessageState/src/version.h b/plugins/MessageState/src/version.h index daee40a430..fea0d8d59f 100644 --- a/plugins/MessageState/src/version.h +++ b/plugins/MessageState/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 0
diff --git a/plugins/MimCmd/src/MimCmd.cpp b/plugins/MimCmd/src/MimCmd.cpp index e2f288f377..14f8667b0c 100644 --- a/plugins/MimCmd/src/MimCmd.cpp +++ b/plugins/MimCmd/src/MimCmd.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/MimCmd/src/commands.cpp b/plugins/MimCmd/src/commands.cpp index 648239581f..4d11c66f24 100644 --- a/plugins/MimCmd/src/commands.cpp +++ b/plugins/MimCmd/src/commands.cpp @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/MimCmd/src/commands.h b/plugins/MimCmd/src/commands.h index 392f9da421..2bd0f74a06 100644 --- a/plugins/MimCmd/src/commands.h +++ b/plugins/MimCmd/src/commands.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/MimCmd/src/resource.h b/plugins/MimCmd/src/resource.h index 9122ecfbbb..c3bc570152 100644 --- a/plugins/MimCmd/src/resource.h +++ b/plugins/MimCmd/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by version.rc
diff --git a/plugins/MimCmd/src/stdafx.cxx b/plugins/MimCmd/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MimCmd/src/stdafx.cxx +++ b/plugins/MimCmd/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/MimCmd/src/stdafx.h b/plugins/MimCmd/src/stdafx.h index 302a32c28f..51c2476f62 100644 --- a/plugins/MimCmd/src/stdafx.h +++ b/plugins/MimCmd/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
CmdLine plugin for Miranda IM
Copyright © 2007 Cristian Libotean
diff --git a/plugins/MimCmd/src/version.h b/plugins/MimCmd/src/version.h index 500042df23..319023d290 100644 --- a/plugins/MimCmd/src/version.h +++ b/plugins/MimCmd/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 1
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.cpp b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.cpp index 177504bc01..cb388d0681 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.cpp +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.cpp @@ -1,4 +1,4 @@ -#include "MirFoxCommons_pch.h"
+#include "MirFoxCommons_pch.h"
#include "MirFoxCommons_logger.h"
/*static*/ MFLogger * MFLogger::m_pOnlyOneInstance;
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.h b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.h index 07c0c529b3..20a0cc6ccc 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.h +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_logger.h @@ -1,4 +1,4 @@ -#ifndef _WSX22_UTILS_LOGGER
+#ifndef _WSX22_UTILS_LOGGER
#define _WSX22_UTILS_LOGGER
#define PREFIX_SIZE 6
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.cpp b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.cpp index deff6d65d8..10fe3c3763 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.cpp +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.cpp @@ -1,4 +1,4 @@ -
+
#include "MirFoxCommons_pch.h"
#include "MirFoxCommons_messageQueueBySM.h"
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.h b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.h index 4e0e3a3865..513b720ee7 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.h +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_messageQueueBySM.h @@ -1,4 +1,4 @@ -#ifndef _WSX22_IPC_MESSAGEQUEUEBYSM
+#ifndef _WSX22_IPC_MESSAGEQUEUEBYSM
#define _WSX22_IPC_MESSAGEQUEUEBYSM
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.cpp b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.cpp index e6eeeef854..78d640696c 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.cpp +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.cpp @@ -1,4 +1,4 @@ -
+
#include "MirFoxCommons_pch.h"
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h index bdeff5b139..8b4e98b41f 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h @@ -1,4 +1,4 @@ -
+
//used in: all
// Modify the following defines if you have to target a platform prior to the ones specified below.
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.cpp b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.cpp index 793f572cc5..5696e7695a 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.cpp +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.cpp @@ -1,4 +1,4 @@ -
+
#include "MirFoxCommons_pch.h"
#include "MirFoxCommons_sharedMemory.h"
diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.h b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.h index dbb23e5853..8bed5e1624 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.h +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_sharedMemory.h @@ -1,4 +1,4 @@ -#ifndef _WSX22_IPC_SHAREDMEMORY
+#ifndef _WSX22_IPC_SHAREDMEMORY
#define _WSX22_IPC_SHAREDMEMORY
diff --git a/plugins/MirFox/src/MirandaInterface.cpp b/plugins/MirFox/src/MirandaInterface.cpp index 6a8f78f037..439b859643 100644 --- a/plugins/MirFox/src/MirandaInterface.cpp +++ b/plugins/MirFox/src/MirandaInterface.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "common.h"
#include "version.h"
#include "mirandaInterface.h"
diff --git a/plugins/MirFox/src/MirandaInterface.h b/plugins/MirFox/src/MirandaInterface.h index f106eb315b..71ff271530 100644 --- a/plugins/MirFox/src/MirandaInterface.h +++ b/plugins/MirFox/src/MirandaInterface.h @@ -1,4 +1,4 @@ -#ifndef _MIRANDAINTERFACE_INC
+#ifndef _MIRANDAINTERFACE_INC
#define _MIRANDAINTERFACE_INC
diff --git a/plugins/MirFox/src/MirandaOptions.cpp b/plugins/MirFox/src/MirandaOptions.cpp index e103400705..ed6857ff96 100644 --- a/plugins/MirFox/src/MirandaOptions.cpp +++ b/plugins/MirFox/src/MirandaOptions.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "common.h"
#include "MirandaOptions.h"
diff --git a/plugins/MirFox/src/MirandaOptions.h b/plugins/MirFox/src/MirandaOptions.h index e16366f346..8b68c25a53 100644 --- a/plugins/MirFox/src/MirandaOptions.h +++ b/plugins/MirFox/src/MirandaOptions.h @@ -1,4 +1,4 @@ -#ifndef _MIRANDA_OPTIONS_INC
+#ifndef _MIRANDA_OPTIONS_INC
#define _MIRANDA_OPTIONS_INC
#include "MirandaInterface.h"
diff --git a/plugins/MirFox/src/MirandaUtils.cpp b/plugins/MirFox/src/MirandaUtils.cpp index a51e561ded..0e0592b242 100644 --- a/plugins/MirFox/src/MirandaUtils.cpp +++ b/plugins/MirFox/src/MirandaUtils.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "common.h"
#include "MirandaUtils.h"
diff --git a/plugins/MirFox/src/MirandaUtils.h b/plugins/MirFox/src/MirandaUtils.h index aef40f5ecf..47ee0ed1db 100644 --- a/plugins/MirFox/src/MirandaUtils.h +++ b/plugins/MirFox/src/MirandaUtils.h @@ -1,4 +1,4 @@ -#ifndef _MIRANDAUTILS_INC
+#ifndef _MIRANDAUTILS_INC
#define _MIRANDAUTILS_INC
#include "MirfoxData.h"
diff --git a/plugins/MirFox/src/MirfoxData.cpp b/plugins/MirFox/src/MirfoxData.cpp index 1d7c48d22b..5e7bd0809e 100644 --- a/plugins/MirFox/src/MirfoxData.cpp +++ b/plugins/MirFox/src/MirfoxData.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "common.h"
#include "MirfoxData.h"
diff --git a/plugins/MirFox/src/MirfoxData.h b/plugins/MirFox/src/MirfoxData.h index 8779b0785d..b06f614241 100644 --- a/plugins/MirFox/src/MirfoxData.h +++ b/plugins/MirFox/src/MirfoxData.h @@ -1,4 +1,4 @@ -#ifndef _MIRFOXDATA_INC
+#ifndef _MIRFOXDATA_INC
#define _MIRFOXDATA_INC
diff --git a/plugins/MirFox/src/MirfoxMiranda.cpp b/plugins/MirFox/src/MirfoxMiranda.cpp index dffc1c51aa..176929461c 100644 --- a/plugins/MirFox/src/MirfoxMiranda.cpp +++ b/plugins/MirFox/src/MirfoxMiranda.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "common.h"
#include "MirfoxMiranda.h"
diff --git a/plugins/MirFox/src/MirfoxMiranda.h b/plugins/MirFox/src/MirfoxMiranda.h index e26297299d..31cb61f99c 100644 --- a/plugins/MirFox/src/MirfoxMiranda.h +++ b/plugins/MirFox/src/MirfoxMiranda.h @@ -1,4 +1,4 @@ -#ifndef _MIRFOXMIRANDA_INC
+#ifndef _MIRFOXMIRANDA_INC
#define _MIRFOXMIRANDA_INC
#include "MirfoxData.h"
diff --git a/plugins/MirFox/src/common.cpp b/plugins/MirFox/src/common.cpp index 9794338542..3324856b04 100644 --- a/plugins/MirFox/src/common.cpp +++ b/plugins/MirFox/src/common.cpp @@ -1 +1 @@ -#include "common.h"
+#include "common.h"
diff --git a/plugins/MirFox/src/common.h b/plugins/MirFox/src/common.h index a1ddcbd88f..f894436813 100644 --- a/plugins/MirFox/src/common.h +++ b/plugins/MirFox/src/common.h @@ -1,4 +1,4 @@ -#include "MirFoxCommons_pch.h"
+#include "MirFoxCommons_pch.h"
#pragma comment(lib, "comctl32.lib")
diff --git a/plugins/MirFox/src/resource.h b/plugins/MirFox/src/resource.h index 2e3389bdc5..94dc8d7f87 100644 --- a/plugins/MirFox/src/resource.h +++ b/plugins/MirFox/src/resource.h @@ -1,4 +1,4 @@ -// Used by resource.rc
+// Used by resource.rc
#define IDD_OPT1 110
diff --git a/plugins/MirFox/src/version.h b/plugins/MirFox/src/version.h index 5f19eb5d0b..7f9f2df000 100644 --- a/plugins/MirFox/src/version.h +++ b/plugins/MirFox/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 1
#define __BUILD_NUM 0
diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx b/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx index 6575610bd7..1577c4e3bc 100644 --- a/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx +++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.h b/plugins/MirLua/Modules/WinAPI/src/stdafx.h index 0cb1316a42..4885e14c2f 100644 --- a/plugins/MirLua/Modules/WinAPI/src/stdafx.h +++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.h @@ -1,4 +1,4 @@ -/****h* Win32/luaw32.c [$Revision: 13 $]
+/****h* Win32/luaw32.c [$Revision: 13 $]
* NAME
* luaw32
* COPYRIGHT
diff --git a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp index f248b76472..11b7daebd7 100644 --- a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp +++ b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
EXTERN_C WINUSERAPI int WINAPI MessageBoxTimeoutA(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType, WORD wLanguageId, DWORD dwMilliseconds);
diff --git a/plugins/MirLua/Modules/ffi/src/call.c b/plugins/MirLua/Modules/ffi/src/call.c index 7a46cf773d..d483d4cc69 100644 --- a/plugins/MirLua/Modules/ffi/src/call.c +++ b/plugins/MirLua/Modules/ffi/src/call.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/call_arm.h b/plugins/MirLua/Modules/ffi/src/call_arm.h index 4343f8da41..a84f69e762 100644 --- a/plugins/MirLua/Modules/ffi/src/call_arm.h +++ b/plugins/MirLua/Modules/ffi/src/call_arm.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM arm version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x64.h b/plugins/MirLua/Modules/ffi/src/call_x64.h index 3f016cee1d..095118ec43 100644 --- a/plugins/MirLua/Modules/ffi/src/call_x64.h +++ b/plugins/MirLua/Modules/ffi/src/call_x64.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x64 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x64win.h b/plugins/MirLua/Modules/ffi/src/call_x64win.h index 8107b896db..fae36a0f96 100644 --- a/plugins/MirLua/Modules/ffi/src/call_x64win.h +++ b/plugins/MirLua/Modules/ffi/src/call_x64win.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x64 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x86.h b/plugins/MirLua/Modules/ffi/src/call_x86.h index 5ffe328eb3..40bad83147 100644 --- a/plugins/MirLua/Modules/ffi/src/call_x86.h +++ b/plugins/MirLua/Modules/ffi/src/call_x86.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x86 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/ctype.c b/plugins/MirLua/Modules/ffi/src/ctype.c index 673337fe2b..6208937536 100644 --- a/plugins/MirLua/Modules/ffi/src/ctype.c +++ b/plugins/MirLua/Modules/ffi/src/ctype.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h index be003a35b1..da88199284 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM ARM encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h index 19b7672cbc..74e1c7d432 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM PPC encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h index 85959c56b7..94a79a163d 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM encoding engine prototypes.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h index 853ab061a9..83c6eb5a0f 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM x86 encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/ffi.c b/plugins/MirLua/Modules/ffi/src/ffi.c index 0a3c772d9f..20dcfbdc49 100644 --- a/plugins/MirLua/Modules/ffi/src/ffi.c +++ b/plugins/MirLua/Modules/ffi/src/ffi.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/ffi.h b/plugins/MirLua/Modules/ffi/src/ffi.h index d7889be9df..48e5d2c761 100644 --- a/plugins/MirLua/Modules/ffi/src/ffi.h +++ b/plugins/MirLua/Modules/ffi/src/ffi.h @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h b/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h index fb20fc24fb..b6fa0603d2 100644 --- a/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h +++ b/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et
+/* vim: ts=4 sw=4 sts=4 et
*
* Copyright (c) 2009 James R. McKaskill
*
diff --git a/plugins/MirLua/Modules/ffi/src/msvc/stdint.h b/plugins/MirLua/Modules/ffi/src/msvc/stdint.h index d28fa121a6..01ca453687 100644 --- a/plugins/MirLua/Modules/ffi/src/msvc/stdint.h +++ b/plugins/MirLua/Modules/ffi/src/msvc/stdint.h @@ -1,4 +1,4 @@ -// boost cstdint.hpp header file ------------------------------------------//
+// boost cstdint.hpp header file ------------------------------------------//
// (C) Copyright Beman Dawes 1999.
// (C) Copyright Jens Mauer 2001
diff --git a/plugins/MirLua/Modules/ffi/src/parser.c b/plugins/MirLua/Modules/ffi/src/parser.c index 97df4f4125..6dd099a9a4 100644 --- a/plugins/MirLua/Modules/ffi/src/parser.c +++ b/plugins/MirLua/Modules/ffi/src/parser.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/stdafx.cxx b/plugins/MirLua/Modules/ffi/src/stdafx.cxx index 83bd083a45..7b43c3cb6c 100644 --- a/plugins/MirLua/Modules/ffi/src/stdafx.cxx +++ b/plugins/MirLua/Modules/ffi/src/stdafx.cxx @@ -1 +1 @@ -#include "ffi.h" +#include "ffi.h" diff --git a/plugins/MirLua/Modules/m_enumerable/src/main.cpp b/plugins/MirLua/Modules/m_enumerable/src/main.cpp index d20b4d63a1..f12b8fcc0c 100644 --- a/plugins/MirLua/Modules/m_enumerable/src/main.cpp +++ b/plugins/MirLua/Modules/m_enumerable/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static int lua__call(lua_State *L) { diff --git a/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx b/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx +++ b/plugins/MirLua/Modules/m_enumerable/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/Modules/m_enumerable/src/stdafx.h b/plugins/MirLua/Modules/m_enumerable/src/stdafx.h index f9cb6b5edc..5b8469c7fb 100644 --- a/plugins/MirLua/Modules/m_enumerable/src/stdafx.h +++ b/plugins/MirLua/Modules/m_enumerable/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_ +#ifndef _COMMON_H_ #define _COMMON_H_ #include <windows.h> diff --git a/plugins/MirLua/Modules/m_popup/src/main.cpp b/plugins/MirLua/Modules/m_popup/src/main.cpp index 08f7a3fa0e..35f2b9bb28 100644 --- a/plugins/MirLua/Modules/m_popup/src/main.cpp +++ b/plugins/MirLua/Modules/m_popup/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static POPUPDATAT* MakePopupData(lua_State *L)
{
diff --git a/plugins/MirLua/Modules/m_popup/src/stdafx.cxx b/plugins/MirLua/Modules/m_popup/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/Modules/m_popup/src/stdafx.cxx +++ b/plugins/MirLua/Modules/m_popup/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/Modules/m_popup/src/stdafx.h b/plugins/MirLua/Modules/m_popup/src/stdafx.h index 1cd5d1e972..e6f48ac834 100644 --- a/plugins/MirLua/Modules/m_popup/src/stdafx.h +++ b/plugins/MirLua/Modules/m_popup/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_schedule/src/main.cpp b/plugins/MirLua/Modules/m_schedule/src/main.cpp index b4322cff07..fd6820ea9f 100644 --- a/plugins/MirLua/Modules/m_schedule/src/main.cpp +++ b/plugins/MirLua/Modules/m_schedule/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static mir_cs threadLock;
static HANDLE hScheduleEvent = nullptr;
diff --git a/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx b/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx +++ b/plugins/MirLua/Modules/m_schedule/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/Modules/m_schedule/src/stdafx.h b/plugins/MirLua/Modules/m_schedule/src/stdafx.h index ea0bf427eb..bd775e51d4 100644 --- a/plugins/MirLua/Modules/m_schedule/src/stdafx.h +++ b/plugins/MirLua/Modules/m_schedule/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp index 93ff745e92..55c4cf04d8 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp +++ b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx +++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h index 0648e8b6d0..45e1eea058 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h +++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/Modules/m_variables/src/main.cpp b/plugins/MirLua/Modules/m_variables/src/main.cpp index 9209377008..dcd2a7e773 100644 --- a/plugins/MirLua/Modules/m_variables/src/main.cpp +++ b/plugins/MirLua/Modules/m_variables/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static int lua_Parse(lua_State *L)
{
diff --git a/plugins/MirLua/Modules/m_variables/src/stdafx.cxx b/plugins/MirLua/Modules/m_variables/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/Modules/m_variables/src/stdafx.cxx +++ b/plugins/MirLua/Modules/m_variables/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/Modules/m_variables/src/stdafx.h b/plugins/MirLua/Modules/m_variables/src/stdafx.h index 89702cb4a0..0293856dbd 100644 --- a/plugins/MirLua/Modules/m_variables/src/stdafx.h +++ b/plugins/MirLua/Modules/m_variables/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/include/mirlua.h b/plugins/MirLua/include/mirlua.h index af0b66aa11..6cf96011ff 100644 --- a/plugins/MirLua/include/mirlua.h +++ b/plugins/MirLua/include/mirlua.h @@ -1,4 +1,4 @@ -#ifndef _MIRLUA_H_ +#ifndef _MIRLUA_H_ #define _MIRLUA_H_ #include <lua.hpp> diff --git a/plugins/MirLua/src/m_chat.cpp b/plugins/MirLua/src/m_chat.cpp index 162b6acd5f..ed57b7b9de 100644 --- a/plugins/MirLua/src/m_chat.cpp +++ b/plugins/MirLua/src/m_chat.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static luaL_Reg chatApi[] =
{
diff --git a/plugins/MirLua/src/m_clist.cpp b/plugins/MirLua/src/m_clist.cpp index ca71ac05be..cc32c188db 100644 --- a/plugins/MirLua/src/m_clist.cpp +++ b/plugins/MirLua/src/m_clist.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static int clist_AddMainMenuRoot(lua_State *L)
{
diff --git a/plugins/MirLua/src/m_core.cpp b/plugins/MirLua/src/m_core.cpp index 95cfe610c4..c57595ffef 100644 --- a/plugins/MirLua/src/m_core.cpp +++ b/plugins/MirLua/src/m_core.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static int core_CreateHookableEvent(lua_State *L)
{
diff --git a/plugins/MirLua/src/m_database.cpp b/plugins/MirLua/src/m_database.cpp index 2cb93f47da..ed6528b7c4 100644 --- a/plugins/MirLua/src/m_database.cpp +++ b/plugins/MirLua/src/m_database.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void luaM_pushdbvt(lua_State *L, const DBVARIANT &value)
{
diff --git a/plugins/MirLua/src/m_database.h b/plugins/MirLua/src/m_database.h index 85574e47ef..73ba76f28c 100644 --- a/plugins/MirLua/src/m_database.h +++ b/plugins/MirLua/src/m_database.h @@ -1,4 +1,4 @@ -#ifndef _LUA_M_DATABASE_H_ +#ifndef _LUA_M_DATABASE_H_ #define _LUA_M_DATABASE_H_ #include <m_database.h> diff --git a/plugins/MirLua/src/m_genmenu.cpp b/plugins/MirLua/src/m_genmenu.cpp index acad80bafb..e84f792a28 100644 --- a/plugins/MirLua/src/m_genmenu.cpp +++ b/plugins/MirLua/src/m_genmenu.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void MakeMenuItem(lua_State *L, CMenuItem &mi)
{
diff --git a/plugins/MirLua/src/m_genmenu.h b/plugins/MirLua/src/m_genmenu.h index 1745bc63a0..b368627dc8 100644 --- a/plugins/MirLua/src/m_genmenu.h +++ b/plugins/MirLua/src/m_genmenu.h @@ -1,4 +1,4 @@ -#ifndef _LUA_M_GENMENU_H_
+#ifndef _LUA_M_GENMENU_H_
#define _LUA_M_GENMENU_H_
#include <m_genmenu.h>
diff --git a/plugins/MirLua/src/m_hotkeys.cpp b/plugins/MirLua/src/m_hotkeys.cpp index 88706134b8..f6041b504e 100644 --- a/plugins/MirLua/src/m_hotkeys.cpp +++ b/plugins/MirLua/src/m_hotkeys.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void MakeHotkey(lua_State *L, HOTKEYDESC &hk)
{
diff --git a/plugins/MirLua/src/m_http.cpp b/plugins/MirLua/src/m_http.cpp index f61884b25b..e1aece0e12 100644 --- a/plugins/MirLua/src/m_http.cpp +++ b/plugins/MirLua/src/m_http.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" /***********************************************/ diff --git a/plugins/MirLua/src/m_icolib.cpp b/plugins/MirLua/src/m_icolib.cpp index b8dae7e103..f89e7a6dee 100644 --- a/plugins/MirLua/src/m_icolib.cpp +++ b/plugins/MirLua/src/m_icolib.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void MakeSKINICONDESC(lua_State *L, SKINICONDESC &sid)
{
diff --git a/plugins/MirLua/src/m_json.cpp b/plugins/MirLua/src/m_json.cpp index 88795b89d3..60f75411e9 100644 --- a/plugins/MirLua/src/m_json.cpp +++ b/plugins/MirLua/src/m_json.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static void lua2json(lua_State *L, JSONNode &node) { diff --git a/plugins/MirLua/src/m_json.h b/plugins/MirLua/src/m_json.h index 36da0c27a8..bb3a2e1568 100644 --- a/plugins/MirLua/src/m_json.h +++ b/plugins/MirLua/src/m_json.h @@ -1,4 +1,4 @@ -#ifndef _LUA_M_JSON_H_ +#ifndef _LUA_M_JSON_H_ #define _LUA_M_JSON_H_ #include <m_json.h> diff --git a/plugins/MirLua/src/m_message.cpp b/plugins/MirLua/src/m_message.cpp index 653ce4f2cc..c02adb0478 100644 --- a/plugins/MirLua/src/m_message.cpp +++ b/plugins/MirLua/src/m_message.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static int message_Paste(lua_State *L)
{
diff --git a/plugins/MirLua/src/m_options.cpp b/plugins/MirLua/src/m_options.cpp index 1cb613be02..5e548aeeb6 100644 --- a/plugins/MirLua/src/m_options.cpp +++ b/plugins/MirLua/src/m_options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
class CMLuaScriptOptionPage : public CDlgBase
{
diff --git a/plugins/MirLua/src/m_protocols.cpp b/plugins/MirLua/src/m_protocols.cpp index 5c82eba300..f4ea022175 100644 --- a/plugins/MirLua/src/m_protocols.cpp +++ b/plugins/MirLua/src/m_protocols.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HANDLE hRecvMessage = nullptr;
diff --git a/plugins/MirLua/src/m_protocols.h b/plugins/MirLua/src/m_protocols.h index 42eaf6add6..b80d38023b 100644 --- a/plugins/MirLua/src/m_protocols.h +++ b/plugins/MirLua/src/m_protocols.h @@ -1,4 +1,4 @@ -#ifndef _LUA_M_PROTOCOLS_H_
+#ifndef _LUA_M_PROTOCOLS_H_
#define _LUA_M_PROTOCOLS_H_
#define MLUA_PROTOCOLS "m_protocols"
diff --git a/plugins/MirLua/src/m_sounds.cpp b/plugins/MirLua/src/m_sounds.cpp index 62ae176b67..cd9a089ce4 100644 --- a/plugins/MirLua/src/m_sounds.cpp +++ b/plugins/MirLua/src/m_sounds.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static int lua_AddSound(lua_State *L)
{
diff --git a/plugins/MirLua/src/m_srmm.cpp b/plugins/MirLua/src/m_srmm.cpp index 948bb523a7..cd1562fe61 100644 --- a/plugins/MirLua/src/m_srmm.cpp +++ b/plugins/MirLua/src/m_srmm.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #define MT_BBBUTTON "BBButton" diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp index e4a506d5ca..1795c56878 100644 --- a/plugins/MirLua/src/main.cpp +++ b/plugins/MirLua/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 8d5f9444a2..dba1cb607a 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hMLuaLangpack;
diff --git a/plugins/MirLua/src/mlua.h b/plugins/MirLua/src/mlua.h index bd80a16f54..06f4fe2287 100644 --- a/plugins/MirLua/src/mlua.h +++ b/plugins/MirLua/src/mlua.h @@ -1,4 +1,4 @@ -#ifndef _LUA_CORE_H_
+#ifndef _LUA_CORE_H_
#define _LUA_CORE_H_
struct HandleRefParam
diff --git a/plugins/MirLua/src/mlua_environment.cpp b/plugins/MirLua/src/mlua_environment.cpp index 29866b0b17..9c28645274 100644 --- a/plugins/MirLua/src/mlua_environment.cpp +++ b/plugins/MirLua/src/mlua_environment.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #define MT_ENVIRONMENT "ENVIRONMENT" diff --git a/plugins/MirLua/src/mlua_environment.h b/plugins/MirLua/src/mlua_environment.h index 5ad65e2d2b..eb72bf42b8 100644 --- a/plugins/MirLua/src/mlua_environment.h +++ b/plugins/MirLua/src/mlua_environment.h @@ -1,4 +1,4 @@ -#ifndef _LUA_ENVIRONMENT_H_ +#ifndef _LUA_ENVIRONMENT_H_ #define _LUA_ENVIRONMENT_H_ class CMLuaEnvironment diff --git a/plugins/MirLua/src/mlua_icons.cpp b/plugins/MirLua/src/mlua_icons.cpp index 91d4d9dc5d..4b13f8c52e 100644 --- a/plugins/MirLua/src/mlua_icons.cpp +++ b/plugins/MirLua/src/mlua_icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
IconItem Icons[] =
{
diff --git a/plugins/MirLua/src/mlua_metatable.h b/plugins/MirLua/src/mlua_metatable.h index 43b67d8965..6b4f916668 100644 --- a/plugins/MirLua/src/mlua_metatable.h +++ b/plugins/MirLua/src/mlua_metatable.h @@ -1,4 +1,4 @@ -#ifndef _LUA_METATABLE_H_
+#ifndef _LUA_METATABLE_H_
#define _LUA_METATABLE_H_
#include <map>
diff --git a/plugins/MirLua/src/mlua_module_loader.cpp b/plugins/MirLua/src/mlua_module_loader.cpp index d877304de5..c28e6edaeb 100644 --- a/plugins/MirLua/src/mlua_module_loader.cpp +++ b/plugins/MirLua/src/mlua_module_loader.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CMLuaModuleLoader::CMLuaModuleLoader(lua_State *L) : L(L)
{
diff --git a/plugins/MirLua/src/mlua_module_loader.h b/plugins/MirLua/src/mlua_module_loader.h index b9dbba2371..123c05bf41 100644 --- a/plugins/MirLua/src/mlua_module_loader.h +++ b/plugins/MirLua/src/mlua_module_loader.h @@ -1,4 +1,4 @@ -#ifndef _LUA_MODULE_LOADER_H_
+#ifndef _LUA_MODULE_LOADER_H_
#define _LUA_MODULE_LOADER_H_
class CMLuaModuleLoader
diff --git a/plugins/MirLua/src/mlua_options.cpp b/plugins/MirLua/src/mlua_options.cpp index f9816df2ee..6a2dbd669b 100644 --- a/plugins/MirLua/src/mlua_options.cpp +++ b/plugins/MirLua/src/mlua_options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CCtrlScriptList::CCtrlScriptList(CDlgBase* dlg, int ctrlId)
: CCtrlListView(dlg, ctrlId)
diff --git a/plugins/MirLua/src/mlua_options.h b/plugins/MirLua/src/mlua_options.h index 468a496bc9..5d36188604 100644 --- a/plugins/MirLua/src/mlua_options.h +++ b/plugins/MirLua/src/mlua_options.h @@ -1,4 +1,4 @@ -#ifndef _LUA_OPTIONS_H_
+#ifndef _LUA_OPTIONS_H_
#define _LUA_OPTIONS_H_
#include <m_gui.h>
diff --git a/plugins/MirLua/src/mlua_script.cpp b/plugins/MirLua/src/mlua_script.cpp index 2c32175065..79e52b9967 100644 --- a/plugins/MirLua/src/mlua_script.cpp +++ b/plugins/MirLua/src/mlua_script.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define MT_SCRIPT "SCRIPT"
diff --git a/plugins/MirLua/src/mlua_script.h b/plugins/MirLua/src/mlua_script.h index 327bd8a37b..9a1ec98390 100644 --- a/plugins/MirLua/src/mlua_script.h +++ b/plugins/MirLua/src/mlua_script.h @@ -1,4 +1,4 @@ -#ifndef _LUA_SCRIPT_H_
+#ifndef _LUA_SCRIPT_H_
#define _LUA_SCRIPT_H_
class CMLuaScript : public CMLuaEnvironment
diff --git a/plugins/MirLua/src/mlua_script_loader.cpp b/plugins/MirLua/src/mlua_script_loader.cpp index 17d149f7ed..9f9386a95e 100644 --- a/plugins/MirLua/src/mlua_script_loader.cpp +++ b/plugins/MirLua/src/mlua_script_loader.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CMLuaScriptLoader::CMLuaScriptLoader(lua_State *L) : L(L)
{
diff --git a/plugins/MirLua/src/mlua_script_loader.h b/plugins/MirLua/src/mlua_script_loader.h index f213a467bc..e455793adf 100644 --- a/plugins/MirLua/src/mlua_script_loader.h +++ b/plugins/MirLua/src/mlua_script_loader.h @@ -1,4 +1,4 @@ -#ifndef _LUA_SCRIPT_LOADER_H_
+#ifndef _LUA_SCRIPT_LOADER_H_
#define _LUA_SCRIPT_LOADER_H_
class CMLuaScriptLoader
diff --git a/plugins/MirLua/src/mlua_utils.cpp b/plugins/MirLua/src/mlua_utils.cpp index a0ae59999b..9275b74a7f 100644 --- a/plugins/MirLua/src/mlua_utils.cpp +++ b/plugins/MirLua/src/mlua_utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void Log(const char *format, ...)
{
diff --git a/plugins/MirLua/src/resource.h b/plugins/MirLua/src/resource.h index 4309f995fd..b83d89d368 100644 --- a/plugins/MirLua/src/resource.h +++ b/plugins/MirLua/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Projects\MirandaNG\plugins\MirLua\res\resource.rc
//
diff --git a/plugins/MirLua/src/stdafx.cxx b/plugins/MirLua/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/src/stdafx.cxx +++ b/plugins/MirLua/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 104ea1c80d..92ae2a9d46 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index 48f7aca1f8..1525666f2a 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 8
#define __BUILD_NUM 5
diff --git a/plugins/MirOTR/DEPENDENCIES.txt b/plugins/MirOTR/DEPENDENCIES.txt index e916be8b77..fff897b294 100644 --- a/plugins/MirOTR/DEPENDENCIES.txt +++ b/plugins/MirOTR/DEPENDENCIES.txt @@ -1,4 +1,4 @@ -ekhtml ( http://ekhtml.sourceforge.net/ || Github mirror: https://github.com/hilbix/ekhtml )
+ekhtml ( http://ekhtml.sourceforge.net/ || Github mirror: https://github.com/hilbix/ekhtml )
0.3.3-pre 2004-06-12 (from Github mirror, hash 0092d9d)
Libgpg-error ( https://gnupg.org/download/ || git://git.gnupg.org/libgpg-error.git )
1.18
diff --git a/plugins/MirOTR/Libgcrypt/cipher/arcfour.c b/plugins/MirOTR/Libgcrypt/cipher/arcfour.c index becdf97c35..d692c84a97 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/arcfour.c +++ b/plugins/MirOTR/Libgcrypt/cipher/arcfour.c @@ -1,4 +1,4 @@ -/* arcfour.c - The arcfour stream cipher +/* arcfour.c - The arcfour stream cipher * Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/bithelp.h b/plugins/MirOTR/Libgcrypt/cipher/bithelp.h index da6eaaf607..6e59c53fdb 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/bithelp.h +++ b/plugins/MirOTR/Libgcrypt/cipher/bithelp.h @@ -1,4 +1,4 @@ -/* bithelp.h - Some bit manipulation helpers +/* bithelp.h - Some bit manipulation helpers * Copyright (C) 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/blowfish.c b/plugins/MirOTR/Libgcrypt/cipher/blowfish.c index 703a51434e..ae470d8b4c 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/blowfish.c +++ b/plugins/MirOTR/Libgcrypt/cipher/blowfish.c @@ -1,4 +1,4 @@ -/* blowfish.c - Blowfish encryption +/* blowfish.c - Blowfish encryption * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h b/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h index 7c25715206..45a720941d 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h +++ b/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h @@ -1,4 +1,4 @@ -/* bufhelp.h - Some buffer manipulation helpers +/* bufhelp.h - Some buffer manipulation helpers * Copyright © 2012 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c b/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c index de1af03564..f18d13588c 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c +++ b/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c @@ -1,4 +1,4 @@ -/* camellia-glue.c - Glue for the Camellia cipher +/* camellia-glue.c - Glue for the Camellia cipher * Copyright (C) 2007 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/camellia.c b/plugins/MirOTR/Libgcrypt/cipher/camellia.c index 9d3e383e8b..e7085a7ec8 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/camellia.c +++ b/plugins/MirOTR/Libgcrypt/cipher/camellia.c @@ -1,4 +1,4 @@ -/* camellia.h ver 1.2.0 +/* camellia.h ver 1.2.0 * * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). diff --git a/plugins/MirOTR/Libgcrypt/cipher/camellia.h b/plugins/MirOTR/Libgcrypt/cipher/camellia.h index 606fa839b3..d0e3c18ed7 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/camellia.h +++ b/plugins/MirOTR/Libgcrypt/cipher/camellia.h @@ -1,4 +1,4 @@ -/* camellia.h ver 1.2.0 +/* camellia.h ver 1.2.0 * * Copyright (C) 2006,2007 * NTT (Nippon Telegraph and Telephone Corporation). diff --git a/plugins/MirOTR/Libgcrypt/cipher/cast5.c b/plugins/MirOTR/Libgcrypt/cipher/cast5.c index 9ca3ba9606..115e1e6241 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cast5.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cast5.c @@ -1,4 +1,4 @@ -/* cast5.c - CAST5 cipher (RFC2144) +/* cast5.c - CAST5 cipher (RFC2144) * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c index fbb7d375b9..50ac10736b 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c @@ -1,4 +1,4 @@ -/* cipher-aeswrap.c - Generic AESWRAP mode implementation +/* cipher-aeswrap.c - Generic AESWRAP mode implementation * Copyright (C) 2009, 2011 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c index 49ff9f6566..4b929daab4 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c @@ -1,4 +1,4 @@ -/* cipher-cbc.c - Generic CBC mode implementation +/* cipher-cbc.c - Generic CBC mode implementation * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c index be974d10da..8ef29b272e 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c @@ -1,4 +1,4 @@ -/* cipher-ccm.c - CTR mode with CBC-MAC mode implementation +/* cipher-ccm.c - CTR mode with CBC-MAC mode implementation * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c index aa2eeaa96a..8539f548ca 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c @@ -1,4 +1,4 @@ -/* cipher-cfb.c - Generic CFB mode implementation +/* cipher-cfb.c - Generic CFB mode implementation * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c index abf268e3d0..25d5db2604 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c @@ -1,4 +1,4 @@ -/* cmac.c - CMAC, Cipher-based MAC. +/* cmac.c - CMAC, Cipher-based MAC. * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c index 30a304bfea..1e7133c9cf 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c @@ -1,4 +1,4 @@ -/* cipher-ctr.c - Generic CTR mode implementation +/* cipher-ctr.c - Generic CTR mode implementation * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c index df15aba180..457e337ac3 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c @@ -1,4 +1,4 @@ -/* cipher-gcm.c - Generic Galois Counter Mode implementation +/* cipher-gcm.c - Generic Galois Counter Mode implementation * Copyright (C) 2013 Dmitry Eremin-Solenikov * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h b/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h index 1ca3c2b1a6..cdac445fb9 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h @@ -1,4 +1,4 @@ -/* cipher-internal.h - Internal defs for cipher.c +/* cipher-internal.h - Internal defs for cipher.c * Copyright (C) 2011 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c index 7e93ef8e1c..3842774f58 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c @@ -1,4 +1,4 @@ -/* cipher-ofb.c - Generic OFB mode implementation +/* cipher-ofb.c - Generic OFB mode implementation * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c index 5b23ea4cca..bb33d94243 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c @@ -1,4 +1,4 @@ -/* cipher-selftest.c - Helper functions for bulk encryption selftests. +/* cipher-selftest.c - Helper functions for bulk encryption selftests. * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h index 3bbd768a45..3a0fe98f60 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h @@ -1,4 +1,4 @@ -/* cipher-selftest.h - Helper functions for bulk encryption selftests. +/* cipher-selftest.h - Helper functions for bulk encryption selftests. * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher.c b/plugins/MirOTR/Libgcrypt/cipher/cipher.c index 22bed57e51..6a42bfaa30 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/cipher.c +++ b/plugins/MirOTR/Libgcrypt/cipher/cipher.c @@ -1,4 +1,4 @@ -/* cipher.c - cipher dispatcher +/* cipher.c - cipher dispatcher * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/cipher/crc.c b/plugins/MirOTR/Libgcrypt/cipher/crc.c index c7d3e164d7..1322f0da8c 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/crc.c +++ b/plugins/MirOTR/Libgcrypt/cipher/crc.c @@ -1,4 +1,4 @@ -/* crc.c - Cyclic redundancy checks. +/* crc.c - Cyclic redundancy checks. * Copyright (C) 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/des.c b/plugins/MirOTR/Libgcrypt/cipher/des.c index 16b96e7b32..6611fd3b88 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/des.c +++ b/plugins/MirOTR/Libgcrypt/cipher/des.c @@ -1,4 +1,4 @@ -/* des.c - DES and Triple-DES encryption/decryption Algorithm +/* des.c - DES and Triple-DES encryption/decryption Algorithm * Copyright (C) 1998, 1999, 2001, 2002, 2003, * 2008 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c b/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c index 2f69375135..a5e42a21ce 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c +++ b/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c @@ -1,4 +1,4 @@ -/* dsa-common.c - Common code for DSA +/* dsa-common.c - Common code for DSA * Copyright (C) 1998, 1999 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/dsa.c b/plugins/MirOTR/Libgcrypt/cipher/dsa.c index 190042e212..09cd9693ec 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/dsa.c +++ b/plugins/MirOTR/Libgcrypt/cipher/dsa.c @@ -1,4 +1,4 @@ -/* dsa.c - DSA signature algorithm +/* dsa.c - DSA signature algorithm * Copyright (C) 1998, 2000, 2001, 2002, 2003, * 2006, 2008 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH. diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h b/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h index a3ffb8be8f..f066b4b785 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h @@ -1,4 +1,4 @@ -/* ecc-common.h - Declarations of common ECC code +/* ecc-common.h - Declarations of common ECC code * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c index 19270fdc78..306f2adda2 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c @@ -1,4 +1,4 @@ -/* ecc-curves.c - Elliptic Curve parameter mangement +/* ecc-curves.c - Elliptic Curve parameter mangement * Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c index 70ae3b4fea..1484830ba6 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c @@ -1,4 +1,4 @@ -/* ecc-ecdsa.c - Elliptic Curve ECDSA signatures +/* ecc-ecdsa.c - Elliptic Curve ECDSA signatures * Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c index 882c7ae399..65024a30a0 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c @@ -1,4 +1,4 @@ -/* ecc-eddsa.c - Elliptic Curve EdDSA signatures +/* ecc-eddsa.c - Elliptic Curve EdDSA signatures * Copyright (C) 2013, 2014 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c index 32ca4ad659..a34fa08446 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c @@ -1,4 +1,4 @@ -/* ecc-gots.c - Elliptic Curve GOST signatures +/* ecc-gots.c - Elliptic Curve GOST signatures * Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 Dmitry Eremin-Solenikov * diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c index 319fbd2e5d..7b750c015e 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c @@ -1,4 +1,4 @@ -/* ecc-misc.c - Elliptic Curve miscellaneous functions +/* ecc-misc.c - Elliptic Curve miscellaneous functions * Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc.c b/plugins/MirOTR/Libgcrypt/cipher/ecc.c index 9b2f8d21ec..d2d490eb0a 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/ecc.c +++ b/plugins/MirOTR/Libgcrypt/cipher/ecc.c @@ -1,4 +1,4 @@ -/* ecc.c - Elliptic Curve Cryptography +/* ecc.c - Elliptic Curve Cryptography * Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/elgamal.c b/plugins/MirOTR/Libgcrypt/cipher/elgamal.c index a0038b9615..4eb52d620b 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/elgamal.c +++ b/plugins/MirOTR/Libgcrypt/cipher/elgamal.c @@ -1,4 +1,4 @@ -/* Elgamal.c - Elgamal Public Key encryption +/* Elgamal.c - Elgamal Public Key encryption * Copyright (C) 1998, 2000, 2001, 2002, 2003, * 2008 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/cipher/gost.h b/plugins/MirOTR/Libgcrypt/cipher/gost.h index 7ed612ca6b..d058eb220d 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/gost.h +++ b/plugins/MirOTR/Libgcrypt/cipher/gost.h @@ -1,4 +1,4 @@ -/* gost.h - GOST 28147-89 implementation +/* gost.h - GOST 28147-89 implementation * Copyright (C) 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/gost28147.c b/plugins/MirOTR/Libgcrypt/cipher/gost28147.c index fb9b54dced..c094209c2e 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/gost28147.c +++ b/plugins/MirOTR/Libgcrypt/cipher/gost28147.c @@ -1,4 +1,4 @@ -/* gost28147.c - GOST 28147-89 implementation for Libgcrypt +/* gost28147.c - GOST 28147-89 implementation for Libgcrypt * Copyright (C) 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c b/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c index b5599fa360..5486964db9 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c +++ b/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c @@ -1,4 +1,4 @@ -/* gostr3411-94.c - GOST R 34.11-94 hash function +/* gostr3411-94.c - GOST R 34.11-94 hash function * Copyright (C) 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/hash-common.c b/plugins/MirOTR/Libgcrypt/cipher/hash-common.c index 1d8434115e..ffbc39ed2b 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/hash-common.c +++ b/plugins/MirOTR/Libgcrypt/cipher/hash-common.c @@ -1,4 +1,4 @@ -/* hash-common.c - Common code for hash algorithms +/* hash-common.c - Common code for hash algorithms * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/hash-common.h b/plugins/MirOTR/Libgcrypt/cipher/hash-common.h index 7decd7c957..aa95365a8c 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/hash-common.h +++ b/plugins/MirOTR/Libgcrypt/cipher/hash-common.h @@ -1,4 +1,4 @@ -/* hash-common.h - Declarations of common code for hash algorithms. +/* hash-common.h - Declarations of common code for hash algorithms. * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c b/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c index 9e95bc88d6..7c27342c17 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c +++ b/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c @@ -1,4 +1,4 @@ -/* hmac-tests.c - HMAC selftests. +/* hmac-tests.c - HMAC selftests. * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/idea.c b/plugins/MirOTR/Libgcrypt/cipher/idea.c index d78344d926..14234cf07d 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/idea.c +++ b/plugins/MirOTR/Libgcrypt/cipher/idea.c @@ -1,4 +1,4 @@ -/* idea.c - IDEA function +/* idea.c - IDEA function * Copyright 1997, 1998, 1999, 2001 Werner Koch (dd9jn) * Copyright 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h b/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h index dfa32e3059..7079860e99 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h +++ b/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h @@ -1,4 +1,4 @@ -/* kdf-internal.h - Internal defs for kdf.c +/* kdf-internal.h - Internal defs for kdf.c * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/kdf.c b/plugins/MirOTR/Libgcrypt/cipher/kdf.c index 19f6bb69a6..af0dc48009 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/kdf.c +++ b/plugins/MirOTR/Libgcrypt/cipher/kdf.c @@ -1,4 +1,4 @@ -/* kdf.c - Key Derivation Functions +/* kdf.c - Key Derivation Functions * Copyright (C) 1998, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c b/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c index 2d85b91c8c..69a2f174db 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c +++ b/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c @@ -1,4 +1,4 @@ -/* mac-cmac.c - CMAC glue for MAC API +/* mac-cmac.c - CMAC glue for MAC API * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c b/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c index 6a7122d57e..18d56b5caa 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c +++ b/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c @@ -1,4 +1,4 @@ -/* mac-gmac.c - GMAC glue for MAC API +/* mac-gmac.c - GMAC glue for MAC API * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c b/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c index f2a47879f2..15c613d53a 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c +++ b/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c @@ -1,4 +1,4 @@ -/* mac-hmac.c - HMAC glue for MAC API +/* mac-hmac.c - HMAC glue for MAC API * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h b/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h index a9a63d6489..6fc304baba 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h +++ b/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h @@ -1,4 +1,4 @@ -/* mac-internal.h - Internal defs for mac.c +/* mac-internal.h - Internal defs for mac.c * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac.c b/plugins/MirOTR/Libgcrypt/cipher/mac.c index e502d03a9c..5514ddc3a8 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/mac.c +++ b/plugins/MirOTR/Libgcrypt/cipher/mac.c @@ -1,4 +1,4 @@ -/* mac.c - message authentication code dispatcher +/* mac.c - message authentication code dispatcher * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/md.c b/plugins/MirOTR/Libgcrypt/cipher/md.c index f8caa22bd7..c9f0ab3f33 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/md.c +++ b/plugins/MirOTR/Libgcrypt/cipher/md.c @@ -1,4 +1,4 @@ -/* md.c - message digest dispatcher +/* md.c - message digest dispatcher * Copyright (C) 1998, 1999, 2002, 2003, 2006, * 2008 Free Software Foundation, Inc. * Copyright (C) 2013, 2014 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/cipher/md4.c b/plugins/MirOTR/Libgcrypt/cipher/md4.c index 9a25b1a63f..624ae997e0 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/md4.c +++ b/plugins/MirOTR/Libgcrypt/cipher/md4.c @@ -1,4 +1,4 @@ -/* md4.c - MD4 Message-Digest Algorithm +/* md4.c - MD4 Message-Digest Algorithm * Copyright (C) 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/md5.c b/plugins/MirOTR/Libgcrypt/cipher/md5.c index 038c2bcae5..b0187c98eb 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/md5.c +++ b/plugins/MirOTR/Libgcrypt/cipher/md5.c @@ -1,4 +1,4 @@ -/* md5.c - MD5 Message-Digest Algorithm +/* md5.c - MD5 Message-Digest Algorithm * Copyright (C) 1995,1996,1998,1999,2001,2002, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/primegen.c b/plugins/MirOTR/Libgcrypt/cipher/primegen.c index 164d6eeda9..e46bf184e0 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/primegen.c +++ b/plugins/MirOTR/Libgcrypt/cipher/primegen.c @@ -1,4 +1,4 @@ -/* primegen.c - prime number generator +/* primegen.c - prime number generator * Copyright (C) 1998, 2000, 2001, 2002, 2003 * 2004, 2008 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h b/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h index edd67a71f6..193248c327 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h +++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h @@ -1,4 +1,4 @@ -/* pubkey-internal.h - Internal defs for pubkey.c +/* pubkey-internal.h - Internal defs for pubkey.c * Copyright (C) 2013 g10 code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c b/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c index 35c0ffd223..71312828bf 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c +++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c @@ -1,4 +1,4 @@ -/* pubkey-util.c - Supporting functions for all pubkey modules. +/* pubkey-util.c - Supporting functions for all pubkey modules. * Copyright (C) 1998, 1999, 2000, 2002, 2003, 2005, * 2007, 2008, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey.c b/plugins/MirOTR/Libgcrypt/cipher/pubkey.c index c55d4c7ee8..147f82aa7d 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/pubkey.c +++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey.c @@ -1,4 +1,4 @@ -/* pubkey.c - pubkey dispatcher +/* pubkey.c - pubkey dispatcher * Copyright (C) 1998, 1999, 2000, 2002, 2003, 2005, * 2007, 2008, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c b/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c index d6fc6ce2ce..aed8cadbaf 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c +++ b/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c @@ -1,4 +1,4 @@ -/* rfc2268.c - The cipher described in rfc2268; aka Ron's Cipher 2. +/* rfc2268.c - The cipher described in rfc2268; aka Ron's Cipher 2. * Copyright (C) 2003 Nikos Mavroyanopoulos * Copyright (C) 2004 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h b/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h index fc99576601..b6a5b158c9 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h +++ b/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h @@ -1,4 +1,4 @@ -/* rijndael-tables.h - Rijndael (AES) for GnuPG, +/* rijndael-tables.h - Rijndael (AES) for GnuPG, * Copyright (C) 2000, 2001, 2002, 2003, 2007, * 2008 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/rijndael.c b/plugins/MirOTR/Libgcrypt/cipher/rijndael.c index cd93915371..8019f0aad8 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rijndael.c +++ b/plugins/MirOTR/Libgcrypt/cipher/rijndael.c @@ -1,4 +1,4 @@ -/* Rijndael (AES) for GnuPG +/* Rijndael (AES) for GnuPG * Copyright (C) 2000, 2001, 2002, 2003, 2007, * 2008, 2011, 2012 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/rmd.h b/plugins/MirOTR/Libgcrypt/cipher/rmd.h index 32757cc2b3..a56ee49c2c 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rmd.h +++ b/plugins/MirOTR/Libgcrypt/cipher/rmd.h @@ -1,4 +1,4 @@ -/* rmd.h - RIPE-MD hash functions +/* rmd.h - RIPE-MD hash functions * Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/rmd160.c b/plugins/MirOTR/Libgcrypt/cipher/rmd160.c index 6509a24cb2..08e8cb08a4 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rmd160.c +++ b/plugins/MirOTR/Libgcrypt/cipher/rmd160.c @@ -1,4 +1,4 @@ -/* rmd160.c - RIPE-MD160 +/* rmd160.c - RIPE-MD160 * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c b/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c index a3ae8bb10a..4f5a6594a8 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c +++ b/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c @@ -1,4 +1,4 @@ -/* rsa-common.c - Supporting functions for RSA +/* rsa-common.c - Supporting functions for RSA * Copyright (C) 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/rsa.c b/plugins/MirOTR/Libgcrypt/cipher/rsa.c index ad1e78360b..9a8d235b9a 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/rsa.c +++ b/plugins/MirOTR/Libgcrypt/cipher/rsa.c @@ -1,4 +1,4 @@ -/* rsa.c - RSA implementation +/* rsa.c - RSA implementation * Copyright (C) 1997, 1998, 1999 by Werner Koch (dd9jn) * Copyright (C) 2000, 2001, 2002, 2003, 2008 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/cipher/salsa20.c b/plugins/MirOTR/Libgcrypt/cipher/salsa20.c index 829d886787..d75fe5151d 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/salsa20.c +++ b/plugins/MirOTR/Libgcrypt/cipher/salsa20.c @@ -1,4 +1,4 @@ -/* salsa20.c - Bernstein's Salsa20 cipher +/* salsa20.c - Bernstein's Salsa20 cipher * Copyright (C) 2012 Simon Josefsson, Niels Möller * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/cipher/scrypt.c b/plugins/MirOTR/Libgcrypt/cipher/scrypt.c index 82bf6e332e..404943d854 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/scrypt.c +++ b/plugins/MirOTR/Libgcrypt/cipher/scrypt.c @@ -1,4 +1,4 @@ -/* scrypt.c - Scrypt password-based key derivation function. +/* scrypt.c - Scrypt password-based key derivation function. * Copyright (C) 2012 Simon Josefsson * Copyright (C) 2013 Christian Grothoff * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/cipher/seed.c b/plugins/MirOTR/Libgcrypt/cipher/seed.c index d6c793efa3..9f87c05589 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/seed.c +++ b/plugins/MirOTR/Libgcrypt/cipher/seed.c @@ -1,4 +1,4 @@ -/* SEED for libgcrypt +/* SEED for libgcrypt * Copyright (C) 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/serpent.c b/plugins/MirOTR/Libgcrypt/cipher/serpent.c index 27644501f7..0be49da477 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/serpent.c +++ b/plugins/MirOTR/Libgcrypt/cipher/serpent.c @@ -1,4 +1,4 @@ -/* serpent.c - Implementation of the Serpent encryption algorithm. +/* serpent.c - Implementation of the Serpent encryption algorithm. * Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/sha1.c b/plugins/MirOTR/Libgcrypt/cipher/sha1.c index 2ebe286cd9..2e0b030c31 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/sha1.c +++ b/plugins/MirOTR/Libgcrypt/cipher/sha1.c @@ -1,4 +1,4 @@ -/* sha1.c - SHA1 hash function +/* sha1.c - SHA1 hash function * Copyright (C) 1998, 2001, 2002, 2003, 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/sha256.c b/plugins/MirOTR/Libgcrypt/cipher/sha256.c index 8359931510..d92303cdc7 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/sha256.c +++ b/plugins/MirOTR/Libgcrypt/cipher/sha256.c @@ -1,4 +1,4 @@ -/* sha256.c - SHA256 hash function +/* sha256.c - SHA256 hash function * Copyright (C) 2003, 2006, 2008, 2009 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/sha512.c b/plugins/MirOTR/Libgcrypt/cipher/sha512.c index bda7162366..6f729cc02e 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/sha512.c +++ b/plugins/MirOTR/Libgcrypt/cipher/sha512.c @@ -1,4 +1,4 @@ -/* sha512.c - SHA384 and SHA512 hash functions +/* sha512.c - SHA384 and SHA512 hash functions * Copyright (C) 2003, 2008, 2009 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/stribog.c b/plugins/MirOTR/Libgcrypt/cipher/stribog.c index a0da51f1bc..e277cd642c 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/stribog.c +++ b/plugins/MirOTR/Libgcrypt/cipher/stribog.c @@ -1,4 +1,4 @@ -/* stribog.c - GOST R 34.11-2012 (Stribog) hash function +/* stribog.c - GOST R 34.11-2012 (Stribog) hash function * Copyright (C) 2013 Dmitry Eremin-Solenikov * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/tiger.c b/plugins/MirOTR/Libgcrypt/cipher/tiger.c index df8ebcb3e4..414dcc4a19 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/tiger.c +++ b/plugins/MirOTR/Libgcrypt/cipher/tiger.c @@ -1,4 +1,4 @@ -/* tiger.c - The TIGER hash function +/* tiger.c - The TIGER hash function * Copyright (C) 1998, 2001, 2002, 2003, 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/cipher/twofish.c b/plugins/MirOTR/Libgcrypt/cipher/twofish.c index a789368070..ecd76e359e 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/twofish.c +++ b/plugins/MirOTR/Libgcrypt/cipher/twofish.c @@ -1,4 +1,4 @@ -/* Twofish for GPG +/* Twofish for GPG * Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc. * Written by Matthew Skala <mskala@ansuz.sooke.bc.ca>, July 26, 1998 * 256-bit key length added March 20, 1999 diff --git a/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c b/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c index d5ea0f6e27..338d44e0c4 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c +++ b/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c @@ -1,4 +1,4 @@ -/* whirlpool.c - Whirlpool hashing algorithm +/* whirlpool.c - Whirlpool hashing algorithm * Copyright (C) 2005 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/compat/clock.c b/plugins/MirOTR/Libgcrypt/compat/clock.c index 81f4f94a52..7f250f3303 100644 --- a/plugins/MirOTR/Libgcrypt/compat/clock.c +++ b/plugins/MirOTR/Libgcrypt/compat/clock.c @@ -1,4 +1,4 @@ -/* clock.c - Replacement for WindowsCE +/* clock.c - Replacement for WindowsCE Copyright (C) 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives diff --git a/plugins/MirOTR/Libgcrypt/compat/compat.c b/plugins/MirOTR/Libgcrypt/compat/compat.c index 5977497ddd..2389961919 100644 --- a/plugins/MirOTR/Libgcrypt/compat/compat.c +++ b/plugins/MirOTR/Libgcrypt/compat/compat.c @@ -1,4 +1,4 @@ -/* compat.c - Dummy file to avoid an empty library. +/* compat.c - Dummy file to avoid an empty library. * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/compat/getpid.c b/plugins/MirOTR/Libgcrypt/compat/getpid.c index a28437369b..032387c367 100644 --- a/plugins/MirOTR/Libgcrypt/compat/getpid.c +++ b/plugins/MirOTR/Libgcrypt/compat/getpid.c @@ -1,4 +1,4 @@ -/* getpid.c - Replacement for WindowsCE +/* getpid.c - Replacement for WindowsCE Copyright (C) 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives diff --git a/plugins/MirOTR/Libgcrypt/compat/libcompat.h b/plugins/MirOTR/Libgcrypt/compat/libcompat.h index f3858c56bd..b5a7649129 100644 --- a/plugins/MirOTR/Libgcrypt/compat/libcompat.h +++ b/plugins/MirOTR/Libgcrypt/compat/libcompat.h @@ -1,4 +1,4 @@ -/* libcomapt.h - Prototypes for AC_REPLACE_FUNCtions. +/* libcomapt.h - Prototypes for AC_REPLACE_FUNCtions. * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/custom/config.h b/plugins/MirOTR/Libgcrypt/custom/config.h index c8301c0e3d..5263060745 100644 --- a/plugins/MirOTR/Libgcrypt/custom/config.h +++ b/plugins/MirOTR/Libgcrypt/custom/config.h @@ -1,4 +1,4 @@ -/* config.h. Generated from config.h.in by configure. */ +/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ diff --git a/plugins/MirOTR/Libgcrypt/custom/sys/file.h b/plugins/MirOTR/Libgcrypt/custom/sys/file.h index 93e8de9892..cd304557e7 100644 --- a/plugins/MirOTR/Libgcrypt/custom/sys/file.h +++ b/plugins/MirOTR/Libgcrypt/custom/sys/file.h @@ -1 +1 @@ -#include <fcntl.h> +#include <fcntl.h> diff --git a/plugins/MirOTR/Libgcrypt/custom/sys/time.h b/plugins/MirOTR/Libgcrypt/custom/sys/time.h index 4161e36c4e..23b0737125 100644 --- a/plugins/MirOTR/Libgcrypt/custom/sys/time.h +++ b/plugins/MirOTR/Libgcrypt/custom/sys/time.h @@ -1 +1 @@ -#include <time.h>
+#include <time.h>
diff --git a/plugins/MirOTR/Libgcrypt/custom/unistd.h b/plugins/MirOTR/Libgcrypt/custom/unistd.h index 5d0c352a00..34ecb918d1 100644 --- a/plugins/MirOTR/Libgcrypt/custom/unistd.h +++ b/plugins/MirOTR/Libgcrypt/custom/unistd.h @@ -1,4 +1,4 @@ -#ifndef NG_UNISTD_H +#ifndef NG_UNISTD_H #define NG_UNISTD_H #include <basetsd.h> #include <stddef.h> diff --git a/plugins/MirOTR/Libgcrypt/doc/authors.txt b/plugins/MirOTR/Libgcrypt/doc/authors.txt index e6c76aac93..5eef49c084 100644 --- a/plugins/MirOTR/Libgcrypt/doc/authors.txt +++ b/plugins/MirOTR/Libgcrypt/doc/authors.txt @@ -1,4 +1,4 @@ -gpgvs
+gpgvs
building gnupg related projects with Visual Studio
Authors:
diff --git a/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt b/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt index 526d3acf6a..c7cbd9272d 100644 --- a/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt +++ b/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt @@ -1,4 +1,4 @@ -~~~
+~~~
AIM
~~~
the aim of *.vs projects is to provide a well organized
diff --git a/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt b/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt index f6838079ac..306e65389b 100644 --- a/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt +++ b/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt @@ -1,4 +1,4 @@ -~~~~~~~~~~~~
+~~~~~~~~~~~~
ARCHITECTURE
~~~~~~~~~~~~
I admit that architecture meaning is too much for this project,
diff --git a/plugins/MirOTR/Libgcrypt/doc/readme.txt b/plugins/MirOTR/Libgcrypt/doc/readme.txt index bff0a242cf..fd10f94900 100644 --- a/plugins/MirOTR/Libgcrypt/doc/readme.txt +++ b/plugins/MirOTR/Libgcrypt/doc/readme.txt @@ -1,4 +1,4 @@ -gpgvs
+gpgvs
building gnupg related projects with Visual Studio
for documents check them on sourceforge project site
diff --git a/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h b/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h index 89bbb2f744..5d8dfeedd4 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h @@ -1,4 +1,4 @@ -/* created by config.links - do not edit */ +/* created by config.links - do not edit */ /* Host: x86_64-pc-mingw32 */ #define ELF_SYNTAX /* syntax.h -- Definitions for x86 syntax variations. diff --git a/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c b/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c index e45b47d91c..acfe2a69f5 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c +++ b/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c @@ -1,4 +1,4 @@ -/* ec-ed25519.c - Ed25519 optimized elliptic curve functions +/* ec-ed25519.c - Ed25519 optimized elliptic curve functions * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h b/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h index 9e9290c13d..759335aad0 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h +++ b/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h @@ -1,4 +1,4 @@ -/* ec-internal.h - Internal declarations of ec*.c +/* ec-internal.h - Internal declarations of ec*.c * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/ec.c b/plugins/MirOTR/Libgcrypt/mpi/ec.c index 44d6223713..8222366a0c 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/ec.c +++ b/plugins/MirOTR/Libgcrypt/mpi/ec.c @@ -1,4 +1,4 @@ -/* ec.c - Elliptic Curve functions +/* ec.c - Elliptic Curve functions * Copyright (C) 2007 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h index 1cf642dabf..e607806e10 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. +/* This file defines some basic constants for the MPI machinery. * AMD64 compiled for the x32 ABI is special and thus we can't use the * standard values for this ABI. */ #if __GNUC__ >= 3 && defined(__x86_64__) && defined(__ILP32__) diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c index 631a4a0761..4a84df64d8 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c @@ -1,4 +1,4 @@ -/* mpihelp-add_1.c - MPI helper functions +/* mpihelp-add_1.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, * 2000, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c index 96993ffdf9..f48c12cd02 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c @@ -1,4 +1,4 @@ -/* mpi-lshift.c - MPI helper functions +/* mpi-lshift.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c index 9719c3ea48..0e8197d88a 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c @@ -1,4 +1,4 @@ -/* mpihelp-mul_1.c - MPI helper functions +/* mpihelp-mul_1.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c index c85eebf99e..3b7549605d 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c @@ -1,4 +1,4 @@ -/* mpih-mul2.c - MPI helper functions +/* mpih-mul2.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c index 797d16b532..5e84f94f31 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c @@ -1,4 +1,4 @@ -/* mpih-mul3.c - MPI helper functions +/* mpih-mul3.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c index e16000b5ed..e40794fcf2 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c @@ -1,4 +1,4 @@ -/* mpih-rshift.c - MPI helper functions +/* mpih-rshift.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 1999, * 2000, 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c index 25117a238f..e88821bfb4 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c @@ -1,4 +1,4 @@ -/* mpihelp-add_2.c - MPI helper functions +/* mpihelp-add_2.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c b/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c index 336a86fa5a..e80d98bc54 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c @@ -1,4 +1,4 @@ -/* mpih-w-sdiv -- implement udiv_qrnnd on machines with only signed +/* mpih-w-sdiv -- implement udiv_qrnnd on machines with only signed * division. * Copyright (C) 1992, 1994, 1996, 1998, 2002 Free Software Foundation, Inc. * Contributed by Peter L. Montgomery. diff --git a/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h b/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h index 982d8ed361..39ede988fc 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h @@ -1,4 +1,4 @@ -/* syntax.h -- Definitions for x86 syntax variations. +/* syntax.h -- Definitions for x86 syntax variations. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/longlong.h b/plugins/MirOTR/Libgcrypt/mpi/longlong.h index 77fc301041..4f33937fbd 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/longlong.h +++ b/plugins/MirOTR/Libgcrypt/mpi/longlong.h @@ -1,4 +1,4 @@ -/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. +/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. Note: I added some stuff for use with gnupg Copyright (C) 1991, 1992, 1993, 1994, 1996, 1998, diff --git a/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h b/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h index 02b6071912..e27de98b4f 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h @@ -1,4 +1,4 @@ -/* asm.h -- Definitions for 68k syntax variations. +/* asm.h -- Definitions for 68k syntax variations. * * Copyright (C) 1992, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h index db9ed332dd..2d9a9c1f2c 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. We +/* This file defines some basic constants for the MPI machinery. We * need to define the types on a per-CPU basis, so it is done with * this file here. */ #define BYTES_PER_MPI_LIMB 8 diff --git a/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h b/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h index d2b94d9804..a60e95a4e7 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h @@ -1,4 +1,4 @@ -/* Created by config.links - do not edit */ +/* Created by config.links - do not edit */ /* Host: x86_64-pc-mingw32 */ static char mod_source_info[] = ":amd64/mpih-add1.S" diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c index 549b8cb435..53f476e060 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c @@ -1,4 +1,4 @@ -/* mpi-add.c - MPI functions +/* mpi-add.c - MPI functions * Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h index 1cf642dabf..e607806e10 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. +/* This file defines some basic constants for the MPI machinery. * AMD64 compiled for the x32 ABI is special and thus we can't use the * standard values for this ABI. */ #if __GNUC__ >= 3 && defined(__x86_64__) && defined(__ILP32__) diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c index 47756e4c86..e2170401e4 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c @@ -1,4 +1,4 @@ -/* mpi-bit.c - MPI bit level functions +/* mpi-bit.c - MPI bit level functions * Copyright (C) 1998, 1999, 2001, 2002, 2006 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c index 2c0d6a80f4..838a7c9240 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c @@ -1,4 +1,4 @@ -/* mpi-cmp.c - MPI functions +/* mpi-cmp.c - MPI functions * Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c index 65febea68d..9ac99c31b3 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c @@ -1,4 +1,4 @@ -/* mpi-div.c - MPI functions +/* mpi-div.c - MPI functions * Copyright (C) 1994, 1996, 1998, 2001, 2002, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c index d542b00da6..77ca05a6fc 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c @@ -1,4 +1,4 @@ -/* mpi-gcd.c - MPI functions +/* mpi-gcd.c - MPI functions * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c index 77d4c5314c..39e2222479 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c @@ -1,4 +1,4 @@ -/* mpi-inline.c +/* mpi-inline.c * Copyright (C) 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h index 83dcb8818b..94e2aec8a1 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h @@ -1,4 +1,4 @@ -/* mpi-inline.h - Internal to the Multi Precision Integers +/* mpi-inline.h - Internal to the Multi Precision Integers * Copyright (C) 1994, 1996, 1998, 1999, * 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h b/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h index 7f9da4fcdf..898ca47ef0 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h @@ -1,4 +1,4 @@ -/* mpi-internal.h - Internal to the Multi Precision Integers +/* mpi-internal.h - Internal to the Multi Precision Integers * Copyright (C) 1994, 1996, 1998, 2000, 2002, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c index 9cbcdfef48..ee6813b1ed 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c @@ -1,4 +1,4 @@ -/* mpi-inv.c - MPI functions +/* mpi-inv.c - MPI functions * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c index 8f13e04bcd..88624720c2 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c @@ -1,4 +1,4 @@ -/* mpi-mod.c - Modular reduction +/* mpi-mod.c - Modular reduction Copyright (C) 1998, 1999, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c index af008af5e4..0e84e99861 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c @@ -1,4 +1,4 @@ -/* mpi-mpow.c - MPI functions +/* mpi-mpow.c - MPI functions * Copyright (C) 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c index db3590db65..4f4d7096a7 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c @@ -1,4 +1,4 @@ -/* mpi-mul.c - MPI functions +/* mpi-mul.c - MPI functions * Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c index 0f920358dd..70bf9e84cd 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c @@ -1,4 +1,4 @@ -/* mpi-pow.c - MPI functions for exponentiation +/* mpi-pow.c - MPI functions for exponentiation * Copyright (C) 1994, 1996, 1998, 2000, 2002 * 2003 Free Software Foundation, Inc. * 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c index 8351b5efa7..e27f7faa99 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c @@ -1,4 +1,4 @@ -/* mpi-scan.c - MPI functions +/* mpi-scan.c - MPI functions * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c b/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c index ef8e3c1c1e..896dda14cc 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c @@ -1,4 +1,4 @@ -/* mpicoder.c - Coder for the external representation of MPIs +/* mpicoder.c - Coder for the external representation of MPIs * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2008 Free Software Foundation, Inc. * Copyright (C) 2013, 2014 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c b/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c index 0a96697d93..57c1b58487 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c @@ -1,4 +1,4 @@ -/* mpih-div.c - MPI helper functions +/* mpih-div.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 2000, * 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c b/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c index 8deef4e811..8b6f06a30a 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c @@ -1,4 +1,4 @@ -/* mpih-mul.c - MPI helper functions +/* mpih-mul.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 1999, 2000, * 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c b/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c index c096f699e4..6bef2a8821 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c @@ -1,4 +1,4 @@ -/* mpiutil.ac - Utility functions for MPI +/* mpiutil.ac - Utility functions for MPI * Copyright (C) 1998, 2000, 2001, 2002, 2003, * 2007 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h b/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h index 55bc6f710f..5d4af9f0ae 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h @@ -1,4 +1,4 @@ -/* gmp2-2.0.2-ppc/mpn/powerpc-linux/syntax.h Tue Oct 6 19:27:01 1998 */ +/* gmp2-2.0.2-ppc/mpn/powerpc-linux/syntax.h Tue Oct 6 19:27:01 1998 */ /* From glibc's sysdeps/unix/sysv/linux/powerpc/sysdep.h */ /* Copyright (C) 1992, 1997, 1998 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/sysdep.h b/plugins/MirOTR/Libgcrypt/mpi/sysdep.h index 3e9e5bf7a8..5e6ab4aab8 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/sysdep.h +++ b/plugins/MirOTR/Libgcrypt/mpi/sysdep.h @@ -1,4 +1,4 @@ -/* created by config.links - do not edit */ +/* created by config.links - do not edit */ #if __STDC__ #define C_SYMBOL_NAME(name) _##name #else diff --git a/plugins/MirOTR/Libgcrypt/random/rand-internal.h b/plugins/MirOTR/Libgcrypt/random/rand-internal.h index 68b94f9251..79b23acefe 100644 --- a/plugins/MirOTR/Libgcrypt/random/rand-internal.h +++ b/plugins/MirOTR/Libgcrypt/random/rand-internal.h @@ -1,4 +1,4 @@ -/* rand-internal.h - header to glue the random functions +/* rand-internal.h - header to glue the random functions * Copyright (C) 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random-csprng.c b/plugins/MirOTR/Libgcrypt/random/random-csprng.c index 38e2ca6cc8..87235d82d4 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-csprng.c +++ b/plugins/MirOTR/Libgcrypt/random/random-csprng.c @@ -1,4 +1,4 @@ -/* random-csprng.c - CSPRNG style random number generator (libgcrypt classic) +/* random-csprng.c - CSPRNG style random number generator (libgcrypt classic) * Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, * 2007, 2008, 2010, 2012 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/random/random-daemon.c b/plugins/MirOTR/Libgcrypt/random/random-daemon.c index 45d4417bd2..98a015363a 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-daemon.c +++ b/plugins/MirOTR/Libgcrypt/random/random-daemon.c @@ -1,4 +1,4 @@ -/* random-daemon.c - Access to the external random daemon +/* random-daemon.c - Access to the external random daemon * Copyright (C) 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random-fips.c b/plugins/MirOTR/Libgcrypt/random/random-fips.c index d94cfed0ff..d00825e2a1 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-fips.c +++ b/plugins/MirOTR/Libgcrypt/random/random-fips.c @@ -1,4 +1,4 @@ -/* random-fips.c - FIPS style random number generator +/* random-fips.c - FIPS style random number generator * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random-system.c b/plugins/MirOTR/Libgcrypt/random/random-system.c index 7db93306a8..3962ab8816 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-system.c +++ b/plugins/MirOTR/Libgcrypt/random/random-system.c @@ -1,4 +1,4 @@ -/* random-system.c - wrapper around the system's RNG +/* random-system.c - wrapper around the system's RNG * Copyright (C) 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random.c b/plugins/MirOTR/Libgcrypt/random/random.c index 8ae4f6c9b8..ff9d6d25ce 100644 --- a/plugins/MirOTR/Libgcrypt/random/random.c +++ b/plugins/MirOTR/Libgcrypt/random/random.c @@ -1,4 +1,4 @@ -/* random.c - Random number switch +/* random.c - Random number switch * Copyright (C) 2003, 2006, 2008, 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random.h b/plugins/MirOTR/Libgcrypt/random/random.h index 3b553b38da..2bc8cabccc 100644 --- a/plugins/MirOTR/Libgcrypt/random/random.h +++ b/plugins/MirOTR/Libgcrypt/random/random.h @@ -1,4 +1,4 @@ -/* random.h - random functions +/* random.h - random functions * Copyright (C) 1998, 2002, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/rndegd.c b/plugins/MirOTR/Libgcrypt/random/rndegd.c index 7c52e62e5a..d43fcbc14f 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndegd.c +++ b/plugins/MirOTR/Libgcrypt/random/rndegd.c @@ -1,4 +1,4 @@ -/* rndegd.c - interface to the EGD +/* rndegd.c - interface to the EGD * Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/rndhw.c b/plugins/MirOTR/Libgcrypt/random/rndhw.c index 8867572129..e625512d4d 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndhw.c +++ b/plugins/MirOTR/Libgcrypt/random/rndhw.c @@ -1,4 +1,4 @@ -/* rndhw.c - Access to the external random daemon +/* rndhw.c - Access to the external random daemon * Copyright (C) 2007 Free Software Foundation, Inc. * Copyright (C) 2012 Dmitry Kasatkin * diff --git a/plugins/MirOTR/Libgcrypt/random/rndlinux.c b/plugins/MirOTR/Libgcrypt/random/rndlinux.c index 63b5b489ef..9eeec57465 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndlinux.c +++ b/plugins/MirOTR/Libgcrypt/random/rndlinux.c @@ -1,4 +1,4 @@ -/* rndlinux.c - raw random number for OSes with /dev/random +/* rndlinux.c - raw random number for OSes with /dev/random * Copyright (C) 1998, 2001, 2002, 2003, 2007, * 2009 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/random/rndunix.c b/plugins/MirOTR/Libgcrypt/random/rndunix.c index de67f69746..1b810d72ae 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndunix.c +++ b/plugins/MirOTR/Libgcrypt/random/rndunix.c @@ -1,4 +1,4 @@ -/**************************************************************************** +/**************************************************************************** * * * * * Unix Randomness-Gathering Code * diff --git a/plugins/MirOTR/Libgcrypt/random/rndw32.c b/plugins/MirOTR/Libgcrypt/random/rndw32.c index 052078dfb7..2ca69f16b3 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndw32.c +++ b/plugins/MirOTR/Libgcrypt/random/rndw32.c @@ -1,4 +1,4 @@ -/* rndw32.c - W32 entropy gatherer +/* rndw32.c - W32 entropy gatherer * Copyright (C) 1999, 2000, 2002, 2003, 2007, * 2010 Free Software Foundation, Inc. * Copyright Peter Gutmann, Matt Thomlinson and Blake Coverett 1996-2006 diff --git a/plugins/MirOTR/Libgcrypt/random/rndw32ce.c b/plugins/MirOTR/Libgcrypt/random/rndw32ce.c index 25080c92a4..b485eef2f5 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndw32ce.c +++ b/plugins/MirOTR/Libgcrypt/random/rndw32ce.c @@ -1,4 +1,4 @@ -/* rndw32ce.c - W32CE entropy gatherer +/* rndw32ce.c - W32CE entropy gatherer * Copyright (C) 2010 Free Software Foundation, Inc. * * Libgcrypt is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/ath.c b/plugins/MirOTR/Libgcrypt/src/ath.c index 4761c4f170..9085d3e143 100644 --- a/plugins/MirOTR/Libgcrypt/src/ath.c +++ b/plugins/MirOTR/Libgcrypt/src/ath.c @@ -1,4 +1,4 @@ -/* ath.c - A Thread-safeness library. +/* ath.c - A Thread-safeness library. * Copyright (C) 2002, 2003, 2004, 2011 Free Software Foundation, Inc. * Copyright (C) 2014 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/ath.h b/plugins/MirOTR/Libgcrypt/src/ath.h index c32e650189..a132e0b78a 100644 --- a/plugins/MirOTR/Libgcrypt/src/ath.h +++ b/plugins/MirOTR/Libgcrypt/src/ath.h @@ -1,4 +1,4 @@ -/* ath.h - Thread-safeness library. +/* ath.h - Thread-safeness library. * Copyright (C) 2002, 2003, 2004, 2011 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/cipher-proto.h b/plugins/MirOTR/Libgcrypt/src/cipher-proto.h index 835d0469e1..8267791732 100644 --- a/plugins/MirOTR/Libgcrypt/src/cipher-proto.h +++ b/plugins/MirOTR/Libgcrypt/src/cipher-proto.h @@ -1,4 +1,4 @@ -/* cipher-proto.h - Internal declarations +/* cipher-proto.h - Internal declarations * Copyright (C) 2008, 2011 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/cipher.h b/plugins/MirOTR/Libgcrypt/src/cipher.h index 5a4724d14d..10bfe0c50d 100644 --- a/plugins/MirOTR/Libgcrypt/src/cipher.h +++ b/plugins/MirOTR/Libgcrypt/src/cipher.h @@ -1,4 +1,4 @@ -/* cipher.h +/* cipher.h * Copyright (C) 1998, 2002, 2003, 2009 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/context.c b/plugins/MirOTR/Libgcrypt/src/context.c index 36c6c38079..94e5be9e15 100644 --- a/plugins/MirOTR/Libgcrypt/src/context.c +++ b/plugins/MirOTR/Libgcrypt/src/context.c @@ -1,4 +1,4 @@ -/* context.c - Context management +/* context.c - Context management * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/context.h b/plugins/MirOTR/Libgcrypt/src/context.h index e8dea43d03..875de24396 100644 --- a/plugins/MirOTR/Libgcrypt/src/context.h +++ b/plugins/MirOTR/Libgcrypt/src/context.h @@ -1,4 +1,4 @@ -/* context.h - Declarations for the context management +/* context.h - Declarations for the context management * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/dumpsexp.c b/plugins/MirOTR/Libgcrypt/src/dumpsexp.c index f506399072..f6384d7d59 100644 --- a/plugins/MirOTR/Libgcrypt/src/dumpsexp.c +++ b/plugins/MirOTR/Libgcrypt/src/dumpsexp.c @@ -1,4 +1,4 @@ -/* dumpsexp.c - Dump S-expressions. +/* dumpsexp.c - Dump S-expressions. * Copyright (C) 2007, 2010 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/ec-context.h b/plugins/MirOTR/Libgcrypt/src/ec-context.h index a04dbca061..60ca75909e 100644 --- a/plugins/MirOTR/Libgcrypt/src/ec-context.h +++ b/plugins/MirOTR/Libgcrypt/src/ec-context.h @@ -1,4 +1,4 @@ -/* ec-context.h - Private definitions for CONTEXT_TYPE_EC. +/* ec-context.h - Private definitions for CONTEXT_TYPE_EC. * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/fips.c b/plugins/MirOTR/Libgcrypt/src/fips.c index 0d023d8b45..3ab33f9335 100644 --- a/plugins/MirOTR/Libgcrypt/src/fips.c +++ b/plugins/MirOTR/Libgcrypt/src/fips.c @@ -1,4 +1,4 @@ -/* fips.c - FIPS mode management +/* fips.c - FIPS mode management * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/g10lib.h b/plugins/MirOTR/Libgcrypt/src/g10lib.h index dcc772c774..238871d0e9 100644 --- a/plugins/MirOTR/Libgcrypt/src/g10lib.h +++ b/plugins/MirOTR/Libgcrypt/src/g10lib.h @@ -1,4 +1,4 @@ -/* g10lib.h - Internal definitions for libgcrypt +/* g10lib.h - Internal definitions for libgcrypt * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 * 2007, 2011 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h b/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h index 6210fead1c..65dcb4d0ec 100644 --- a/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h +++ b/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h @@ -1,4 +1,4 @@ -/* gcrypt-int.h - Internal version of gcrypt.h +/* gcrypt-int.h - Internal version of gcrypt.h * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/gcrypt.h b/plugins/MirOTR/Libgcrypt/src/gcrypt.h index 8ecfd340db..3071732bf6 100644 --- a/plugins/MirOTR/Libgcrypt/src/gcrypt.h +++ b/plugins/MirOTR/Libgcrypt/src/gcrypt.h @@ -1,4 +1,4 @@ -/* gcrypt.h - GNU Cryptographic Library Interface -*- c -*- +/* gcrypt.h - GNU Cryptographic Library Interface -*- c -*- * Copyright (C) 1998-2015 Free Software Foundation, Inc. * Copyright (C) 2012-2015 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c b/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c index 4c238cfbe1..b13931b6e8 100644 --- a/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c +++ b/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c @@ -1,4 +1,4 @@ -/* gcryptrnd.c - Libgcrypt Random Number Daemon +/* gcryptrnd.c - Libgcrypt Random Number Daemon * Copyright (C) 2006 Free Software Foundation, Inc. * * Gcryptend is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/getrandom.c b/plugins/MirOTR/Libgcrypt/src/getrandom.c index 02f5c9dfb2..f9bb5c0c5f 100644 --- a/plugins/MirOTR/Libgcrypt/src/getrandom.c +++ b/plugins/MirOTR/Libgcrypt/src/getrandom.c @@ -1,4 +1,4 @@ -/* getrandom.c - Libgcrypt Random Number client +/* getrandom.c - Libgcrypt Random Number client * Copyright (C) 2006 Free Software Foundation, Inc. * * Getrandom is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/global.c b/plugins/MirOTR/Libgcrypt/src/global.c index 822e4ca41d..6f9cbf965d 100644 --- a/plugins/MirOTR/Libgcrypt/src/global.c +++ b/plugins/MirOTR/Libgcrypt/src/global.c @@ -1,4 +1,4 @@ -/* global.c - global control functions +/* global.c - global control functions * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2004, 2005, 2006, 2008, 2011, * 2012 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/src/hmac256.c b/plugins/MirOTR/Libgcrypt/src/hmac256.c index 8567c83b8d..94a26da448 100644 --- a/plugins/MirOTR/Libgcrypt/src/hmac256.c +++ b/plugins/MirOTR/Libgcrypt/src/hmac256.c @@ -1,4 +1,4 @@ -/* hmac256.c - Standalone HMAC implementation +/* hmac256.c - Standalone HMAC implementation * Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hmac256.h b/plugins/MirOTR/Libgcrypt/src/hmac256.h index c5005d4ccb..df28e72721 100644 --- a/plugins/MirOTR/Libgcrypt/src/hmac256.h +++ b/plugins/MirOTR/Libgcrypt/src/hmac256.h @@ -1,4 +1,4 @@ -/* hmac256.h - Declarations for _gcry_hmac256 +/* hmac256.h - Declarations for _gcry_hmac256 * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hwf-arm.c b/plugins/MirOTR/Libgcrypt/src/hwf-arm.c index 026fc75e8a..aa4bfd79e7 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwf-arm.c +++ b/plugins/MirOTR/Libgcrypt/src/hwf-arm.c @@ -1,4 +1,4 @@ -/* hwf-arm.c - Detect hardware features - ARM part +/* hwf-arm.c - Detect hardware features - ARM part * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hwf-common.h b/plugins/MirOTR/Libgcrypt/src/hwf-common.h index 8b80fe8e0b..8f156b5644 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwf-common.h +++ b/plugins/MirOTR/Libgcrypt/src/hwf-common.h @@ -1,4 +1,4 @@ -/* hwf-common.h - Declarations for hwf-CPU.c modules +/* hwf-common.h - Declarations for hwf-CPU.c modules * Copyright (C) 2012 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hwf-x86.c b/plugins/MirOTR/Libgcrypt/src/hwf-x86.c index 0b284ecdb5..7ee246d8cf 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwf-x86.c +++ b/plugins/MirOTR/Libgcrypt/src/hwf-x86.c @@ -1,4 +1,4 @@ -/* hwf-x86.c - Detect hardware features - x86 part +/* hwf-x86.c - Detect hardware features - x86 part * Copyright (C) 2007, 2011, 2012 Free Software Foundation, Inc. * Copyright (C) 2012 Jussi Kivilinna * diff --git a/plugins/MirOTR/Libgcrypt/src/hwfeatures.c b/plugins/MirOTR/Libgcrypt/src/hwfeatures.c index bd0114f00a..58099c49ca 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwfeatures.c +++ b/plugins/MirOTR/Libgcrypt/src/hwfeatures.c @@ -1,4 +1,4 @@ -/* hwfeatures.c - Detect hardware features. +/* hwfeatures.c - Detect hardware features. * Copyright (C) 2007, 2011 Free Software Foundation, Inc. * Copyright (C) 2012 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/libgcrypt.def b/plugins/MirOTR/Libgcrypt/src/libgcrypt.def index 3f4f2f464e..a90efcec01 100644 --- a/plugins/MirOTR/Libgcrypt/src/libgcrypt.def +++ b/plugins/MirOTR/Libgcrypt/src/libgcrypt.def @@ -1,4 +1,4 @@ -;; libgcrypt.defs - Exported symbols for W32 +;; libgcrypt.defs - Exported symbols for W32 ;; Copyright (C) 2003, 2007 Free Software Foundation, Inc. ;; ;; This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/misc.c b/plugins/MirOTR/Libgcrypt/src/misc.c index 6dc3b319d1..603693f825 100644 --- a/plugins/MirOTR/Libgcrypt/src/misc.c +++ b/plugins/MirOTR/Libgcrypt/src/misc.c @@ -1,4 +1,4 @@ -/* misc.c +/* misc.c * Copyright (C) 1999, 2001, 2002, 2003, 2007, * 2008 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/missing-string.c b/plugins/MirOTR/Libgcrypt/src/missing-string.c index b495c7aeac..4756c00ea7 100644 --- a/plugins/MirOTR/Libgcrypt/src/missing-string.c +++ b/plugins/MirOTR/Libgcrypt/src/missing-string.c @@ -1,4 +1,4 @@ -/* missing-string.c - missing string utilities +/* missing-string.c - missing string utilities * Copyright (C) 1994, 1998, 1999, 2000, 2001, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/mpi.h b/plugins/MirOTR/Libgcrypt/src/mpi.h index b370542f90..bb3c26d0f4 100644 --- a/plugins/MirOTR/Libgcrypt/src/mpi.h +++ b/plugins/MirOTR/Libgcrypt/src/mpi.h @@ -1,4 +1,4 @@ -/* mpi.h - Multi Precision Integers +/* mpi.h - Multi Precision Integers * Copyright (C) 1994, 1996, 1998, * 2001, 2002, 2003, 2005 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/mpicalc.c b/plugins/MirOTR/Libgcrypt/src/mpicalc.c index 192347feb9..f1fbbefe08 100644 --- a/plugins/MirOTR/Libgcrypt/src/mpicalc.c +++ b/plugins/MirOTR/Libgcrypt/src/mpicalc.c @@ -1,4 +1,4 @@ -/* mpicalc.c - Simple RPN calculator using gcry_mpi functions +/* mpicalc.c - Simple RPN calculator using gcry_mpi functions * Copyright (C) 1997, 1998, 1999, 2004, 2006, 2013 Werner Koch * * This program is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/secmem.c b/plugins/MirOTR/Libgcrypt/src/secmem.c index 7c871b87cf..2bf7d8c6ab 100644 --- a/plugins/MirOTR/Libgcrypt/src/secmem.c +++ b/plugins/MirOTR/Libgcrypt/src/secmem.c @@ -1,4 +1,4 @@ -/* secmem.c - memory allocation from a secure heap +/* secmem.c - memory allocation from a secure heap * Copyright (C) 1998, 1999, 2000, 2001, 2002, * 2003, 2007 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/src/secmem.h b/plugins/MirOTR/Libgcrypt/src/secmem.h index a3d69d2f42..3577381cf8 100644 --- a/plugins/MirOTR/Libgcrypt/src/secmem.h +++ b/plugins/MirOTR/Libgcrypt/src/secmem.h @@ -1,4 +1,4 @@ -/* secmem.h - internal definitions for secmem +/* secmem.h - internal definitions for secmem * Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/sexp.c b/plugins/MirOTR/Libgcrypt/src/sexp.c index a44aae57c5..9bc13caf37 100644 --- a/plugins/MirOTR/Libgcrypt/src/sexp.c +++ b/plugins/MirOTR/Libgcrypt/src/sexp.c @@ -1,4 +1,4 @@ -/* sexp.c - S-Expression handling +/* sexp.c - S-Expression handling * Copyright (C) 1999, 2000, 2001, 2002, 2003, * 2004, 2006, 2007, 2008, 2011 Free Software Foundation, Inc. * Copyright (C) 2013, 2014 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/src/stdmem.c b/plugins/MirOTR/Libgcrypt/src/stdmem.c index 31c48415cf..189da37207 100644 --- a/plugins/MirOTR/Libgcrypt/src/stdmem.c +++ b/plugins/MirOTR/Libgcrypt/src/stdmem.c @@ -1,4 +1,4 @@ -/* stdmem.c - private memory allocator +/* stdmem.c - private memory allocator * Copyright (C) 1998, 2000, 2002, 2005, 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/stdmem.h b/plugins/MirOTR/Libgcrypt/src/stdmem.h index e290c7032d..b476e7e501 100644 --- a/plugins/MirOTR/Libgcrypt/src/stdmem.h +++ b/plugins/MirOTR/Libgcrypt/src/stdmem.h @@ -1,4 +1,4 @@ -/* stdmem.h - internal definitions for stdmem +/* stdmem.h - internal definitions for stdmem * Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/types.h b/plugins/MirOTR/Libgcrypt/src/types.h index 652ecdb61a..561b74d17e 100644 --- a/plugins/MirOTR/Libgcrypt/src/types.h +++ b/plugins/MirOTR/Libgcrypt/src/types.h @@ -1,4 +1,4 @@ -/* types.h - some common typedefs +/* types.h - some common typedefs * Copyright (C) 1998, 2000, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/visibility.c b/plugins/MirOTR/Libgcrypt/src/visibility.c index 11ec9eac1f..4bbfd0ad3c 100644 --- a/plugins/MirOTR/Libgcrypt/src/visibility.c +++ b/plugins/MirOTR/Libgcrypt/src/visibility.c @@ -1,4 +1,4 @@ -/* visibility.c - Wrapper for all public functions. +/* visibility.c - Wrapper for all public functions. * Copyright (C) 2007, 2008, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/visibility.h b/plugins/MirOTR/Libgcrypt/src/visibility.h index 425776438a..4127a43258 100644 --- a/plugins/MirOTR/Libgcrypt/src/visibility.h +++ b/plugins/MirOTR/Libgcrypt/src/visibility.h @@ -1,4 +1,4 @@ -/* visibility.h - Set visibility attribute +/* visibility.h - Set visibility attribute * Copyright (C) 2007 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgpg-error/code-from-errno.c b/plugins/MirOTR/Libgpg-error/code-from-errno.c index 89414e150b..6064270594 100644 --- a/plugins/MirOTR/Libgpg-error/code-from-errno.c +++ b/plugins/MirOTR/Libgpg-error/code-from-errno.c @@ -1,4 +1,4 @@ -/* code-from-errno.c - Mapping errnos to error codes. +/* code-from-errno.c - Mapping errnos to error codes. Copyright (C) 2003 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/code-from-errno.h b/plugins/MirOTR/Libgpg-error/code-from-errno.h index e618849ca5..124eff2a80 100644 --- a/plugins/MirOTR/Libgpg-error/code-from-errno.h +++ b/plugins/MirOTR/Libgpg-error/code-from-errno.h @@ -1,4 +1,4 @@ -/* Output of mkerrcodes2.awk. DO NOT EDIT. */ +/* Output of mkerrcodes2.awk. DO NOT EDIT. */ /* errnos.h - List of system error values. Copyright (C) 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/code-to-errno.c b/plugins/MirOTR/Libgpg-error/code-to-errno.c index b3c8f973a6..6ba6d8788d 100644 --- a/plugins/MirOTR/Libgpg-error/code-to-errno.c +++ b/plugins/MirOTR/Libgpg-error/code-to-errno.c @@ -1,4 +1,4 @@ -/* code-to-errno.c - Mapping error codes to errnos. +/* code-to-errno.c - Mapping error codes to errnos. Copyright (C) 2003 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/code-to-errno.h b/plugins/MirOTR/Libgpg-error/code-to-errno.h index 914ea46463..8907fc0943 100644 --- a/plugins/MirOTR/Libgpg-error/code-to-errno.h +++ b/plugins/MirOTR/Libgpg-error/code-to-errno.h @@ -1,4 +1,4 @@ -/* Output of mkerrnos.awk. DO NOT EDIT. */ +/* Output of mkerrnos.awk. DO NOT EDIT. */ /* errnos.in - List of system error values. Copyright (C) 2003, 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/err-codes-sym.h b/plugins/MirOTR/Libgpg-error/err-codes-sym.h index 49324b508a..c36da03b8c 100644 --- a/plugins/MirOTR/Libgpg-error/err-codes-sym.h +++ b/plugins/MirOTR/Libgpg-error/err-codes-sym.h @@ -1,4 +1,4 @@ -/* Output of mkstrtable.awk. DO NOT EDIT. */ +/* Output of mkstrtable.awk. DO NOT EDIT. */ /* err-codes.h - List of error codes and their description. Copyright (C) 2003, 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/err-codes.h b/plugins/MirOTR/Libgpg-error/err-codes.h index e118ab88ad..64ff57d215 100644 --- a/plugins/MirOTR/Libgpg-error/err-codes.h +++ b/plugins/MirOTR/Libgpg-error/err-codes.h @@ -1,4 +1,4 @@ -/* Output of mkstrtable.awk. DO NOT EDIT. */ +/* Output of mkstrtable.awk. DO NOT EDIT. */ /* err-codes.h - List of error codes and their description. Copyright (C) 2003, 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/err-sources-sym.h b/plugins/MirOTR/Libgpg-error/err-sources-sym.h index 4cf76499a0..98388e9da3 100644 --- a/plugins/MirOTR/Libgpg-error/err-sources-sym.h +++ b/plugins/MirOTR/Libgpg-error/err-sources-sym.h @@ -1,4 +1,4 @@ -/* Output of mkstrtable.awk. DO NOT EDIT. */ +/* Output of mkstrtable.awk. DO NOT EDIT. */ /* err-sources.h - List of error sources and their description. Copyright (C) 2003, 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/err-sources.h b/plugins/MirOTR/Libgpg-error/err-sources.h index 6ca7f173f4..5160fd791f 100644 --- a/plugins/MirOTR/Libgpg-error/err-sources.h +++ b/plugins/MirOTR/Libgpg-error/err-sources.h @@ -1,4 +1,4 @@ -/* Output of mkstrtable.awk. DO NOT EDIT. */ +/* Output of mkstrtable.awk. DO NOT EDIT. */ /* err-sources.h - List of error sources and their description. Copyright (C) 2003, 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/err-visibility.c b/plugins/MirOTR/Libgpg-error/err-visibility.c index ec2173b14b..9213ce92f5 100644 --- a/plugins/MirOTR/Libgpg-error/err-visibility.c +++ b/plugins/MirOTR/Libgpg-error/err-visibility.c @@ -1,4 +1,4 @@ -/* visibility.c - Wrapper for all public functions. +/* visibility.c - Wrapper for all public functions. * Copyright (C) 2014 g10 Code GmbH * * This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/err-visibility.h b/plugins/MirOTR/Libgpg-error/err-visibility.h index c33d3b2fe2..a75bb9b857 100644 --- a/plugins/MirOTR/Libgpg-error/err-visibility.h +++ b/plugins/MirOTR/Libgpg-error/err-visibility.h @@ -1,4 +1,4 @@ -/* err-visibility.h - Set visibility attribute +/* err-visibility.h - Set visibility attribute * Copyright (C) 2014 g10 Code GmbH * * This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/errnos-sym.h b/plugins/MirOTR/Libgpg-error/errnos-sym.h index 6e5b29d939..42804ae216 100644 --- a/plugins/MirOTR/Libgpg-error/errnos-sym.h +++ b/plugins/MirOTR/Libgpg-error/errnos-sym.h @@ -1,4 +1,4 @@ -/* Output of mkstrtable.awk. DO NOT EDIT. */ +/* Output of mkstrtable.awk. DO NOT EDIT. */ /* errnos.in - List of system error values. Copyright (C) 2003, 2004 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/estream-printf.c b/plugins/MirOTR/Libgpg-error/estream-printf.c index fbfb2934ba..39a813feef 100644 --- a/plugins/MirOTR/Libgpg-error/estream-printf.c +++ b/plugins/MirOTR/Libgpg-error/estream-printf.c @@ -1,4 +1,4 @@ -/* estream-printf.c - Versatile mostly C-99 compliant printf formatting +/* estream-printf.c - Versatile mostly C-99 compliant printf formatting * Copyright (C) 2007, 2008, 2009, 2010, 2012, 2014 g10 Code GmbH * * This file is part of Libestream. diff --git a/plugins/MirOTR/Libgpg-error/estream-printf.h b/plugins/MirOTR/Libgpg-error/estream-printf.h index 94975c3118..e82d8fbcb4 100644 --- a/plugins/MirOTR/Libgpg-error/estream-printf.h +++ b/plugins/MirOTR/Libgpg-error/estream-printf.h @@ -1,4 +1,4 @@ -/* estream-printf.h - Versatile mostly C-99 compliant printf formatting. +/* estream-printf.h - Versatile mostly C-99 compliant printf formatting. * Copyright (C) 2007, 2010, 2012 g10 Code GmbH * * This file is part of Libestream. diff --git a/plugins/MirOTR/Libgpg-error/estream.c b/plugins/MirOTR/Libgpg-error/estream.c index 4bcb26cceb..f4bda2a1c0 100644 --- a/plugins/MirOTR/Libgpg-error/estream.c +++ b/plugins/MirOTR/Libgpg-error/estream.c @@ -1,4 +1,4 @@ -/* estream.c - Extended Stream I/O Library +/* estream.c - Extended Stream I/O Library * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2011, * 2014 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgpg-error/gen-posix-lock-obj.c b/plugins/MirOTR/Libgpg-error/gen-posix-lock-obj.c index 10241bb6d1..d2bc645947 100644 --- a/plugins/MirOTR/Libgpg-error/gen-posix-lock-obj.c +++ b/plugins/MirOTR/Libgpg-error/gen-posix-lock-obj.c @@ -1,4 +1,4 @@ -/* gen-posix-lock-obj.c - Build tool to construct the lock object. +/* gen-posix-lock-obj.c - Build tool to construct the lock object. Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/gen-w32-lock-obj.c b/plugins/MirOTR/Libgpg-error/gen-w32-lock-obj.c index 146a0ba683..9e49d1e1df 100644 --- a/plugins/MirOTR/Libgpg-error/gen-w32-lock-obj.c +++ b/plugins/MirOTR/Libgpg-error/gen-w32-lock-obj.c @@ -1,4 +1,4 @@ -/* gen-w32-lock-obj.c - Build tool to get the size of the lock object. +/* gen-w32-lock-obj.c - Build tool to get the size of the lock object. Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/gettext.h b/plugins/MirOTR/Libgpg-error/gettext.h index c4e2e1799b..aba29db6dd 100644 --- a/plugins/MirOTR/Libgpg-error/gettext.h +++ b/plugins/MirOTR/Libgpg-error/gettext.h @@ -1,4 +1,4 @@ -/* Convenience header for conditional use of GNU <libintl.h>. +/* Convenience header for conditional use of GNU <libintl.h>. Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it diff --git a/plugins/MirOTR/Libgpg-error/gpg-error.c b/plugins/MirOTR/Libgpg-error/gpg-error.c index 4f5e18810a..034a61b6e0 100644 --- a/plugins/MirOTR/Libgpg-error/gpg-error.c +++ b/plugins/MirOTR/Libgpg-error/gpg-error.c @@ -1,4 +1,4 @@ -/* gpg-error.c - Determining gpg-error error codes. +/* gpg-error.c - Determining gpg-error error codes. Copyright (C) 2004 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/gpg-error.def b/plugins/MirOTR/Libgpg-error/gpg-error.def index 0d50df0573..290bc27877 100644 --- a/plugins/MirOTR/Libgpg-error/gpg-error.def +++ b/plugins/MirOTR/Libgpg-error/gpg-error.def @@ -1,4 +1,4 @@ - + EXPORTS gpg_strerror @1 gpg_strerror_r @2 diff --git a/plugins/MirOTR/Libgpg-error/gpg-error.h b/plugins/MirOTR/Libgpg-error/gpg-error.h index 07dc49bf52..c94d4f99dc 100644 --- a/plugins/MirOTR/Libgpg-error/gpg-error.h +++ b/plugins/MirOTR/Libgpg-error/gpg-error.h @@ -1,4 +1,4 @@ -/* gpg-error.h - Public interface to libgpg-error. -*- c -*-
+/* gpg-error.h - Public interface to libgpg-error. -*- c -*-
Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015 g10 Code GmbH
This file is part of libgpg-error.
diff --git a/plugins/MirOTR/Libgpg-error/gpgrt-int.h b/plugins/MirOTR/Libgpg-error/gpgrt-int.h index f491485c56..5a05b9968b 100644 --- a/plugins/MirOTR/Libgpg-error/gpgrt-int.h +++ b/plugins/MirOTR/Libgpg-error/gpgrt-int.h @@ -1,4 +1,4 @@ -/* gpgrt-int.h - Internal definitions +/* gpgrt-int.h - Internal definitions * Copyright (C) 2014 g10 Code GmbH * * This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/init.c b/plugins/MirOTR/Libgpg-error/init.c index 45595adfc7..6305fe31af 100644 --- a/plugins/MirOTR/Libgpg-error/init.c +++ b/plugins/MirOTR/Libgpg-error/init.c @@ -1,4 +1,4 @@ -/* init.c - Initialize the GnuPG error library. +/* init.c - Initialize the GnuPG error library. Copyright (C) 2005, 2010 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/init.h b/plugins/MirOTR/Libgpg-error/init.h index 1d16037e80..0a31fd72c4 100644 --- a/plugins/MirOTR/Libgpg-error/init.h +++ b/plugins/MirOTR/Libgpg-error/init.h @@ -1,4 +1,4 @@ -/* init.h - Declarations for init.c +/* init.h - Declarations for init.c Copyright (C) 2010 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/lock.h b/plugins/MirOTR/Libgpg-error/lock.h index 2979bcc201..b60f2c2401 100644 --- a/plugins/MirOTR/Libgpg-error/lock.h +++ b/plugins/MirOTR/Libgpg-error/lock.h @@ -1,4 +1,4 @@ -/* lock.h - Declarations for *-lock.c +/* lock.h - Declarations for *-lock.c Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/mkerrcodes.c b/plugins/MirOTR/Libgpg-error/mkerrcodes.c index 4a36219cc6..29c1cc270b 100644 --- a/plugins/MirOTR/Libgpg-error/mkerrcodes.c +++ b/plugins/MirOTR/Libgpg-error/mkerrcodes.c @@ -1,4 +1,4 @@ -/* mkerrcodes.c - Generate list of system error values. +/* mkerrcodes.c - Generate list of system error values. Copyright (C) 2004 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/mkerrcodes.h b/plugins/MirOTR/Libgpg-error/mkerrcodes.h index 11dfc9f85a..e7b8c62ac7 100644 --- a/plugins/MirOTR/Libgpg-error/mkerrcodes.h +++ b/plugins/MirOTR/Libgpg-error/mkerrcodes.h @@ -1,4 +1,4 @@ -/* Output of mkerrcodes.awk. DO NOT EDIT. */ +/* Output of mkerrcodes.awk. DO NOT EDIT. */ static struct { diff --git a/plugins/MirOTR/Libgpg-error/mkheader.c b/plugins/MirOTR/Libgpg-error/mkheader.c index 64fec4c79f..9fe0695c7a 100644 --- a/plugins/MirOTR/Libgpg-error/mkheader.c +++ b/plugins/MirOTR/Libgpg-error/mkheader.c @@ -1,4 +1,4 @@ -/* mkheader.c - Create a header file for libgpg-error +/* mkheader.c - Create a header file for libgpg-error * Copyright (C) 2010 Free Software Foundation, Inc. * Copyright (C) 2014 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgpg-error/mkw32errmap.c b/plugins/MirOTR/Libgpg-error/mkw32errmap.c index 60bb6bbf0f..68d0f05de7 100644 --- a/plugins/MirOTR/Libgpg-error/mkw32errmap.c +++ b/plugins/MirOTR/Libgpg-error/mkw32errmap.c @@ -1,4 +1,4 @@ -/* mkw32errmap.c - Generate mapping sources for Windows. +/* mkw32errmap.c - Generate mapping sources for Windows. Copyright (C) 2010 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/mkw32errmap.map.c b/plugins/MirOTR/Libgpg-error/mkw32errmap.map.c index 315a4e98c3..c65491e927 100644 --- a/plugins/MirOTR/Libgpg-error/mkw32errmap.map.c +++ b/plugins/MirOTR/Libgpg-error/mkw32errmap.map.c @@ -1 +1 @@ -/*dummy*/ +/*dummy*/ diff --git a/plugins/MirOTR/Libgpg-error/posix-lock-obj.h b/plugins/MirOTR/Libgpg-error/posix-lock-obj.h index 1a5eb30c6d..7714d3ccc2 100644 --- a/plugins/MirOTR/Libgpg-error/posix-lock-obj.h +++ b/plugins/MirOTR/Libgpg-error/posix-lock-obj.h @@ -1,4 +1,4 @@ -/* posic-lock-obj.h - Declaration of the POSIX lock object +/* posic-lock-obj.h - Declaration of the POSIX lock object Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/posix-lock.c b/plugins/MirOTR/Libgpg-error/posix-lock.c index dc43cfb22b..7f20347250 100644 --- a/plugins/MirOTR/Libgpg-error/posix-lock.c +++ b/plugins/MirOTR/Libgpg-error/posix-lock.c @@ -1,4 +1,4 @@ -/* posix-lock.c - GPGRT lock functions for POSIX systems +/* posix-lock.c - GPGRT lock functions for POSIX systems Copyright (C) 2005-2009 Free Software Foundation, Inc. Copyright (C) 2014 g10 Code GmbH diff --git a/plugins/MirOTR/Libgpg-error/posix-thread.c b/plugins/MirOTR/Libgpg-error/posix-thread.c index 8ffd8e2b88..bef0386295 100644 --- a/plugins/MirOTR/Libgpg-error/posix-thread.c +++ b/plugins/MirOTR/Libgpg-error/posix-thread.c @@ -1,4 +1,4 @@ -/* posix-thread.c - GPGRT thread functions for POSIX systems +/* posix-thread.c - GPGRT thread functions for POSIX systems Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/strerror-sym.c b/plugins/MirOTR/Libgpg-error/strerror-sym.c index 59f8711797..3d79f40bb5 100644 --- a/plugins/MirOTR/Libgpg-error/strerror-sym.c +++ b/plugins/MirOTR/Libgpg-error/strerror-sym.c @@ -1,4 +1,4 @@ -/* strerror-sym.c - Describing an error code with its symbol name. +/* strerror-sym.c - Describing an error code with its symbol name. Copyright (C) 2003, 2004 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/strerror.c b/plugins/MirOTR/Libgpg-error/strerror.c index 14d9311a2e..4013e7ae26 100644 --- a/plugins/MirOTR/Libgpg-error/strerror.c +++ b/plugins/MirOTR/Libgpg-error/strerror.c @@ -1,4 +1,4 @@ -/* strerror.c - Describing an error code. +/* strerror.c - Describing an error code. Copyright (C) 2003 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/strsource-sym.c b/plugins/MirOTR/Libgpg-error/strsource-sym.c index ec60ef32d8..a191310e95 100644 --- a/plugins/MirOTR/Libgpg-error/strsource-sym.c +++ b/plugins/MirOTR/Libgpg-error/strsource-sym.c @@ -1,4 +1,4 @@ -/* strsource-sym.c - Describing an error source with its symbol name. +/* strsource-sym.c - Describing an error source with its symbol name. Copyright (C) 2003, 2004 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/strsource.c b/plugins/MirOTR/Libgpg-error/strsource.c index 029a47f7a1..6604eb0a80 100644 --- a/plugins/MirOTR/Libgpg-error/strsource.c +++ b/plugins/MirOTR/Libgpg-error/strsource.c @@ -1,4 +1,4 @@ -/* strsource.c - Describing an error source. +/* strsource.c - Describing an error source. Copyright (C) 2003 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/thread.h b/plugins/MirOTR/Libgpg-error/thread.h index 5869e740c1..0b2cf0414f 100644 --- a/plugins/MirOTR/Libgpg-error/thread.h +++ b/plugins/MirOTR/Libgpg-error/thread.h @@ -1,4 +1,4 @@ -/* thread.h - Declarations for *-thread.c +/* thread.h - Declarations for *-thread.c Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/version.c b/plugins/MirOTR/Libgpg-error/version.c index 81613b2337..216fee4e5c 100644 --- a/plugins/MirOTR/Libgpg-error/version.c +++ b/plugins/MirOTR/Libgpg-error/version.c @@ -1,4 +1,4 @@ -/* version.c - Version checking +/* version.c - Version checking * Copyright (C) 2001, 2002, 2012, 2013, 2014 g10 Code GmbH * * This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/w32-add.h b/plugins/MirOTR/Libgpg-error/w32-add.h index 7c5d272cb0..02848acf73 100644 --- a/plugins/MirOTR/Libgpg-error/w32-add.h +++ b/plugins/MirOTR/Libgpg-error/w32-add.h @@ -1,4 +1,4 @@ -## w32-add.h - Snippet to be be included into gpg-error.h. +## w32-add.h - Snippet to be be included into gpg-error.h. ## Comments are indicated by a double hash mark. Due to a ## peculiarity of the script the first used line must not ## start with a hash mark. diff --git a/plugins/MirOTR/Libgpg-error/w32-gettext.c b/plugins/MirOTR/Libgpg-error/w32-gettext.c index e55307c867..89f505d91d 100644 --- a/plugins/MirOTR/Libgpg-error/w32-gettext.c +++ b/plugins/MirOTR/Libgpg-error/w32-gettext.c @@ -1,4 +1,4 @@ -/* w32-gettext.h - A simple gettext implementation for Windows targets. +/* w32-gettext.h - A simple gettext implementation for Windows targets. Copyright (C) 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgpg-error/w32-lock-obj.h b/plugins/MirOTR/Libgpg-error/w32-lock-obj.h index 1f4732a1c0..ef53546d90 100644 --- a/plugins/MirOTR/Libgpg-error/w32-lock-obj.h +++ b/plugins/MirOTR/Libgpg-error/w32-lock-obj.h @@ -1,4 +1,4 @@ -/* w32-lock-obj.h - Declaration of the Windows lock object +/* w32-lock-obj.h - Declaration of the Windows lock object Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/w32-lock.c b/plugins/MirOTR/Libgpg-error/w32-lock.c index 20fa1a8bd7..8c086f976d 100644 --- a/plugins/MirOTR/Libgpg-error/w32-lock.c +++ b/plugins/MirOTR/Libgpg-error/w32-lock.c @@ -1,4 +1,4 @@ -/* w32-lock.c - GPGRT lock functions for Windows +/* w32-lock.c - GPGRT lock functions for Windows Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/w32-thread.c b/plugins/MirOTR/Libgpg-error/w32-thread.c index 972526b778..53d26b4d5d 100644 --- a/plugins/MirOTR/Libgpg-error/w32-thread.c +++ b/plugins/MirOTR/Libgpg-error/w32-thread.c @@ -1,4 +1,4 @@ -/* w32-thread.c - GPGRT thread functions for Windows +/* w32-thread.c - GPGRT thread functions for Windows Copyright (C) 2014 g10 Code GmbH This file is part of libgpg-error. diff --git a/plugins/MirOTR/Libgpg-error/w32ce-add.h b/plugins/MirOTR/Libgpg-error/w32ce-add.h index ff35c29a66..c6207bb2bb 100644 --- a/plugins/MirOTR/Libgpg-error/w32ce-add.h +++ b/plugins/MirOTR/Libgpg-error/w32ce-add.h @@ -1,4 +1,4 @@ -## w32ce-add.h - Snippet to be be included into gpg-error.h. +## w32ce-add.h - Snippet to be be included into gpg-error.h. ## (Comments are indicated by a double hash mark) /* Substitute for strerror - this one is thread safe. */ diff --git a/plugins/MirOTR/ekhtml/include/ekhtml.h b/plugins/MirOTR/ekhtml/include/ekhtml.h index 9cf40ea1fa..ba4b196649 100644 --- a/plugins/MirOTR/ekhtml/include/ekhtml.h +++ b/plugins/MirOTR/ekhtml/include/ekhtml.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/include/ekhtml_config.h b/plugins/MirOTR/ekhtml/include/ekhtml_config.h index 82e7b54aeb..21254ea3bc 100644 --- a/plugins/MirOTR/ekhtml/include/ekhtml_config.h +++ b/plugins/MirOTR/ekhtml/include/ekhtml_config.h @@ -1,4 +1,4 @@ -/* include/ekhtml_config.h. Generated from config.in by configure. */ +/* include/ekhtml_config.h. Generated from config.in by configure. */ /* config.in. Generated from configure.in by autoheader. */ /* local_template.h This file is in the public domain. diff --git a/plugins/MirOTR/ekhtml/include/ekhtml_private.h b/plugins/MirOTR/ekhtml/include/ekhtml_private.h index 126b0d6f07..ea0a99dc34 100644 --- a/plugins/MirOTR/ekhtml/include/ekhtml_private.h +++ b/plugins/MirOTR/ekhtml/include/ekhtml_private.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/include/ekhtml_tables.h b/plugins/MirOTR/ekhtml/include/ekhtml_tables.h index dfef046246..4c185703e1 100644 --- a/plugins/MirOTR/ekhtml/include/ekhtml_tables.h +++ b/plugins/MirOTR/ekhtml/include/ekhtml_tables.h @@ -1,4 +1,4 @@ -#ifndef EKHTML_MKTABLES_DOT_H
+#ifndef EKHTML_MKTABLES_DOT_H
#define EKHTML_MKTABLES_DOT_H
#ifdef EKHTML_USE_TABLES
const unsigned int EKCMap_CharMap[256] = {
diff --git a/plugins/MirOTR/ekhtml/include/hash.h b/plugins/MirOTR/ekhtml/include/hash.h index e850863d77..5b6333e264 100644 --- a/plugins/MirOTR/ekhtml/include/hash.h +++ b/plugins/MirOTR/ekhtml/include/hash.h @@ -1,4 +1,4 @@ -/* +/* * Hash Table Data Type * Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net> * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml.c b/plugins/MirOTR/ekhtml/src/ekhtml.c index e9a60ecb1d..5a6a3f5db2 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_comment.c b/plugins/MirOTR/ekhtml/src/ekhtml_comment.c index 2f826d22af..50ae59c1a9 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_comment.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_comment.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_data.c b/plugins/MirOTR/ekhtml/src/ekhtml_data.c index b5beb5d8b0..b5c85984c9 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_data.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_data.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_endtag.c b/plugins/MirOTR/ekhtml/src/ekhtml_endtag.c index dc188fbe8b..55ac3ce8f3 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_endtag.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_endtag.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_mktables.c b/plugins/MirOTR/ekhtml/src/ekhtml_mktables.c index 5b4f28736f..e9d2102325 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_mktables.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_mktables.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_special.c b/plugins/MirOTR/ekhtml/src/ekhtml_special.c index 01a0ef18cb..910919c3d8 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_special.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_special.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_starttag.c b/plugins/MirOTR/ekhtml/src/ekhtml_starttag.c index 2b9023d41b..ff2c6c79d7 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_starttag.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_starttag.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/ekhtml_util.c b/plugins/MirOTR/ekhtml/src/ekhtml_util.c index cfd2ccf8df..d4b3883d50 100644 --- a/plugins/MirOTR/ekhtml/src/ekhtml_util.c +++ b/plugins/MirOTR/ekhtml/src/ekhtml_util.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2002-2004, Jon Travis * All rights reserved. * diff --git a/plugins/MirOTR/ekhtml/src/hash.c b/plugins/MirOTR/ekhtml/src/hash.c index 2a6dab1af4..dd469b273b 100644 --- a/plugins/MirOTR/ekhtml/src/hash.c +++ b/plugins/MirOTR/ekhtml/src/hash.c @@ -1,4 +1,4 @@ -/* +/* * Hash Table Data Type * Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net> * diff --git a/plugins/MirOTR/libotr/custom/config.h b/plugins/MirOTR/libotr/custom/config.h index 3fe072eab8..9cf22ee400 100644 --- a/plugins/MirOTR/libotr/custom/config.h +++ b/plugins/MirOTR/libotr/custom/config.h @@ -1,4 +1,4 @@ -/* config.h. Generated from config.h.in by configure. */ +/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <dlfcn.h> header file. */ diff --git a/plugins/MirOTR/libotr/read/Protocol-v1.txt b/plugins/MirOTR/libotr/read/Protocol-v1.txt index 4f59c4cd5b..27429bb76d 100644 --- a/plugins/MirOTR/libotr/read/Protocol-v1.txt +++ b/plugins/MirOTR/libotr/read/Protocol-v1.txt @@ -1,4 +1,4 @@ - Off-The-Record Wire Protocol Documentation + Off-The-Record Wire Protocol Documentation ------------------------------------------ Nikita Borisov and Ian Goldberg diff --git a/plugins/MirOTR/libotr/src/auth.c b/plugins/MirOTR/libotr/src/auth.c index c78ef9c365..d0c55057e1 100644 --- a/plugins/MirOTR/libotr/src/auth.c +++ b/plugins/MirOTR/libotr/src/auth.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/auth.h b/plugins/MirOTR/libotr/src/auth.h index 0d0d78fd62..0b9db544aa 100644 --- a/plugins/MirOTR/libotr/src/auth.h +++ b/plugins/MirOTR/libotr/src/auth.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/b64.c b/plugins/MirOTR/libotr/src/b64.c index 40171097ca..a7d53aa2b1 100644 --- a/plugins/MirOTR/libotr/src/b64.c +++ b/plugins/MirOTR/libotr/src/b64.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/b64.h b/plugins/MirOTR/libotr/src/b64.h index 35e664d765..bdd584a45e 100644 --- a/plugins/MirOTR/libotr/src/b64.h +++ b/plugins/MirOTR/libotr/src/b64.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/context.c b/plugins/MirOTR/libotr/src/context.c index 9a5d383ec6..44d8b860f7 100644 --- a/plugins/MirOTR/libotr/src/context.c +++ b/plugins/MirOTR/libotr/src/context.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/context.h b/plugins/MirOTR/libotr/src/context.h index 0b922b45f9..55cd082845 100644 --- a/plugins/MirOTR/libotr/src/context.h +++ b/plugins/MirOTR/libotr/src/context.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/context_priv.c b/plugins/MirOTR/libotr/src/context_priv.c index 4b27dcb04a..47d05b9204 100644 --- a/plugins/MirOTR/libotr/src/context_priv.c +++ b/plugins/MirOTR/libotr/src/context_priv.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/context_priv.h b/plugins/MirOTR/libotr/src/context_priv.h index 5b9ffa92a7..0748074e9b 100644 --- a/plugins/MirOTR/libotr/src/context_priv.h +++ b/plugins/MirOTR/libotr/src/context_priv.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/dh.c b/plugins/MirOTR/libotr/src/dh.c index e6ff056844..d8bc45d10d 100644 --- a/plugins/MirOTR/libotr/src/dh.c +++ b/plugins/MirOTR/libotr/src/dh.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/dh.h b/plugins/MirOTR/libotr/src/dh.h index e81c43dc61..742c408042 100644 --- a/plugins/MirOTR/libotr/src/dh.h +++ b/plugins/MirOTR/libotr/src/dh.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/instag.c b/plugins/MirOTR/libotr/src/instag.c index 8624b70a7b..a1142239a4 100644 --- a/plugins/MirOTR/libotr/src/instag.c +++ b/plugins/MirOTR/libotr/src/instag.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2015 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/instag.h b/plugins/MirOTR/libotr/src/instag.h index db328de5c9..c8aabb324f 100644 --- a/plugins/MirOTR/libotr/src/instag.h +++ b/plugins/MirOTR/libotr/src/instag.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/mem.c b/plugins/MirOTR/libotr/src/mem.c index d161ff4aaf..29330ae757 100644 --- a/plugins/MirOTR/libotr/src/mem.c +++ b/plugins/MirOTR/libotr/src/mem.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/mem.h b/plugins/MirOTR/libotr/src/mem.h index e83feebe91..2baf8f2e9a 100644 --- a/plugins/MirOTR/libotr/src/mem.h +++ b/plugins/MirOTR/libotr/src/mem.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/message.c b/plugins/MirOTR/libotr/src/message.c index c564d369ec..6cc8165c27 100644 --- a/plugins/MirOTR/libotr/src/message.c +++ b/plugins/MirOTR/libotr/src/message.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2015 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/message.h b/plugins/MirOTR/libotr/src/message.h index 3b0d23f3bd..bb82ffc7e6 100644 --- a/plugins/MirOTR/libotr/src/message.h +++ b/plugins/MirOTR/libotr/src/message.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/privkey-t.h b/plugins/MirOTR/libotr/src/privkey-t.h index 25763c646e..7dd120e789 100644 --- a/plugins/MirOTR/libotr/src/privkey-t.h +++ b/plugins/MirOTR/libotr/src/privkey-t.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2009 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/privkey.c b/plugins/MirOTR/libotr/src/privkey.c index 151e269a82..6e4bbe40fc 100644 --- a/plugins/MirOTR/libotr/src/privkey.c +++ b/plugins/MirOTR/libotr/src/privkey.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/privkey.h b/plugins/MirOTR/libotr/src/privkey.h index 2125d7da01..3b2c1735e3 100644 --- a/plugins/MirOTR/libotr/src/privkey.h +++ b/plugins/MirOTR/libotr/src/privkey.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/proto.c b/plugins/MirOTR/libotr/src/proto.c index 256c23db1b..898ace5db7 100644 --- a/plugins/MirOTR/libotr/src/proto.c +++ b/plugins/MirOTR/libotr/src/proto.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2016 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/proto.h b/plugins/MirOTR/libotr/src/proto.h index a78ce9b800..28be83f439 100644 --- a/plugins/MirOTR/libotr/src/proto.h +++ b/plugins/MirOTR/libotr/src/proto.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/serial.h b/plugins/MirOTR/libotr/src/serial.h index 28d4775d38..cd2442b332 100644 --- a/plugins/MirOTR/libotr/src/serial.h +++ b/plugins/MirOTR/libotr/src/serial.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/sm.c b/plugins/MirOTR/libotr/src/sm.c index 4e477b1e45..4fb679ea81 100644 --- a/plugins/MirOTR/libotr/src/sm.c +++ b/plugins/MirOTR/libotr/src/sm.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/libotr/src/sm.h b/plugins/MirOTR/libotr/src/sm.h index 4b5cb673a2..53703ff301 100644 --- a/plugins/MirOTR/libotr/src/sm.h +++ b/plugins/MirOTR/libotr/src/sm.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/tests.c b/plugins/MirOTR/libotr/src/tests.c index 8cf13eefa9..d64ac354a1 100644 --- a/plugins/MirOTR/libotr/src/tests.c +++ b/plugins/MirOTR/libotr/src/tests.c @@ -1,4 +1,4 @@ -#include <stdio.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include "proto.h" diff --git a/plugins/MirOTR/libotr/src/tlv.c b/plugins/MirOTR/libotr/src/tlv.c index 20645e9fee..fa76c3d76c 100644 --- a/plugins/MirOTR/libotr/src/tlv.c +++ b/plugins/MirOTR/libotr/src/tlv.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/tlv.h b/plugins/MirOTR/libotr/src/tlv.h index b77eb56484..0bfeeb27fd 100644 --- a/plugins/MirOTR/libotr/src/tlv.h +++ b/plugins/MirOTR/libotr/src/tlv.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Chris Alexander, Willy Lew, * Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/userstate.c b/plugins/MirOTR/libotr/src/userstate.c index 2d228c1f13..58f5a05578 100644 --- a/plugins/MirOTR/libotr/src/userstate.c +++ b/plugins/MirOTR/libotr/src/userstate.c @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/userstate.h b/plugins/MirOTR/libotr/src/userstate.h index 00c8a5a7a7..3f1e3b89cf 100644 --- a/plugins/MirOTR/libotr/src/userstate.h +++ b/plugins/MirOTR/libotr/src/userstate.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2012 Ian Goldberg, Rob Smits, Chris Alexander, * Willy Lew, Lisa Du, Nikita Borisov diff --git a/plugins/MirOTR/libotr/src/version.h b/plugins/MirOTR/libotr/src/version.h index 04103f88df..c7f990fb50 100644 --- a/plugins/MirOTR/libotr/src/version.h +++ b/plugins/MirOTR/libotr/src/version.h @@ -1,4 +1,4 @@ -/* +/* * Off-the-Record Messaging library * Copyright (C) 2004-2016 Ian Goldberg, David Goulet, Rob Smits, * Chris Alexander, Willy Lew, Lisa Du, diff --git a/plugins/MirOTR/src/dbfilter.cpp b/plugins/MirOTR/src/dbfilter.cpp index 7da3a95f73..4c6108f6d0 100644 --- a/plugins/MirOTR/src/dbfilter.cpp +++ b/plugins/MirOTR/src/dbfilter.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static HANDLE hDBEventPreAdd, hDBEventAdded, hContactSettingChanged; static mir_cs RemoveChainCS; diff --git a/plugins/MirOTR/src/dbfilter.h b/plugins/MirOTR/src/dbfilter.h index 7a69b71f26..99a6d50428 100644 --- a/plugins/MirOTR/src/dbfilter.h +++ b/plugins/MirOTR/src/dbfilter.h @@ -1,4 +1,4 @@ -#define DBEF_OTR_PREFIXED 0x8000
+#define DBEF_OTR_PREFIXED 0x8000
void InitDBFilter();
void DeinitDBFilter();
\ No newline at end of file diff --git a/plugins/MirOTR/src/dialogs.cpp b/plugins/MirOTR/src/dialogs.cpp index 16d79ed09e..7bd50fefbd 100644 --- a/plugins/MirOTR/src/dialogs.cpp +++ b/plugins/MirOTR/src/dialogs.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" struct SmpData { diff --git a/plugins/MirOTR/src/dialogs.h b/plugins/MirOTR/src/dialogs.h index 98b1e75f2c..3e259d2797 100644 --- a/plugins/MirOTR/src/dialogs.h +++ b/plugins/MirOTR/src/dialogs.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once void VerifyContextDialog(ConnContext* context); void SMPInitDialog(ConnContext* context); void SMPDialogUpdate(ConnContext *context, int percent); diff --git a/plugins/MirOTR/src/dllmain.cpp b/plugins/MirOTR/src/dllmain.cpp index 27762445a6..9e499f897a 100644 --- a/plugins/MirOTR/src/dllmain.cpp +++ b/plugins/MirOTR/src/dllmain.cpp @@ -1,4 +1,4 @@ -// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
+// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
#include "stdafx.h"
CLIST_INTERFACE *pcli;
diff --git a/plugins/MirOTR/src/entities.cpp b/plugins/MirOTR/src/entities.cpp index 9b3ad0b849..62b0865b73 100644 --- a/plugins/MirOTR/src/entities.cpp +++ b/plugins/MirOTR/src/entities.cpp @@ -1,4 +1,4 @@ -// (C) of entities.cpp: Christoph +// (C) of entities.cpp: Christoph // http://mercurial.intuxication.org/hg/cstuff/raw-file/tip/entities.c // http://stackoverflow.com/questions/1082162/how-to-unescape-html-in-c/1082191#1082191 // modified by ProgAndy diff --git a/plugins/MirOTR/src/entities.h b/plugins/MirOTR/src/entities.h index d22562bd05..a29f21ef22 100644 --- a/plugins/MirOTR/src/entities.h +++ b/plugins/MirOTR/src/entities.h @@ -1,4 +1,4 @@ -// (C) of entities.h: Christoph +// (C) of entities.h: Christoph // http://mercurial.intuxication.org/hg/cstuff/raw-file/tip/entities.h // http://stackoverflow.com/questions/1082162/how-to-unescape-html-in-c/1082191#1082191 // modified by ProgAndy diff --git a/plugins/MirOTR/src/icons.cpp b/plugins/MirOTR/src/icons.cpp index 374dc64f11..9b952736b1 100644 --- a/plugins/MirOTR/src/icons.cpp +++ b/plugins/MirOTR/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static IconItem iconList[] = {
{ LPGEN(LANG_ICON_OTR), ICON_OTR, IDI_OTR },
diff --git a/plugins/MirOTR/src/icons.h b/plugins/MirOTR/src/icons.h index d95fe70e28..a366517bdc 100644 --- a/plugins/MirOTR/src/icons.h +++ b/plugins/MirOTR/src/icons.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#define ICON_FINISHED (MODULENAME"_finished")
#define ICON_UNVERIFIED (MODULENAME"_unverified")
#define ICON_PRIVATE (MODULENAME"_private")
diff --git a/plugins/MirOTR/src/language.h b/plugins/MirOTR/src/language.h index ab2c46dfca..b191f1ab30 100644 --- a/plugins/MirOTR/src/language.h +++ b/plugins/MirOTR/src/language.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #define LANG_INLINE_PREFIX "[OTR INFO] " diff --git a/plugins/MirOTR/src/mirotrmenu.cpp b/plugins/MirOTR/src/mirotrmenu.cpp index e60b2f5744..21ae10a7f9 100644 --- a/plugins/MirOTR/src/mirotrmenu.cpp +++ b/plugins/MirOTR/src/mirotrmenu.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static int hMirOTRMenuObject; static HGENMENU hStatusInfoItem, hHTMLConvMenuItem; diff --git a/plugins/MirOTR/src/mirotrmenu.h b/plugins/MirOTR/src/mirotrmenu.h index 018b401807..d101caa38e 100644 --- a/plugins/MirOTR/src/mirotrmenu.h +++ b/plugins/MirOTR/src/mirotrmenu.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#define CMIF_NOTNOTPRIVATE CMIF_NOTOFFLINE
#define CMIF_NOTUNVERIFIED CMIF_NOTONLINE
diff --git a/plugins/MirOTR/src/options.cpp b/plugins/MirOTR/src/options.cpp index ee157f0675..33b1ee0d35 100644 --- a/plugins/MirOTR/src/options.cpp +++ b/plugins/MirOTR/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" extern "C"{ #include "otrlextensions.h" } diff --git a/plugins/MirOTR/src/options.h b/plugins/MirOTR/src/options.h index 06f9c56464..17efb1c139 100644 --- a/plugins/MirOTR/src/options.h +++ b/plugins/MirOTR/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC +#ifndef _OPTIONS_INC #define _OPTIONS_INC #define PRIVATE_KEY_FILENAME "otr.private_key" diff --git a/plugins/MirOTR/src/otr.cpp b/plugins/MirOTR/src/otr.cpp index 6cc32df75c..5350bca1bb 100644 --- a/plugins/MirOTR/src/otr.cpp +++ b/plugins/MirOTR/src/otr.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" OtrlUserState otr_user_state; #define WMU_ENDDIALOG (WM_USER+244) diff --git a/plugins/MirOTR/src/otr.h b/plugins/MirOTR/src/otr.h index 968c566d46..7746f2dd79 100644 --- a/plugins/MirOTR/src/otr.h +++ b/plugins/MirOTR/src/otr.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once extern OtrlUserState otr_user_state; extern OtrlMessageAppOps ops; diff --git a/plugins/MirOTR/src/otrlextensions.c b/plugins/MirOTR/src/otrlextensions.c index a9676febcb..da68e73354 100644 --- a/plugins/MirOTR/src/otrlextensions.c +++ b/plugins/MirOTR/src/otrlextensions.c @@ -1,4 +1,4 @@ -/* +/* * otrlextensions.c - Off-the-Record Messaging library extensions * * Strongly based on parts of the Off-the-Record Messaging library, diff --git a/plugins/MirOTR/src/otrlextensions.h b/plugins/MirOTR/src/otrlextensions.h index 2b26ab1591..c0fa75c673 100644 --- a/plugins/MirOTR/src/otrlextensions.h +++ b/plugins/MirOTR/src/otrlextensions.h @@ -1,4 +1,4 @@ -/* +/* * otrlextensions.h - Off-the-Record Messaging library extensions * * Strongly based on parts of the Off-the-Record Messaging library, diff --git a/plugins/MirOTR/src/resource.h b/plugins/MirOTR/src/resource.h index 272c9a5a6a..6757de6f81 100644 --- a/plugins/MirOTR/src/resource.h +++ b/plugins/MirOTR/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\miranda-ng\plugins\MirOTR\res\resource.rc
//
diff --git a/plugins/MirOTR/src/stdafx.cpp b/plugins/MirOTR/src/stdafx.cpp index a26ebc384b..fd677f50e5 100644 --- a/plugins/MirOTR/src/stdafx.cpp +++ b/plugins/MirOTR/src/stdafx.cpp @@ -1,4 +1,4 @@ -// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. // MirOTR.pch ist der vorkompilierte Header. // stdafx.obj enthält die vorkompilierten Typinformationen. diff --git a/plugins/MirOTR/src/stdafx.h b/plugins/MirOTR/src/stdafx.h index b572e67b58..33bb070972 100644 --- a/plugins/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/src/stdafx.h @@ -1,4 +1,4 @@ -// stdafx.h : Includedatei für Standardsystem-Includedateien
+// stdafx.h : Includedatei für Standardsystem-Includedateien
// oder häufig verwendete projektspezifische Includedateien,
// die nur in unregelmäßigen Abständen geändert werden.
//
diff --git a/plugins/MirOTR/src/striphtml.cpp b/plugins/MirOTR/src/striphtml.cpp index a0e54abbb6..1401ac9a02 100644 --- a/plugins/MirOTR/src/striphtml.cpp +++ b/plugins/MirOTR/src/striphtml.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void starttag_cb (void *cbdata, ekhtml_string_t *tag, ekhtml_attr_t *attrs) {
STRIPHTML_DATA *data = (STRIPHTML_DATA *)cbdata;
diff --git a/plugins/MirOTR/src/striphtml.h b/plugins/MirOTR/src/striphtml.h index b00113c00a..3b2d9b6cbc 100644 --- a/plugins/MirOTR/src/striphtml.h +++ b/plugins/MirOTR/src/striphtml.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
struct STRIPHTML_DATA {
std::stack<char*> stack;
diff --git a/plugins/MirOTR/src/svcs_menu.cpp b/plugins/MirOTR/src/svcs_menu.cpp index 9d9bcd0ba5..5b9d4703d7 100644 --- a/plugins/MirOTR/src/svcs_menu.cpp +++ b/plugins/MirOTR/src/svcs_menu.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static HGENMENU hStopItem, hStartItem; diff --git a/plugins/MirOTR/src/svcs_menu.h b/plugins/MirOTR/src/svcs_menu.h index d3138c31cf..145a080be9 100644 --- a/plugins/MirOTR/src/svcs_menu.h +++ b/plugins/MirOTR/src/svcs_menu.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
INT_PTR SVC_StartOTR(WPARAM wParam, LPARAM lParam);
INT_PTR SVC_RefreshOTR(WPARAM wParam, LPARAM lParam);
INT_PTR SVC_StopOTR(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/MirOTR/src/svcs_proto.cpp b/plugins/MirOTR/src/svcs_proto.cpp index 7d2d864cc2..147d79b1e7 100644 --- a/plugins/MirOTR/src/svcs_proto.cpp +++ b/plugins/MirOTR/src/svcs_proto.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" INT_PTR SVC_OTRSendMessage(WPARAM wParam,LPARAM lParam){ if (!lParam) return 0; diff --git a/plugins/MirOTR/src/svcs_proto.h b/plugins/MirOTR/src/svcs_proto.h index 9b6b53a4af..a260560cc6 100644 --- a/plugins/MirOTR/src/svcs_proto.h +++ b/plugins/MirOTR/src/svcs_proto.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
INT_PTR SVC_OTRSendMessage(WPARAM wParam,LPARAM lParam);
INT_PTR SVC_OTRRecvMessage(WPARAM wParam,LPARAM lParam);
diff --git a/plugins/MirOTR/src/svcs_srmm.cpp b/plugins/MirOTR/src/svcs_srmm.cpp index 9aa5bfac63..66e34d6aaf 100644 --- a/plugins/MirOTR/src/svcs_srmm.cpp +++ b/plugins/MirOTR/src/svcs_srmm.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" HICON hIconNotSecure, hIconFinished, hIconPrivate, hIconUnverified; BBButton OTRButton; diff --git a/plugins/MirOTR/src/svcs_srmm.h b/plugins/MirOTR/src/svcs_srmm.h index 9f0de501a6..dc3bbc9672 100644 --- a/plugins/MirOTR/src/svcs_srmm.h +++ b/plugins/MirOTR/src/svcs_srmm.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
int WindowEvent(WPARAM wParam, LPARAM lParam);
int SVC_IconPressed(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/MirOTR/src/utils.cpp b/plugins/MirOTR/src/utils.cpp index 937ce675fe..00d34f226c 100644 --- a/plugins/MirOTR/src/utils.cpp +++ b/plugins/MirOTR/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" mir_cs lib_cs; diff --git a/plugins/MirOTR/src/utils.h b/plugins/MirOTR/src/utils.h index 2f4bd30fd2..aec0e4a01a 100644 --- a/plugins/MirOTR/src/utils.h +++ b/plugins/MirOTR/src/utils.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #ifndef __HEADER_UTILS_H #define __HEADER_UTILS_H #include "stdafx.h" diff --git a/plugins/MirOTR/src/version.h b/plugins/MirOTR/src/version.h index c916b4b64a..275fa1166b 100644 --- a/plugins/MirOTR/src/version.h +++ b/plugins/MirOTR/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 14
#define __RELEASE_NUM 1
#define __BUILD_NUM 16
diff --git a/plugins/MirandaG15/docs/changelog.txt b/plugins/MirandaG15/docs/changelog.txt index 73c4b3a63c..dfbcb36f16 100644 --- a/plugins/MirandaG15/docs/changelog.txt +++ b/plugins/MirandaG15/docs/changelog.txt @@ -1,4 +1,4 @@ -v 0.1.1.14 - 23.04.2008
+v 0.1.1.14 - 23.04.2008
-------------------------
- fixed: some messages were not shown on the lcd
- changed: updated IRC plugin
diff --git a/plugins/MirandaG15/docs/readme.txt b/plugins/MirandaG15/docs/readme.txt index b72a96e18f..4606da0921 100644 --- a/plugins/MirandaG15/docs/readme.txt +++ b/plugins/MirandaG15/docs/readme.txt @@ -1,4 +1,4 @@ -MirandaG15
+MirandaG15
--------------------
MirandaG15 is a plugin for Miranda-IM (www.miranda-im.org).
It's an applet for Logitech's G15 Keyboard.
diff --git a/plugins/MirandaG15/docs/todo.txt b/plugins/MirandaG15/docs/todo.txt index e857732a8a..4955d9b5b0 100644 --- a/plugins/MirandaG15/docs/todo.txt +++ b/plugins/MirandaG15/docs/todo.txt @@ -1,4 +1,4 @@ -MAYBE:
+MAYBE:
=================
metacontacts:
- eventuell chat fьr metakontakte цffnen..?!
diff --git a/plugins/MirandaG15/src/CAppletManager.cpp b/plugins/MirandaG15/src/CAppletManager.cpp index 61f289e5bc..3abdd9c0cb 100644 --- a/plugins/MirandaG15/src/CAppletManager.cpp +++ b/plugins/MirandaG15/src/CAppletManager.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "CConfig.h" #include "CAppletManager.h" #include "m_system.h" diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h index c213fcdb01..f80b612c83 100644 --- a/plugins/MirandaG15/src/CAppletManager.h +++ b/plugins/MirandaG15/src/CAppletManager.h @@ -1,4 +1,4 @@ -#ifndef _COUTPUTMANAGER_H_
+#ifndef _COUTPUTMANAGER_H_
#define _COUTPUTMANAGER_H_
#include "LCDFramework/CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/CChatScreen.cpp b/plugins/MirandaG15/src/CChatScreen.cpp index d7a136b202..132b5ad2f2 100644 --- a/plugins/MirandaG15/src/CChatScreen.cpp +++ b/plugins/MirandaG15/src/CChatScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CChatScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h index cea8d449db..371cbaf4fd 100644 --- a/plugins/MirandaG15/src/CChatScreen.h +++ b/plugins/MirandaG15/src/CChatScreen.h @@ -1,4 +1,4 @@ -#ifndef _CCHATSCREEN_H_
+#ifndef _CCHATSCREEN_H_
#define _CCHATSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CConfig.cpp b/plugins/MirandaG15/src/CConfig.cpp index 5d24ed1421..351755a572 100644 --- a/plugins/MirandaG15/src/CConfig.cpp +++ b/plugins/MirandaG15/src/CConfig.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#include "Miranda.h"
#include "CConfig.h"
diff --git a/plugins/MirandaG15/src/CConfig.h b/plugins/MirandaG15/src/CConfig.h index e39ccdcccf..e35b68f772 100644 --- a/plugins/MirandaG15/src/CConfig.h +++ b/plugins/MirandaG15/src/CConfig.h @@ -1,4 +1,4 @@ -#ifndef _CCONFIG_H_
+#ifndef _CCONFIG_H_
#define _CCONFIG_H_
// Tabs
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index e8a1c7e12d..672e686129 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CContactList.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CContactList.h b/plugins/MirandaG15/src/CContactList.h index 4f7f8a9728..ed556ce872 100644 --- a/plugins/MirandaG15/src/CContactList.h +++ b/plugins/MirandaG15/src/CContactList.h @@ -1,4 +1,4 @@ -#ifndef _CCONTACTLIST_H_
+#ifndef _CCONTACTLIST_H_
#define _CCONTACTLIST_H_
#include "LCDFramework/CLCDList.h"
diff --git a/plugins/MirandaG15/src/CContactlistScreen.cpp b/plugins/MirandaG15/src/CContactlistScreen.cpp index 71539aeec3..5aa16328ac 100644 --- a/plugins/MirandaG15/src/CContactlistScreen.cpp +++ b/plugins/MirandaG15/src/CContactlistScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CContactlistScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CContactlistScreen.h b/plugins/MirandaG15/src/CContactlistScreen.h index 3745fefb22..329532a231 100644 --- a/plugins/MirandaG15/src/CContactlistScreen.h +++ b/plugins/MirandaG15/src/CContactlistScreen.h @@ -1,4 +1,4 @@ -#ifndef _CCONTACTLISTSCREEN_H_
+#ifndef _CCONTACTLISTSCREEN_H_
#define _CCONTACTLISTSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CCreditsScreen.cpp b/plugins/MirandaG15/src/CCreditsScreen.cpp index 761f928b6a..9a025ffe51 100644 --- a/plugins/MirandaG15/src/CCreditsScreen.cpp +++ b/plugins/MirandaG15/src/CCreditsScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CCreditsScreen.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CCreditsScreen.h b/plugins/MirandaG15/src/CCreditsScreen.h index dfef2bfe2c..c239094114 100644 --- a/plugins/MirandaG15/src/CCreditsScreen.h +++ b/plugins/MirandaG15/src/CCreditsScreen.h @@ -1,4 +1,4 @@ -#ifndef _CCREDITSSCREEN_H_
+#ifndef _CCREDITSSCREEN_H_
#define _CCREDITSSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CEvent.h b/plugins/MirandaG15/src/CEvent.h index 1a86441c09..4222600ca4 100644 --- a/plugins/MirandaG15/src/CEvent.h +++ b/plugins/MirandaG15/src/CEvent.h @@ -1,4 +1,4 @@ -#ifndef _CEVENT_H_
+#ifndef _CEVENT_H_
#define _CEVENT_H_
enum EventType { EVENT_MSG_RECEIVED = 0,
diff --git a/plugins/MirandaG15/src/CEventLog.cpp b/plugins/MirandaG15/src/CEventLog.cpp index 6e4e1c1778..dd82d923f4 100644 --- a/plugins/MirandaG15/src/CEventLog.cpp +++ b/plugins/MirandaG15/src/CEventLog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CEventLog.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CEventLog.h b/plugins/MirandaG15/src/CEventLog.h index 381359fa85..9c27fe64e8 100644 --- a/plugins/MirandaG15/src/CEventLog.h +++ b/plugins/MirandaG15/src/CEventLog.h @@ -1,4 +1,4 @@ -#ifndef _CEVENTLOG_H_
+#ifndef _CEVENTLOG_H_
#define _CEVENTLOG_H_
#include "LCDFramework/CLCDList.h"
diff --git a/plugins/MirandaG15/src/CEventScreen.cpp b/plugins/MirandaG15/src/CEventScreen.cpp index 5f79bfe18d..1d240265a8 100644 --- a/plugins/MirandaG15/src/CEventScreen.cpp +++ b/plugins/MirandaG15/src/CEventScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CEventScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CEventScreen.h b/plugins/MirandaG15/src/CEventScreen.h index 33318eb960..456fa5ff29 100644 --- a/plugins/MirandaG15/src/CEventScreen.h +++ b/plugins/MirandaG15/src/CEventScreen.h @@ -1,4 +1,4 @@ -#ifndef _CEVENTSCREEN_H_
+#ifndef _CEVENTSCREEN_H_
#define _CEVENTSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CIRCConnection.h b/plugins/MirandaG15/src/CIRCConnection.h index bf998de459..dd028a3b10 100644 --- a/plugins/MirandaG15/src/CIRCConnection.h +++ b/plugins/MirandaG15/src/CIRCConnection.h @@ -1,4 +1,4 @@ -#ifndef _CIRCCONNECTION_H_
+#ifndef _CIRCCONNECTION_H_
#define _CIRCCONNECTION_H_
class CIRCConnection
diff --git a/plugins/MirandaG15/src/CIRCHistory.h b/plugins/MirandaG15/src/CIRCHistory.h index 439c858ca0..d4865ddba0 100644 --- a/plugins/MirandaG15/src/CIRCHistory.h +++ b/plugins/MirandaG15/src/CIRCHistory.h @@ -1,4 +1,4 @@ -#ifndef _CIRCHISTORY_H_
+#ifndef _CIRCHISTORY_H_
#define _CIRCHISTORY_H_
struct SIRCMessage
diff --git a/plugins/MirandaG15/src/CNotificationScreen.cpp b/plugins/MirandaG15/src/CNotificationScreen.cpp index d386be2251..671c315276 100644 --- a/plugins/MirandaG15/src/CNotificationScreen.cpp +++ b/plugins/MirandaG15/src/CNotificationScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CNotificationScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CNotificationScreen.h b/plugins/MirandaG15/src/CNotificationScreen.h index fadf010756..f5142c554c 100644 --- a/plugins/MirandaG15/src/CNotificationScreen.h +++ b/plugins/MirandaG15/src/CNotificationScreen.h @@ -1,4 +1,4 @@ -#ifndef _CNOTIFICATIONSCREEN_H_
+#ifndef _CNOTIFICATIONSCREEN_H_
#define _CNOTIFICATIONSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CProtocolData.h b/plugins/MirandaG15/src/CProtocolData.h index 6c8218b2cf..cd2282377d 100644 --- a/plugins/MirandaG15/src/CProtocolData.h +++ b/plugins/MirandaG15/src/CProtocolData.h @@ -1,4 +1,4 @@ -#ifndef _CPROTOCLDATA_H_INCLUDED_
+#ifndef _CPROTOCLDATA_H_INCLUDED_
#define _CPROTOCLDATA_H_INCLUDED_
class CProtocolData
diff --git a/plugins/MirandaG15/src/CScreen.cpp b/plugins/MirandaG15/src/CScreen.cpp index 5738e9f36e..08ed7cb155 100644 --- a/plugins/MirandaG15/src/CScreen.cpp +++ b/plugins/MirandaG15/src/CScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CScreen.h"
#include "CConfig.h"
diff --git a/plugins/MirandaG15/src/CScreen.h b/plugins/MirandaG15/src/CScreen.h index 82dcc5a1dc..9bcb6ef589 100644 --- a/plugins/MirandaG15/src/CScreen.h +++ b/plugins/MirandaG15/src/CScreen.h @@ -1,4 +1,4 @@ -#ifndef _CSCREEN_H_
+#ifndef _CSCREEN_H_
#define _CSCREEN_H_
#include "LCDFramework/CLCDScreen.h"
diff --git a/plugins/MirandaG15/src/CScreensaverScreen.cpp b/plugins/MirandaG15/src/CScreensaverScreen.cpp index 09c29e7274..0ba40da901 100644 --- a/plugins/MirandaG15/src/CScreensaverScreen.cpp +++ b/plugins/MirandaG15/src/CScreensaverScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CScreensaverScreen.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CScreensaverScreen.h b/plugins/MirandaG15/src/CScreensaverScreen.h index a6c60592e3..4a42df56ea 100644 --- a/plugins/MirandaG15/src/CScreensaverScreen.h +++ b/plugins/MirandaG15/src/CScreensaverScreen.h @@ -1,4 +1,4 @@ -#ifndef _CSCREENSAVERSSCREEN_H_
+#ifndef _CSCREENSAVERSSCREEN_H_
#define _CSCREENSAVERSSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp index c6ba4f8f98..f5701edd35 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDBar.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBar.h b/plugins/MirandaG15/src/LCDFramework/CLCDBar.h index 08441abe38..1afb446132 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBar.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBar.h @@ -1,4 +1,4 @@ -#ifndef _CLCDBar_H_
+#ifndef _CLCDBar_H_
#define _CLCDBar_H_
#define TOP 1
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp index 3f9cc4799b..b9aadd3bfc 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDBitmap.h"
CLCDBitmap::CLCDBitmap()
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h index a615e7bc4d..d8c7813b81 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h @@ -1,4 +1,4 @@ -#ifndef _CLCDBITMAP_H_
+#ifndef _CLCDBITMAP_H_
#define _CLCDBITMAP_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp index 62945daeb0..929f801d8e 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDConnection.h"
//************************************************************************
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h index 10ecf9c9f4..099f850ec9 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h @@ -1,4 +1,4 @@ -#ifndef _CLCDCONNECTION_H_
+#ifndef _CLCDCONNECTION_H_
#define _CLCDCONNECTION_H_
#include "CLCDDevice.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp index 31291ee30e..2ec4f18332 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDConnectionLogitech.h"
#include "CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h index 7468db472d..631c74121c 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h @@ -1,4 +1,4 @@ -#ifndef _CLCDCONNECTIONLOGITECH_H_
+#ifndef _CLCDCONNECTIONLOGITECH_H_
#define _CLCDCONNECTIONLOGITECH_H_
#include "CLCDDevice.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h b/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h index 473975b942..5d4776e0f5 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h @@ -1,4 +1,4 @@ -#ifndef _CLCDDEVICE_H_
+#ifndef _CLCDDEVICE_H_
#define _CLCDDEVICE_H_
#include "g15sdk/lglcd.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp index e72100359f..8dfc6c98e3 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp @@ -1,4 +1,4 @@ -//************************************************************************
+//************************************************************************
//
// LCDGfx.cpp
//
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h index 9a9d1dfa48..9ac2288262 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h @@ -1,4 +1,4 @@ -#ifndef _CLCDGfx_H_
+#ifndef _CLCDGfx_H_
#define _CLCDGfx_H_
enum ETransitionType {TRANSITION_FADE,TRANSITION_VLINES,TRANSITION_HLINES,TRANSITION_MORPH,TRANSITION_RANDOM};
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp index 5ba709452e..92723e0501 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDInput.h"
#include "CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.h b/plugins/MirandaG15/src/LCDFramework/CLCDInput.h index 5f0d91ee2a..ccf9def536 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.h @@ -1,4 +1,4 @@ -#ifndef _LCDINPUTTEXT_H_INCLUDED_
+#ifndef _LCDINPUTTEXT_H_INCLUDED_
#define _LCDINPUTTEXT_H_INCLUDED_
#define MARKER_HOLD 0
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp index 38d6ccf326..3a87774f97 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h index 30a907df00..b2bcc5bc3b 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h @@ -1,4 +1,4 @@ -#ifndef _CLCDLABEL_H_
+#ifndef _CLCDLABEL_H_
#define _CLCDLABEL_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDList.h b/plugins/MirandaG15/src/LCDFramework/CLCDList.h index 0d7c5559bb..93284ba71a 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDList.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDList.h @@ -1,4 +1,4 @@ -#ifndef _CLCDLIST_H_ +#ifndef _CLCDLIST_H_ #define _CLCDLIST_H_ #include "CLCDTextObject.h" diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDObject.h b/plugins/MirandaG15/src/LCDFramework/CLCDObject.h index b275a7a0e3..13dbb5a101 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDObject.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDObject.h @@ -1,4 +1,4 @@ -#ifndef _CLCDOBJECT_H_
+#ifndef _CLCDOBJECT_H_
#define _CLCDOBJECT_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp index 4bc0cd80b0..a40b18d2a8 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "CLCDGfx.h" #include "CLCDObject.h" diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h index 4d4db60584..1011e5d551 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h @@ -1,4 +1,4 @@ -#ifndef _CLCDOUTPUTMANAGER_H_
+#ifndef _CLCDOUTPUTMANAGER_H_
#define _CLCDOUTPUTMANAGER_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp index 2c70ac1e76..9373977239 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDOutputManager.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h index e22a3ad05c..1f8b431a73 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h @@ -1,4 +1,4 @@ -#ifndef _CLCDSCREEN_H_
+#ifndef _CLCDSCREEN_H_
#define _CLCDSCREEN_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp index 2feaeadbe7..7c8ec5ca69 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#include "CLCDTextLog.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h index 3ac8905889..312ec8a992 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h @@ -1,4 +1,4 @@ -#ifndef _CLCDTEXTLOG_H_
+#ifndef _CLCDTEXTLOG_H_
#define _CLCDTEXTLOG_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp index f1e3006d0b..01026cf43d 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h index ef23287a58..ddc32c5eac 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h @@ -1,4 +1,4 @@ -#ifndef _CLCDTextObject_H_
+#ifndef _CLCDTextObject_H_
#define _CLCDTextObject_H_
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp index 58394c827a..4c09b830ac 100644 --- a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp +++ b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp @@ -1,4 +1,4 @@ -//
+//
// ConStream.cpp: implementation of the ConStream class.
//
// Mark Nelson, October 17, 1998
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.h b/plugins/MirandaG15/src/LCDFramework/ConStream.h index ab4b96aa1b..de5da1643d 100644 --- a/plugins/MirandaG15/src/LCDFramework/ConStream.h +++ b/plugins/MirandaG15/src/LCDFramework/ConStream.h @@ -1,4 +1,4 @@ -//
+//
// ConStream.h: interface for the ConStream class.
//
// Mark Nelson, October 17, 1998
diff --git a/plugins/MirandaG15/src/LCDFramework/LCDFramework.h b/plugins/MirandaG15/src/LCDFramework/LCDFramework.h index 4cc1fd1a24..ce943d827f 100644 --- a/plugins/MirandaG15/src/LCDFramework/LCDFramework.h +++ b/plugins/MirandaG15/src/LCDFramework/LCDFramework.h @@ -1,4 +1,4 @@ -#ifndef _LCDFRAMEWORK_H
+#ifndef _LCDFRAMEWORK_H
#define _LCDFRAMEWORK_H
// HID Includes
diff --git a/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp b/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp index 275daa6213..72971bc738 100644 --- a/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp +++ b/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.cpp b/plugins/MirandaG15/src/LCDFramework/debug.cpp index f613462c4f..1eb18013c7 100644 --- a/plugins/MirandaG15/src/LCDFramework/debug.cpp +++ b/plugins/MirandaG15/src/LCDFramework/debug.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//file debug.cpp
#ifdef _DEBUG
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.h b/plugins/MirandaG15/src/LCDFramework/debug.h index bcb02b0ea4..b9d49bf17f 100644 --- a/plugins/MirandaG15/src/LCDFramework/debug.h +++ b/plugins/MirandaG15/src/LCDFramework/debug.h @@ -1,4 +1,4 @@ -#ifndef _DEBUG_H_
+#ifndef _DEBUG_H_
#define _DEBUG_H_
#define USECONSTREAM 1
diff --git a/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h b/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h index b78c9486e0..c9ef6d11f7 100644 --- a/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h +++ b/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h @@ -1,4 +1,4 @@ -/*
+/*
lglcd.h
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h index c2f38d1dc9..40650cbf7a 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h @@ -1,4 +1,4 @@ - /*++
+ /*++
Copyright (c) 1996 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h index f1f11b8d2a..2d7671a38b 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h @@ -1,4 +1,4 @@ -/*++
+/*++
Copyright (c) 1996 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h b/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h index d71f48c7e2..190b7ae811 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h @@ -1,4 +1,4 @@ -/*++
+/*++
Copyright (c) 1996, 1997 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/misc.cpp b/plugins/MirandaG15/src/LCDFramework/misc.cpp index 7959022edc..f3397cd7ee 100644 --- a/plugins/MirandaG15/src/LCDFramework/misc.cpp +++ b/plugins/MirandaG15/src/LCDFramework/misc.cpp @@ -1,4 +1,4 @@ -/* -------------------------------------------------------------------- */
+/* -------------------------------------------------------------------- */
#include "StdAfx.h"
tstring tstringprintf(tstring strFormat,...) {
diff --git a/plugins/MirandaG15/src/LCDFramework/misc.h b/plugins/MirandaG15/src/LCDFramework/misc.h index d5ad150064..c5f2bb4f06 100644 --- a/plugins/MirandaG15/src/LCDFramework/misc.h +++ b/plugins/MirandaG15/src/LCDFramework/misc.h @@ -1,4 +1,4 @@ -extern BOOL IsUnicodeAscii(const wchar_t* pBuffer, int nSize);
+extern BOOL IsUnicodeAscii(const wchar_t* pBuffer, int nSize);
extern tstring toLower(const tstring &i_str);
extern std::wstring toWideString( const char* pStr , int len=-1 ) ;
diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h index 2d0d234347..2ae74c24b1 100644 --- a/plugins/MirandaG15/src/LCDFramework/stdafx.h +++ b/plugins/MirandaG15/src/LCDFramework/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _STDAFX_H_
+#ifndef _STDAFX_H_
#define _STDAFX_H_
#include <assert.h>
diff --git a/plugins/MirandaG15/src/Miranda.cpp b/plugins/MirandaG15/src/Miranda.cpp index 5c6e5b7b9a..7da57367f3 100644 --- a/plugins/MirandaG15/src/Miranda.cpp +++ b/plugins/MirandaG15/src/Miranda.cpp @@ -1,4 +1,4 @@ -
+
/*
* Miranda IM LCD Plugin
* Displays incoming text messages on an LCD.
diff --git a/plugins/MirandaG15/src/Miranda.h b/plugins/MirandaG15/src/Miranda.h index b2739b4b4b..f5f8dfecf5 100644 --- a/plugins/MirandaG15/src/Miranda.h +++ b/plugins/MirandaG15/src/Miranda.h @@ -1,3 +1,3 @@ -extern HINSTANCE hInstance;
+extern HINSTANCE hInstance;
extern char *MsgServiceName(MCONTACT hContact,bool bIsUnicode);
diff --git a/plugins/MirandaG15/src/StdAfx.h b/plugins/MirandaG15/src/StdAfx.h index 161ed6af0a..64723b62b2 100644 --- a/plugins/MirandaG15/src/StdAfx.h +++ b/plugins/MirandaG15/src/StdAfx.h @@ -1,4 +1,4 @@ -#ifndef _STDAFX_H_
+#ifndef _STDAFX_H_
#define _STDAFX_H_
#define APP_SHORTNAME __PLUGIN_NAME
diff --git a/plugins/MirandaG15/src/resource.h b/plugins/MirandaG15/src/resource.h index e5bb39a66f..5f8733be6e 100644 --- a/plugins/MirandaG15/src/resource.h +++ b/plugins/MirandaG15/src/resource.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#define IDD_FONTS 102
#define IDC_STATIC11 3000
diff --git a/plugins/MirandaG15/src/stdafx.cxx b/plugins/MirandaG15/src/stdafx.cxx index 59889f31e7..c5829459d9 100644 --- a/plugins/MirandaG15/src/stdafx.cxx +++ b/plugins/MirandaG15/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/MirandaG15/src/version.h b/plugins/MirandaG15/src/version.h index 00b23a19f8..3095c901db 100644 --- a/plugins/MirandaG15/src/version.h +++ b/plugins/MirandaG15/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 0 diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index 2cef3cee26..cb9f0ed47a 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -1,4 +1,4 @@ -/*
+/*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
(c) 2012-17 by Robert Pösel
diff --git a/plugins/MobileState/src/main.cpp b/plugins/MobileState/src/main.cpp index b04c42fba1..63db7151bb 100644 --- a/plugins/MobileState/src/main.cpp +++ b/plugins/MobileState/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
(c) 2012-17 by Robert Pösel
diff --git a/plugins/MobileState/src/resource.h b/plugins/MobileState/src/resource.h index 0bed00cfd6..d54c8b4a53 100644 --- a/plugins/MobileState/src/resource.h +++ b/plugins/MobileState/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\mobilestate.rc
//
diff --git a/plugins/MobileState/src/stdafx.cxx b/plugins/MobileState/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MobileState/src/stdafx.cxx +++ b/plugins/MobileState/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/MobileState/src/stdafx.h b/plugins/MobileState/src/stdafx.h index 9f18e4a0cc..81692dfce3 100644 --- a/plugins/MobileState/src/stdafx.h +++ b/plugins/MobileState/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
(c) 2012-17 by Robert Pösel
diff --git a/plugins/MobileState/src/version.h b/plugins/MobileState/src/version.h index 5ac18969ce..bfd59aee34 100644 --- a/plugins/MobileState/src/version.h +++ b/plugins/MobileState/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 6
diff --git a/plugins/MsgPopup/docs/readme.txt b/plugins/MsgPopup/docs/readme.txt index a98ca59bf8..5b99aed133 100644 --- a/plugins/MsgPopup/docs/readme.txt +++ b/plugins/MsgPopup/docs/readme.txt @@ -1,4 +1,4 @@ -"MessageBox -> Popup" plugin
+"MessageBox -> Popup" plugin
==========================
MsgBox.dll
diff --git a/plugins/MsgPopup/src/main.cpp b/plugins/MsgPopup/src/main.cpp index 20069f9406..f9bc4d51f1 100644 --- a/plugins/MsgPopup/src/main.cpp +++ b/plugins/MsgPopup/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
MessagePopup - replacer of MessageBox'es
diff --git a/plugins/MsgPopup/src/options.cpp b/plugins/MsgPopup/src/options.cpp index 614ceedc50..b8883e91db 100644 --- a/plugins/MsgPopup/src/options.cpp +++ b/plugins/MsgPopup/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
MessagePopup - replacer of MessageBox'es
diff --git a/plugins/MsgPopup/src/options.h b/plugins/MsgPopup/src/options.h index 514630497c..07f81f28d9 100644 --- a/plugins/MsgPopup/src/options.h +++ b/plugins/MsgPopup/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
MessagePopup - replacer of MessageBox'es
diff --git a/plugins/MsgPopup/src/resource.h b/plugins/MsgPopup/src/resource.h index 1948dd4a3f..f28b3ed437 100644 --- a/plugins/MsgPopup/src/resource.h +++ b/plugins/MsgPopup/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\MsgPopup.rc
//
diff --git a/plugins/MsgPopup/src/stdafx.cxx b/plugins/MsgPopup/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MsgPopup/src/stdafx.cxx +++ b/plugins/MsgPopup/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/MsgPopup/src/stdafx.h b/plugins/MsgPopup/src/stdafx.h index f04dd5af9f..c410bc62e0 100644 --- a/plugins/MsgPopup/src/stdafx.h +++ b/plugins/MsgPopup/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
MessagePopup - replacer of MessageBox'es
diff --git a/plugins/MsgPopup/src/version.h b/plugins/MsgPopup/src/version.h index afda384cf1..54379e6606 100644 --- a/plugins/MsgPopup/src/version.h +++ b/plugins/MsgPopup/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 1 diff --git a/plugins/Msg_Export/src/FileViewer.cpp b/plugins/Msg_Export/src/FileViewer.cpp index fd7fb3bb31..434e1b025a 100755 --- a/plugins/Msg_Export/src/FileViewer.cpp +++ b/plugins/Msg_Export/src/FileViewer.cpp @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/FileViewer.h b/plugins/Msg_Export/src/FileViewer.h index 39ee576c99..de58099d6d 100755 --- a/plugins/Msg_Export/src/FileViewer.h +++ b/plugins/Msg_Export/src/FileViewer.h @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 612a017cff..686294963b 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 5dc4d0cf76..51b53fe797 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// This file is part of Msg_Export a Miranda IM plugin
// Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/options.h b/plugins/Msg_Export/src/options.h index a0552f31e7..e0de020b0f 100755 --- a/plugins/Msg_Export/src/options.h +++ b/plugins/Msg_Export/src/options.h @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/resource.h b/plugins/Msg_Export/src/resource.h index b9149aa0a1..db15b889a1 100755 --- a/plugins/Msg_Export/src/resource.h +++ b/plugins/Msg_Export/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/Msg_Export/src/stdafx.cxx b/plugins/Msg_Export/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Msg_Export/src/stdafx.cxx +++ b/plugins/Msg_Export/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/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h index ce582b5bd8..b655a1b511 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 710fd302c1..7062447709 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h index 6baae26284..6835ba182b 100755 --- a/plugins/Msg_Export/src/utils.h +++ b/plugins/Msg_Export/src/utils.h @@ -1,4 +1,4 @@ -
+
//This file is part of Msg_Export a Miranda IM plugin
//Copyright (C)2002 Kennet Nielsen ( http://sourceforge.net/projects/msg-export/ )
//
diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h index 0179e6ab18..cb04f386aa 100644 --- a/plugins/Msg_Export/src/version.h +++ b/plugins/Msg_Export/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 3 +#define __MAJOR_VERSION 3 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 1 diff --git a/plugins/MyDetails/docs/changelog.txt b/plugins/MyDetails/docs/changelog.txt index db4578c73f..c4b1b441b7 100644 --- a/plugins/MyDetails/docs/changelog.txt +++ b/plugins/MyDetails/docs/changelog.txt @@ -1,4 +1,4 @@ -My Details
+My Details
Changelog:
diff --git a/plugins/MyDetails/docs/readme.txt b/plugins/MyDetails/docs/readme.txt index dbee7fce5b..931ef0418d 100644 --- a/plugins/MyDetails/docs/readme.txt +++ b/plugins/MyDetails/docs/readme.txt @@ -1,4 +1,4 @@ -My Details plugin
+My Details plugin
-----------------
What it does:
diff --git a/plugins/MyDetails/src/data.cpp b/plugins/MyDetails/src/data.cpp index 7a0831a2a4..fe0dafb388 100644 --- a/plugins/MyDetails/src/data.cpp +++ b/plugins/MyDetails/src/data.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/data.h b/plugins/MyDetails/src/data.h index 23fee6839b..5f70525f38 100644 --- a/plugins/MyDetails/src/data.h +++ b/plugins/MyDetails/src/data.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/frame.cpp b/plugins/MyDetails/src/frame.cpp index 27e3f73110..14b878a9b5 100644 --- a/plugins/MyDetails/src/frame.cpp +++ b/plugins/MyDetails/src/frame.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/frame.h b/plugins/MyDetails/src/frame.h index 4af22e3605..db60847c33 100644 --- a/plugins/MyDetails/src/frame.h +++ b/plugins/MyDetails/src/frame.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/mydetails.cpp b/plugins/MyDetails/src/mydetails.cpp index 7f0b686542..459ee0572d 100644 --- a/plugins/MyDetails/src/mydetails.cpp +++ b/plugins/MyDetails/src/mydetails.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/options.cpp b/plugins/MyDetails/src/options.cpp index b3bdf5ac80..625984cf9f 100644 --- a/plugins/MyDetails/src/options.cpp +++ b/plugins/MyDetails/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/options.h b/plugins/MyDetails/src/options.h index 7c26d957f3..5dce0b8677 100644 --- a/plugins/MyDetails/src/options.h +++ b/plugins/MyDetails/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/resource.h b/plugins/MyDetails/src/resource.h index ef0250b2e2..5e4fb7084b 100644 --- a/plugins/MyDetails/src/resource.h +++ b/plugins/MyDetails/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\miranda-ng\plugins\MyDetails\res\resource.rc
//
diff --git a/plugins/MyDetails/src/services.cpp b/plugins/MyDetails/src/services.cpp index 9f4aca8397..2935ffa351 100644 --- a/plugins/MyDetails/src/services.cpp +++ b/plugins/MyDetails/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/stdafx.cxx b/plugins/MyDetails/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MyDetails/src/stdafx.cxx +++ b/plugins/MyDetails/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/MyDetails/src/stdafx.h b/plugins/MyDetails/src/stdafx.h index e928f5f906..0417f65813 100644 --- a/plugins/MyDetails/src/stdafx.h +++ b/plugins/MyDetails/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/MyDetails/src/version.h b/plugins/MyDetails/src/version.h index ef158d008c..c621144e1a 100644 --- a/plugins/MyDetails/src/version.h +++ b/plugins/MyDetails/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 12 diff --git a/plugins/NewAwaySysMod/docs/copying.txt b/plugins/NewAwaySysMod/docs/copying.txt index 75fe0077e7..45645b4b53 100644 --- a/plugins/NewAwaySysMod/docs/copying.txt +++ b/plugins/NewAwaySysMod/docs/copying.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/NewAwaySysMod/docs/readme.txt b/plugins/NewAwaySysMod/docs/readme.txt index 7b5bf26d0d..83395abf60 100644 --- a/plugins/NewAwaySysMod/docs/readme.txt +++ b/plugins/NewAwaySysMod/docs/readme.txt @@ -1,4 +1,4 @@ -New Away System plugin
+New Away System plugin
by Chervov Dmitry aka Deathdemon
You can always find the latest plugin version here: http://deathdemon.int.ru/projects.php
diff --git a/plugins/NewAwaySysMod/src/AwayOpt.cpp b/plugins/NewAwaySysMod/src/AwayOpt.cpp index 63ac52998d..3ded4b59c6 100644 --- a/plugins/NewAwaySysMod/src/AwayOpt.cpp +++ b/plugins/NewAwaySysMod/src/AwayOpt.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (C) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/AwaySys.cpp b/plugins/NewAwaySysMod/src/AwaySys.cpp index dcaaea7c25..4ab5f98280 100644 --- a/plugins/NewAwaySysMod/src/AwaySys.cpp +++ b/plugins/NewAwaySysMod/src/AwaySys.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
Copyright (c) 2004-2005 Iksaif Entertainment
diff --git a/plugins/NewAwaySysMod/src/CString.cpp b/plugins/NewAwaySysMod/src/CString.cpp index acb88c372a..727ea9fb41 100644 --- a/plugins/NewAwaySysMod/src/CString.cpp +++ b/plugins/NewAwaySysMod/src/CString.cpp @@ -1,4 +1,4 @@ -/*
+/*
TCString.cpp - TCString class
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/CString.h b/plugins/NewAwaySysMod/src/CString.h index 6e2fb53e80..decedaaac7 100644 --- a/plugins/NewAwaySysMod/src/CString.h +++ b/plugins/NewAwaySysMod/src/CString.h @@ -1,4 +1,4 @@ -/*
+/*
TCString.h - TCString class
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Client.cpp b/plugins/NewAwaySysMod/src/Client.cpp index afd15b770c..92dbffb9c4 100644 --- a/plugins/NewAwaySysMod/src/Client.cpp +++ b/plugins/NewAwaySysMod/src/Client.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
Copyright (c) 2004-2005 Iksaif Entertainment
diff --git a/plugins/NewAwaySysMod/src/ContactList.cpp b/plugins/NewAwaySysMod/src/ContactList.cpp index 3d44a73b4c..99a50335fa 100644 --- a/plugins/NewAwaySysMod/src/ContactList.cpp +++ b/plugins/NewAwaySysMod/src/ContactList.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/ContactList.h b/plugins/NewAwaySysMod/src/ContactList.h index 5c4ca6d26c..b85df45a01 100644 --- a/plugins/NewAwaySysMod/src/ContactList.h +++ b/plugins/NewAwaySysMod/src/ContactList.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/GroupCheckbox.cpp b/plugins/NewAwaySysMod/src/GroupCheckbox.cpp index 272e39b615..8fda499b09 100644 --- a/plugins/NewAwaySysMod/src/GroupCheckbox.cpp +++ b/plugins/NewAwaySysMod/src/GroupCheckbox.cpp @@ -1,4 +1,4 @@ -/*
+/*
GroupCheckbox.cpp
Copyright (c) 2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/GroupCheckbox.h b/plugins/NewAwaySysMod/src/GroupCheckbox.h index ca09ffe5a2..3aa121f869 100644 --- a/plugins/NewAwaySysMod/src/GroupCheckbox.h +++ b/plugins/NewAwaySysMod/src/GroupCheckbox.h @@ -1,4 +1,4 @@ -/*
+/*
GroupCheckbox.h
Copyright (c) 2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/MsgEventAdded.cpp b/plugins/NewAwaySysMod/src/MsgEventAdded.cpp index 66e63e97e5..6316a5d50f 100644 --- a/plugins/NewAwaySysMod/src/MsgEventAdded.cpp +++ b/plugins/NewAwaySysMod/src/MsgEventAdded.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (C) 2005-2007 Chervov Dmitry
Copyright (C) 2004-2005 Iksaif Entertainment
diff --git a/plugins/NewAwaySysMod/src/MsgTree.cpp b/plugins/NewAwaySysMod/src/MsgTree.cpp index b2fe5150f0..3dc99705b2 100644 --- a/plugins/NewAwaySysMod/src/MsgTree.cpp +++ b/plugins/NewAwaySysMod/src/MsgTree.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/MsgTree.h b/plugins/NewAwaySysMod/src/MsgTree.h index b1a5654b62..2462880811 100644 --- a/plugins/NewAwaySysMod/src/MsgTree.h +++ b/plugins/NewAwaySysMod/src/MsgTree.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Notification.cpp b/plugins/NewAwaySysMod/src/Notification.cpp index ebc11ea7a0..56ee9cf2cd 100644 --- a/plugins/NewAwaySysMod/src/Notification.cpp +++ b/plugins/NewAwaySysMod/src/Notification.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (C) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Options.cpp b/plugins/NewAwaySysMod/src/Options.cpp index 0168a78bc5..9b4ead3136 100644 --- a/plugins/NewAwaySysMod/src/Options.cpp +++ b/plugins/NewAwaySysMod/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Options.cpp
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Options.h b/plugins/NewAwaySysMod/src/Options.h index f058171425..aac3e9d1c0 100644 --- a/plugins/NewAwaySysMod/src/Options.h +++ b/plugins/NewAwaySysMod/src/Options.h @@ -1,4 +1,4 @@ -/*
+/*
Options.h
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Path.h b/plugins/NewAwaySysMod/src/Path.h index 3858febb08..baaa54f879 100644 --- a/plugins/NewAwaySysMod/src/Path.h +++ b/plugins/NewAwaySysMod/src/Path.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Properties.cpp b/plugins/NewAwaySysMod/src/Properties.cpp index 87e58cb1f9..a48da5b3ee 100644 --- a/plugins/NewAwaySysMod/src/Properties.cpp +++ b/plugins/NewAwaySysMod/src/Properties.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (C) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Properties.h b/plugins/NewAwaySysMod/src/Properties.h index f1ee379f4c..e31053ef42 100644 --- a/plugins/NewAwaySysMod/src/Properties.h +++ b/plugins/NewAwaySysMod/src/Properties.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/ReadAwayMsg.cpp b/plugins/NewAwaySysMod/src/ReadAwayMsg.cpp index 3a3aacc91d..75c0c05758 100644 --- a/plugins/NewAwaySysMod/src/ReadAwayMsg.cpp +++ b/plugins/NewAwaySysMod/src/ReadAwayMsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (C) 2005-2007 Chervov Dmitry
Copyright (C) 2004-2005 Iksaif Entertainment
diff --git a/plugins/NewAwaySysMod/src/Services.cpp b/plugins/NewAwaySysMod/src/Services.cpp index e6744ba7ae..9f5ea5db36 100644 --- a/plugins/NewAwaySysMod/src/Services.cpp +++ b/plugins/NewAwaySysMod/src/Services.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/Services.h b/plugins/NewAwaySysMod/src/Services.h index 96b27c8c75..ca81be7f75 100644 --- a/plugins/NewAwaySysMod/src/Services.h +++ b/plugins/NewAwaySysMod/src/Services.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/SetAwayMsg.cpp b/plugins/NewAwaySysMod/src/SetAwayMsg.cpp index 1c251b89c8..56aedf56e1 100644 --- a/plugins/NewAwaySysMod/src/SetAwayMsg.cpp +++ b/plugins/NewAwaySysMod/src/SetAwayMsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
New Away System plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
Copyright (c) 2004-2005 Iksaif Entertainment
diff --git a/plugins/NewAwaySysMod/src/TMyArray.h b/plugins/NewAwaySysMod/src/TMyArray.h index 215d8641ad..68ca908fe1 100644 --- a/plugins/NewAwaySysMod/src/TMyArray.h +++ b/plugins/NewAwaySysMod/src/TMyArray.h @@ -1,4 +1,4 @@ -/*
+/*
TMyArray.h - TMyArray template
Copyright (c) 2005-2008 Chervov Dmitry
diff --git a/plugins/NewAwaySysMod/src/resource.h b/plugins/NewAwaySysMod/src/resource.h index 15bffb91ea..422bf2f0d0 100644 --- a/plugins/NewAwaySysMod/src/resource.h +++ b/plugins/NewAwaySysMod/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NewAwaySys.rc
//
diff --git a/plugins/NewAwaySysMod/src/stdafx.cxx b/plugins/NewAwaySysMod/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NewAwaySysMod/src/stdafx.cxx +++ b/plugins/NewAwaySysMod/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/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index 86dd01c20b..b64cb3a13f 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
New Away System - plugin for Miranda IM
Copyright (c) 2005-2007 Chervov Dmitry
Copyright (c) 2004-2005 Iksaif Entertainment
diff --git a/plugins/NewAwaySysMod/src/version.h b/plugins/NewAwaySysMod/src/version.h index b6c57c2473..0058c6b912 100644 --- a/plugins/NewAwaySysMod/src/version.h +++ b/plugins/NewAwaySysMod/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
#define __BUILD_NUM 4
diff --git a/plugins/NewEventNotify/docs/changelog.txt b/plugins/NewEventNotify/docs/changelog.txt index 471c5771dd..5c755ee40c 100644 --- a/plugins/NewEventNotify/docs/changelog.txt +++ b/plugins/NewEventNotify/docs/changelog.txt @@ -1,4 +1,4 @@ -0.2.2.4
+0.2.2.4
- support for unicode file events
0.2.2.3
diff --git a/plugins/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp index 098df8d8e1..bb33f4a236 100644 --- a/plugins/NewEventNotify/src/main.cpp +++ b/plugins/NewEventNotify/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: main.c - Main DLL procedures
Version: 0.2.2.2
diff --git a/plugins/NewEventNotify/src/menuitem.cpp b/plugins/NewEventNotify/src/menuitem.cpp index 2365a8e7f3..63be89ce14 100644 --- a/plugins/NewEventNotify/src/menuitem.cpp +++ b/plugins/NewEventNotify/src/menuitem.cpp @@ -1,4 +1,4 @@ -/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: mi.c - Manages item(s) in the Miranda Menu
Version: 0.0.4
diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp index 23502bf9ab..7e1c92c14a 100644 --- a/plugins/NewEventNotify/src/options.cpp +++ b/plugins/NewEventNotify/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: options.c - Manages Option Dialogs and Settings
Version: 0.0.4
diff --git a/plugins/NewEventNotify/src/popup.cpp b/plugins/NewEventNotify/src/popup.cpp index 193f43fc00..83e0469cac 100644 --- a/plugins/NewEventNotify/src/popup.cpp +++ b/plugins/NewEventNotify/src/popup.cpp @@ -1,4 +1,4 @@ -/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: popup.c - Displays a popup using the popup-plugin by hrk
Version: 2.2.3
diff --git a/plugins/NewEventNotify/src/resource.h b/plugins/NewEventNotify/src/resource.h index 56ed781b7f..f0bd14a536 100644 --- a/plugins/NewEventNotify/src/resource.h +++ b/plugins/NewEventNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/NewEventNotify/src/stdafx.cxx b/plugins/NewEventNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NewEventNotify/src/stdafx.cxx +++ b/plugins/NewEventNotify/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/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h index 915119ca82..dba661ad99 100644 --- a/plugins/NewEventNotify/src/stdafx.h +++ b/plugins/NewEventNotify/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: neweventnotify.h - Main Header File
Version: 0.2.2.2
diff --git a/plugins/NewEventNotify/src/version.h b/plugins/NewEventNotify/src/version.h index c2fa9f0c58..98c2ebd589 100644 --- a/plugins/NewEventNotify/src/version.h +++ b/plugins/NewEventNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 2 #define __BUILD_NUM 3 diff --git a/plugins/NewXstatusNotify/docs/readme.txt b/plugins/NewXstatusNotify/docs/readme.txt index 86ec872e5b..eca88d4188 100644 --- a/plugins/NewXstatusNotify/docs/readme.txt +++ b/plugins/NewXstatusNotify/docs/readme.txt @@ -1,4 +1,4 @@ -*******************
+*******************
NewXstatusNotify YM
*******************
diff --git a/plugins/NewXstatusNotify/src/indsnd.cpp b/plugins/NewXstatusNotify/src/indsnd.cpp index 9ac29be5e7..9e6224f92b 100644 --- a/plugins/NewXstatusNotify/src/indsnd.cpp +++ b/plugins/NewXstatusNotify/src/indsnd.cpp @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/indsnd.h b/plugins/NewXstatusNotify/src/indsnd.h index a57fd49bdc..784f107018 100644 --- a/plugins/NewXstatusNotify/src/indsnd.h +++ b/plugins/NewXstatusNotify/src/indsnd.h @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index 2463864d51..eea1cf800f 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp index 0ef64e1e4d..82705d78b0 100644 --- a/plugins/NewXstatusNotify/src/options.cpp +++ b/plugins/NewXstatusNotify/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/options.h b/plugins/NewXstatusNotify/src/options.h index 3aec985e4b..adf561dd00 100644 --- a/plugins/NewXstatusNotify/src/options.h +++ b/plugins/NewXstatusNotify/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/popup.cpp b/plugins/NewXstatusNotify/src/popup.cpp index 2200d4ee2a..8b4593ce47 100644 --- a/plugins/NewXstatusNotify/src/popup.cpp +++ b/plugins/NewXstatusNotify/src/popup.cpp @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/popup.h b/plugins/NewXstatusNotify/src/popup.h index 717910ddcd..1ffc9b7875 100644 --- a/plugins/NewXstatusNotify/src/popup.h +++ b/plugins/NewXstatusNotify/src/popup.h @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/resource.h b/plugins/NewXstatusNotify/src/resource.h index 45c9ac15ab..e827187708 100644 --- a/plugins/NewXstatusNotify/src/resource.h +++ b/plugins/NewXstatusNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/NewXstatusNotify/src/stdafx.cxx b/plugins/NewXstatusNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NewXstatusNotify/src/stdafx.cxx +++ b/plugins/NewXstatusNotify/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/NewXstatusNotify/src/stdafx.h b/plugins/NewXstatusNotify/src/stdafx.h index f6c647cfb3..1053b8e602 100644 --- a/plugins/NewXstatusNotify/src/stdafx.h +++ b/plugins/NewXstatusNotify/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/utils.cpp b/plugins/NewXstatusNotify/src/utils.cpp index b91d53c4be..120964b038 100644 --- a/plugins/NewXstatusNotify/src/utils.cpp +++ b/plugins/NewXstatusNotify/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/utils.h b/plugins/NewXstatusNotify/src/utils.h index cd43e9af5c..03f2105a87 100644 --- a/plugins/NewXstatusNotify/src/utils.h +++ b/plugins/NewXstatusNotify/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2001-2004 Luca Santarelli
Copyright (c) 2005-2007 Vasilich
diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index 8f2029bf07..afc55f67f3 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
#define __BUILD_NUM 11
diff --git a/plugins/NewXstatusNotify/src/xstatus.cpp b/plugins/NewXstatusNotify/src/xstatus.cpp index 59d5ae4b1b..a3cacaecb0 100644 --- a/plugins/NewXstatusNotify/src/xstatus.cpp +++ b/plugins/NewXstatusNotify/src/xstatus.cpp @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2007-2011 yaho
diff --git a/plugins/NewXstatusNotify/src/xstatus.h b/plugins/NewXstatusNotify/src/xstatus.h index c3d52589b9..403400caba 100644 --- a/plugins/NewXstatusNotify/src/xstatus.h +++ b/plugins/NewXstatusNotify/src/xstatus.h @@ -1,4 +1,4 @@ -/*
+/*
NewXstatusNotify YM - Plugin for Miranda IM
Copyright (c) 2007-2011 yaho
diff --git a/plugins/NewsAggregator/Src/Authentication.cpp b/plugins/NewsAggregator/Src/Authentication.cpp index 9c38a99d19..4d01851929 100644 --- a/plugins/NewsAggregator/Src/Authentication.cpp +++ b/plugins/NewsAggregator/Src/Authentication.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/CheckFeed.cpp b/plugins/NewsAggregator/Src/CheckFeed.cpp index cc3ed33254..11e482f5e0 100644 --- a/plugins/NewsAggregator/Src/CheckFeed.cpp +++ b/plugins/NewsAggregator/Src/CheckFeed.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/ExportImport.cpp b/plugins/NewsAggregator/Src/ExportImport.cpp index 457a58f187..b2c22b55d3 100644 --- a/plugins/NewsAggregator/Src/ExportImport.cpp +++ b/plugins/NewsAggregator/Src/ExportImport.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/Icons.cpp b/plugins/NewsAggregator/Src/Icons.cpp index a8876318f4..763890c580 100644 --- a/plugins/NewsAggregator/Src/Icons.cpp +++ b/plugins/NewsAggregator/Src/Icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/Menus.cpp b/plugins/NewsAggregator/Src/Menus.cpp index 4e168d7925..73128cf5be 100644 --- a/plugins/NewsAggregator/Src/Menus.cpp +++ b/plugins/NewsAggregator/Src/Menus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/NewsAggregator.cpp b/plugins/NewsAggregator/Src/NewsAggregator.cpp index 5633d9004d..01a57f1ac1 100644 --- a/plugins/NewsAggregator/Src/NewsAggregator.cpp +++ b/plugins/NewsAggregator/Src/NewsAggregator.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/Options.cpp b/plugins/NewsAggregator/Src/Options.cpp index 82766eb435..e5061b1e38 100644 --- a/plugins/NewsAggregator/Src/Options.cpp +++ b/plugins/NewsAggregator/Src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp index 445b0d8a6b..ef78723338 100644 --- a/plugins/NewsAggregator/Src/Services.cpp +++ b/plugins/NewsAggregator/Src/Services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/Update.cpp b/plugins/NewsAggregator/Src/Update.cpp index aa33ee82f2..07489d7dd8 100644 --- a/plugins/NewsAggregator/Src/Update.cpp +++ b/plugins/NewsAggregator/Src/Update.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index db6f67eab5..11725ae360 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/resource.h b/plugins/NewsAggregator/Src/resource.h index 666acaa5dc..9d682755e4 100644 --- a/plugins/NewsAggregator/Src/resource.h +++ b/plugins/NewsAggregator/Src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by c:\Temp\Miranda NG\plugins\NewsAggregator\res\Resource.rc
//
diff --git a/plugins/NewsAggregator/Src/stdafx.cxx b/plugins/NewsAggregator/Src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NewsAggregator/Src/stdafx.cxx +++ b/plugins/NewsAggregator/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/NewsAggregator/Src/stdafx.h b/plugins/NewsAggregator/Src/stdafx.h index e62e54cdc0..c1091c1f63 100644 --- a/plugins/NewsAggregator/Src/stdafx.h +++ b/plugins/NewsAggregator/Src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/NewsAggregator/Src/version.h b/plugins/NewsAggregator/Src/version.h index e7f78b3ab9..b9197c3d5d 100644 --- a/plugins/NewsAggregator/Src/version.h +++ b/plugins/NewsAggregator/Src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 diff --git a/plugins/NewsAggregator/docs/AtomText.txt b/plugins/NewsAggregator/docs/AtomText.txt index d7b7e1eb45..052516a6bb 100644 --- a/plugins/NewsAggregator/docs/AtomText.txt +++ b/plugins/NewsAggregator/docs/AtomText.txt @@ -1,4 +1,4 @@ -<?xml version="1.0"?>
+<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<updated>2012-01-04T06:45:38Z</updated>
diff --git a/plugins/NewsAggregator/docs/RssText.txt b/plugins/NewsAggregator/docs/RssText.txt index cab78f62b3..7c52bf71ed 100644 --- a/plugins/NewsAggregator/docs/RssText.txt +++ b/plugins/NewsAggregator/docs/RssText.txt @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1251"?>
+<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
diff --git a/plugins/NewsAggregator/docs/ToDo.txt b/plugins/NewsAggregator/docs/ToDo.txt index e97fb395e2..08871ec660 100644 --- a/plugins/NewsAggregator/docs/ToDo.txt +++ b/plugins/NewsAggregator/docs/ToDo.txt @@ -1,4 +1,4 @@ -Парсить xml
+Парсить xml
экспорт\импорт
автоимпорт из файла
авторизация
diff --git a/plugins/NewsAggregator/proto_newsaggregator/src/resource.h b/plugins/NewsAggregator/proto_newsaggregator/src/resource.h index b7ea830657..f234a1cbb7 100644 --- a/plugins/NewsAggregator/proto_newsaggregator/src/resource.h +++ b/plugins/NewsAggregator/proto_newsaggregator/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_NewsAggr.rc
//
diff --git a/plugins/NoHistory/docs/licence.txt b/plugins/NoHistory/docs/licence.txt index b0378f1e16..a391390f72 100644 --- a/plugins/NoHistory/docs/licence.txt +++ b/plugins/NoHistory/docs/licence.txt @@ -1,4 +1,4 @@ -The NoHistory plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au)
+The NoHistory plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au)
http://www.scottellis.com.au
diff --git a/plugins/NoHistory/src/dllmain.cpp b/plugins/NoHistory/src/dllmain.cpp index 3e66c05d59..f20a68161b 100644 --- a/plugins/NoHistory/src/dllmain.cpp +++ b/plugins/NoHistory/src/dllmain.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack = 0;
diff --git a/plugins/NoHistory/src/icons.cpp b/plugins/NoHistory/src/icons.cpp index dbe4108425..c718ecd356 100644 --- a/plugins/NoHistory/src/icons.cpp +++ b/plugins/NoHistory/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HICON hIconRemove, hIconKeep, hIconClear;
diff --git a/plugins/NoHistory/src/icons.h b/plugins/NoHistory/src/icons.h index a233d6d290..cfd2288c52 100644 --- a/plugins/NoHistory/src/icons.h +++ b/plugins/NoHistory/src/icons.h @@ -1,4 +1,4 @@ -#ifndef _ICONS_INC
+#ifndef _ICONS_INC
#define _ICONS_INC
extern HICON hIconRemove, hIconKeep, hIconClear;
diff --git a/plugins/NoHistory/src/options.cpp b/plugins/NoHistory/src/options.cpp index 980a8c4164..92877a43b7 100644 --- a/plugins/NoHistory/src/options.cpp +++ b/plugins/NoHistory/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void SetListGroupIcons(HWND hwndList,HANDLE hFirstItem,HANDLE hParentItem,int *groupChildCount)
{
diff --git a/plugins/NoHistory/src/options.h b/plugins/NoHistory/src/options.h index 590f8a318f..c2eba8f246 100644 --- a/plugins/NoHistory/src/options.h +++ b/plugins/NoHistory/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC
+#ifndef _OPTIONS_INC
#define _OPTIONS_INC
extern DWORD event_timeout;
diff --git a/plugins/NoHistory/src/resource.h b/plugins/NoHistory/src/resource.h index b6eceb3cd9..5640d91b59 100644 --- a/plugins/NoHistory/src/resource.h +++ b/plugins/NoHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by NoHistory.rc
//
diff --git a/plugins/NoHistory/src/stdafx.cxx b/plugins/NoHistory/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NoHistory/src/stdafx.cxx +++ b/plugins/NoHistory/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/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h index bd31593c97..f53245336b 100644 --- a/plugins/NoHistory/src/stdafx.h +++ b/plugins/NoHistory/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_INC
+#ifndef _COMMON_INC
#define _COMMON_INC
#include <windows.h>
diff --git a/plugins/NoHistory/src/version.h b/plugins/NoHistory/src/version.h index d153d94343..31b68721b2 100644 --- a/plugins/NoHistory/src/version.h +++ b/plugins/NoHistory/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 diff --git a/plugins/Non-IM Contact/docs/readme.txt b/plugins/Non-IM Contact/docs/readme.txt index 40d1836dad..4ff9131aa4 100644 --- a/plugins/Non-IM Contact/docs/readme.txt +++ b/plugins/Non-IM Contact/docs/readme.txt @@ -1,4 +1,4 @@ -Non-IM Contact
+Non-IM Contact
--------------
Non-IM Contact allows you to add "contacts" that can act as shortcuts to other programs, or links to web pages.
diff --git a/plugins/Non-IM Contact/docs/todo.txt b/plugins/Non-IM Contact/docs/todo.txt index 4188537c10..4fb4ffe442 100644 --- a/plugins/Non-IM Contact/docs/todo.txt +++ b/plugins/Non-IM Contact/docs/todo.txt @@ -1,4 +1,4 @@ -file() vars
+file() vars
plain number
??????
diff --git a/plugins/Non-IM Contact/src/contactinfo.cpp b/plugins/Non-IM Contact/src/contactinfo.cpp index 522154dd62..a9b27e33eb 100644 --- a/plugins/Non-IM Contact/src/contactinfo.cpp +++ b/plugins/Non-IM Contact/src/contactinfo.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgProcContactInfo(HWND hwnd, UINT msg, WPARAM, LPARAM lParam)
{
diff --git a/plugins/Non-IM Contact/src/dialog.cpp b/plugins/Non-IM Contact/src/dialog.cpp index c15036f868..3a70ccde26 100644 --- a/plugins/Non-IM Contact/src/dialog.cpp +++ b/plugins/Non-IM Contact/src/dialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define NIM_HELP_TEXT TranslateT("String replacing variables...\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\n\
file(X)\t\t<- specifies the file to read from. MUST be followed by either start() or end() or wholeline()\r\n\
diff --git a/plugins/Non-IM Contact/src/files.cpp b/plugins/Non-IM Contact/src/files.cpp index ab87dee900..232532dc4a 100644 --- a/plugins/Non-IM Contact/src/files.cpp +++ b/plugins/Non-IM Contact/src/files.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR exportContacts(WPARAM, LPARAM)
{
diff --git a/plugins/Non-IM Contact/src/http.cpp b/plugins/Non-IM Contact/src/http.cpp index 044b83d38a..54e16954e4 100644 --- a/plugins/Non-IM Contact/src/http.cpp +++ b/plugins/Non-IM Contact/src/http.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (C) 2002-2004 Calvin Che
diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp index 9647753e97..5f7f769469 100644 --- a/plugins/Non-IM Contact/src/main.cpp +++ b/plugins/Non-IM Contact/src/main.cpp @@ -1,4 +1,4 @@ -//=====================================================
+//=====================================================
// Includes
//=====================================================
diff --git a/plugins/Non-IM Contact/src/namereplacing.cpp b/plugins/Non-IM Contact/src/namereplacing.cpp index 1c7c6df87f..cb1103260b 100644 --- a/plugins/Non-IM Contact/src/namereplacing.cpp +++ b/plugins/Non-IM Contact/src/namereplacing.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int readFileIntoArray(int fileNumber, char *FileContents[])
{
diff --git a/plugins/Non-IM Contact/src/resource.h b/plugins/Non-IM Contact/src/resource.h index 26287266da..c423077863 100644 --- a/plugins/Non-IM Contact/src/resource.h +++ b/plugins/Non-IM Contact/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/Non-IM Contact/src/services.cpp b/plugins/Non-IM Contact/src/services.cpp index aa7dbd9336..46282ef90a 100644 --- a/plugins/Non-IM Contact/src/services.cpp +++ b/plugins/Non-IM Contact/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//=======================================================
// GetCaps
diff --git a/plugins/Non-IM Contact/src/stdafx.cxx b/plugins/Non-IM Contact/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Non-IM Contact/src/stdafx.cxx +++ b/plugins/Non-IM Contact/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/Non-IM Contact/src/stdafx.h b/plugins/Non-IM Contact/src/stdafx.h index ef2dc200e7..ce265a31bd 100644 --- a/plugins/Non-IM Contact/src/stdafx.h +++ b/plugins/Non-IM Contact/src/stdafx.h @@ -1,4 +1,4 @@ -//=====================================================
+//=====================================================
// Includes (yea why not include lots of stuff :p )
//=====================================================
#ifndef COMMONHEADERS
diff --git a/plugins/Non-IM Contact/src/timer.cpp b/plugins/Non-IM Contact/src/timer.cpp index 97e0cf1f09..dc20309a9b 100644 --- a/plugins/Non-IM Contact/src/timer.cpp +++ b/plugins/Non-IM Contact/src/timer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static UINT_PTR timerId = 0;
diff --git a/plugins/Non-IM Contact/src/version.h b/plugins/Non-IM Contact/src/version.h index 44b9bae338..a2e19e413a 100644 --- a/plugins/Non-IM Contact/src/version.h +++ b/plugins/Non-IM Contact/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 6 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 diff --git a/plugins/NotesAndReminders/docs/readme.txt b/plugins/NotesAndReminders/docs/readme.txt index 9713c7b569..30ced4b8f1 100644 --- a/plugins/NotesAndReminders/docs/readme.txt +++ b/plugins/NotesAndReminders/docs/readme.txt @@ -1,4 +1,4 @@ -About
+About
-----
New "Notes & Reminders" Plugin
diff --git a/plugins/NotesAndReminders/src/globals.h b/plugins/NotesAndReminders/src/globals.h index d71b02ddcf..42dc243638 100644 --- a/plugins/NotesAndReminders/src/globals.h +++ b/plugins/NotesAndReminders/src/globals.h @@ -1,4 +1,4 @@ -#define _CRT_SECURE_NO_WARNINGS
+#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <commctrl.h>
diff --git a/plugins/NotesAndReminders/src/hotkeys.cpp b/plugins/NotesAndReminders/src/hotkeys.cpp index 87cd4c89b6..f04531cd9f 100644 --- a/plugins/NotesAndReminders/src/hotkeys.cpp +++ b/plugins/NotesAndReminders/src/hotkeys.cpp @@ -1,4 +1,4 @@ -#include "globals.h"
+#include "globals.h"
#define MSG_WND_CLASS "MIM_SNMsgWindow"
diff --git a/plugins/NotesAndReminders/src/main.cpp b/plugins/NotesAndReminders/src/main.cpp index f7f4cfca7b..0ea7fd65e3 100644 --- a/plugins/NotesAndReminders/src/main.cpp +++ b/plugins/NotesAndReminders/src/main.cpp @@ -1,4 +1,4 @@ -#include "globals.h"
+#include "globals.h"
CLIST_INTERFACE *pcli;
HINSTANCE hinstance = nullptr;
diff --git a/plugins/NotesAndReminders/src/miscutils.cpp b/plugins/NotesAndReminders/src/miscutils.cpp index c246123877..04d08f00ed 100644 --- a/plugins/NotesAndReminders/src/miscutils.cpp +++ b/plugins/NotesAndReminders/src/miscutils.cpp @@ -1,4 +1,4 @@ -#include "globals.h"
+#include "globals.h"
WORD ConvertHotKeyToControl(WORD HK)
{
diff --git a/plugins/NotesAndReminders/src/miscutils.h b/plugins/NotesAndReminders/src/miscutils.h index 5aa289d4e5..4e4df46115 100644 --- a/plugins/NotesAndReminders/src/miscutils.h +++ b/plugins/NotesAndReminders/src/miscutils.h @@ -1,4 +1,4 @@ -void ReadSettingBlob(MCONTACT hContact, char *ModuleName,
+void ReadSettingBlob(MCONTACT hContact, char *ModuleName,
char *SettingName, WORD *pSize, void **pbBlob);
void FreeSettingBlob(WORD pSize,void * pbBlob);
BOOL ReadSettingBool(MCONTACT hContact,char *ModuleName,
diff --git a/plugins/NotesAndReminders/src/notes.cpp b/plugins/NotesAndReminders/src/notes.cpp index 33cbfc1d1c..2cfde03695 100644 --- a/plugins/NotesAndReminders/src/notes.cpp +++ b/plugins/NotesAndReminders/src/notes.cpp @@ -1,4 +1,4 @@ -#include "globals.h" +#include "globals.h" #ifndef MONITOR_DEFAULTTONULL #define MONITOR_DEFAULTTONULL 0x00000000 diff --git a/plugins/NotesAndReminders/src/options.cpp b/plugins/NotesAndReminders/src/options.cpp index ab1d246ac1..37773c7b03 100644 --- a/plugins/NotesAndReminders/src/options.cpp +++ b/plugins/NotesAndReminders/src/options.cpp @@ -1,4 +1,4 @@ -#include "globals.h"
+#include "globals.h"
// min allowed alpha (don't want 0 because it's a waste of resources as well as might confuse user)
#define MIN_ALPHA 30
diff --git a/plugins/NotesAndReminders/src/reminders.cpp b/plugins/NotesAndReminders/src/reminders.cpp index 87e1c1dd70..1b6b8854cc 100644 --- a/plugins/NotesAndReminders/src/reminders.cpp +++ b/plugins/NotesAndReminders/src/reminders.cpp @@ -1,4 +1,4 @@ -#include "globals.h"
+#include "globals.h"
#define FILETIME_TICKS_PER_SEC ((ULONGLONG)10000000)
diff --git a/plugins/NotesAndReminders/src/resource.h b/plugins/NotesAndReminders/src/resource.h index 1b732db2d8..d560498092 100644 --- a/plugins/NotesAndReminders/src/resource.h +++ b/plugins/NotesAndReminders/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\NotesAndReminders\res\resource.rc
//
diff --git a/plugins/NotesAndReminders/src/stdafx.cpp b/plugins/NotesAndReminders/src/stdafx.cpp index fa798885a1..c61783c544 100644 --- a/plugins/NotesAndReminders/src/stdafx.cpp +++ b/plugins/NotesAndReminders/src/stdafx.cpp @@ -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/NotesAndReminders/src/version.h b/plugins/NotesAndReminders/src/version.h index f76fa80aef..295d18edec 100644 --- a/plugins/NotesAndReminders/src/version.h +++ b/plugins/NotesAndReminders/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 diff --git a/plugins/NotifyAnything/SendLog/SLImp.cpp b/plugins/NotifyAnything/SendLog/SLImp.cpp index 641f664958..0a4b69e81c 100644 --- a/plugins/NotifyAnything/SendLog/SLImp.cpp +++ b/plugins/NotifyAnything/SendLog/SLImp.cpp @@ -1,4 +1,4 @@ -#define _WINSOCKAPI_ // don't include winsock 1.x
+#define _WINSOCKAPI_ // don't include winsock 1.x
#include <windows.h>
#include <winioctl.h>
#include <winsock2.h>
diff --git a/plugins/NotifyAnything/SendLog/SendLog.cpp b/plugins/NotifyAnything/SendLog/SendLog.cpp index 75460688ea..5cb46932da 100644 --- a/plugins/NotifyAnything/SendLog/SendLog.cpp +++ b/plugins/NotifyAnything/SendLog/SendLog.cpp @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <winsock.h>
#include <iostream>
diff --git a/plugins/NotifyAnything/SendLog/SendLogWin.cpp b/plugins/NotifyAnything/SendLog/SendLogWin.cpp index 7afab73306..37f112efb8 100644 --- a/plugins/NotifyAnything/SendLog/SendLogWin.cpp +++ b/plugins/NotifyAnything/SendLog/SendLogWin.cpp @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <winsock.h>
#include <iostream>
diff --git a/plugins/NotifyAnything/docs/Public Domain.txt b/plugins/NotifyAnything/docs/Public Domain.txt index bdebedb215..0fa9890908 100644 --- a/plugins/NotifyAnything/docs/Public Domain.txt +++ b/plugins/NotifyAnything/docs/Public Domain.txt @@ -1 +1 @@ -NotifyAnything was placed in public domain in 2003 by Daniel Wesslйn, do with it as you please.
+NotifyAnything was placed in public domain in 2003 by Daniel Wesslйn, do with it as you please.
diff --git a/plugins/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index df79c7e45a..5367ea5fa4 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void cslog(const wchar_t *what, const wchar_t *file, int line)
{
diff --git a/plugins/NotifyAnything/src/options.cpp b/plugins/NotifyAnything/src/options.cpp index 0186fe0086..abeea38393 100644 --- a/plugins/NotifyAnything/src/options.cpp +++ b/plugins/NotifyAnything/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
NASettings g_settings;
diff --git a/plugins/NotifyAnything/src/resource.h b/plugins/NotifyAnything/src/resource.h index 635485ec13..8eee335059 100644 --- a/plugins/NotifyAnything/src/resource.h +++ b/plugins/NotifyAnything/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by NotifyAnything.rc
//
diff --git a/plugins/NotifyAnything/src/stdafx.cxx b/plugins/NotifyAnything/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NotifyAnything/src/stdafx.cxx +++ b/plugins/NotifyAnything/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/NotifyAnything/src/stdafx.h b/plugins/NotifyAnything/src/stdafx.h index 656e9b65cb..02d6b1dfec 100644 --- a/plugins/NotifyAnything/src/stdafx.h +++ b/plugins/NotifyAnything/src/stdafx.h @@ -1,4 +1,4 @@ -#define _CRT_SECURE_NO_DEPRECATE
+#define _CRT_SECURE_NO_DEPRECATE
#include <windows.h>
#include <time.h>
diff --git a/plugins/NotifyAnything/src/version.h b/plugins/NotifyAnything/src/version.h index aec3ac3d48..5e87c48eef 100644 --- a/plugins/NotifyAnything/src/version.h +++ b/plugins/NotifyAnything/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 8 diff --git a/plugins/Nudge/docs/ChangeLog.txt b/plugins/Nudge/docs/ChangeLog.txt index 47990b6c12..140671c177 100644 --- a/plugins/Nudge/docs/ChangeLog.txt +++ b/plugins/Nudge/docs/ChangeLog.txt @@ -1,4 +1,4 @@ -0.0.1.22
+0.0.1.22
===========
+ 64bit version
+ unhook hooks on exit
diff --git a/plugins/Nudge/docs/autoexec_nudge.ini b/plugins/Nudge/docs/autoexec_nudge.ini index 7766515831..d5e9a563da 100644 --- a/plugins/Nudge/docs/autoexec_nudge.ini +++ b/plugins/Nudge/docs/autoexec_nudge.ini @@ -1,4 +1,4 @@ -SETTINGS:
+SETTINGS:
[SkinSounds]
Nudge : Default=sSounds\nudge.wav
\ No newline at end of file diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 305acbb2ca..990546769b 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int nProtocol = 0;
static HANDLE hPopupClass;
diff --git a/plugins/Nudge/src/nudge.cpp b/plugins/Nudge/src/nudge.cpp index 5fc1f71319..9dc4476a54 100644 --- a/plugins/Nudge/src/nudge.cpp +++ b/plugins/Nudge/src/nudge.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void CNudge::Save(void)
{
diff --git a/plugins/Nudge/src/nudge.h b/plugins/Nudge/src/nudge.h index fae3f758e7..d1fd358795 100644 --- a/plugins/Nudge/src/nudge.h +++ b/plugins/Nudge/src/nudge.h @@ -1,4 +1,4 @@ -#ifndef NUDGE_H
+#ifndef NUDGE_H
#define NUDGE_H
#define MODULENAME "Nudge"
diff --git a/plugins/Nudge/src/options.cpp b/plugins/Nudge/src/options.cpp index 4341660dc3..fce6159268 100644 --- a/plugins/Nudge/src/options.cpp +++ b/plugins/Nudge/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CNudgeElement* ActualNudge = nullptr;
diff --git a/plugins/Nudge/src/resource.h b/plugins/Nudge/src/resource.h index 012a83c200..6236ae9500 100644 --- a/plugins/Nudge/src/resource.h +++ b/plugins/Nudge/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Nudge/src/shake.cpp b/plugins/Nudge/src/shake.cpp index 459b02c40b..d66d7ad6be 100644 --- a/plugins/Nudge/src/shake.cpp +++ b/plugins/Nudge/src/shake.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void CShake::Load(void)
{
diff --git a/plugins/Nudge/src/shake.h b/plugins/Nudge/src/shake.h index 36340788b1..73e460cb41 100644 --- a/plugins/Nudge/src/shake.h +++ b/plugins/Nudge/src/shake.h @@ -1,4 +1,4 @@ -#ifndef SHAKE_H
+#ifndef SHAKE_H
#define SHAKE_H
class CShake
diff --git a/plugins/Nudge/src/stdafx.cxx b/plugins/Nudge/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Nudge/src/stdafx.cxx +++ b/plugins/Nudge/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/Nudge/src/stdafx.h b/plugins/Nudge/src/stdafx.h index 2f3cc8fc27..db45931958 100644 --- a/plugins/Nudge/src/stdafx.h +++ b/plugins/Nudge/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/Nudge/src/version.h b/plugins/Nudge/src/version.h index 2afb382085..553c4efea7 100644 --- a/plugins/Nudge/src/version.h +++ b/plugins/Nudge/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 diff --git a/plugins/OpenFolder/docs/changelog.txt b/plugins/OpenFolder/docs/changelog.txt index bb7545c33c..190f22d354 100644 --- a/plugins/OpenFolder/docs/changelog.txt +++ b/plugins/OpenFolder/docs/changelog.txt @@ -1,4 +1,4 @@ --- modified version
+-- modified version
Version 1.1.0.0
[+] Added enhanced 0.7+ core support + UUID
diff --git a/plugins/OpenFolder/docs/license.txt b/plugins/OpenFolder/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/OpenFolder/docs/license.txt +++ b/plugins/OpenFolder/docs/license.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/OpenFolder/docs/readme.txt b/plugins/OpenFolder/docs/readme.txt index 54b2059499..0293bcbcd9 100644 --- a/plugins/OpenFolder/docs/readme.txt +++ b/plugins/OpenFolder/docs/readme.txt @@ -1,4 +1,4 @@ -OpenFolder v1.0.4.0
+OpenFolder v1.0.4.0
by Kreisquadratur 2004
email: djui@kreisquadratur.de
ICQ: 56165405
diff --git a/plugins/OpenFolder/src/openFolder.cpp b/plugins/OpenFolder/src/openFolder.cpp index 813323de8e..97509a117b 100644 --- a/plugins/OpenFolder/src/openFolder.cpp +++ b/plugins/OpenFolder/src/openFolder.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack = 0;
HINSTANCE hInst;
diff --git a/plugins/OpenFolder/src/resource.h b/plugins/OpenFolder/src/resource.h index 78bdaa212b..599c82bbba 100644 --- a/plugins/OpenFolder/src/resource.h +++ b/plugins/OpenFolder/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/OpenFolder/src/stdafx.cxx b/plugins/OpenFolder/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/OpenFolder/src/stdafx.cxx +++ b/plugins/OpenFolder/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/OpenFolder/src/stdafx.h b/plugins/OpenFolder/src/stdafx.h index 16b4cc249d..d8e0273e6b 100644 --- a/plugins/OpenFolder/src/stdafx.h +++ b/plugins/OpenFolder/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <commctrl.h>
#include <newpluginapi.h>
diff --git a/plugins/OpenFolder/src/version.h b/plugins/OpenFolder/src/version.h index 945b405c9c..05f208d2df 100644 --- a/plugins/OpenFolder/src/version.h +++ b/plugins/OpenFolder/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index 870e9bb5bf..e523acc96d 100644 --- a/plugins/OpenSSL/src/main.cpp +++ b/plugins/OpenSSL/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/plugins/OpenSSL/src/ssl_openssl.cpp b/plugins/OpenSSL/src/ssl_openssl.cpp index 6665c4b73a..e18614f382 100644 --- a/plugins/OpenSSL/src/ssl_openssl.cpp +++ b/plugins/OpenSSL/src/ssl_openssl.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/OpenSSL/src/stdafx.cxx b/plugins/OpenSSL/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/OpenSSL/src/stdafx.cxx +++ b/plugins/OpenSSL/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/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h index b529c05aaa..46743536a2 100644 --- a/plugins/OpenSSL/src/stdafx.h +++ b/plugins/OpenSSL/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index 34aef49820..6dff056a72 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 diff --git a/plugins/PackUpdater/Docs/Readme.txt b/plugins/PackUpdater/Docs/Readme.txt index 9b91fcc1b2..0c2667ed37 100644 --- a/plugins/PackUpdater/Docs/Readme.txt +++ b/plugins/PackUpdater/Docs/Readme.txt @@ -1,4 +1,4 @@ -==================
+==================
Pack Updater 0.1.0
==================
diff --git a/plugins/PackUpdater/Docs/Readme_rus.txt b/plugins/PackUpdater/Docs/Readme_rus.txt index 26dd1cb8ea..ea36b336ad 100644 --- a/plugins/PackUpdater/Docs/Readme_rus.txt +++ b/plugins/PackUpdater/Docs/Readme_rus.txt @@ -1,4 +1,4 @@ -==================
+==================
Pack Updater 0.1.0
==================
diff --git a/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini b/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini index 0139d52483..9375457441 100644 --- a/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini +++ b/plugins/PackUpdater/Docs/Templates/Autoexec_PackUpdater.ini @@ -1,4 +1,4 @@ -[PackUpdater]
+[PackUpdater]
AutoUpdate=b1
File_VersionURL=uhttp://mataes.googlecode.com/files/Test5.ini
FileCount=d3
diff --git a/plugins/PackUpdater/Docs/Templates/File1.ini b/plugins/PackUpdater/Docs/Templates/File1.ini index 89e359f437..311c75b3c0 100644 --- a/plugins/PackUpdater/Docs/Templates/File1.ini +++ b/plugins/PackUpdater/Docs/Templates/File1.ini @@ -1,4 +1,4 @@ -[FileInfo_1]
+[FileInfo_1]
FileVersion = 0.0.1
Message = "Test Pack"
DownloadURL = "http://mataes.googlecode.com/files/Miranda%20IM%20Mataes%20Pack%20v0.8.3.exe"
diff --git a/plugins/PackUpdater/Docs/ToDo.txt b/plugins/PackUpdater/Docs/ToDo.txt index fc80795c02..50100bcc4c 100644 --- a/plugins/PackUpdater/Docs/ToDo.txt +++ b/plugins/PackUpdater/Docs/ToDo.txt @@ -1,2 +1,2 @@ -1. add second variant of update - external app.
+1. add second variant of update - external app.
2. add updater support (maybe).
\ No newline at end of file diff --git a/plugins/PackUpdater/Src/Events.cpp b/plugins/PackUpdater/Src/Events.cpp index 98bf0aa5fa..71abc60030 100644 --- a/plugins/PackUpdater/Src/Events.cpp +++ b/plugins/PackUpdater/Src/Events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Notifications.cpp b/plugins/PackUpdater/Src/Notifications.cpp index 92ef9de9f3..7ce39467bf 100644 --- a/plugins/PackUpdater/Src/Notifications.cpp +++ b/plugins/PackUpdater/Src/Notifications.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Notifications.h b/plugins/PackUpdater/Src/Notifications.h index 574123f1a8..d262f7c050 100644 --- a/plugins/PackUpdater/Src/Notifications.h +++ b/plugins/PackUpdater/Src/Notifications.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Options.cpp b/plugins/PackUpdater/Src/Options.cpp index 69faabe7cc..421244f4af 100644 --- a/plugins/PackUpdater/Src/Options.cpp +++ b/plugins/PackUpdater/Src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/PackUpdater.cpp b/plugins/PackUpdater/Src/PackUpdater.cpp index ed5c18aaa3..2d889f6911 100644 --- a/plugins/PackUpdater/Src/PackUpdater.cpp +++ b/plugins/PackUpdater/Src/PackUpdater.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/Utils.cpp b/plugins/PackUpdater/Src/Utils.cpp index 3a6b685378..48ed3e42a0 100644 --- a/plugins/PackUpdater/Src/Utils.cpp +++ b/plugins/PackUpdater/Src/Utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/resource.h b/plugins/PackUpdater/Src/resource.h index 67d09392f4..fd3b5c14f0 100644 --- a/plugins/PackUpdater/Src/resource.h +++ b/plugins/PackUpdater/Src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Resource.rc
//
diff --git a/plugins/PackUpdater/Src/stdafx.cxx b/plugins/PackUpdater/Src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/PackUpdater/Src/stdafx.cxx +++ b/plugins/PackUpdater/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/PackUpdater/Src/stdafx.h b/plugins/PackUpdater/Src/stdafx.h index 7923d5c8a8..5e6c6d0fbb 100644 --- a/plugins/PackUpdater/Src/stdafx.h +++ b/plugins/PackUpdater/Src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2011-2017 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PackUpdater/Src/version.h b/plugins/PackUpdater/Src/version.h index c5f78af9bd..2823d340ee 100644 --- a/plugins/PackUpdater/Src/version.h +++ b/plugins/PackUpdater/Src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 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
diff --git a/plugins/Ping/src/collection.h b/plugins/Ping/src/collection.h index b09537e11c..6e1615ea01 100644 --- a/plugins/Ping/src/collection.h +++ b/plugins/Ping/src/collection.h @@ -1,4 +1,4 @@ -template<class T> class Collection
+template<class T> class Collection
{
protected:
unsigned long count;
diff --git a/plugins/Ping/src/icmp.cpp b/plugins/Ping/src/icmp.cpp index 637def4cf3..26e7379845 100644 --- a/plugins/Ping/src/icmp.cpp +++ b/plugins/Ping/src/icmp.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
char data[] = "AAAABBBBCCCCDDDDEEEEFFFFGGGGHHH";
ICMP *ICMP::instance = nullptr;
diff --git a/plugins/Ping/src/icmp.h b/plugins/Ping/src/icmp.h index 91b0749a65..d3b8e665a1 100644 --- a/plugins/Ping/src/icmp.h +++ b/plugins/Ping/src/icmp.h @@ -1,4 +1,4 @@ -// adapted 23/9/2004 from public domain code at http://tangentsoft.net/wskfaq/examples/dllping.html
+// adapted 23/9/2004 from public domain code at http://tangentsoft.net/wskfaq/examples/dllping.html
#ifndef _ICMP_H
#define _ICMP_H
diff --git a/plugins/Ping/src/log.cpp b/plugins/Ping/src/log.cpp index ea4ac56f18..20782c2c17 100644 --- a/plugins/Ping/src/log.cpp +++ b/plugins/Ping/src/log.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR Log(WPARAM wParam, LPARAM) {
diff --git a/plugins/Ping/src/log.h b/plugins/Ping/src/log.h index e4d1315f1d..1930dddede 100644 --- a/plugins/Ping/src/log.h +++ b/plugins/Ping/src/log.h @@ -1,4 +1,4 @@ -#ifndef _PING_LOG
+#ifndef _PING_LOG
#define _PING_LOG
INT_PTR Log(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/Ping/src/menu.cpp b/plugins/Ping/src/menu.cpp index 5a434e2e8a..3f2a0bd198 100644 --- a/plugins/Ping/src/menu.cpp +++ b/plugins/Ping/src/menu.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HANDLE hMenuDisable, hMenuGraph, hMenuEdit;
HANDLE hEventMenuBuild;
diff --git a/plugins/Ping/src/menu.h b/plugins/Ping/src/menu.h index 2fef015046..314aa679c2 100644 --- a/plugins/Ping/src/menu.h +++ b/plugins/Ping/src/menu.h @@ -1,4 +1,4 @@ -#ifndef _MENU_H
+#ifndef _MENU_H
#define _MENU_H
void InitMenus();
diff --git a/plugins/Ping/src/options.cpp b/plugins/Ping/src/options.cpp index 745265acfb..f8ee4ec831 100644 --- a/plugins/Ping/src/options.cpp +++ b/plugins/Ping/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
PingOptions options;
diff --git a/plugins/Ping/src/options.h b/plugins/Ping/src/options.h index d30e7a5526..9bbfca0ca7 100644 --- a/plugins/Ping/src/options.h +++ b/plugins/Ping/src/options.h @@ -1,4 +1,4 @@ -#ifndef _PING_OPTIONS
+#ifndef _PING_OPTIONS
#define _PING_OPTIONS
INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp index b56a8cf657..c703feba7a 100644 --- a/plugins/Ping/src/ping.cpp +++ b/plugins/Ping/src/ping.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInst;
diff --git a/plugins/Ping/src/pinggraph.cpp b/plugins/Ping/src/pinggraph.cpp index cc993a19f1..554c740c61 100644 --- a/plugins/Ping/src/pinggraph.cpp +++ b/plugins/Ping/src/pinggraph.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HistoryMap history_map;
diff --git a/plugins/Ping/src/pinggraph.h b/plugins/Ping/src/pinggraph.h index 22209d1507..50b6040c98 100644 --- a/plugins/Ping/src/pinggraph.h +++ b/plugins/Ping/src/pinggraph.h @@ -1,4 +1,4 @@ -#ifndef _PINGGRAPH_H
+#ifndef _PINGGRAPH_H
#define _PINGGRAPH_H
#define MIN_GRAPH_HEIGHT 10 // minimum braph height, ms
diff --git a/plugins/Ping/src/pinglist.cpp b/plugins/Ping/src/pinglist.cpp index d5abd5e1c3..92e094e74b 100644 --- a/plugins/Ping/src/pinglist.cpp +++ b/plugins/Ping/src/pinglist.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
PINGLIST list_items;
mir_cs list_cs;
diff --git a/plugins/Ping/src/pinglist.h b/plugins/Ping/src/pinglist.h index e23b8aae50..b01dcd4a17 100644 --- a/plugins/Ping/src/pinglist.h +++ b/plugins/Ping/src/pinglist.h @@ -1,4 +1,4 @@ -#ifndef _PINGLIST_H
+#ifndef _PINGLIST_H
#define _PINGLIST_H
INT_PTR LoadPingList(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp index 63a07ca31a..1cc8632675 100644 --- a/plugins/Ping/src/pingthread.cpp +++ b/plugins/Ping/src/pingthread.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int upCount, total = 0;
diff --git a/plugins/Ping/src/pingthread.h b/plugins/Ping/src/pingthread.h index fa6630aae9..37b50e308c 100644 --- a/plugins/Ping/src/pingthread.h +++ b/plugins/Ping/src/pingthread.h @@ -1,4 +1,4 @@ -#ifndef _PINGTHREAD_H
+#ifndef _PINGTHREAD_H
#define _PINGTHREAD_H
int FillList(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/Ping/src/rawping.cpp b/plugins/Ping/src/rawping.cpp index 5f86d6ee61..c5b2c0c2e8 100644 --- a/plugins/Ping/src/rawping.cpp +++ b/plugins/Ping/src/rawping.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
USHORT ip_checksum(USHORT* buffer, int size)
{
diff --git a/plugins/Ping/src/rawping.h b/plugins/Ping/src/rawping.h index 98b8d471e1..59751d8c7a 100644 --- a/plugins/Ping/src/rawping.h +++ b/plugins/Ping/src/rawping.h @@ -1,4 +1,4 @@ -#ifndef _RAWPING_H
+#ifndef _RAWPING_H
#define _RAWPING_H
// ICMP protocol identifier
diff --git a/plugins/Ping/src/resource.h b/plugins/Ping/src/resource.h index 088219da29..214edade09 100644 --- a/plugins/Ping/src/resource.h +++ b/plugins/Ping/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ping.rc
//
diff --git a/plugins/Ping/src/stdafx.cxx b/plugins/Ping/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Ping/src/stdafx.cxx +++ b/plugins/Ping/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/Ping/src/stdafx.h b/plugins/Ping/src/stdafx.h index 02c30d8701..7bdfa5be69 100644 --- a/plugins/Ping/src/stdafx.h +++ b/plugins/Ping/src/stdafx.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
#include <windowsx.h>
diff --git a/plugins/Ping/src/utils.cpp b/plugins/Ping/src/utils.cpp index 6f6eb2ee6c..cf900a3ffa 100644 --- a/plugins/Ping/src/utils.cpp +++ b/plugins/Ping/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
LRESULT CALLBACK NullWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/Ping/src/utils.h b/plugins/Ping/src/utils.h index 6916c871b7..d084a4ae9a 100644 --- a/plugins/Ping/src/utils.h +++ b/plugins/Ping/src/utils.h @@ -1,4 +1,4 @@ -#ifndef _PING_UTILS
+#ifndef _PING_UTILS
#define _PING_UTILS
void __stdcall ShowPopup(wchar_t *line1, wchar_t *line2, int flags);
diff --git a/plugins/Ping/src/version.h b/plugins/Ping/src/version.h index 399a2cbe13..16ad496842 100644 --- a/plugins/Ping/src/version.h +++ b/plugins/Ping/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 9 #define __RELEASE_NUM 1 #define __BUILD_NUM 1 diff --git a/plugins/PluginUpdater/pu_stub/pu_stub.cpp b/plugins/PluginUpdater/pu_stub/pu_stub.cpp index 2433156ce2..2a42d51c4c 100644 --- a/plugins/PluginUpdater/pu_stub/pu_stub.cpp +++ b/plugins/PluginUpdater/pu_stub/pu_stub.cpp @@ -1,4 +1,4 @@ -#define _CRT_SECURE_NO_WARNINGS
+#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
diff --git a/plugins/PluginUpdater/src/Compat/compat.cpp b/plugins/PluginUpdater/src/Compat/compat.cpp index ec48644e37..1da442ee41 100644 --- a/plugins/PluginUpdater/src/Compat/compat.cpp +++ b/plugins/PluginUpdater/src/Compat/compat.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Compat/compat.h b/plugins/PluginUpdater/src/Compat/compat.h index ec553e0e55..40bee6b259 100644 --- a/plugins/PluginUpdater/src/Compat/compat.h +++ b/plugins/PluginUpdater/src/Compat/compat.h @@ -1,4 +1,4 @@ -#define MIID_UPDATER {0x4a47b19b, 0xde5a, 0x4436, { 0xab, 0x4b, 0xe1, 0xf3, 0xa0, 0x22, 0x5d, 0xe7}}
+#define MIID_UPDATER {0x4a47b19b, 0xde5a, 0x4436, { 0xab, 0x4b, 0xe1, 0xf3, 0xa0, 0x22, 0x5d, 0xe7}}
#include <m_database.h>
diff --git a/plugins/PluginUpdater/src/Compat/stdver.h b/plugins/PluginUpdater/src/Compat/stdver.h index 933a81879b..6f40f9e4bd 100644 --- a/plugins/PluginUpdater/src/Compat/stdver.h +++ b/plugins/PluginUpdater/src/Compat/stdver.h @@ -1,4 +1,4 @@ -#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
#define __STRINGIFY_IMPL(x) #x
diff --git a/plugins/PluginUpdater/src/DlgListNew.cpp b/plugins/PluginUpdater/src/DlgListNew.cpp index 2b9c5e1ed9..12c4853002 100644 --- a/plugins/PluginUpdater/src/DlgListNew.cpp +++ b/plugins/PluginUpdater/src/DlgListNew.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 875dd6ea8c..8e3ef7228a 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Events.cpp b/plugins/PluginUpdater/src/Events.cpp index f7660411af..fa215c6a3b 100644 --- a/plugins/PluginUpdater/src/Events.cpp +++ b/plugins/PluginUpdater/src/Events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Minizip/crypt.h b/plugins/PluginUpdater/src/Minizip/crypt.h index 67b6e1fef6..a01d08d932 100644 --- a/plugins/PluginUpdater/src/Minizip/crypt.h +++ b/plugins/PluginUpdater/src/Minizip/crypt.h @@ -1,4 +1,4 @@ -/* crypt.h -- base code for crypt/uncrypt ZIPfile +/* crypt.h -- base code for crypt/uncrypt ZIPfile Version 1.01e, February 12th, 2005 diff --git a/plugins/PluginUpdater/src/Minizip/ioapi.c b/plugins/PluginUpdater/src/Minizip/ioapi.c index 8c86946b76..4219ed1f24 100644 --- a/plugins/PluginUpdater/src/Minizip/ioapi.c +++ b/plugins/PluginUpdater/src/Minizip/ioapi.c @@ -1,4 +1,4 @@ -/* ioapi.h -- IO base function header for compress/uncompress .zip +/* ioapi.h -- IO base function header for compress/uncompress .zip part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/ioapi.h b/plugins/PluginUpdater/src/Minizip/ioapi.h index 6b8808a4d8..3fc4d0324b 100644 --- a/plugins/PluginUpdater/src/Minizip/ioapi.h +++ b/plugins/PluginUpdater/src/Minizip/ioapi.h @@ -1,4 +1,4 @@ -/* ioapi.h -- IO base function header for compress/uncompress .zip +/* ioapi.h -- IO base function header for compress/uncompress .zip part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/iowin32.c b/plugins/PluginUpdater/src/Minizip/iowin32.c index 70c9ff132c..ff73007639 100644 --- a/plugins/PluginUpdater/src/Minizip/iowin32.c +++ b/plugins/PluginUpdater/src/Minizip/iowin32.c @@ -1,4 +1,4 @@ -/* iowin32.c -- IO base function header for compress/uncompress .zip +/* iowin32.c -- IO base function header for compress/uncompress .zip Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/iowin32.h b/plugins/PluginUpdater/src/Minizip/iowin32.h index e18a499778..0ca0969a7d 100644 --- a/plugins/PluginUpdater/src/Minizip/iowin32.h +++ b/plugins/PluginUpdater/src/Minizip/iowin32.h @@ -1,4 +1,4 @@ -/* iowin32.h -- IO base function header for compress/uncompress .zip +/* iowin32.h -- IO base function header for compress/uncompress .zip Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/unzip.c b/plugins/PluginUpdater/src/Minizip/unzip.c index 46cc4e1226..809786bb87 100644 --- a/plugins/PluginUpdater/src/Minizip/unzip.c +++ b/plugins/PluginUpdater/src/Minizip/unzip.c @@ -1,4 +1,4 @@ -/* unzip.c -- IO for uncompress .zip files using zlib +/* unzip.c -- IO for uncompress .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/unzip.h b/plugins/PluginUpdater/src/Minizip/unzip.h index 4f7d26a00a..15b1621eb0 100644 --- a/plugins/PluginUpdater/src/Minizip/unzip.h +++ b/plugins/PluginUpdater/src/Minizip/unzip.h @@ -1,4 +1,4 @@ -/* unzip.h -- IO for uncompress .zip files using zlib +/* unzip.h -- IO for uncompress .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/zconf.h b/plugins/PluginUpdater/src/Minizip/zconf.h index fcb4835be9..02ce56c431 100644 --- a/plugins/PluginUpdater/src/Minizip/zconf.h +++ b/plugins/PluginUpdater/src/Minizip/zconf.h @@ -1,4 +1,4 @@ -/* zconf.h -- configuration of the zlib compression library +/* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-2010 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ diff --git a/plugins/PluginUpdater/src/Minizip/zip.c b/plugins/PluginUpdater/src/Minizip/zip.c index 19e2d8ca0d..3c34fc8bd4 100644 --- a/plugins/PluginUpdater/src/Minizip/zip.c +++ b/plugins/PluginUpdater/src/Minizip/zip.c @@ -1,4 +1,4 @@ -/* zip.c -- IO on .zip files using zlib +/* zip.c -- IO on .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/zip.h b/plugins/PluginUpdater/src/Minizip/zip.h index 013bbd5b09..8aaebb6234 100644 --- a/plugins/PluginUpdater/src/Minizip/zip.h +++ b/plugins/PluginUpdater/src/Minizip/zip.h @@ -1,4 +1,4 @@ -/* zip.h -- IO on .zip files using zlib +/* zip.h -- IO on .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) diff --git a/plugins/PluginUpdater/src/Minizip/zlib.h b/plugins/PluginUpdater/src/Minizip/zlib.h index 45071b4175..bfbba83e8e 100644 --- a/plugins/PluginUpdater/src/Minizip/zlib.h +++ b/plugins/PluginUpdater/src/Minizip/zlib.h @@ -1,4 +1,4 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library +/* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.5, April 19th, 2010 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp index 70c149f716..c8057276b7 100644 --- a/plugins/PluginUpdater/src/Notifications.cpp +++ b/plugins/PluginUpdater/src/Notifications.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Notifications.h b/plugins/PluginUpdater/src/Notifications.h index e5de3b74c1..2819baf04b 100644 --- a/plugins/PluginUpdater/src/Notifications.h +++ b/plugins/PluginUpdater/src/Notifications.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Options.cpp b/plugins/PluginUpdater/src/Options.cpp index 9b0c94616f..8d5d4d2830 100644 --- a/plugins/PluginUpdater/src/Options.cpp +++ b/plugins/PluginUpdater/src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/PluginUpdater.cpp b/plugins/PluginUpdater/src/PluginUpdater.cpp index 9967a43c80..863a93ac7b 100644 --- a/plugins/PluginUpdater/src/PluginUpdater.cpp +++ b/plugins/PluginUpdater/src/PluginUpdater.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Services.cpp b/plugins/PluginUpdater/src/Services.cpp index fbb160b608..ab8c744c9f 100644 --- a/plugins/PluginUpdater/src/Services.cpp +++ b/plugins/PluginUpdater/src/Services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp index c66e52c866..aea147a0f1 100644 --- a/plugins/PluginUpdater/src/Utils.cpp +++ b/plugins/PluginUpdater/src/Utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/checksum.cpp b/plugins/PluginUpdater/src/checksum.cpp index 12483e6111..889696c4b0 100644 --- a/plugins/PluginUpdater/src/checksum.cpp +++ b/plugins/PluginUpdater/src/checksum.cpp @@ -1,4 +1,4 @@ -
+
// Checksum Tool
// By Bio (C) 2012
diff --git a/plugins/PluginUpdater/src/resource.h b/plugins/PluginUpdater/src/resource.h index 89d1a39352..1c36dbb44e 100644 --- a/plugins/PluginUpdater/src/resource.h +++ b/plugins/PluginUpdater/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by d:\Miranda_orig\plugins\PluginUpdater\res\Resource.rc
//
diff --git a/plugins/PluginUpdater/src/stdafx.cxx b/plugins/PluginUpdater/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/PluginUpdater/src/stdafx.cxx +++ b/plugins/PluginUpdater/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/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h index 6340c1b710..a621662ce5 100644 --- a/plugins/PluginUpdater/src/stdafx.h +++ b/plugins/PluginUpdater/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/unzipfile.cpp b/plugins/PluginUpdater/src/unzipfile.cpp index 04e5f582d0..95aa1bf009 100644 --- a/plugins/PluginUpdater/src/unzipfile.cpp +++ b/plugins/PluginUpdater/src/unzipfile.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012 George Hazan
This is free software; you can redistribute it and/or
diff --git a/plugins/PluginUpdater/src/version.h b/plugins/PluginUpdater/src/version.h index 9b3f083adf..d3477ff6fd 100644 --- a/plugins/PluginUpdater/src/version.h +++ b/plugins/PluginUpdater/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 5 diff --git a/plugins/Popup/docs/Changelog.txt b/plugins/Popup/docs/Changelog.txt index 90716288fe..de46d15d50 100644 --- a/plugins/Popup/docs/Changelog.txt +++ b/plugins/Popup/docs/Changelog.txt @@ -1,4 +1,4 @@ -Popup Plus: 2.1.1.6
+Popup Plus: 2.1.1.6
+added support for custom langpacks
+added hotkey to open popup history
+added action copy to clipboard
diff --git a/plugins/Popup/docs/changelog_popup.txt b/plugins/Popup/docs/changelog_popup.txt index 3557e3fa4b..c044db186f 100644 --- a/plugins/Popup/docs/changelog_popup.txt +++ b/plugins/Popup/docs/changelog_popup.txt @@ -1,4 +1,4 @@ -popup plus 2.0.3.96 RC1 internal, 05-11-28, 00:44
+popup plus 2.0.3.96 RC1 internal, 05-11-28, 00:44
[-] Fixed line breaks
popup plus 2.0.3.96 RC1 internal, 05-11-27, 01:07
diff --git a/plugins/Popup/docs/faq_popup.txt b/plugins/Popup/docs/faq_popup.txt index ea06ab84b5..43a7d31eb6 100644 --- a/plugins/Popup/docs/faq_popup.txt +++ b/plugins/Popup/docs/faq_popup.txt @@ -1,4 +1,4 @@ -===============================================================================
+===============================================================================
PopUp - Frequently Asked Questions
===============================================================================
diff --git a/plugins/Popup/docs/readme.txt b/plugins/Popup/docs/readme.txt index 74c570e588..b22e0fb6a9 100644 --- a/plugins/Popup/docs/readme.txt +++ b/plugins/Popup/docs/readme.txt @@ -1,4 +1,4 @@ -PopUp plugin, v.1.0.1.9
+PopUp plugin, v.1.0.1.9
by Luca "Hrk" Santarelli
hrk@users.sf.net
diff --git a/plugins/Popup/docs/rebase_popup.txt b/plugins/Popup/docs/rebase_popup.txt index fb61cd7865..87cb219b79 100644 --- a/plugins/Popup/docs/rebase_popup.txt +++ b/plugins/Popup/docs/rebase_popup.txt @@ -1,4 +1,4 @@ -=ยง= TO PLUGIN DEVELOPERS =ยง=
+=§= TO PLUGIN DEVELOPERS =§=
This plugin has its Base Address set to:
0x25020000
@@ -28,5 +28,5 @@ K = 11th letter in the english alphabet. 37(dec) = 25(Hex)
Base Address can be found/configured:
-ยง MSVC++ 6.0
+§ MSVC++ 6.0
Project->Settings->Link->Output->Base Address
\ No newline at end of file diff --git a/plugins/Popup/docs/road_map.txt b/plugins/Popup/docs/road_map.txt index db21c337c3..f171688db8 100644 --- a/plugins/Popup/docs/road_map.txt +++ b/plugins/Popup/docs/road_map.txt @@ -1,4 +1,4 @@ -skin related classes:
+skin related classes:
- PopUpSkin
- Skin
- Skins
diff --git a/plugins/Popup/docs/skin_popup.txt b/plugins/Popup/docs/skin_popup.txt index 2ed0311d4a..ee20d2d845 100644 --- a/plugins/Popup/docs/skin_popup.txt +++ b/plugins/Popup/docs/skin_popup.txt @@ -1,4 +1,4 @@ -Object properties
+Object properties
Popup skin files are used to define popup layout. Each popup consists of several objects such as bitmaps, text, title
diff --git a/plugins/Popup/docs/whatsnew.txt b/plugins/Popup/docs/whatsnew.txt index 53a8503a47..63b0bd2abf 100644 --- a/plugins/Popup/docs/whatsnew.txt +++ b/plugins/Popup/docs/whatsnew.txt @@ -1,4 +1,4 @@ -The new Popup Team welcomes you.
+The new Popup Team welcomes you.
Due to the huge amount of changes we advice you to use the "Reset" button below.
Your advantages from new version:
diff --git a/plugins/Popup/src/actions.cpp b/plugins/Popup/src/actions.cpp index 6b516fcb3e..9235521bec 100644 --- a/plugins/Popup/src/actions.cpp +++ b/plugins/Popup/src/actions.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/actions.h b/plugins/Popup/src/actions.h index 8ed5b52477..bfdaf8591d 100644 --- a/plugins/Popup/src/actions.h +++ b/plugins/Popup/src/actions.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars.cpp b/plugins/Popup/src/avatars.cpp index 6936e55cc7..d099ddbd73 100644 --- a/plugins/Popup/src/avatars.cpp +++ b/plugins/Popup/src/avatars.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars.h b/plugins/Popup/src/avatars.h index c8e34bedfb..c9c38c3cd4 100644 --- a/plugins/Popup/src/avatars.h +++ b/plugins/Popup/src/avatars.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_flash.h b/plugins/Popup/src/avatars_flash.h index e12971d7fe..9678d84259 100644 --- a/plugins/Popup/src/avatars_flash.h +++ b/plugins/Popup/src/avatars_flash.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_gif.cpp b/plugins/Popup/src/avatars_gif.cpp index 73eae2235e..bfb5d63368 100644 --- a/plugins/Popup/src/avatars_gif.cpp +++ b/plugins/Popup/src/avatars_gif.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_gif.h b/plugins/Popup/src/avatars_gif.h index 6207c17e30..5dcdc85a24 100644 --- a/plugins/Popup/src/avatars_gif.h +++ b/plugins/Popup/src/avatars_gif.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_simple.cpp b/plugins/Popup/src/avatars_simple.cpp index b620cce723..b32c05dc35 100644 --- a/plugins/Popup/src/avatars_simple.cpp +++ b/plugins/Popup/src/avatars_simple.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/avatars_simple.h b/plugins/Popup/src/avatars_simple.h index a865d632d5..da92dca5df 100644 --- a/plugins/Popup/src/avatars_simple.h +++ b/plugins/Popup/src/avatars_simple.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/bitmap_funcs.cpp b/plugins/Popup/src/bitmap_funcs.cpp index d0b8ab15b7..5a07c757de 100644 --- a/plugins/Popup/src/bitmap_funcs.cpp +++ b/plugins/Popup/src/bitmap_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/bitmap_funcs.h b/plugins/Popup/src/bitmap_funcs.h index decb8b5a25..6b8a4e2816 100644 --- a/plugins/Popup/src/bitmap_funcs.h +++ b/plugins/Popup/src/bitmap_funcs.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/common.h b/plugins/Popup/src/common.h index e7a0e8c057..ca632bac41 100644 --- a/plugins/Popup/src/common.h +++ b/plugins/Popup/src/common.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/config.cpp b/plugins/Popup/src/config.cpp index 8a040dfdc1..c6ae1a1ffc 100644 --- a/plugins/Popup/src/config.cpp +++ b/plugins/Popup/src/config.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index b249d2cdf9..07e9d6d86c 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/def_settings.h b/plugins/Popup/src/def_settings.h index 0bec7e680b..73c2425e63 100644 --- a/plugins/Popup/src/def_settings.h +++ b/plugins/Popup/src/def_settings.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/defs.h b/plugins/Popup/src/defs.h index 72a61d1fd7..43959f9b86 100644 --- a/plugins/Popup/src/defs.h +++ b/plugins/Popup/src/defs.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/effects.cpp b/plugins/Popup/src/effects.cpp index a1c7250aaa..e73322d265 100644 --- a/plugins/Popup/src/effects.cpp +++ b/plugins/Popup/src/effects.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/effects.h b/plugins/Popup/src/effects.h index 2053395414..d3ff4502ef 100644 --- a/plugins/Popup/src/effects.h +++ b/plugins/Popup/src/effects.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/font.cpp b/plugins/Popup/src/font.cpp index 53f619b703..7e8550038f 100644 --- a/plugins/Popup/src/font.cpp +++ b/plugins/Popup/src/font.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/font.h b/plugins/Popup/src/font.h index bc73acdbbc..3975a53c88 100644 --- a/plugins/Popup/src/font.h +++ b/plugins/Popup/src/font.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/formula.cpp b/plugins/Popup/src/formula.cpp index b85a0839c5..f2748ae030 100644 --- a/plugins/Popup/src/formula.cpp +++ b/plugins/Popup/src/formula.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/formula.h b/plugins/Popup/src/formula.h index 27ae3bf273..6de6ac625d 100644 --- a/plugins/Popup/src/formula.h +++ b/plugins/Popup/src/formula.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/history.cpp b/plugins/Popup/src/history.cpp index c65a620b0c..3bad370778 100644 --- a/plugins/Popup/src/history.cpp +++ b/plugins/Popup/src/history.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/history.h b/plugins/Popup/src/history.h index 3fdbd8665e..b4e28bfac2 100644 --- a/plugins/Popup/src/history.h +++ b/plugins/Popup/src/history.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/icons.cpp b/plugins/Popup/src/icons.cpp index a740231a0a..297a9d982f 100644 --- a/plugins/Popup/src/icons.cpp +++ b/plugins/Popup/src/icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/icons.h b/plugins/Popup/src/icons.h index 5c75e58a7e..ad7ee64153 100644 --- a/plugins/Popup/src/icons.h +++ b/plugins/Popup/src/icons.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 915c1b427a..7471eddb29 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/notifications.cpp b/plugins/Popup/src/notifications.cpp index f7c15b6b82..f5e904b3a4 100644 --- a/plugins/Popup/src/notifications.cpp +++ b/plugins/Popup/src/notifications.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/notifications.h b/plugins/Popup/src/notifications.h index aa4c2f4963..041a83d78c 100644 --- a/plugins/Popup/src/notifications.h +++ b/plugins/Popup/src/notifications.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_adv.cpp b/plugins/Popup/src/opt_adv.cpp index a25d53f754..f9d4f75f8e 100644 --- a/plugins/Popup/src/opt_adv.cpp +++ b/plugins/Popup/src/opt_adv.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_adv.h b/plugins/Popup/src/opt_adv.h index ce27b876fc..d5ac6d128f 100644 --- a/plugins/Popup/src/opt_adv.h +++ b/plugins/Popup/src/opt_adv.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_class.cpp b/plugins/Popup/src/opt_class.cpp index 3d8ddf0633..742bc2dbee 100644 --- a/plugins/Popup/src/opt_class.cpp +++ b/plugins/Popup/src/opt_class.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_class.h b/plugins/Popup/src/opt_class.h index 05e5e169ed..905bc791fd 100644 --- a/plugins/Popup/src/opt_class.h +++ b/plugins/Popup/src/opt_class.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_contacts.cpp b/plugins/Popup/src/opt_contacts.cpp index 03c034cb82..0bb94612f6 100644 --- a/plugins/Popup/src/opt_contacts.cpp +++ b/plugins/Popup/src/opt_contacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_contacts.h b/plugins/Popup/src/opt_contacts.h index a821eacd96..9e1309857f 100644 --- a/plugins/Popup/src/opt_contacts.h +++ b/plugins/Popup/src/opt_contacts.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_gen.cpp b/plugins/Popup/src/opt_gen.cpp index e509f1f9cd..677e1bc459 100644 --- a/plugins/Popup/src/opt_gen.cpp +++ b/plugins/Popup/src/opt_gen.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_gen.h b/plugins/Popup/src/opt_gen.h index 4e100c70fd..f97d056306 100644 --- a/plugins/Popup/src/opt_gen.h +++ b/plugins/Popup/src/opt_gen.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index a5e0095955..dc78a7bab8 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opt_skins.h b/plugins/Popup/src/opt_skins.h index e0bb54aa2a..5711500501 100644 --- a/plugins/Popup/src/opt_skins.h +++ b/plugins/Popup/src/opt_skins.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opttree.cpp b/plugins/Popup/src/opttree.cpp index 69d71617a6..68a7a9ef7a 100644 --- a/plugins/Popup/src/opttree.cpp +++ b/plugins/Popup/src/opttree.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/opttree.h b/plugins/Popup/src/opttree.h index 44e570b2b5..3dd63d3e0d 100644 --- a/plugins/Popup/src/opttree.h +++ b/plugins/Popup/src/opttree.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_gdiplus.cpp b/plugins/Popup/src/popup_gdiplus.cpp index 6516a1b7f4..b6fd4039a1 100644 --- a/plugins/Popup/src/popup_gdiplus.cpp +++ b/plugins/Popup/src/popup_gdiplus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_gdiplus.h b/plugins/Popup/src/popup_gdiplus.h index 1da60118d0..a398e686f9 100644 --- a/plugins/Popup/src/popup_gdiplus.h +++ b/plugins/Popup/src/popup_gdiplus.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_thread.cpp b/plugins/Popup/src/popup_thread.cpp index e03e074e74..1a5b462632 100644 --- a/plugins/Popup/src/popup_thread.cpp +++ b/plugins/Popup/src/popup_thread.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_thread.h b/plugins/Popup/src/popup_thread.h index 55068aafa7..13cdae4466 100644 --- a/plugins/Popup/src/popup_thread.h +++ b/plugins/Popup/src/popup_thread.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_wnd2.cpp b/plugins/Popup/src/popup_wnd2.cpp index f92cdd7804..a3d5c3c425 100644 --- a/plugins/Popup/src/popup_wnd2.cpp +++ b/plugins/Popup/src/popup_wnd2.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/popup_wnd2.h b/plugins/Popup/src/popup_wnd2.h index c82b1e6ad9..57061569ee 100644 --- a/plugins/Popup/src/popup_wnd2.h +++ b/plugins/Popup/src/popup_wnd2.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/resource.h b/plugins/Popup/src/resource.h index 83493806ad..e13b597fed 100644 --- a/plugins/Popup/src/resource.h +++ b/plugins/Popup/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Popup/src/services.cpp b/plugins/Popup/src/services.cpp index a7875e22fe..f07534de09 100644 --- a/plugins/Popup/src/services.cpp +++ b/plugins/Popup/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/services.h b/plugins/Popup/src/services.h index 15b76b95db..3e6a682a9e 100644 --- a/plugins/Popup/src/services.h +++ b/plugins/Popup/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/skin.cpp b/plugins/Popup/src/skin.cpp index be2e592e31..157c9aa981 100644 --- a/plugins/Popup/src/skin.cpp +++ b/plugins/Popup/src/skin.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/skin.h b/plugins/Popup/src/skin.h index 56353153c9..8c903a9ca8 100644 --- a/plugins/Popup/src/skin.h +++ b/plugins/Popup/src/skin.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/srmm_menu.cpp b/plugins/Popup/src/srmm_menu.cpp index bd8d4706bd..fa4c6bf244 100644 --- a/plugins/Popup/src/srmm_menu.cpp +++ b/plugins/Popup/src/srmm_menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/srmm_menu.h b/plugins/Popup/src/srmm_menu.h index b2e67fe320..54c445ed1e 100644 --- a/plugins/Popup/src/srmm_menu.h +++ b/plugins/Popup/src/srmm_menu.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/stdafx.cxx b/plugins/Popup/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Popup/src/stdafx.cxx +++ b/plugins/Popup/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/Popup/src/stdafx.h b/plugins/Popup/src/stdafx.h index ff27f4f31a..e892d518f6 100644 --- a/plugins/Popup/src/stdafx.h +++ b/plugins/Popup/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/Popup/src/version.h b/plugins/Popup/src/version.h index 28214125ac..45bbca6f8c 100644 --- a/plugins/Popup/src/version.h +++ b/plugins/Popup/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2
+#define __MAJOR_VERSION 2
#define __MINOR_VERSION 1
#define __RELEASE_NUM 1
#define __BUILD_NUM 12
diff --git a/plugins/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp index 23e667d1f5..4b221431e1 100644 --- a/plugins/ProfileManager/src/pmanagerEx.cpp +++ b/plugins/ProfileManager/src/pmanagerEx.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/ProfileManager/src/resource.h b/plugins/ProfileManager/src/resource.h index ce68e7997e..0b3445b3e7 100644 --- a/plugins/ProfileManager/src/resource.h +++ b/plugins/ProfileManager/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/ProfileManager/src/stdafx.cxx b/plugins/ProfileManager/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ProfileManager/src/stdafx.cxx +++ b/plugins/ProfileManager/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/ProfileManager/src/stdafx.h b/plugins/ProfileManager/src/stdafx.h index b1316fcf2b..81add820dd 100644 --- a/plugins/ProfileManager/src/stdafx.h +++ b/plugins/ProfileManager/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/ProfileManager/src/version.h b/plugins/ProfileManager/src/version.h index 85c07d9df1..dbcb79f127 100644 --- a/plugins/ProfileManager/src/version.h +++ b/plugins/ProfileManager/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 5 diff --git a/plugins/QuickContacts/docs/changelog.txt b/plugins/QuickContacts/docs/changelog.txt index f7966fc9c6..bc094700e2 100644 --- a/plugins/QuickContacts/docs/changelog.txt +++ b/plugins/QuickContacts/docs/changelog.txt @@ -1,4 +1,4 @@ -Quick Contacts
+Quick Contacts
Changelog:
diff --git a/plugins/QuickContacts/docs/readme.txt b/plugins/QuickContacts/docs/readme.txt index ebf64e9c16..b7d8b5b8aa 100644 --- a/plugins/QuickContacts/docs/readme.txt +++ b/plugins/QuickContacts/docs/readme.txt @@ -1,4 +1,4 @@ -Quick Contacts plugin
+Quick Contacts plugin
---------------------
On pressing an user defined hotkey an dialog pops up where you can enter a contacts name or select it from a combobox and send it messages/files/urls an look at his details.
diff --git a/plugins/QuickContacts/src/options.cpp b/plugins/QuickContacts/src/options.cpp index ef101a076e..d018d6a20a 100644 --- a/plugins/QuickContacts/src/options.cpp +++ b/plugins/QuickContacts/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
Based on work (C) Heiko Schillinger
diff --git a/plugins/QuickContacts/src/options.h b/plugins/QuickContacts/src/options.h index 5eda66fad7..9f9f5083c5 100644 --- a/plugins/QuickContacts/src/options.h +++ b/plugins/QuickContacts/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
Based on work (C) Heiko Schillinger
diff --git a/plugins/QuickContacts/src/quickcontacts.cpp b/plugins/QuickContacts/src/quickcontacts.cpp index fe486c06b8..75034af9ca 100644 --- a/plugins/QuickContacts/src/quickcontacts.cpp +++ b/plugins/QuickContacts/src/quickcontacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
Based on work (C) Heiko Schillinger
diff --git a/plugins/QuickContacts/src/resource.h b/plugins/QuickContacts/src/resource.h index c708bf07f7..38fd6df5cb 100644 --- a/plugins/QuickContacts/src/resource.h +++ b/plugins/QuickContacts/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/QuickContacts/src/stdafx.cxx b/plugins/QuickContacts/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/QuickContacts/src/stdafx.cxx +++ b/plugins/QuickContacts/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/QuickContacts/src/stdafx.h b/plugins/QuickContacts/src/stdafx.h index 896e4a9802..71f2ce9a59 100644 --- a/plugins/QuickContacts/src/stdafx.h +++ b/plugins/QuickContacts/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci
Based on work (C) Heiko Schillinger
diff --git a/plugins/QuickContacts/src/version.h b/plugins/QuickContacts/src/version.h index 828a3849e0..eee85d9015 100644 --- a/plugins/QuickContacts/src/version.h +++ b/plugins/QuickContacts/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 0 diff --git a/plugins/QuickMessages/src/Utils.cpp b/plugins/QuickMessages/src/Utils.cpp index 9582bf42dd..ba4cccf945 100644 --- a/plugins/QuickMessages/src/Utils.cpp +++ b/plugins/QuickMessages/src/Utils.cpp @@ -1,4 +1,4 @@ -/* +/* Quick Messages plugin for Miranda IM Copyright (C) 2008 Danil Mozhar diff --git a/plugins/QuickMessages/src/Utils.h b/plugins/QuickMessages/src/Utils.h index c63958f062..adfd0ffa76 100644 --- a/plugins/QuickMessages/src/Utils.h +++ b/plugins/QuickMessages/src/Utils.h @@ -1,4 +1,4 @@ -/*
+/*
Quick Messages plugin for Miranda IM
Copyright (C) 2008 Danil Mozhar
diff --git a/plugins/QuickMessages/src/main.cpp b/plugins/QuickMessages/src/main.cpp index db0929182b..f16c798875 100644 --- a/plugins/QuickMessages/src/main.cpp +++ b/plugins/QuickMessages/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Quick Messages plugin for Miranda IM
Copyright (C) 2008 Danil Mozhar
diff --git a/plugins/QuickMessages/src/options.cpp b/plugins/QuickMessages/src/options.cpp index 2e4280eb4f..a9799aa64d 100644 --- a/plugins/QuickMessages/src/options.cpp +++ b/plugins/QuickMessages/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Quick Messages plugin for Miranda IM
Copyright (C) 2008 Danil Mozhar
diff --git a/plugins/QuickMessages/src/resource.h b/plugins/QuickMessages/src/resource.h index dec3634dfb..9facd53bf2 100644 --- a/plugins/QuickMessages/src/resource.h +++ b/plugins/QuickMessages/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by quickmessages.rc
//
diff --git a/plugins/QuickMessages/src/stdafx.cxx b/plugins/QuickMessages/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/QuickMessages/src/stdafx.cxx +++ b/plugins/QuickMessages/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/QuickMessages/src/stdafx.h b/plugins/QuickMessages/src/stdafx.h index 840855f6f4..63209952aa 100644 --- a/plugins/QuickMessages/src/stdafx.h +++ b/plugins/QuickMessages/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Quick Messages plugin for Miranda IM
Copyright (C) 2008 Danil Mozhar
diff --git a/plugins/QuickMessages/src/version.h b/plugins/QuickMessages/src/version.h index 796c703edc..b3ead27ca7 100644 --- a/plugins/QuickMessages/src/version.h +++ b/plugins/QuickMessages/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 2 diff --git a/plugins/QuickReplies/src/events.cpp b/plugins/QuickReplies/src/events.cpp index dac7ba58f6..5335379dd1 100644 --- a/plugins/QuickReplies/src/events.cpp +++ b/plugins/QuickReplies/src/events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Unsane
This is free software; you can redistribute it and/or
diff --git a/plugins/QuickReplies/src/options.cpp b/plugins/QuickReplies/src/options.cpp index eab14883bb..29477c53a7 100644 --- a/plugins/QuickReplies/src/options.cpp +++ b/plugins/QuickReplies/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Unsane
This is free software; you can redistribute it and/or
diff --git a/plugins/QuickReplies/src/quickreplies.cpp b/plugins/QuickReplies/src/quickreplies.cpp index a50ca6e68f..cf424fa336 100644 --- a/plugins/QuickReplies/src/quickreplies.cpp +++ b/plugins/QuickReplies/src/quickreplies.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Unsane
This is free software; you can redistribute it and/or
diff --git a/plugins/QuickReplies/src/resource.h b/plugins/QuickReplies/src/resource.h index b10b12c274..a27459012f 100644 --- a/plugins/QuickReplies/src/resource.h +++ b/plugins/QuickReplies/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//
diff --git a/plugins/QuickReplies/src/stdafx.cxx b/plugins/QuickReplies/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/QuickReplies/src/stdafx.cxx +++ b/plugins/QuickReplies/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/QuickReplies/src/stdafx.h b/plugins/QuickReplies/src/stdafx.h index 687c4083e1..827974eb82 100644 --- a/plugins/QuickReplies/src/stdafx.h +++ b/plugins/QuickReplies/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2010 Unsane
This is free software; you can redistribute it and/or
diff --git a/plugins/QuickReplies/src/version.h b/plugins/QuickReplies/src/version.h index fd1aa0d4a8..9d1580a360 100644 --- a/plugins/QuickReplies/src/version.h +++ b/plugins/QuickReplies/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 1
#define __BUILD_NUM 2
diff --git a/plugins/QuickSearch/quicksearch_history.txt b/plugins/QuickSearch/quicksearch_history.txt index 3152415800..f7b8af5f18 100644 --- a/plugins/QuickSearch/quicksearch_history.txt +++ b/plugins/QuickSearch/quicksearch_history.txt @@ -1,4 +1,4 @@ -Service:
+Service:
wParam: 0, or pattern string
lParam: 0 - wParam has unicode string;
1 - Ansi String (only Unicode plugin version)
diff --git a/plugins/Quotes/docs/Utility/Quotes_Readme.txt b/plugins/Quotes/docs/Utility/Quotes_Readme.txt index 2e9e9697bf..7c0bf2ca10 100644 --- a/plugins/Quotes/docs/Utility/Quotes_Readme.txt +++ b/plugins/Quotes/docs/Utility/Quotes_Readme.txt @@ -1,4 +1,4 @@ -Quotes version 0.0.24.0 plugin for Miranda
+Quotes version 0.0.24.0 plugin for Miranda
This plugin displays periodically updated economic quotes, currency exchanges and different economic and financial indexes in Miranda contact list.
diff --git a/plugins/Quotes/src/Chart.h b/plugins/Quotes/src/Chart.h index 3c21dc3c1c..3eebd5d11e 100644 --- a/plugins/Quotes/src/Chart.h +++ b/plugins/Quotes/src/Chart.h @@ -1,4 +1,4 @@ -#ifndef __FAE7F26E_61ED_4951_BE87_5E022CDF21DF_Chart_h__
+#ifndef __FAE7F26E_61ED_4951_BE87_5E022CDF21DF_Chart_h__
#define __FAE7F26E_61ED_4951_BE87_5E022CDF21DF_Chart_h__
#pragma once
diff --git a/plugins/Quotes/src/ComHelper.cpp b/plugins/Quotes/src/ComHelper.cpp index f86325083c..0dc689133f 100644 --- a/plugins/Quotes/src/ComHelper.cpp +++ b/plugins/Quotes/src/ComHelper.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
tstring ComException2Msg(_com_error& e, const tstring& rsAdditionalInfo)
{
diff --git a/plugins/Quotes/src/ComHelper.h b/plugins/Quotes/src/ComHelper.h index ce8a9bdeb8..16f565b5be 100644 --- a/plugins/Quotes/src/ComHelper.h +++ b/plugins/Quotes/src/ComHelper.h @@ -1,4 +1,4 @@ -#ifndef __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
+#ifndef __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
#define __37ae28ab_c414_4aba_bbef_d23dd68643a5_ComHelper_h__
void ShowComError(_com_error& e, const tstring& rsAdditionalInfo);
diff --git a/plugins/Quotes/src/CommonOptionDlg.cpp b/plugins/Quotes/src/CommonOptionDlg.cpp index 0671fa909f..4429ff1aa3 100644 --- a/plugins/Quotes/src/CommonOptionDlg.cpp +++ b/plugins/Quotes/src/CommonOptionDlg.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
typedef boost::shared_ptr<CAdvProviderSettings> TAdvSettingsPtr;
typedef std::map<const IQuotesProvider*, TAdvSettingsPtr> TAdvSettings;
diff --git a/plugins/Quotes/src/CommonOptionDlg.h b/plugins/Quotes/src/CommonOptionDlg.h index 547c96f0bb..42366b70b9 100644 --- a/plugins/Quotes/src/CommonOptionDlg.h +++ b/plugins/Quotes/src/CommonOptionDlg.h @@ -1,4 +1,4 @@ -#ifndef __c85fe710_f71b_4a58_9d44_3e39f6209c5f_CommonOptionDlg_h__
+#ifndef __c85fe710_f71b_4a58_9d44_3e39f6209c5f_CommonOptionDlg_h__
#define __c85fe710_f71b_4a58_9d44_3e39f6209c5f_CommonOptionDlg_h__
class CQuotesProviderBase;
diff --git a/plugins/Quotes/src/CreateFilePath.cpp b/plugins/Quotes/src/CreateFilePath.cpp index 94caadf3e7..6c73da75b0 100644 --- a/plugins/Quotes/src/CreateFilePath.cpp +++ b/plugins/Quotes/src/CreateFilePath.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
static wchar_t InvalidSymbols[] = { '\\', '/', ':', '*', '?', '"', '<', '>', '|' };
diff --git a/plugins/Quotes/src/CreateFilePath.h b/plugins/Quotes/src/CreateFilePath.h index a399a90588..17aca8ab83 100644 --- a/plugins/Quotes/src/CreateFilePath.h +++ b/plugins/Quotes/src/CreateFilePath.h @@ -1,4 +1,4 @@ -#ifndef _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__
+#ifndef _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__
#define _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__
tstring CreateFilePath(const tstring& rsName);
diff --git a/plugins/Quotes/src/CurrencyConverter.cpp b/plugins/Quotes/src/CurrencyConverter.cpp index b2d59c2ac1..f2917ad03c 100644 --- a/plugins/Quotes/src/CurrencyConverter.cpp +++ b/plugins/Quotes/src/CurrencyConverter.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#define WINDOW_PREFIX "CurrenyConverter_"
diff --git a/plugins/Quotes/src/CurrencyConverter.h b/plugins/Quotes/src/CurrencyConverter.h index 23b3d89908..c700fa5b22 100644 --- a/plugins/Quotes/src/CurrencyConverter.h +++ b/plugins/Quotes/src/CurrencyConverter.h @@ -1,4 +1,4 @@ -#ifndef __4FB6320B_2D02_408b_BAF5_426C185AAA11_CurrencyConverter_h__
+#ifndef __4FB6320B_2D02_408b_BAF5_426C185AAA11_CurrencyConverter_h__
#define __4FB6320B_2D02_408b_BAF5_426C185AAA11_CurrencyConverter_h__
INT_PTR QuotesMenu_CurrencyConverter(WPARAM wp, LPARAM lp);
diff --git a/plugins/Quotes/src/DBUtils.cpp b/plugins/Quotes/src/DBUtils.cpp index 8eee929810..19e8088286 100644 --- a/plugins/Quotes/src/DBUtils.cpp +++ b/plugins/Quotes/src/DBUtils.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
std::string Quotes_DBGetStringA(MCONTACT hContact, const char* szModule, const char* szSetting, const char* pszDefValue /*= NULL*/)
{
diff --git a/plugins/Quotes/src/DBUtils.h b/plugins/Quotes/src/DBUtils.h index 8b5e20139a..3f758c2b5a 100644 --- a/plugins/Quotes/src/DBUtils.h +++ b/plugins/Quotes/src/DBUtils.h @@ -1,4 +1,4 @@ -#ifndef __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__
+#ifndef __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__
#define __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__
std::string Quotes_DBGetStringA(MCONTACT hContact, const char* szModule, const char* szSetting, const char* pszDefValue = NULL);
diff --git a/plugins/Quotes/src/EconomicRateInfo.h b/plugins/Quotes/src/EconomicRateInfo.h index efa7af362f..73e269619c 100644 --- a/plugins/Quotes/src/EconomicRateInfo.h +++ b/plugins/Quotes/src/EconomicRateInfo.h @@ -1,4 +1,4 @@ -#ifndef __87d726e0_26c6_485d_8016_1fba819b037d_EconomicRateInfo__
+#ifndef __87d726e0_26c6_485d_8016_1fba819b037d_EconomicRateInfo__
#define __87d726e0_26c6_485d_8016_1fba819b037d_EconomicRateInfo__
#define QUOTES_PROTOCOL_NAME "Quotes"// protocol name
diff --git a/plugins/Quotes/src/ExtraImages.cpp b/plugins/Quotes/src/ExtraImages.cpp index e8cc7515a2..5fdff8d004 100644 --- a/plugins/Quotes/src/ExtraImages.cpp +++ b/plugins/Quotes/src/ExtraImages.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
static HANDLE hExtraIcon;
diff --git a/plugins/Quotes/src/ExtraImages.h b/plugins/Quotes/src/ExtraImages.h index 46f56e2653..717e0df155 100644 --- a/plugins/Quotes/src/ExtraImages.h +++ b/plugins/Quotes/src/ExtraImages.h @@ -1,4 +1,4 @@ -#ifndef __9d0dac0c_12e4_46ce_809a_db6dc7d6f269_ExtraImages_h__
+#ifndef __9d0dac0c_12e4_46ce_809a_db6dc7d6f269_ExtraImages_h__
#define __9d0dac0c_12e4_46ce_809a_db6dc7d6f269_ExtraImages_h__
enum EImageIndex
diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index 7d0f21f837..0a56404ca4 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -1,4 +1,4 @@ -// Forex.cpp : Defines the exported functions for the DLL application.
+// Forex.cpp : Defines the exported functions for the DLL application.
//
#include "stdafx.h"
diff --git a/plugins/Quotes/src/HTMLParserMS.cpp b/plugins/Quotes/src/HTMLParserMS.cpp index f37ddc96a4..c2f8962063 100644 --- a/plugins/Quotes/src/HTMLParserMS.cpp +++ b/plugins/Quotes/src/HTMLParserMS.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
using _com_util::CheckError;
diff --git a/plugins/Quotes/src/HTMLParserMS.h b/plugins/Quotes/src/HTMLParserMS.h index 9835c9b10b..ac01ac2d32 100644 --- a/plugins/Quotes/src/HTMLParserMS.h +++ b/plugins/Quotes/src/HTMLParserMS.h @@ -1,4 +1,4 @@ -#ifndef __3c99e3f7_ecd9_4d9b_8f86_fe293c5fc8e6_HTMLParserMS_h__
+#ifndef __3c99e3f7_ecd9_4d9b_8f86_fe293c5fc8e6_HTMLParserMS_h__
#define __3c99e3f7_ecd9_4d9b_8f86_fe293c5fc8e6_HTMLParserMS_h__
class CHTMLParserMS : public IHTMLParser
diff --git a/plugins/Quotes/src/HTTPSession.cpp b/plugins/Quotes/src/HTTPSession.cpp index f34c6dbbb9..0dbfac3441 100644 --- a/plugins/Quotes/src/HTTPSession.cpp +++ b/plugins/Quotes/src/HTTPSession.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
class CHTTPSession::CImpl
{
diff --git a/plugins/Quotes/src/HTTPSession.h b/plugins/Quotes/src/HTTPSession.h index a3ceff0c13..a37e109a43 100644 --- a/plugins/Quotes/src/HTTPSession.h +++ b/plugins/Quotes/src/HTTPSession.h @@ -1,4 +1,4 @@ -#ifndef __8C9706FF_6B05_4d0d_85B8_5724E5DC0BA4_HTTPSession_h__
+#ifndef __8C9706FF_6B05_4d0d_85B8_5724E5DC0BA4_HTTPSession_h__
#define __8C9706FF_6B05_4d0d_85B8_5724E5DC0BA4_HTTPSession_h__
class CHTTPSession
diff --git a/plugins/Quotes/src/IHTMLEngine.h b/plugins/Quotes/src/IHTMLEngine.h index 7b1efabe78..7df3074d3e 100644 --- a/plugins/Quotes/src/IHTMLEngine.h +++ b/plugins/Quotes/src/IHTMLEngine.h @@ -1,4 +1,4 @@ -#ifndef __85dbfa97_919b_4776_919c_7410a1c3d787_HTMLEngine_h__
+#ifndef __85dbfa97_919b_4776_919c_7410a1c3d787_HTMLEngine_h__
#define __85dbfa97_919b_4776_919c_7410a1c3d787_HTMLEngine_h__
class IHTMLParser;
diff --git a/plugins/Quotes/src/IHTMLParser.h b/plugins/Quotes/src/IHTMLParser.h index 35a49eb8ed..6fc00e30c1 100644 --- a/plugins/Quotes/src/IHTMLParser.h +++ b/plugins/Quotes/src/IHTMLParser.h @@ -1,4 +1,4 @@ -#ifndef __98ad6d6d_2a27_43fd_bf3e_c18416a45e54_IHTMLParser_h__
+#ifndef __98ad6d6d_2a27_43fd_bf3e_c18416a45e54_IHTMLParser_h__
#define __98ad6d6d_2a27_43fd_bf3e_c18416a45e54_IHTMLParser_h__
class IHTMLNode
diff --git a/plugins/Quotes/src/IQuotesProvider.h b/plugins/Quotes/src/IQuotesProvider.h index c9ab086d2e..2875904dcf 100644 --- a/plugins/Quotes/src/IQuotesProvider.h +++ b/plugins/Quotes/src/IQuotesProvider.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef __ac71e133_786c_41a7_ab07_625b76ff2a8c_QuotesProvider_h__
#define __ac71e133_786c_41a7_ab07_625b76ff2a8c_QuotesProvider_h__
diff --git a/plugins/Quotes/src/IXMLEngine.h b/plugins/Quotes/src/IXMLEngine.h index b471c0bb3c..7130f0e380 100644 --- a/plugins/Quotes/src/IXMLEngine.h +++ b/plugins/Quotes/src/IXMLEngine.h @@ -1,4 +1,4 @@ -#ifndef __f88e20d7_5e65_40fb_a7b5_7c7af1ee1c78_IXMLEngine_h__
+#ifndef __f88e20d7_5e65_40fb_a7b5_7c7af1ee1c78_IXMLEngine_h__
#define __f88e20d7_5e65_40fb_a7b5_7c7af1ee1c78_IXMLEngine_h__
class IXMLNode
diff --git a/plugins/Quotes/src/IconLib.cpp b/plugins/Quotes/src/IconLib.cpp index 331e155d9b..60a7880328 100644 --- a/plugins/Quotes/src/IconLib.cpp +++ b/plugins/Quotes/src/IconLib.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
static IconItem iconList[] =
{
diff --git a/plugins/Quotes/src/IconLib.h b/plugins/Quotes/src/IconLib.h index f6f06cdeb9..9979c8a56d 100644 --- a/plugins/Quotes/src/IconLib.h +++ b/plugins/Quotes/src/IconLib.h @@ -1,4 +1,4 @@ -#ifndef __8821d334_afac_439e_9a81_76318e1ac4ef_IconLib_h__
+#ifndef __8821d334_afac_439e_9a81_76318e1ac4ef_IconLib_h__
#define __8821d334_afac_439e_9a81_76318e1ac4ef_IconLib_h__
#define ICON_STR_MAIN "main"
diff --git a/plugins/Quotes/src/ImportExport.cpp b/plugins/Quotes/src/ImportExport.cpp index b2b883c914..b2c15faa0d 100644 --- a/plugins/Quotes/src/ImportExport.cpp +++ b/plugins/Quotes/src/ImportExport.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
LPCTSTR g_pszXmlValue = L"Value";
LPCTSTR g_pszXmlName = L"Name";
diff --git a/plugins/Quotes/src/ImportExport.h b/plugins/Quotes/src/ImportExport.h index 835f4d55f7..1d4043210a 100644 --- a/plugins/Quotes/src/ImportExport.h +++ b/plugins/Quotes/src/ImportExport.h @@ -1,4 +1,4 @@ -#ifndef __F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__
+#ifndef __F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__
#define __F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__
INT_PTR Quotes_Export(WPARAM wp, LPARAM lp);
diff --git a/plugins/Quotes/src/IsWithinAccuracy.h b/plugins/Quotes/src/IsWithinAccuracy.h index c2479ae6e0..2430cd8675 100644 --- a/plugins/Quotes/src/IsWithinAccuracy.h +++ b/plugins/Quotes/src/IsWithinAccuracy.h @@ -1,4 +1,4 @@ -#ifndef __C8C6FB80_D66B_4382_8FAB_E92C83F77BB8_IsWithinAcuracy_h__
+#ifndef __C8C6FB80_D66B_4382_8FAB_E92C83F77BB8_IsWithinAcuracy_h__
#define __C8C6FB80_D66B_4382_8FAB_E92C83F77BB8_IsWithinAcuracy_h__
inline bool IsWithinAccuracy(double dValue1, double dValue2, double dAccuracy = 1e-4)
diff --git a/plugins/Quotes/src/Locale.cpp b/plugins/Quotes/src/Locale.cpp index 1d17f324b6..43493fb127 100644 --- a/plugins/Quotes/src/Locale.cpp +++ b/plugins/Quotes/src/Locale.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
const std::locale GetSystemLocale()
{
diff --git a/plugins/Quotes/src/Locale.h b/plugins/Quotes/src/Locale.h index 982b4095db..05288c146f 100644 --- a/plugins/Quotes/src/Locale.h +++ b/plugins/Quotes/src/Locale.h @@ -1,4 +1,4 @@ -#ifndef __11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_
+#ifndef __11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_
#define __11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_
// std::string GetLocaleInfoString(LCTYPE LCType,LCID Locale = LOCALE_USER_DEFAULT);
diff --git a/plugins/Quotes/src/Log.cpp b/plugins/Quotes/src/Log.cpp index dc64fee757..f3a038d2a7 100644 --- a/plugins/Quotes/src/Log.cpp +++ b/plugins/Quotes/src/Log.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
namespace
{
diff --git a/plugins/Quotes/src/Log.h b/plugins/Quotes/src/Log.h index 186877e843..00d1cc76e3 100644 --- a/plugins/Quotes/src/Log.h +++ b/plugins/Quotes/src/Log.h @@ -1,4 +1,4 @@ -#ifndef __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
+#ifndef __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
#define __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
enum ESeverity
diff --git a/plugins/Quotes/src/ModuleInfo.cpp b/plugins/Quotes/src/ModuleInfo.cpp index 1cca7319e1..7a72063270 100644 --- a/plugins/Quotes/src/ModuleInfo.cpp +++ b/plugins/Quotes/src/ModuleInfo.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
static CModuleInfo::TXMLEnginePtr g_pXMLEngine;
static CModuleInfo::THTMLEnginePtr g_pHTMLEngine;
diff --git a/plugins/Quotes/src/ModuleInfo.h b/plugins/Quotes/src/ModuleInfo.h index b5eef86358..6f33844c83 100644 --- a/plugins/Quotes/src/ModuleInfo.h +++ b/plugins/Quotes/src/ModuleInfo.h @@ -1,4 +1,4 @@ -#ifndef __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__
+#ifndef __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__
#define __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__
class CQuotesProviders;
diff --git a/plugins/Quotes/src/OptionDukasCopy.cpp b/plugins/Quotes/src/OptionDukasCopy.cpp index f1e623c26d..d8ff58068c 100644 --- a/plugins/Quotes/src/OptionDukasCopy.cpp +++ b/plugins/Quotes/src/OptionDukasCopy.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
enum ETreeCheckBoxState
{
diff --git a/plugins/Quotes/src/OptionDukasCopy.h b/plugins/Quotes/src/OptionDukasCopy.h index d0d13e2954..617d370f3b 100644 --- a/plugins/Quotes/src/OptionDukasCopy.h +++ b/plugins/Quotes/src/OptionDukasCopy.h @@ -1,4 +1,4 @@ -#ifndef __60a5d152_872c_4bc4_b9ae_cd561d110b2dOptionDukasCopy_h__
+#ifndef __60a5d152_872c_4bc4_b9ae_cd561d110b2dOptionDukasCopy_h__
#define __60a5d152_872c_4bc4_b9ae_cd561d110b2dOptionDukasCopy_h__
class CQuotesProviderDukasCopy;
diff --git a/plugins/Quotes/src/QuoteChart.cpp b/plugins/Quotes/src/QuoteChart.cpp index 2ca9b28376..16c6bfc1da 100644 --- a/plugins/Quotes/src/QuoteChart.cpp +++ b/plugins/Quotes/src/QuoteChart.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#ifdef CHART_IMPLEMENT
diff --git a/plugins/Quotes/src/QuoteChart.h b/plugins/Quotes/src/QuoteChart.h index 8b207f8b05..baaf6826b8 100644 --- a/plugins/Quotes/src/QuoteChart.h +++ b/plugins/Quotes/src/QuoteChart.h @@ -1,4 +1,4 @@ -#ifndef __39BE8775_A837_494f_925C_0ABF7910F238_QuoteChart_h__
+#ifndef __39BE8775_A837_494f_925C_0ABF7910F238_QuoteChart_h__
#define __39BE8775_A837_494f_925C_0ABF7910F238_QuoteChart_h__
#pragma once
diff --git a/plugins/Quotes/src/QuoteInfoDlg.cpp b/plugins/Quotes/src/QuoteInfoDlg.cpp index d33c7aa2d6..4a9922e76b 100644 --- a/plugins/Quotes/src/QuoteInfoDlg.cpp +++ b/plugins/Quotes/src/QuoteInfoDlg.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
// extern HANDLE g_hWindowListEditSettings;
extern HGENMENU g_hMenuEditSettings;
diff --git a/plugins/Quotes/src/QuoteInfoDlg.h b/plugins/Quotes/src/QuoteInfoDlg.h index d192e82264..c650123e02 100644 --- a/plugins/Quotes/src/QuoteInfoDlg.h +++ b/plugins/Quotes/src/QuoteInfoDlg.h @@ -1,4 +1,4 @@ -#ifndef __aa849fa0_ff3f_49e9_b47a_e7dd34783dc2_QuoteInfoDlg_h__
+#ifndef __aa849fa0_ff3f_49e9_b47a_e7dd34783dc2_QuoteInfoDlg_h__
#define __aa849fa0_ff3f_49e9_b47a_e7dd34783dc2_QuoteInfoDlg_h__
int QuotesEventFunc_OnUserInfoInit(WPARAM wp, LPARAM lp);
diff --git a/plugins/Quotes/src/QuotesProviderBase.cpp b/plugins/Quotes/src/QuotesProviderBase.cpp index 10f42ad4ef..86f2cedecf 100644 --- a/plugins/Quotes/src/QuotesProviderBase.cpp +++ b/plugins/Quotes/src/QuotesProviderBase.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
extern bool g_bAutoUpdate;
extern HANDLE g_hEventWorkThreadStop;
diff --git a/plugins/Quotes/src/QuotesProviderBase.h b/plugins/Quotes/src/QuotesProviderBase.h index 15a16a6a19..7370318b3d 100644 --- a/plugins/Quotes/src/QuotesProviderBase.h +++ b/plugins/Quotes/src/QuotesProviderBase.h @@ -1,4 +1,4 @@ -#ifndef __3e6cb4ec_fc47_468f_a2c8_a77941176bc9_QuotesProviderBase_h__
+#ifndef __3e6cb4ec_fc47_468f_a2c8_a77941176bc9_QuotesProviderBase_h__
#define __3e6cb4ec_fc47_468f_a2c8_a77941176bc9_QuotesProviderBase_h__
class CQuotesProviderBase : public IQuotesProvider
diff --git a/plugins/Quotes/src/QuotesProviderDukasCopy.cpp b/plugins/Quotes/src/QuotesProviderDukasCopy.cpp index 6b36d30688..064ce9dcec 100644 --- a/plugins/Quotes/src/QuotesProviderDukasCopy.cpp +++ b/plugins/Quotes/src/QuotesProviderDukasCopy.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
CQuotesProviderDukasCopy::CQuotesProviderDukasCopy()
{
diff --git a/plugins/Quotes/src/QuotesProviderDukasCopy.h b/plugins/Quotes/src/QuotesProviderDukasCopy.h index 3c59bf161c..596c6bb79e 100644 --- a/plugins/Quotes/src/QuotesProviderDukasCopy.h +++ b/plugins/Quotes/src/QuotesProviderDukasCopy.h @@ -1,4 +1,4 @@ -#ifndef __93121758_68c7_4836_b571_da84dfe82b84_QuotesProviderDukasCopy_h__
+#ifndef __93121758_68c7_4836_b571_da84dfe82b84_QuotesProviderDukasCopy_h__
#define __93121758_68c7_4836_b571_da84dfe82b84_QuotesProviderDukasCopy_h__
#define DB_STR_REFRESH_RATE_TYPE "RefreshRateType"
diff --git a/plugins/Quotes/src/QuotesProviderFinance.cpp b/plugins/Quotes/src/QuotesProviderFinance.cpp index 0dc06843c4..686a1406a4 100644 --- a/plugins/Quotes/src/QuotesProviderFinance.cpp +++ b/plugins/Quotes/src/QuotesProviderFinance.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void CQuotesProviderFinance::GetWatchedQuotes(TQuotes& raQuotes)const
{
diff --git a/plugins/Quotes/src/QuotesProviderFinance.h b/plugins/Quotes/src/QuotesProviderFinance.h index 80dc68e7f3..d50d459640 100644 --- a/plugins/Quotes/src/QuotesProviderFinance.h +++ b/plugins/Quotes/src/QuotesProviderFinance.h @@ -1,4 +1,4 @@ -#ifndef __95A13A68_0DF0_43FA_B6C1_81D83AED59AA_QuotesProviderFinance_h__
+#ifndef __95A13A68_0DF0_43FA_B6C1_81D83AED59AA_QuotesProviderFinance_h__
#define __95A13A68_0DF0_43FA_B6C1_81D83AED59AA_QuotesProviderFinance_h__
class CQuotesProviderFinance : public CQuotesProviderBase
diff --git a/plugins/Quotes/src/QuotesProviderGoogle.cpp b/plugins/Quotes/src/QuotesProviderGoogle.cpp index 0359b22da8..d63ac57a46 100644 --- a/plugins/Quotes/src/QuotesProviderGoogle.cpp +++ b/plugins/Quotes/src/QuotesProviderGoogle.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
CQuotesProviderGoogle::CQuotesProviderGoogle()
{
diff --git a/plugins/Quotes/src/QuotesProviderGoogle.h b/plugins/Quotes/src/QuotesProviderGoogle.h index 357f29c474..083a2945d8 100644 --- a/plugins/Quotes/src/QuotesProviderGoogle.h +++ b/plugins/Quotes/src/QuotesProviderGoogle.h @@ -1,4 +1,4 @@ -#ifndef __c0e48a95_b3f0_4227_8adc_455e265f3c14_QuotesProviderGoogle_h__
+#ifndef __c0e48a95_b3f0_4227_8adc_455e265f3c14_QuotesProviderGoogle_h__
#define __c0e48a95_b3f0_4227_8adc_455e265f3c14_QuotesProviderGoogle_h__
#define DB_STR_FROM_ID "FromID"
diff --git a/plugins/Quotes/src/QuotesProviderGoogleFinance.cpp b/plugins/Quotes/src/QuotesProviderGoogleFinance.cpp index 81c5c3f24f..dcda584269 100644 --- a/plugins/Quotes/src/QuotesProviderGoogleFinance.cpp +++ b/plugins/Quotes/src/QuotesProviderGoogleFinance.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
CQuotesProviderGoogleFinance::CQuotesProviderGoogleFinance()
{
diff --git a/plugins/Quotes/src/QuotesProviderGoogleFinance.h b/plugins/Quotes/src/QuotesProviderGoogleFinance.h index 1191ca9710..de419225c9 100644 --- a/plugins/Quotes/src/QuotesProviderGoogleFinance.h +++ b/plugins/Quotes/src/QuotesProviderGoogleFinance.h @@ -1,4 +1,4 @@ -#ifndef __89D3CC58_7DED_484f_AA25_62BDBB57E18B_QuotesProvider_Google_Finance_h__
+#ifndef __89D3CC58_7DED_484f_AA25_62BDBB57E18B_QuotesProvider_Google_Finance_h__
#define __89D3CC58_7DED_484f_AA25_62BDBB57E18B_QuotesProvider_Google_Finance_h__
#define DB_STR_GOOGLE_FINANCE_OPEN_VALUE "OpenQuotePrice"
diff --git a/plugins/Quotes/src/QuotesProviderVisitor.h b/plugins/Quotes/src/QuotesProviderVisitor.h index d5a08a1984..f074884030 100644 --- a/plugins/Quotes/src/QuotesProviderVisitor.h +++ b/plugins/Quotes/src/QuotesProviderVisitor.h @@ -1,4 +1,4 @@ -#ifndef __7fca59e7_17b2_4849_bd7a_02c7675f2d76_QuotesProviderVisitor_h__
+#ifndef __7fca59e7_17b2_4849_bd7a_02c7675f2d76_QuotesProviderVisitor_h__
#define __7fca59e7_17b2_4849_bd7a_02c7675f2d76_QuotesProviderVisitor_h__
class CQuotesProviderBase;
diff --git a/plugins/Quotes/src/QuotesProviderVisitorDbSettings.cpp b/plugins/Quotes/src/QuotesProviderVisitorDbSettings.cpp index 8bac3c6e35..51f4fab953 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorDbSettings.cpp +++ b/plugins/Quotes/src/QuotesProviderVisitorDbSettings.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
CQuotesProviderVisitorDbSettings::CQuotesProviderVisitorDbSettings()
: m_pszDbRefreshRateType(nullptr),
diff --git a/plugins/Quotes/src/QuotesProviderVisitorDbSettings.h b/plugins/Quotes/src/QuotesProviderVisitorDbSettings.h index 87a3fa3622..95805cc110 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorDbSettings.h +++ b/plugins/Quotes/src/QuotesProviderVisitorDbSettings.h @@ -1,4 +1,4 @@ -#ifndef __97cd432a_1119_4803_a96f_0abc1cc2653f_QuotesProviderVisitorDbSettings_h__
+#ifndef __97cd432a_1119_4803_a96f_0abc1cc2653f_QuotesProviderVisitorDbSettings_h__
#define __97cd432a_1119_4803_a96f_0abc1cc2653f_QuotesProviderVisitorDbSettings_h__
class CQuotesProviderVisitorDbSettings : public CQuotesProviderVisitor
diff --git a/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.cpp b/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.cpp index f15af3e50b..5dc1bd1848 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.cpp +++ b/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
CQuotesProviderVisitorFormatSpecificator::CQuotesProviderVisitorFormatSpecificator()
{
diff --git a/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.h b/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.h index 37ae49ad8b..25bb88b15e 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.h +++ b/plugins/Quotes/src/QuotesProviderVisitorFormatSpecificator.h @@ -1,4 +1,4 @@ -#ifndef __00c159f3_525a_41e9_8fc5_00464b6fafa3_QuotesProviderVisitorFormatSpecificator_h__
+#ifndef __00c159f3_525a_41e9_8fc5_00464b6fafa3_QuotesProviderVisitorFormatSpecificator_h__
#define __00c159f3_525a_41e9_8fc5_00464b6fafa3_QuotesProviderVisitorFormatSpecificator_h__
class CQuotesProviderVisitorFormatSpecificator : public CQuotesProviderVisitor
diff --git a/plugins/Quotes/src/QuotesProviderVisitorFormater.cpp b/plugins/Quotes/src/QuotesProviderVisitorFormater.cpp index e4bb536795..f421813bf7 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorFormater.cpp +++ b/plugins/Quotes/src/QuotesProviderVisitorFormater.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
CQuotesProviderVisitorFormater::CQuotesProviderVisitorFormater(MCONTACT hContact, wchar_t chr, int nWidth)
: m_hContact(hContact),
diff --git a/plugins/Quotes/src/QuotesProviderVisitorFormater.h b/plugins/Quotes/src/QuotesProviderVisitorFormater.h index 768891ccb3..0b03842a35 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorFormater.h +++ b/plugins/Quotes/src/QuotesProviderVisitorFormater.h @@ -1,4 +1,4 @@ -#ifndef __2b5ddd05_9255_4be0_9408_e59768b70568_QuotesProviderVisitorFormater_h__
+#ifndef __2b5ddd05_9255_4be0_9408_e59768b70568_QuotesProviderVisitorFormater_h__
#define __2b5ddd05_9255_4be0_9408_e59768b70568_QuotesProviderVisitorFormater_h__
class CQuotesProviderVisitorFormater : public CQuotesProviderVisitor
diff --git a/plugins/Quotes/src/QuotesProviderVisitorTendency.cpp b/plugins/Quotes/src/QuotesProviderVisitorTendency.cpp index fff3cb3912..1e6d4fe384 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorTendency.cpp +++ b/plugins/Quotes/src/QuotesProviderVisitorTendency.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CQuotesProviderVisitorTendency::CQuotesProviderVisitorTendency(MCONTACT hContact, wchar_t chr)
: m_hContact(hContact), m_chr(chr), m_bValid(false), m_dResult(0.0)
diff --git a/plugins/Quotes/src/QuotesProviderVisitorTendency.h b/plugins/Quotes/src/QuotesProviderVisitorTendency.h index f03e0dc029..537f8bd0a6 100644 --- a/plugins/Quotes/src/QuotesProviderVisitorTendency.h +++ b/plugins/Quotes/src/QuotesProviderVisitorTendency.h @@ -1,4 +1,4 @@ -#ifndef __AD721194_E9944366_9CF1_0307460EF32F_QuotesProviderVisitorTendency_h__
+#ifndef __AD721194_E9944366_9CF1_0307460EF32F_QuotesProviderVisitorTendency_h__
#define __AD721194_E9944366_9CF1_0307460EF32F_QuotesProviderVisitorTendency_h__
class CQuotesProviderVisitorTendency : public CQuotesProviderVisitor
diff --git a/plugins/Quotes/src/QuotesProviderYahoo.cpp b/plugins/Quotes/src/QuotesProviderYahoo.cpp index 09ad91427c..c08a7c1ce8 100644 --- a/plugins/Quotes/src/QuotesProviderYahoo.cpp +++ b/plugins/Quotes/src/QuotesProviderYahoo.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void remove_quotes(tstring& s)
{
diff --git a/plugins/Quotes/src/QuotesProviderYahoo.h b/plugins/Quotes/src/QuotesProviderYahoo.h index 8a7224660f..a5209c504a 100644 --- a/plugins/Quotes/src/QuotesProviderYahoo.h +++ b/plugins/Quotes/src/QuotesProviderYahoo.h @@ -1,4 +1,4 @@ -#ifndef __E927F394_5452_458E_AF48_71E44F9EE793_QuotesProviderYahoo_h__
+#ifndef __E927F394_5452_458E_AF48_71E44F9EE793_QuotesProviderYahoo_h__
#define __E927F394_5452_458E_AF48_71E44F9EE793_QuotesProviderYahoo_h__
#define DB_STR_YAHOO_OPEN_VALUE "OpenQuotePrice"
diff --git a/plugins/Quotes/src/QuotesProviders.cpp b/plugins/Quotes/src/QuotesProviders.cpp index c150c79679..b097901502 100644 --- a/plugins/Quotes/src/QuotesProviders.cpp +++ b/plugins/Quotes/src/QuotesProviders.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#define LAST_RUN_VERSION "LastRunVersion"
diff --git a/plugins/Quotes/src/QuotesProviders.h b/plugins/Quotes/src/QuotesProviders.h index fd41371187..68628faa2a 100644 --- a/plugins/Quotes/src/QuotesProviders.h +++ b/plugins/Quotes/src/QuotesProviders.h @@ -1,4 +1,4 @@ -#ifndef __148306d1_da2a_43df_b1ad_0cdc8ef8a79e_QuotesProviders_h__
+#ifndef __148306d1_da2a_43df_b1ad_0cdc8ef8a79e_QuotesProviders_h__
#define __148306d1_da2a_43df_b1ad_0cdc8ef8a79e_QuotesProviders_h__
class IQuotesProvider;
diff --git a/plugins/Quotes/src/SettingsDlg.cpp b/plugins/Quotes/src/SettingsDlg.cpp index 37ddf6c7b6..e9595d65d6 100644 --- a/plugins/Quotes/src/SettingsDlg.cpp +++ b/plugins/Quotes/src/SettingsDlg.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#define WINDOW_PREFIX_SETTINGS "Edit Settings_"
diff --git a/plugins/Quotes/src/SettingsDlg.h b/plugins/Quotes/src/SettingsDlg.h index 0da2d1beb8..4209804d2e 100644 --- a/plugins/Quotes/src/SettingsDlg.h +++ b/plugins/Quotes/src/SettingsDlg.h @@ -1,4 +1,4 @@ -#ifndef __E211E4D9_383C_43BE_A787_7EF1D585B90D_SettingsDlg_h__
+#ifndef __E211E4D9_383C_43BE_A787_7EF1D585B90D_SettingsDlg_h__
#define __E211E4D9_383C_43BE_A787_7EF1D585B90D_SettingsDlg_h__
class IQuotesProvider;
diff --git a/plugins/Quotes/src/WinCtrlHelper.cpp b/plugins/Quotes/src/WinCtrlHelper.cpp index 375956253c..78be2d2ced 100644 --- a/plugins/Quotes/src/WinCtrlHelper.cpp +++ b/plugins/Quotes/src/WinCtrlHelper.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static INT_PTR CALLBACK VariableListDlgProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp)
{
diff --git a/plugins/Quotes/src/WinCtrlHelper.h b/plugins/Quotes/src/WinCtrlHelper.h index 5cf1f98705..1c5777d45d 100644 --- a/plugins/Quotes/src/WinCtrlHelper.h +++ b/plugins/Quotes/src/WinCtrlHelper.h @@ -1,4 +1,4 @@ -#ifndef __a05d6852_4497_4f28_85e1_48a15a170738_WinCtrlHelper_h__
+#ifndef __a05d6852_4497_4f28_85e1_48a15a170738_WinCtrlHelper_h__
#define __a05d6852_4497_4f28_85e1_48a15a170738_WinCtrlHelper_h__
class IQuotesProvider;
diff --git a/plugins/Quotes/src/XMLEngineMI.cpp b/plugins/Quotes/src/XMLEngineMI.cpp index a6046ddfba..413ed619dd 100644 --- a/plugins/Quotes/src/XMLEngineMI.cpp +++ b/plugins/Quotes/src/XMLEngineMI.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
class CXMLNodeMI : public IXMLNode, private boost::noncopyable
{
diff --git a/plugins/Quotes/src/XMLEngineMI.h b/plugins/Quotes/src/XMLEngineMI.h index 1d9f697779..d800b20f51 100644 --- a/plugins/Quotes/src/XMLEngineMI.h +++ b/plugins/Quotes/src/XMLEngineMI.h @@ -1,4 +1,4 @@ -#ifndef __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__
+#ifndef __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__
#define __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__
class CXMLEngineMI : public IXMLEngine
diff --git a/plugins/Quotes/src/resource.h b/plugins/Quotes/src/resource.h index 374b502c1c..d1c78c3a60 100644 --- a/plugins/Quotes/src/resource.h +++ b/plugins/Quotes/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Code\My code\MirandaNG\plugins\Quotes\res\Forex.rc
//
diff --git a/plugins/Quotes/src/stdafx.cxx b/plugins/Quotes/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/Quotes/src/stdafx.cxx +++ b/plugins/Quotes/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/Quotes/src/stdafx.h b/plugins/Quotes/src/stdafx.h index 2eab53988e..838c01b6e9 100644 --- a/plugins/Quotes/src/stdafx.h +++ b/plugins/Quotes/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/Quotes/src/version.h b/plugins/Quotes/src/version.h index bbeedb9465..07e7119cf4 100644 --- a/plugins/Quotes/src/version.h +++ b/plugins/Quotes/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
#define __BUILD_NUM 101
diff --git a/plugins/Rate/docs/readme.txt b/plugins/Rate/docs/readme.txt index bd9c4b1f81..aafc63f812 100644 --- a/plugins/Rate/docs/readme.txt +++ b/plugins/Rate/docs/readme.txt @@ -1,4 +1,4 @@ -Contacts Rate plugin for Miranda IM (http://miranda-im.org)
+Contacts Rate plugin for Miranda IM (http://miranda-im.org)
Version: 0.0.2.1 (c) 2007-2009 Kildor
Icons by Faith Healer
diff --git a/plugins/Rate/src/main.cpp b/plugins/Rate/src/main.cpp index 575a80454a..aa15bbe0d4 100644 --- a/plugins/Rate/src/main.cpp +++ b/plugins/Rate/src/main.cpp @@ -1,4 +1,4 @@ -/*==========================================================================*/
+/*==========================================================================*/
/*
FILE DESCRIPTION: Rate main
diff --git a/plugins/Rate/src/resource.h b/plugins/Rate/src/resource.h index 612e2e29a6..ba0f258319 100644 --- a/plugins/Rate/src/resource.h +++ b/plugins/Rate/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by rate.rc
//
diff --git a/plugins/Rate/src/stdafx.cxx b/plugins/Rate/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Rate/src/stdafx.cxx +++ b/plugins/Rate/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/Rate/src/stdafx.h b/plugins/Rate/src/stdafx.h index b83d1ec040..e04a7de369 100644 --- a/plugins/Rate/src/stdafx.h +++ b/plugins/Rate/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda-IM (www.miranda-im.org)
(c) 2006 by Thief
Icons by Faith Healer
diff --git a/plugins/Rate/src/version.h b/plugins/Rate/src/version.h index fbc8cbd520..ccfe060611 100644 --- a/plugins/Rate/src/version.h +++ b/plugins/Rate/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 diff --git a/plugins/RecentContacts/docs/changelog.txt b/plugins/RecentContacts/docs/changelog.txt index 391bea5536..251aeec301 100644 --- a/plugins/RecentContacts/docs/changelog.txt +++ b/plugins/RecentContacts/docs/changelog.txt @@ -1,4 +1,4 @@ -v0.0.2.0 (10.04.2009)
+v0.0.2.0 (10.04.2009)
+ Options page (Contact List > Recent Contacts)
+ some clean-up.
diff --git a/plugins/RecentContacts/docs/license.txt b/plugins/RecentContacts/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/RecentContacts/docs/license.txt +++ b/plugins/RecentContacts/docs/license.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/RecentContacts/docs/readme.txt b/plugins/RecentContacts/docs/readme.txt index abd13bf07b..4f575398cd 100644 --- a/plugins/RecentContacts/docs/readme.txt +++ b/plugins/RecentContacts/docs/readme.txt @@ -1,4 +1,4 @@ -Recent Contacts v0.0.2.0
+Recent Contacts v0.0.2.0
(c) 2005 ValeraVi, 2009 Kildor
web: http://kildor.miranda.im
email: kostia@ngs.ru
diff --git a/plugins/RecentContacts/src/RecentContacts.cpp b/plugins/RecentContacts/src/RecentContacts.cpp index 2c8a97e405..0ed7142472 100644 --- a/plugins/RecentContacts/src/RecentContacts.cpp +++ b/plugins/RecentContacts/src/RecentContacts.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
extern int onOptInitialise(WPARAM wParam, LPARAM lParam);
diff --git a/plugins/RecentContacts/src/options.cpp b/plugins/RecentContacts/src/options.cpp index 480b74c859..da67bff9bd 100644 --- a/plugins/RecentContacts/src/options.cpp +++ b/plugins/RecentContacts/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hInst;
void LoadDBSettings();
diff --git a/plugins/RecentContacts/src/resource.h b/plugins/RecentContacts/src/resource.h index 6bdd2846d0..df81b25ef0 100644 --- a/plugins/RecentContacts/src/resource.h +++ b/plugins/RecentContacts/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/RecentContacts/src/stdafx.cxx b/plugins/RecentContacts/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/RecentContacts/src/stdafx.cxx +++ b/plugins/RecentContacts/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/RecentContacts/src/stdafx.h b/plugins/RecentContacts/src/stdafx.h index 0434981b66..a23ecfaacd 100644 --- a/plugins/RecentContacts/src/stdafx.h +++ b/plugins/RecentContacts/src/stdafx.h @@ -1,4 +1,4 @@ -#define _CRT_NONSTDC_NO_DEPRECATE
+#define _CRT_NONSTDC_NO_DEPRECATE
#include <windows.h>
#include <commctrl.h>
diff --git a/plugins/RecentContacts/src/version.h b/plugins/RecentContacts/src/version.h index 01d9869542..5f5c0b84fc 100644 --- a/plugins/RecentContacts/src/version.h +++ b/plugins/RecentContacts/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 diff --git a/plugins/RemovePersonalSettings/docs/RemovePersonalSettings.ini b/plugins/RemovePersonalSettings/docs/RemovePersonalSettings.ini index 95426c3998..789803de56 100644 --- a/plugins/RemovePersonalSettings/docs/RemovePersonalSettings.ini +++ b/plugins/RemovePersonalSettings/docs/RemovePersonalSettings.ini @@ -1,4 +1,4 @@ -[GlobalSettings]
+[GlobalSettings]
; Set protocol status to offline before any other action
; true or false
; default=true
diff --git a/plugins/RemovePersonalSettings/docs/changelog.txt b/plugins/RemovePersonalSettings/docs/changelog.txt index 5dbb002c2e..1b1091452b 100644 --- a/plugins/RemovePersonalSettings/docs/changelog.txt +++ b/plugins/RemovePersonalSettings/docs/changelog.txt @@ -1,4 +1,4 @@ -Remove Personal Settings
+Remove Personal Settings
Changelog:
diff --git a/plugins/RemovePersonalSettings/docs/readme.txt b/plugins/RemovePersonalSettings/docs/readme.txt index 7cea424f7c..f6aed13a06 100644 --- a/plugins/RemovePersonalSettings/docs/readme.txt +++ b/plugins/RemovePersonalSettings/docs/readme.txt @@ -1,4 +1,4 @@ -Remove Personal Settings plugin
+Remove Personal Settings plugin
-------------------------------
WARNING: THIS PLUGIN DELETE SETTINGS FROM MIRANDA DB AND FROM THE HD. THIS CAN'T BE UNDONE. IT CAN DELETE ALL FILES IN YOUR COMPUTER (ALTOUGHT IT NEVER HAPPENED TO ME :P ). USE IT AT YOUR OWN RISK.
diff --git a/plugins/RemovePersonalSettings/src/rps.cpp b/plugins/RemovePersonalSettings/src/rps.cpp index 916e0f9db9..ea49a01dab 100644 --- a/plugins/RemovePersonalSettings/src/rps.cpp +++ b/plugins/RemovePersonalSettings/src/rps.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/RemovePersonalSettings/src/stdafx.cxx b/plugins/RemovePersonalSettings/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/RemovePersonalSettings/src/stdafx.cxx +++ b/plugins/RemovePersonalSettings/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/RemovePersonalSettings/src/stdafx.h b/plugins/RemovePersonalSettings/src/stdafx.h index b8615dac94..482fbbad7f 100644 --- a/plugins/RemovePersonalSettings/src/stdafx.h +++ b/plugins/RemovePersonalSettings/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/RemovePersonalSettings/src/version.h b/plugins/RemovePersonalSettings/src/version.h index 206a69c536..57e04b8703 100644 --- a/plugins/RemovePersonalSettings/src/version.h +++ b/plugins/RemovePersonalSettings/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
#define __BUILD_NUM 4
diff --git a/plugins/Restart/src/resource.h b/plugins/Restart/src/resource.h index 5ab99e0e04..0c6d35d224 100644 --- a/plugins/Restart/src/resource.h +++ b/plugins/Restart/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Restart.rc
//
diff --git a/plugins/Restart/src/restart.cpp b/plugins/Restart/src/restart.cpp index f39a52ecb8..7f2ad366ac 100644 --- a/plugins/Restart/src/restart.cpp +++ b/plugins/Restart/src/restart.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/Restart/src/stdafx.cxx b/plugins/Restart/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Restart/src/stdafx.cxx +++ b/plugins/Restart/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/Restart/src/stdafx.h b/plugins/Restart/src/stdafx.h index 42389b56d1..ba71e84021 100644 --- a/plugins/Restart/src/stdafx.h +++ b/plugins/Restart/src/stdafx.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
diff --git a/plugins/Restart/src/version.h b/plugins/Restart/src/version.h index a2dc1e9e57..bd550e6dc5 100644 --- a/plugins/Restart/src/version.h +++ b/plugins/Restart/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 6 #define __BUILD_NUM 0 diff --git a/plugins/SMS/docs/readme.txt b/plugins/SMS/docs/readme.txt index 983d996484..c8937ee6d8 100644 --- a/plugins/SMS/docs/readme.txt +++ b/plugins/SMS/docs/readme.txt @@ -1,4 +1,4 @@ -SMS плагин для Miranda IM
+SMS плагин для Miranda IM
2001-2002 Richard Hughes
diff --git a/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h b/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h index caf2c8e9b6..d0f0dfcbc5 100644 --- a/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h +++ b/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h @@ -1,4 +1,4 @@ -#if !defined(AFX_INTERLOCKED_FUNCTIONS__H__INCLUDED_)
+#if !defined(AFX_INTERLOCKED_FUNCTIONS__H__INCLUDED_)
#define AFX_INTERLOCKED_FUNCTIONS__H__INCLUDED_
#ifdef InterlockedCompareExchange
diff --git a/plugins/SMS/src/AdditionalFunctions/ListMT.h b/plugins/SMS/src/AdditionalFunctions/ListMT.h index 9bb70fcfe2..964ea5d09f 100644 --- a/plugins/SMS/src/AdditionalFunctions/ListMT.h +++ b/plugins/SMS/src/AdditionalFunctions/ListMT.h @@ -1,4 +1,4 @@ -#if !defined(AFX_LIST_MT__H__INCLUDED_)
+#if !defined(AFX_LIST_MT__H__INCLUDED_)
#define AFX_LIST_MT__H__INCLUDED_
// структура для работы со списком, элемент списка
diff --git a/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h b/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h index 1e48047ab0..c9d58a3b6f 100644 --- a/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h +++ b/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h @@ -1,4 +1,4 @@ -#if !defined(AFX_MEMORYCOMPARE__H__INCLUDED_)
+#if !defined(AFX_MEMORYCOMPARE__H__INCLUDED_)
#define AFX_MEMORYCOMPARE__H__INCLUDED_
__inline DWORD MemoryCompare(LPCVOID lpcSource1,size_t dwSource1Size,LPCVOID lpcSource2,size_t dwSource2Size)
diff --git a/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h b/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h index 1601571afa..98fed3c44e 100644 --- a/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h +++ b/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h @@ -1,4 +1,4 @@ -#if !defined(AFX_MEMORYFINDBYTE__H__INCLUDED_)
+#if !defined(AFX_MEMORYFINDBYTE__H__INCLUDED_)
#define AFX_MEMORYFINDBYTE__H__INCLUDED_
__inline LPVOID MemoryFindByte(size_t dwFrom,LPCVOID lpcSource,size_t dwSourceSize,unsigned char chWhatFind)
diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index bc39e098a9..7abfc0bb61 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -1,4 +1,4 @@ -#if !defined(AFX_SMS_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_SMS_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_SMS_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
#define PROTOCOL_NAMEA "SMSPlugin"
diff --git a/plugins/SMS/src/SMS_svc.cpp b/plugins/SMS/src/SMS_svc.cpp index 151114beae..330c089f08 100644 --- a/plugins/SMS/src/SMS_svc.cpp +++ b/plugins/SMS/src/SMS_svc.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int LoadServices(void)
{
diff --git a/plugins/SMS/src/functions.cpp b/plugins/SMS/src/functions.cpp index 349d086490..4501afcde7 100644 --- a/plugins/SMS/src/functions.cpp +++ b/plugins/SMS/src/functions.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
BOOL DB_GetStaticStringW(MCONTACT hContact, LPSTR lpszModule, LPSTR lpszValueName, LPWSTR lpwszRetBuff, size_t dwRetBuffSize, size_t *pdwRetBuffSize)
{// sizes in wchars
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index 38912bc39c..c62edf3376 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
Copyright (C) 2007-8 Rozhuk Ivan
diff --git a/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index aac865b64f..6998611134 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda-IM SMS Plugin
Copyright (C) 2001-2002 Richard Hughes
Copyright (C) 2007-2009 Rozhuk Ivan
diff --git a/plugins/SMS/src/receive.cpp b/plugins/SMS/src/receive.cpp index 6cad58bbb8..40d2ed7933 100644 --- a/plugins/SMS/src/receive.cpp +++ b/plugins/SMS/src/receive.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
Copyright (C) 2007-2014 Rozhuk Ivan
diff --git a/plugins/SMS/src/recvdlg.cpp b/plugins/SMS/src/recvdlg.cpp index 54f4751e47..a427fb2ba9 100644 --- a/plugins/SMS/src/recvdlg.cpp +++ b/plugins/SMS/src/recvdlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
Copyright (C) 2007-2014 Rozhuk Ivan
diff --git a/plugins/SMS/src/recvdlg.h b/plugins/SMS/src/recvdlg.h index 291ab84d29..26fb6bb47a 100644 --- a/plugins/SMS/src/recvdlg.h +++ b/plugins/SMS/src/recvdlg.h @@ -1,4 +1,4 @@ -#if !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
DWORD RecvSMSWindowInitialize ();
diff --git a/plugins/SMS/src/resource.h b/plugins/SMS/src/resource.h index ad8a303025..3a7e98455d 100644 --- a/plugins/SMS/src/resource.h +++ b/plugins/SMS/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/SMS/src/send.cpp b/plugins/SMS/src/send.cpp index 14c30e4a1c..01cd0ac02c 100644 --- a/plugins/SMS/src/send.cpp +++ b/plugins/SMS/src/send.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
Copyright (C) 2007-2014 Rozhuk Ivan
diff --git a/plugins/SMS/src/senddlg.cpp b/plugins/SMS/src/senddlg.cpp index 076121a5e9..c4788d8d1b 100644 --- a/plugins/SMS/src/senddlg.cpp +++ b/plugins/SMS/src/senddlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
Copyright (C) 2007-2014 Rozhuk Ivan
diff --git a/plugins/SMS/src/senddlg.h b/plugins/SMS/src/senddlg.h index b40f4e2e21..576d1946ce 100644 --- a/plugins/SMS/src/senddlg.h +++ b/plugins/SMS/src/senddlg.h @@ -1,4 +1,4 @@ -#if !defined(AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
DWORD SendSMSWindowInitialize();
diff --git a/plugins/SMS/src/stdafx.cxx b/plugins/SMS/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SMS/src/stdafx.cxx +++ b/plugins/SMS/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/SMS/src/stdafx.h b/plugins/SMS/src/stdafx.h index f0b5b391a1..d75f056b75 100644 --- a/plugins/SMS/src/stdafx.h +++ b/plugins/SMS/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H
+#ifndef _COMMON_H
#define _COMMON_H
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
diff --git a/plugins/SMS/src/version.h b/plugins/SMS/src/version.h index 31132cf6d9..b923ad70ca 100644 --- a/plugins/SMS/src/version.h +++ b/plugins/SMS/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 5 #define __BUILD_NUM 3 diff --git a/plugins/Scriver/docs/license.txt b/plugins/Scriver/docs/license.txt index 75b2b3a376..ca3fe8d547 100644 --- a/plugins/Scriver/docs/license.txt +++ b/plugins/Scriver/docs/license.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/Scriver/docs/readme.txt b/plugins/Scriver/docs/readme.txt index b53b44e463..0dad060ef2 100644 --- a/plugins/Scriver/docs/readme.txt +++ b/plugins/Scriver/docs/readme.txt @@ -1,4 +1,4 @@ -Scriver user's manual & FAQ v1.0
+Scriver user's manual & FAQ v1.0
---------------------------------
1. Overview
diff --git a/plugins/Scriver/src/chat.h b/plugins/Scriver/src/chat.h index 7417f6fba8..384bfd2ab3 100644 --- a/plugins/Scriver/src/chat.h +++ b/plugins/Scriver/src/chat.h @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/chat_log.cpp b/plugins/Scriver/src/chat_log.cpp index 6e0049bdea..34ca7d665f 100644 --- a/plugins/Scriver/src/chat_log.cpp +++ b/plugins/Scriver/src/chat_log.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/chat_main.cpp b/plugins/Scriver/src/chat_main.cpp index 4469ed0456..7be39fdf65 100644 --- a/plugins/Scriver/src/chat_main.cpp +++ b/plugins/Scriver/src/chat_main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/chat_manager.cpp b/plugins/Scriver/src/chat_manager.cpp index 86112a1bdb..c763f15e6a 100644 --- a/plugins/Scriver/src/chat_manager.cpp +++ b/plugins/Scriver/src/chat_manager.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp index fa5ea3740d..7ddb5ac90c 100644 --- a/plugins/Scriver/src/chat_options.cpp +++ b/plugins/Scriver/src/chat_options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/chat_tools.cpp b/plugins/Scriver/src/chat_tools.cpp index 9e2bd7375d..18511598f0 100644 --- a/plugins/Scriver/src/chat_tools.cpp +++ b/plugins/Scriver/src/chat_tools.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/chat_window.cpp b/plugins/Scriver/src/chat_window.cpp index 8947b54c2d..f53118c989 100644 --- a/plugins/Scriver/src/chat_window.cpp +++ b/plugins/Scriver/src/chat_window.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/plugins/Scriver/src/cmdlist.cpp b/plugins/Scriver/src/cmdlist.cpp index aaa35d39f2..4b8b66da7d 100644 --- a/plugins/Scriver/src/cmdlist.cpp +++ b/plugins/Scriver/src/cmdlist.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/cmdlist.h b/plugins/Scriver/src/cmdlist.h index afb3737d27..9f2b89bb91 100644 --- a/plugins/Scriver/src/cmdlist.h +++ b/plugins/Scriver/src/cmdlist.h @@ -1,4 +1,4 @@ -/*
+/*
AOL Instant Messenger Plugin for Miranda IM
Copyright (c) 2003 Robert Rainwater
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp index 46c163eba4..97ac6a7adf 100644 --- a/plugins/Scriver/src/globals.cpp +++ b/plugins/Scriver/src/globals.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/globals.h b/plugins/Scriver/src/globals.h index 3d8cd2cf90..a396493a4a 100644 --- a/plugins/Scriver/src/globals.h +++ b/plugins/Scriver/src/globals.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/infobar.cpp b/plugins/Scriver/src/infobar.cpp index 99c3f9d078..3a38cc1f97 100644 --- a/plugins/Scriver/src/infobar.cpp +++ b/plugins/Scriver/src/infobar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/input.cpp b/plugins/Scriver/src/input.cpp index dead78c7ce..c5034ea3eb 100644 --- a/plugins/Scriver/src/input.cpp +++ b/plugins/Scriver/src/input.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/input.h b/plugins/Scriver/src/input.h index 730b1518f0..1f336f75a4 100644 --- a/plugins/Scriver/src/input.h +++ b/plugins/Scriver/src/input.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/msgdialog.cpp b/plugins/Scriver/src/msgdialog.cpp index 7216a4c0ba..162b22b7de 100644 --- a/plugins/Scriver/src/msgdialog.cpp +++ b/plugins/Scriver/src/msgdialog.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 8ae5b88b28..f2beec5ee5 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/msgoptions.cpp b/plugins/Scriver/src/msgoptions.cpp index e00652bb5e..e790cd41a1 100644 --- a/plugins/Scriver/src/msgoptions.cpp +++ b/plugins/Scriver/src/msgoptions.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index d591928d3f..d7c0f1ac32 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index 8f52b64b1a..bb209cb686 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/msgtimedout.cpp b/plugins/Scriver/src/msgtimedout.cpp index 8dec85b001..e9fb7d7435 100644 --- a/plugins/Scriver/src/msgtimedout.cpp +++ b/plugins/Scriver/src/msgtimedout.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/resource.h b/plugins/Scriver/src/resource.h index ef11c3fd9e..7966a71277 100644 --- a/plugins/Scriver/src/resource.h +++ b/plugins/Scriver/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Scriver/src/sendqueue.cpp b/plugins/Scriver/src/sendqueue.cpp index 95a08d98a3..b4bbd3055f 100644 --- a/plugins/Scriver/src/sendqueue.cpp +++ b/plugins/Scriver/src/sendqueue.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/sendqueue.h b/plugins/Scriver/src/sendqueue.h index 0407ea3c53..1efb70dbe4 100644 --- a/plugins/Scriver/src/sendqueue.h +++ b/plugins/Scriver/src/sendqueue.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/srmm.cpp b/plugins/Scriver/src/srmm.cpp index bbe1e21f16..d3fdd9ed67 100644 --- a/plugins/Scriver/src/srmm.cpp +++ b/plugins/Scriver/src/srmm.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/statusicon.cpp b/plugins/Scriver/src/statusicon.cpp index 7739cee38b..b11d49cd1a 100644 --- a/plugins/Scriver/src/statusicon.cpp +++ b/plugins/Scriver/src/statusicon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/statusicon.h b/plugins/Scriver/src/statusicon.h index 04c921bb8e..1788637637 100644 --- a/plugins/Scriver/src/statusicon.h +++ b/plugins/Scriver/src/statusicon.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/stdafx.cxx b/plugins/Scriver/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Scriver/src/stdafx.cxx +++ b/plugins/Scriver/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/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index ba12dff1c9..422d4fb8ae 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/tabs.cpp b/plugins/Scriver/src/tabs.cpp index 2d42adb7fa..dad688b38a 100644 --- a/plugins/Scriver/src/tabs.cpp +++ b/plugins/Scriver/src/tabs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/tabs.h b/plugins/Scriver/src/tabs.h index dfbe707224..9af8c6d786 100644 --- a/plugins/Scriver/src/tabs.h +++ b/plugins/Scriver/src/tabs.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/utils.cpp b/plugins/Scriver/src/utils.cpp index ac65c9f4d7..b1585f00b5 100644 --- a/plugins/Scriver/src/utils.cpp +++ b/plugins/Scriver/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-12 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/utils.h b/plugins/Scriver/src/utils.h index 93bdde5be3..dc03c0aba9 100644 --- a/plugins/Scriver/src/utils.h +++ b/plugins/Scriver/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
Scriver
Copyright (c) 2000-09 Miranda ICQ/IM project,
diff --git a/plugins/Scriver/src/version.h b/plugins/Scriver/src/version.h index d150774c15..7cd1c93cd9 100644 --- a/plugins/Scriver/src/version.h +++ b/plugins/Scriver/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 3 +#define __MAJOR_VERSION 3 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 7 diff --git a/plugins/SecureIM/SecureIM_icons/src/resource.h b/plugins/SecureIM/SecureIM_icons/src/resource.h index b8be938141..9bceae8ea6 100644 --- a/plugins/SecureIM/SecureIM_icons/src/resource.h +++ b/plugins/SecureIM/SecureIM_icons/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/SecureIM/SecureIM_icons/src/version.h b/plugins/SecureIM/SecureIM_icons/src/version.h index 710177015d..4532a869df 100644 --- a/plugins/SecureIM/SecureIM_icons/src/version.h +++ b/plugins/SecureIM/SecureIM_icons/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 #define __RELEASE_NUM 12 #define __BUILD_NUM 4 diff --git a/plugins/SecureIM/docs/!whatsnew.txt b/plugins/SecureIM/docs/!whatsnew.txt index 8422a55bfc..eeb792d864 100644 --- a/plugins/SecureIM/docs/!whatsnew.txt +++ b/plugins/SecureIM/docs/!whatsnew.txt @@ -1,4 +1,4 @@ -
+
Verison 1.0.12.4 [28-04-2010]
[*] fix bug with advanced icon set to "NONE" && enable extaicons plugin
diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 60f50be23d..0c46b53bdd 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
HINSTANCE g_hInst, g_hIconInst;
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index b02ab46ec1..4afa278eee 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#define NETLIB_LOG
#define _CRT_SECURE_NO_WARNINGS
diff --git a/plugins/SecureIM/src/crypt.h b/plugins/SecureIM/src/crypt.h index c858dc719d..79e2b677e6 100644 --- a/plugins/SecureIM/src/crypt.h +++ b/plugins/SecureIM/src/crypt.h @@ -1,4 +1,4 @@ -#ifndef __CRYPT_H__
+#ifndef __CRYPT_H__
#define __CRYPT_H__
#define KEYSIZE 256
diff --git a/plugins/SecureIM/src/crypt_check.cpp b/plugins/SecureIM/src/crypt_check.cpp index de43704449..82dbb7ad1c 100644 --- a/plugins/SecureIM/src/crypt_check.cpp +++ b/plugins/SecureIM/src/crypt_check.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int getContactStatus(MCONTACT hContact)
{
diff --git a/plugins/SecureIM/src/crypt_dll.cpp b/plugins/SecureIM/src/crypt_dll.cpp index d86402fcbe..afa18459e0 100644 --- a/plugins/SecureIM/src/crypt_dll.cpp +++ b/plugins/SecureIM/src/crypt_dll.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// generate KeyA pair and return public key
LPSTR InitKeyA(pUinKey ptr, int features)
diff --git a/plugins/SecureIM/src/crypt_icons.cpp b/plugins/SecureIM/src/crypt_icons.cpp index 619c4f01a4..59e0059773 100644 --- a/plugins/SecureIM/src/crypt_icons.cpp +++ b/plugins/SecureIM/src/crypt_icons.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
struct ICON_CACHE
{
diff --git a/plugins/SecureIM/src/crypt_lists.cpp b/plugins/SecureIM/src/crypt_lists.cpp index b2eaaf31b1..bb97d160f0 100644 --- a/plugins/SecureIM/src/crypt_lists.cpp +++ b/plugins/SecureIM/src/crypt_lists.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
LIST<SupPro> arProto(10, HandleKeySortT);
LIST<UinKey> arClist(100, NumericKeySortT);
diff --git a/plugins/SecureIM/src/crypt_misc.cpp b/plugins/SecureIM/src/crypt_misc.cpp index 3e658b0fd7..108e8958b9 100644 --- a/plugins/SecureIM/src/crypt_misc.cpp +++ b/plugins/SecureIM/src/crypt_misc.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
static void sttWaitForExchange(LPVOID param)
{
diff --git a/plugins/SecureIM/src/crypt_popups.cpp b/plugins/SecureIM/src/crypt_popups.cpp index 9d6a7d0bac..fbced3dd22 100644 --- a/plugins/SecureIM/src/crypt_popups.cpp +++ b/plugins/SecureIM/src/crypt_popups.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// type=0 key colors
// type=1 session colors
diff --git a/plugins/SecureIM/src/cryptopp.h b/plugins/SecureIM/src/cryptopp.h index 05b77020a1..089d101cd7 100644 --- a/plugins/SecureIM/src/cryptopp.h +++ b/plugins/SecureIM/src/cryptopp.h @@ -1,4 +1,4 @@ -#ifndef __CRYPTOPP_H__
+#ifndef __CRYPTOPP_H__
#define __CRYPTOPP_H__
#define CPP_FEATURES_UTF8 0x01
diff --git a/plugins/SecureIM/src/dbevent.cpp b/plugins/SecureIM/src/dbevent.cpp index a5936df191..495bc324e2 100644 --- a/plugins/SecureIM/src/dbevent.cpp +++ b/plugins/SecureIM/src/dbevent.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void HistoryLog(MCONTACT hContact, LPCSTR szText)
{
diff --git a/plugins/SecureIM/src/dbevent.h b/plugins/SecureIM/src/dbevent.h index 167f6c49e7..e03ef9abbc 100644 --- a/plugins/SecureIM/src/dbevent.h +++ b/plugins/SecureIM/src/dbevent.h @@ -1,4 +1,4 @@ -#ifndef __DBEVENT_H__
+#ifndef __DBEVENT_H__
#define __DBEVENT_H__
void HistoryLog(MCONTACT, LPCSTR);
diff --git a/plugins/SecureIM/src/gettime.cpp b/plugins/SecureIM/src/gettime.cpp index ae24200624..4da5fe98c8 100644 --- a/plugins/SecureIM/src/gettime.cpp +++ b/plugins/SecureIM/src/gettime.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
/* FILETIME unit is 100 nanoseconds */
diff --git a/plugins/SecureIM/src/gettime.h b/plugins/SecureIM/src/gettime.h index d321af1de5..05d2d1b96a 100644 --- a/plugins/SecureIM/src/gettime.h +++ b/plugins/SecureIM/src/gettime.h @@ -1,4 +1,4 @@ -#ifndef __GETTIME_H__
+#ifndef __GETTIME_H__
#define __GETTIME_H__
DWORD gettime(void);
diff --git a/plugins/SecureIM/src/images.cpp b/plugins/SecureIM/src/images.cpp index 007f22881b..60a1af63d1 100644 --- a/plugins/SecureIM/src/images.cpp +++ b/plugins/SecureIM/src/images.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void HalfBitmap32Alpha(HBITMAP hBitmap)
{
diff --git a/plugins/SecureIM/src/images.h b/plugins/SecureIM/src/images.h index f4b1ebf8e2..ea65b09893 100644 --- a/plugins/SecureIM/src/images.h +++ b/plugins/SecureIM/src/images.h @@ -1,4 +1,4 @@ -#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
HICON BindOverlayIcon(HICON,HICON);
diff --git a/plugins/SecureIM/src/language.cpp b/plugins/SecureIM/src/language.cpp index d70d8d8f50..7ed3f5e5ab 100644 --- a/plugins/SecureIM/src/language.cpp +++ b/plugins/SecureIM/src/language.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
//Popup Messages
LPCSTR sim001 = LPGEN("SecureIM established...");
diff --git a/plugins/SecureIM/src/language.h b/plugins/SecureIM/src/language.h index 6c2f00ce50..4c627efc2f 100644 --- a/plugins/SecureIM/src/language.h +++ b/plugins/SecureIM/src/language.h @@ -1,4 +1,4 @@ -#ifndef __LANGUAGE_H__
+#ifndef __LANGUAGE_H__
#define __LANGUAGE_H__
//Popup Messages
diff --git a/plugins/SecureIM/src/loadicons.cpp b/plugins/SecureIM/src/loadicons.cpp index 383caab5ad..756a235b4c 100644 --- a/plugins/SecureIM/src/loadicons.cpp +++ b/plugins/SecureIM/src/loadicons.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
struct
{
diff --git a/plugins/SecureIM/src/loadicons.h b/plugins/SecureIM/src/loadicons.h index b89e98effe..f5258a41a0 100644 --- a/plugins/SecureIM/src/loadicons.h +++ b/plugins/SecureIM/src/loadicons.h @@ -1,4 +1,4 @@ -#ifndef __LOADICONS_H__
+#ifndef __LOADICONS_H__
#define __LOADICONS_H__
HINSTANCE LoadIconsPack(const char*);
diff --git a/plugins/SecureIM/src/loadlib.cpp b/plugins/SecureIM/src/loadlib.cpp index 8a4d24afac..c1c5cc483e 100644 --- a/plugins/SecureIM/src/loadlib.cpp +++ b/plugins/SecureIM/src/loadlib.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
CRYPTOPP_INFO cpp;
diff --git a/plugins/SecureIM/src/loadlib.h b/plugins/SecureIM/src/loadlib.h index 425dbf5623..bed84c019d 100644 --- a/plugins/SecureIM/src/loadlib.h +++ b/plugins/SecureIM/src/loadlib.h @@ -1,4 +1,4 @@ -#ifndef __LOADLIB_H__
+#ifndef __LOADLIB_H__
#define __LOADLIB_H__
BOOL loadlib(void);
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index 8c92247702..a56200fff4 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
CLIST_INTERFACE *pcli;
int hLangpack = 0;
diff --git a/plugins/SecureIM/src/mmi.cpp b/plugins/SecureIM/src/mmi.cpp index 29de183501..d1608069b5 100644 --- a/plugins/SecureIM/src/mmi.cpp +++ b/plugins/SecureIM/src/mmi.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void *operator new(size_t sz)
{
diff --git a/plugins/SecureIM/src/mmi.h b/plugins/SecureIM/src/mmi.h index 47aff0055a..022de440de 100644 --- a/plugins/SecureIM/src/mmi.h +++ b/plugins/SecureIM/src/mmi.h @@ -1,4 +1,4 @@ -#ifndef __MMI_H__
+#ifndef __MMI_H__
#define __MMI_H__
char *m_wwstrcat(LPCSTR,LPCSTR);
diff --git a/plugins/SecureIM/src/options.cpp b/plugins/SecureIM/src/options.cpp index 830f37627f..3a5065d88f 100644 --- a/plugins/SecureIM/src/options.cpp +++ b/plugins/SecureIM/src/options.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
#define PSKSIZE (4096+1)
#define RSASIZE (4096+1)
diff --git a/plugins/SecureIM/src/options.h b/plugins/SecureIM/src/options.h index 729ebf7782..b1f2b65b0e 100644 --- a/plugins/SecureIM/src/options.h +++ b/plugins/SecureIM/src/options.h @@ -1,4 +1,4 @@ -#ifndef __OPTIONS_H__
+#ifndef __OPTIONS_H__
#define __OPTIONS_H__
INT_PTR CALLBACK OptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/popupOptions.cpp b/plugins/SecureIM/src/popupOptions.cpp index 17c12fd3fa..9206d01681 100644 --- a/plugins/SecureIM/src/popupOptions.cpp +++ b/plugins/SecureIM/src/popupOptions.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
INT_PTR CALLBACK PopOptionsDlgProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/SecureIM/src/popupOptions.h b/plugins/SecureIM/src/popupOptions.h index 28495dfae6..22d3453adc 100644 --- a/plugins/SecureIM/src/popupOptions.h +++ b/plugins/SecureIM/src/popupOptions.h @@ -1,4 +1,4 @@ -#ifndef __POPUP_OPTIONS__
+#ifndef __POPUP_OPTIONS__
#define __POPUP_OPTIONS__
INT_PTR CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/resource.h b/plugins/SecureIM/src/resource.h index b6fe6c7424..79f9a8ed5b 100644 --- a/plugins/SecureIM/src/resource.h +++ b/plugins/SecureIM/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/SecureIM/src/secureim.h b/plugins/SecureIM/src/secureim.h index 96670ec357..8962a4a058 100644 --- a/plugins/SecureIM/src/secureim.h +++ b/plugins/SecureIM/src/secureim.h @@ -1,4 +1,4 @@ -#ifndef __SECURE_IM__
+#ifndef __SECURE_IM__
#define __SECURE_IM__
// режимы шифрования SecureIM
diff --git a/plugins/SecureIM/src/splitmsg.cpp b/plugins/SecureIM/src/splitmsg.cpp index cdb6c9e1da..7388d55bb2 100644 --- a/plugins/SecureIM/src/splitmsg.cpp +++ b/plugins/SecureIM/src/splitmsg.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// разбивает сообщение szMsg на части длиной iLen, возвращает строку вида PARTzPARTzz
LPSTR splitMsg(LPSTR szMsg, int iLen)
diff --git a/plugins/SecureIM/src/splitmsg.h b/plugins/SecureIM/src/splitmsg.h index bbc751f653..09edc2e53f 100644 --- a/plugins/SecureIM/src/splitmsg.h +++ b/plugins/SecureIM/src/splitmsg.h @@ -1,4 +1,4 @@ -#ifndef __SPLITMSG_H__
+#ifndef __SPLITMSG_H__
#define __SPLITMSG_H__
LPSTR combineMessage(pUinKey,LPSTR);
diff --git a/plugins/SecureIM/src/stdafx.cpp b/plugins/SecureIM/src/stdafx.cpp index b493fd18e2..dd87776a41 100644 --- a/plugins/SecureIM/src/stdafx.cpp +++ b/plugins/SecureIM/src/stdafx.cpp @@ -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/SecureIM/src/svcs_clist.cpp b/plugins/SecureIM/src/svcs_clist.cpp index ec6a36c7ec..c2c00b19ed 100644 --- a/plugins/SecureIM/src/svcs_clist.cpp +++ b/plugins/SecureIM/src/svcs_clist.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int __cdecl onContactSettingChanged(WPARAM hContact, LPARAM lParam)
{
diff --git a/plugins/SecureIM/src/svcs_clist.h b/plugins/SecureIM/src/svcs_clist.h index 396d09d004..c9c6bcd68b 100644 --- a/plugins/SecureIM/src/svcs_clist.h +++ b/plugins/SecureIM/src/svcs_clist.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_CLIST_H__
+#ifndef __SVCS_CLIST_H__
#define __SVCS_CLIST_H__
int __cdecl onContactSettingChanged(WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/svcs_menu.cpp b/plugins/SecureIM/src/svcs_menu.cpp index cc4bae8daf..ac1b0f9c5f 100644 --- a/plugins/SecureIM/src/svcs_menu.cpp +++ b/plugins/SecureIM/src/svcs_menu.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
INT_PTR __cdecl Service_IsContactSecured(WPARAM wParam, LPARAM)
{
diff --git a/plugins/SecureIM/src/svcs_menu.h b/plugins/SecureIM/src/svcs_menu.h index 96813e89c3..7ec89add0c 100644 --- a/plugins/SecureIM/src/svcs_menu.h +++ b/plugins/SecureIM/src/svcs_menu.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_MENU_H__
+#ifndef __SVCS_MENU_H__
#define __SVCS_MENU_H__
INT_PTR __cdecl Service_IsContactSecured(WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/svcs_proto.cpp b/plugins/SecureIM/src/svcs_proto.cpp index efc5a92ddf..cc763dbb25 100644 --- a/plugins/SecureIM/src/svcs_proto.cpp +++ b/plugins/SecureIM/src/svcs_proto.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// return SignID
int getSecureSig(LPCSTR szMsg, LPSTR *szPlainMsg = nullptr)
diff --git a/plugins/SecureIM/src/svcs_proto.h b/plugins/SecureIM/src/svcs_proto.h index 5acf7631a4..f679c12f9c 100644 --- a/plugins/SecureIM/src/svcs_proto.h +++ b/plugins/SecureIM/src/svcs_proto.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_PROTO_H__
+#ifndef __SVCS_PROTO_H__
#define __SVCS_PROTO_H__
INT_PTR __cdecl onRecvMsg(WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/svcs_rsa.cpp b/plugins/SecureIM/src/svcs_rsa.cpp index 13db77af1e..307cc38921 100644 --- a/plugins/SecureIM/src/svcs_rsa.cpp +++ b/plugins/SecureIM/src/svcs_rsa.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
pRSA_EXPORT mir_exp = nullptr;
RSA_IMPORT imp =
diff --git a/plugins/SecureIM/src/svcs_rsa.h b/plugins/SecureIM/src/svcs_rsa.h index c9c73df10d..f076d3bd8b 100644 --- a/plugins/SecureIM/src/svcs_rsa.h +++ b/plugins/SecureIM/src/svcs_rsa.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_RSA_H__
+#ifndef __SVCS_RSA_H__
#define __SVCS_RSA_H__
extern pRSA_EXPORT mir_exp;
diff --git a/plugins/SecureIM/src/svcs_srmm.cpp b/plugins/SecureIM/src/svcs_srmm.cpp index 23fb71aeb6..aa131ad533 100644 --- a/plugins/SecureIM/src/svcs_srmm.cpp +++ b/plugins/SecureIM/src/svcs_srmm.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int __cdecl onWindowEvent(WPARAM, LPARAM lParam)
{
diff --git a/plugins/SecureIM/src/svcs_srmm.h b/plugins/SecureIM/src/svcs_srmm.h index 0fcd5f2606..8de1d07b98 100644 --- a/plugins/SecureIM/src/svcs_srmm.h +++ b/plugins/SecureIM/src/svcs_srmm.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_SRMM_H__
+#ifndef __SVCS_SRMM_H__
#define __SVCS_SRMM_H__
void InitSRMMIcons();
diff --git a/plugins/SecureIM/src/version.h b/plugins/SecureIM/src/version.h index 255dcd65c8..f23117aab2 100644 --- a/plugins/SecureIM/src/version.h +++ b/plugins/SecureIM/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 12
#define __BUILD_NUM 4
diff --git a/plugins/SeenPlugin/docs/readme_src.txt b/plugins/SeenPlugin/docs/readme_src.txt index bb91b5e32a..0769b49b03 100644 --- a/plugins/SeenPlugin/docs/readme_src.txt +++ b/plugins/SeenPlugin/docs/readme_src.txt @@ -1,4 +1,4 @@ -This source code is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html)
+This source code is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html)
Please notify me of any changes that improve the plugin or add
new features.
diff --git a/plugins/SeenPlugin/docs/seen_info.txt b/plugins/SeenPlugin/docs/seen_info.txt index c90ea92874..5ba87f079a 100644 --- a/plugins/SeenPlugin/docs/seen_info.txt +++ b/plugins/SeenPlugin/docs/seen_info.txt @@ -1,4 +1,4 @@ -Last Seen plugin
+Last Seen plugin
****************
This plugin logs when a contact was last seen online.
You can choose between contactmenu item, userinfo page and file output.
diff --git a/plugins/SeenPlugin/src/file.cpp b/plugins/SeenPlugin/src/file.cpp index 896823e5af..ac3d85b774 100644 --- a/plugins/SeenPlugin/src/file.cpp +++ b/plugins/SeenPlugin/src/file.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/history.cpp b/plugins/SeenPlugin/src/history.cpp index 1ed8a97c67..176168dd61 100644 --- a/plugins/SeenPlugin/src/history.cpp +++ b/plugins/SeenPlugin/src/history.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-06 Y.B.
diff --git a/plugins/SeenPlugin/src/main.cpp b/plugins/SeenPlugin/src/main.cpp index 0d701975f1..172897d4ef 100644 --- a/plugins/SeenPlugin/src/main.cpp +++ b/plugins/SeenPlugin/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/menu.cpp b/plugins/SeenPlugin/src/menu.cpp index 18c3cf01da..4a385b67d6 100644 --- a/plugins/SeenPlugin/src/menu.cpp +++ b/plugins/SeenPlugin/src/menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/missed.cpp b/plugins/SeenPlugin/src/missed.cpp index c0e9db49ae..bdce23791a 100644 --- a/plugins/SeenPlugin/src/missed.cpp +++ b/plugins/SeenPlugin/src/missed.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/options.cpp b/plugins/SeenPlugin/src/options.cpp index e5ea1efd71..5c2f665fbb 100644 --- a/plugins/SeenPlugin/src/options.cpp +++ b/plugins/SeenPlugin/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/resource.h b/plugins/SeenPlugin/src/resource.h index cde06eab21..99c712ce5a 100644 --- a/plugins/SeenPlugin/src/resource.h +++ b/plugins/SeenPlugin/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/SeenPlugin/src/stdafx.cxx b/plugins/SeenPlugin/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SeenPlugin/src/stdafx.cxx +++ b/plugins/SeenPlugin/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/SeenPlugin/src/stdafx.h b/plugins/SeenPlugin/src/stdafx.h index 5a268f8f7d..67fb460e2f 100644 --- a/plugins/SeenPlugin/src/stdafx.h +++ b/plugins/SeenPlugin/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/userinfo.cpp b/plugins/SeenPlugin/src/userinfo.cpp index b2c2cef3b5..19d2aebd16 100644 --- a/plugins/SeenPlugin/src/userinfo.cpp +++ b/plugins/SeenPlugin/src/userinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/utils.cpp b/plugins/SeenPlugin/src/utils.cpp index 12fe059c9f..ef90cd1273 100644 --- a/plugins/SeenPlugin/src/utils.cpp +++ b/plugins/SeenPlugin/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/version.h b/plugins/SeenPlugin/src/version.h index 2f0af55bad..a71af62bab 100644 --- a/plugins/SeenPlugin/src/version.h +++ b/plugins/SeenPlugin/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/SendScreenshotPlus/docs/credits.txt b/plugins/SendScreenshotPlus/docs/credits.txt index 668782dd01..b78dc6b8da 100644 --- a/plugins/SendScreenshotPlus/docs/credits.txt +++ b/plugins/SendScreenshotPlus/docs/credits.txt @@ -1,4 +1,4 @@ -Special thanks to Michael Kunz aka "Protogenes"
+Special thanks to Michael Kunz aka "Protogenes"
for helping me with 1001 tips and suggestions
to design the program code.
http://www-user.tu-chemnitz.de/~kunmi/?dbx_tree&lang=de
diff --git a/plugins/SendScreenshotPlus/docs/license.txt b/plugins/SendScreenshotPlus/docs/license.txt index 7a6dfcccaf..c5ebcce31f 100644 --- a/plugins/SendScreenshotPlus/docs/license.txt +++ b/plugins/SendScreenshotPlus/docs/license.txt @@ -1,4 +1,4 @@ -This program is free software; you can redistribute it and/or
+This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
diff --git a/plugins/SendScreenshotPlus/src/CSend.cpp b/plugins/SendScreenshotPlus/src/CSend.cpp index 61d269f017..e64e7160aa 100644 --- a/plugins/SendScreenshotPlus/src/CSend.cpp +++ b/plugins/SendScreenshotPlus/src/CSend.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSend.h b/plugins/SendScreenshotPlus/src/CSend.h index 827d90ef35..6091b7f2fc 100644 --- a/plugins/SendScreenshotPlus/src/CSend.h +++ b/plugins/SendScreenshotPlus/src/CSend.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.cpp b/plugins/SendScreenshotPlus/src/CSendDropbox.cpp index e419f351e8..c7e5a1600b 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.cpp +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.h b/plugins/SendScreenshotPlus/src/CSendDropbox.h index 1803c20a69..4fa6e72d09 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.h +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendEmail.cpp b/plugins/SendScreenshotPlus/src/CSendEmail.cpp index f43bef45d3..cdceb2ddd0 100644 --- a/plugins/SendScreenshotPlus/src/CSendEmail.cpp +++ b/plugins/SendScreenshotPlus/src/CSendEmail.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendEmail.h b/plugins/SendScreenshotPlus/src/CSendEmail.h index d2b5d24327..85b3c3c44a 100644 --- a/plugins/SendScreenshotPlus/src/CSendEmail.h +++ b/plugins/SendScreenshotPlus/src/CSendEmail.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp index 000ad3a1b7..805bd9a588 100644 --- a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp +++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.h b/plugins/SendScreenshotPlus/src/CSendFTPFile.h index 16bb2886df..ee1f805747 100644 --- a/plugins/SendScreenshotPlus/src/CSendFTPFile.h +++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendFile.cpp b/plugins/SendScreenshotPlus/src/CSendFile.cpp index 7e964cd7e3..570414afff 100644 --- a/plugins/SendScreenshotPlus/src/CSendFile.cpp +++ b/plugins/SendScreenshotPlus/src/CSendFile.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendFile.h b/plugins/SendScreenshotPlus/src/CSendFile.h index a1bf6bae97..2f426cb0d2 100644 --- a/plugins/SendScreenshotPlus/src/CSendFile.h +++ b/plugins/SendScreenshotPlus/src/CSendFile.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp index eae014d0bb..127e78aab7 100644 --- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp +++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.h b/plugins/SendScreenshotPlus/src/CSendHTTPServer.h index 503f45499e..0996dc7ce9 100644 --- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.h +++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp index 8ee6fcdb03..239a0338a4 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp +++ b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h index 4cba67c2c0..21d60ad954 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h +++ b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/CSendHost_imgur.cpp b/plugins/SendScreenshotPlus/src/CSendHost_imgur.cpp index cde26b2eb5..239d5cd0f9 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_imgur.cpp +++ b/plugins/SendScreenshotPlus/src/CSendHost_imgur.cpp @@ -1,4 +1,4 @@ -/* +/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 diff --git a/plugins/SendScreenshotPlus/src/CSendHost_imgur.h b/plugins/SendScreenshotPlus/src/CSendHost_imgur.h index 07688d0095..eddbcc38b7 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_imgur.h +++ b/plugins/SendScreenshotPlus/src/CSendHost_imgur.h @@ -1,4 +1,4 @@ -/* +/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 diff --git a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp index 1d2fc77433..0b4a814e55 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp +++ b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.cpp @@ -1,4 +1,4 @@ -/* +/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 diff --git a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h index 62bfdd4bf0..445d3f2f99 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h +++ b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h @@ -1,4 +1,4 @@ -/* +/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 diff --git a/plugins/SendScreenshotPlus/src/DevKey.h b/plugins/SendScreenshotPlus/src/DevKey.h index 4a862f155b..2999f74466 100644 --- a/plugins/SendScreenshotPlus/src/DevKey.h +++ b/plugins/SendScreenshotPlus/src/DevKey.h @@ -1,3 +1,3 @@ -#ifndef DEVKEY_IMAGESHACK
+#ifndef DEVKEY_IMAGESHACK
#define DEVKEY_IMAGESHACK "IA5ZRTV6fb6256ccbc3c38650bdce6e6dcfc9e55" /*Test DevKey*/
#endif
diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index 10da3410f2..309dbbc5b5 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/Main.h b/plugins/SendScreenshotPlus/src/Main.h index e16db8d43a..a5c9e596fc 100644 --- a/plugins/SendScreenshotPlus/src/Main.h +++ b/plugins/SendScreenshotPlus/src/Main.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/UAboutForm.cpp b/plugins/SendScreenshotPlus/src/UAboutForm.cpp index 3ff4f4ec15..ecf1ae79bc 100644 --- a/plugins/SendScreenshotPlus/src/UAboutForm.cpp +++ b/plugins/SendScreenshotPlus/src/UAboutForm.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/UAboutForm.h b/plugins/SendScreenshotPlus/src/UAboutForm.h index 3a644a505a..86a6dfcd3e 100644 --- a/plugins/SendScreenshotPlus/src/UAboutForm.h +++ b/plugins/SendScreenshotPlus/src/UAboutForm.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/UMainForm.cpp b/plugins/SendScreenshotPlus/src/UMainForm.cpp index 6402a06dca..e86a23e87e 100644 --- a/plugins/SendScreenshotPlus/src/UMainForm.cpp +++ b/plugins/SendScreenshotPlus/src/UMainForm.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/UMainForm.h b/plugins/SendScreenshotPlus/src/UMainForm.h index f169f57960..c22f1ceb4b 100644 --- a/plugins/SendScreenshotPlus/src/UMainForm.h +++ b/plugins/SendScreenshotPlus/src/UMainForm.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/Utils.cpp b/plugins/SendScreenshotPlus/src/Utils.cpp index de2988abe1..5150550307 100644 --- a/plugins/SendScreenshotPlus/src/Utils.cpp +++ b/plugins/SendScreenshotPlus/src/Utils.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/Utils.h b/plugins/SendScreenshotPlus/src/Utils.h index 962b7ee3f4..8679536fd3 100644 --- a/plugins/SendScreenshotPlus/src/Utils.h +++ b/plugins/SendScreenshotPlus/src/Utils.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/ctrl_button.cpp b/plugins/SendScreenshotPlus/src/ctrl_button.cpp index 203343e5aa..837b792580 100644 --- a/plugins/SendScreenshotPlus/src/ctrl_button.cpp +++ b/plugins/SendScreenshotPlus/src/ctrl_button.cpp @@ -1,4 +1,4 @@ -/* +/* imported from UserinfoEx plugin for Miranda NG Copyright: diff --git a/plugins/SendScreenshotPlus/src/ctrl_button.h b/plugins/SendScreenshotPlus/src/ctrl_button.h index 2574e9ffc4..28601aa2bf 100644 --- a/plugins/SendScreenshotPlus/src/ctrl_button.h +++ b/plugins/SendScreenshotPlus/src/ctrl_button.h @@ -1,4 +1,4 @@ -/* +/* imported from UserinfoEx plugin for Miranda NG Copyright: © 2006-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol diff --git a/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp b/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp index 1199bf48a8..25017e15a1 100644 --- a/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp +++ b/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* Copyright: diff --git a/plugins/SendScreenshotPlus/src/dlg_msgbox.h b/plugins/SendScreenshotPlus/src/dlg_msgbox.h index 663f65e1f8..f114567a8c 100644 --- a/plugins/SendScreenshotPlus/src/dlg_msgbox.h +++ b/plugins/SendScreenshotPlus/src/dlg_msgbox.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
Copyright:
diff --git a/plugins/SendScreenshotPlus/src/mir_string.cpp b/plugins/SendScreenshotPlus/src/mir_string.cpp index 23a2cd68ab..258c4981ee 100644 --- a/plugins/SendScreenshotPlus/src/mir_string.cpp +++ b/plugins/SendScreenshotPlus/src/mir_string.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org),
diff --git a/plugins/SendScreenshotPlus/src/mir_string.h b/plugins/SendScreenshotPlus/src/mir_string.h index cfbf7eca56..4b5e6c142e 100644 --- a/plugins/SendScreenshotPlus/src/mir_string.h +++ b/plugins/SendScreenshotPlus/src/mir_string.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org), diff --git a/plugins/SendScreenshotPlus/src/resource.h b/plugins/SendScreenshotPlus/src/resource.h index 5798f8eec3..80fcdff47a 100644 --- a/plugins/SendScreenshotPlus/src/resource.h +++ b/plugins/SendScreenshotPlus/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by resource.rc // diff --git a/plugins/SendScreenshotPlus/src/stdafx.cxx b/plugins/SendScreenshotPlus/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.cxx +++ b/plugins/SendScreenshotPlus/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/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h index 0b6dbc5acc..f8c4846067 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/SendScreenshotPlus/src/version.h b/plugins/SendScreenshotPlus/src/version.h index cd5fe8a870..10f0ebe1be 100644 --- a/plugins/SendScreenshotPlus/src/version.h +++ b/plugins/SendScreenshotPlus/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 8 #define __RELEASE_NUM 10 #define __BUILD_NUM 1 diff --git a/plugins/Sessions/Src/Main.cpp b/plugins/Sessions/Src/Main.cpp index d930337cda..6a365b73dc 100644 --- a/plugins/Sessions/Src/Main.cpp +++ b/plugins/Sessions/Src/Main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Sessions Management plugin for Miranda IM
Copyright (C) 2007-2008 Danil Mozhar
diff --git a/plugins/Sessions/Src/Options.cpp b/plugins/Sessions/Src/Options.cpp index 1aabf938e2..cfc378ff6e 100644 --- a/plugins/Sessions/Src/Options.cpp +++ b/plugins/Sessions/Src/Options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Sessions Management plugin for Miranda IM
Copyright (C) 2007-2008 Danil Mozhar
diff --git a/plugins/Sessions/Src/Resource.h b/plugins/Sessions/Src/Resource.h index 754468bb4c..0a70198bcf 100644 --- a/plugins/Sessions/Src/Resource.h +++ b/plugins/Sessions/Src/Resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by sessions.rc
//
diff --git a/plugins/Sessions/Src/Utils.cpp b/plugins/Sessions/Src/Utils.cpp index ef42bb3553..98f731bd2f 100644 --- a/plugins/Sessions/Src/Utils.cpp +++ b/plugins/Sessions/Src/Utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Sessions Management plugin for Miranda IM
Copyright (C) 2007-2008 Danil Mozhar
diff --git a/plugins/Sessions/Src/Utils.h b/plugins/Sessions/Src/Utils.h index 76a2b24c7a..c474393433 100644 --- a/plugins/Sessions/Src/Utils.h +++ b/plugins/Sessions/Src/Utils.h @@ -1,4 +1,4 @@ -/*
+/*
Sessions Management plugin for Miranda IM
Copyright (C) 2007-2008 Danil Mozhar
diff --git a/plugins/Sessions/Src/stdafx.cxx b/plugins/Sessions/Src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Sessions/Src/stdafx.cxx +++ b/plugins/Sessions/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/Sessions/Src/stdafx.h b/plugins/Sessions/Src/stdafx.h index 48b4b2fdf8..35d25db35b 100644 --- a/plugins/Sessions/Src/stdafx.h +++ b/plugins/Sessions/Src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Sessions Management plugin for Miranda IM
Copyright (C) 2007-2008 Danil Mozhar
diff --git a/plugins/Sessions/Src/version.h b/plugins/Sessions/Src/version.h index 4cae51358b..580a5abde1 100644 --- a/plugins/Sessions/Src/version.h +++ b/plugins/Sessions/Src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 3 #define __BUILD_NUM 2 diff --git a/plugins/ShellExt/src/ShellExt.def b/plugins/ShellExt/src/ShellExt.def index 4e400d28e4..e867b9b540 100644 --- a/plugins/ShellExt/src/ShellExt.def +++ b/plugins/ShellExt/src/ShellExt.def @@ -1,4 +1,4 @@ -LIBRARY ShlExt
+LIBRARY ShlExt
EXPORTS
DllCanUnloadNow PRIVATE
diff --git a/plugins/ShellExt/src/main.cpp b/plugins/ShellExt/src/main.cpp index ca8600662d..c356ef7b94 100644 --- a/plugins/ShellExt/src/main.cpp +++ b/plugins/ShellExt/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "shlcom.h"
CLIST_INTERFACE *pcli;
diff --git a/plugins/ShellExt/src/options.cpp b/plugins/ShellExt/src/options.cpp index 6b843027c7..aaa3f77f7f 100644 --- a/plugins/ShellExt/src/options.cpp +++ b/plugins/ShellExt/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "resource.h"
static void AutoSize(HWND hwnd)
diff --git a/plugins/ShellExt/src/resource.h b/plugins/ShellExt/src/resource.h index d656ef15de..4bf7a5d6d8 100644 --- a/plugins/ShellExt/src/resource.h +++ b/plugins/ShellExt/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by autorun.rc
//
diff --git a/plugins/ShellExt/src/shlcom.cpp b/plugins/ShellExt/src/shlcom.cpp index 1c48674315..94cce6dece 100644 --- a/plugins/ShellExt/src/shlcom.cpp +++ b/plugins/ShellExt/src/shlcom.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "shlcom.h"
#include "shlicons.h"
diff --git a/plugins/ShellExt/src/shlcom.h b/plugins/ShellExt/src/shlcom.h index 23b3c23020..1fc9b44f1e 100644 --- a/plugins/ShellExt/src/shlcom.h +++ b/plugins/ShellExt/src/shlcom.h @@ -1,4 +1,4 @@ -
+
#define REPLY_FAIL 0x88888888
#define REPLY_OK 0x00000000
diff --git a/plugins/ShellExt/src/shlext.cpp b/plugins/ShellExt/src/shlext.cpp index ce55c7d54a..443b1c6eda 100644 --- a/plugins/ShellExt/src/shlext.cpp +++ b/plugins/ShellExt/src/shlext.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "shlcom.h"
#include "shlicons.h"
diff --git a/plugins/ShellExt/src/shlfactory.cpp b/plugins/ShellExt/src/shlfactory.cpp index 41d2f609d4..fba9fdabba 100644 --- a/plugins/ShellExt/src/shlfactory.cpp +++ b/plugins/ShellExt/src/shlfactory.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "shlcom.h"
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/ShellExt/src/shlicons.cpp b/plugins/ShellExt/src/shlicons.cpp index d7df199046..8f9162a7c0 100644 --- a/plugins/ShellExt/src/shlicons.cpp +++ b/plugins/ShellExt/src/shlicons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "shlicons.h"
#pragma comment(lib, "windowscodecs.lib")
diff --git a/plugins/ShellExt/src/shlicons.h b/plugins/ShellExt/src/shlicons.h index f022c2b3e0..6010c8c489 100644 --- a/plugins/ShellExt/src/shlicons.h +++ b/plugins/ShellExt/src/shlicons.h @@ -1,4 +1,4 @@ -
+
IWICImagingFactory* ARGB_GetWorker();
HBITMAP ARGB_BitmapFromIcon(IWICImagingFactory *Factory, HDC hdc, HICON hIcon);
diff --git a/plugins/ShellExt/src/shlipc.cpp b/plugins/ShellExt/src/shlipc.cpp index b0f442429c..ac2ba3ef01 100644 --- a/plugins/ShellExt/src/shlipc.cpp +++ b/plugins/ShellExt/src/shlipc.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "shlcom.h"
TGroupNode* FindGroupNode(TGroupNode *p, const DWORD Hash, int Depth)
diff --git a/plugins/ShellExt/src/stdafx.cxx b/plugins/ShellExt/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ShellExt/src/stdafx.cxx +++ b/plugins/ShellExt/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/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index aaec634c30..d84472a037 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -1,4 +1,4 @@ -
+
#include <windows.h>
#include <CommCtrl.h>
#include <ShlObj.h>
diff --git a/plugins/ShellExt/src/utils.cpp b/plugins/ShellExt/src/utils.cpp index 64b37538f2..275224388e 100644 --- a/plugins/ShellExt/src/utils.cpp +++ b/plugins/ShellExt/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#ifdef LOG_ENABLED
extern wchar_t tszLogPath[];
diff --git a/plugins/ShellExt/src/version.h b/plugins/ShellExt/src/version.h index 10e6f49444..35500637c1 100644 --- a/plugins/ShellExt/src/version.h +++ b/plugins/ShellExt/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2 +#define __MAJOR_VERSION 2 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 79d53e3cdd..8feceb95bf 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of miranda IM(ICQ) for Communicating with users of the baseProtocol.
Copyright (C) 2004 Daniel Savi (dss@brturbo.com)
diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index 8e4108e75e..c541651d96 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
wchar_t* ptszMessage[6]= {};
INT lastIndex=-1;
diff --git a/plugins/SimpleAR/src/Resource.h b/plugins/SimpleAR/src/Resource.h index 978a04825a..384930dd39 100644 --- a/plugins/SimpleAR/src/Resource.h +++ b/plugins/SimpleAR/src/Resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/SimpleAR/src/stdafx.cxx b/plugins/SimpleAR/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SimpleAR/src/stdafx.cxx +++ b/plugins/SimpleAR/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/SimpleAR/src/stdafx.h b/plugins/SimpleAR/src/stdafx.h index b233afe192..ff19f084ef 100644 --- a/plugins/SimpleAR/src/stdafx.h +++ b/plugins/SimpleAR/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <time.h>
#include <newpluginapi.h>
diff --git a/plugins/SimpleAR/src/version.h b/plugins/SimpleAR/src/version.h index 0c8a356df8..ca9699cb5b 100644 --- a/plugins/SimpleAR/src/version.h +++ b/plugins/SimpleAR/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2 +#define __MAJOR_VERSION 2 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 #define __BUILD_NUM 6 diff --git a/plugins/SimpleStatusMsg/docs/changelog.txt b/plugins/SimpleStatusMsg/docs/changelog.txt index 88ab80ba77..ac9e29474b 100644 --- a/plugins/SimpleStatusMsg/docs/changelog.txt +++ b/plugins/SimpleStatusMsg/docs/changelog.txt @@ -1,4 +1,4 @@ -Simple Status Message plugin for Miranda IM Changelog
+Simple Status Message plugin for Miranda IM Changelog
-----------------------------------------------------
+ : new feature
diff --git a/plugins/SimpleStatusMsg/docs/license.txt b/plugins/SimpleStatusMsg/docs/license.txt index 107b05d9d8..89e08fb002 100644 --- a/plugins/SimpleStatusMsg/docs/license.txt +++ b/plugins/SimpleStatusMsg/docs/license.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/SimpleStatusMsg/docs/readme.txt b/plugins/SimpleStatusMsg/docs/readme.txt index b233ce7ee8..1f33c10840 100644 --- a/plugins/SimpleStatusMsg/docs/readme.txt +++ b/plugins/SimpleStatusMsg/docs/readme.txt @@ -1,4 +1,4 @@ - -===========================================-
+ -===========================================-
Simple Status Message plugin for Miranda IM
-===========================================-
diff --git a/plugins/SimpleStatusMsg/src/awaymsg.cpp b/plugins/SimpleStatusMsg/src/awaymsg.cpp index 1f597bb34b..07bb63ba21 100644 --- a/plugins/SimpleStatusMsg/src/awaymsg.cpp +++ b/plugins/SimpleStatusMsg/src/awaymsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/SimpleStatusMsg/src/main.cpp b/plugins/SimpleStatusMsg/src/main.cpp index 595db765a3..fae0b03fcd 100644 --- a/plugins/SimpleStatusMsg/src/main.cpp +++ b/plugins/SimpleStatusMsg/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Simple Status Message plugin for Miranda IM
Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven
diff --git a/plugins/SimpleStatusMsg/src/msgbox.cpp b/plugins/SimpleStatusMsg/src/msgbox.cpp index 9572f9e0d5..d4d6232f16 100644 --- a/plugins/SimpleStatusMsg/src/msgbox.cpp +++ b/plugins/SimpleStatusMsg/src/msgbox.cpp @@ -1,4 +1,4 @@ -/* +/* Simple Status Message plugin for Miranda IM Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven diff --git a/plugins/SimpleStatusMsg/src/options.cpp b/plugins/SimpleStatusMsg/src/options.cpp index fed4ef146f..8bc927a164 100644 --- a/plugins/SimpleStatusMsg/src/options.cpp +++ b/plugins/SimpleStatusMsg/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Simple Status Message plugin for Miranda IM
Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven
diff --git a/plugins/SimpleStatusMsg/src/resource.h b/plugins/SimpleStatusMsg/src/resource.h index 062698abdb..a7a25c8396 100644 --- a/plugins/SimpleStatusMsg/src/resource.h +++ b/plugins/SimpleStatusMsg/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/SimpleStatusMsg/src/simplestatusmsg.h b/plugins/SimpleStatusMsg/src/simplestatusmsg.h index 98c71bca9e..7b027b8e58 100644 --- a/plugins/SimpleStatusMsg/src/simplestatusmsg.h +++ b/plugins/SimpleStatusMsg/src/simplestatusmsg.h @@ -1,4 +1,4 @@ -/*
+/*
Simple Status Message plugin for Miranda IM
Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven
diff --git a/plugins/SimpleStatusMsg/src/stdafx.cxx b/plugins/SimpleStatusMsg/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SimpleStatusMsg/src/stdafx.cxx +++ b/plugins/SimpleStatusMsg/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/SimpleStatusMsg/src/stdafx.h b/plugins/SimpleStatusMsg/src/stdafx.h index 332322c183..f8fc168adb 100644 --- a/plugins/SimpleStatusMsg/src/stdafx.h +++ b/plugins/SimpleStatusMsg/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Simple Status Message plugin for Miranda IM
Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven
diff --git a/plugins/SimpleStatusMsg/src/utils.cpp b/plugins/SimpleStatusMsg/src/utils.cpp index 3a79990992..fda20d04a2 100644 --- a/plugins/SimpleStatusMsg/src/utils.cpp +++ b/plugins/SimpleStatusMsg/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Simple Status Message plugin for Miranda IM
Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven
diff --git a/plugins/SimpleStatusMsg/src/version.h b/plugins/SimpleStatusMsg/src/version.h index 117427eba6..a2674b2181 100644 --- a/plugins/SimpleStatusMsg/src/version.h +++ b/plugins/SimpleStatusMsg/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 9 #define __RELEASE_NUM 0 #define __BUILD_NUM 6 diff --git a/plugins/SkypeStatusChange/src/main.cpp b/plugins/SkypeStatusChange/src/main.cpp index a88f014185..c6a233ed39 100644 --- a/plugins/SkypeStatusChange/src/main.cpp +++ b/plugins/SkypeStatusChange/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "resource.h"
#include "Version.h"
diff --git a/plugins/SkypeStatusChange/src/options.cpp b/plugins/SkypeStatusChange/src/options.cpp index 1fc7a4b93b..d2917833df 100644 --- a/plugins/SkypeStatusChange/src/options.cpp +++ b/plugins/SkypeStatusChange/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/SkypeStatusChange/src/resource.h b/plugins/SkypeStatusChange/src/resource.h index 767566fe54..ccead65830 100644 --- a/plugins/SkypeStatusChange/src/resource.h +++ b/plugins/SkypeStatusChange/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SkypeStatusChange.rc
//
diff --git a/plugins/SkypeStatusChange/src/stdafx.cxx b/plugins/SkypeStatusChange/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SkypeStatusChange/src/stdafx.cxx +++ b/plugins/SkypeStatusChange/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/SkypeStatusChange/src/stdafx.h b/plugins/SkypeStatusChange/src/stdafx.h index 1d6330781a..8fc6dec0ea 100644 --- a/plugins/SkypeStatusChange/src/stdafx.h +++ b/plugins/SkypeStatusChange/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <stdio.h>
#include <assert.h>
#include <commctrl.h>
diff --git a/plugins/SkypeStatusChange/src/version.h b/plugins/SkypeStatusChange/src/version.h index d35c654e55..d0873aacd9 100644 --- a/plugins/SkypeStatusChange/src/version.h +++ b/plugins/SkypeStatusChange/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 18 diff --git a/plugins/SmileyAdd/docs/readme.txt b/plugins/SmileyAdd/docs/readme.txt index 7226cbf1ea..5302bb04a9 100644 --- a/plugins/SmileyAdd/docs/readme.txt +++ b/plugins/SmileyAdd/docs/readme.txt @@ -1,4 +1,4 @@ -SmileyAdd plugin for Miranda NG
+SmileyAdd plugin for Miranda NG
=====================================================================
A plugin that adds smileys to the standard message dialog.
Features:
diff --git a/plugins/SmileyAdd/docs/smileyadd_msl_specification.txt b/plugins/SmileyAdd/docs/smileyadd_msl_specification.txt index a76cf76779..55399e3c93 100644 --- a/plugins/SmileyAdd/docs/smileyadd_msl_specification.txt +++ b/plugins/SmileyAdd/docs/smileyadd_msl_specification.txt @@ -1,4 +1,4 @@ -
+
MSL (ASL) - Miranda Smiley Library specification
Used for Smiley definitions
Authors: Peacow, borkra
diff --git a/plugins/SmileyAdd/smileys/nova/license.txt b/plugins/SmileyAdd/smileys/nova/license.txt index 3ae6672717..c2078c22d8 100644 --- a/plugins/SmileyAdd/smileys/nova/license.txt +++ b/plugins/SmileyAdd/smileys/nova/license.txt @@ -1,4 +1,4 @@ -; Smiley Definitions
+; Smiley Definitions
; Copyright (C) 2008 Angeli-Ka, borkra All Rights Reserved
;
; Licensed under:
diff --git a/plugins/SmileyAdd/src/AniSmileyObject.cpp b/plugins/SmileyAdd/src/AniSmileyObject.cpp index 4200203090..78bf8dba2b 100644 --- a/plugins/SmileyAdd/src/AniSmileyObject.cpp +++ b/plugins/SmileyAdd/src/AniSmileyObject.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/SmileyBase.cpp b/plugins/SmileyAdd/src/SmileyBase.cpp index 510aa85114..3ecc9e7a10 100644 --- a/plugins/SmileyAdd/src/SmileyBase.cpp +++ b/plugins/SmileyAdd/src/SmileyBase.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/SmileyBase.h b/plugins/SmileyAdd/src/SmileyBase.h index f7453c39f8..499e960510 100644 --- a/plugins/SmileyAdd/src/SmileyBase.h +++ b/plugins/SmileyAdd/src/SmileyBase.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/anim.cpp b/plugins/SmileyAdd/src/anim.cpp index 3a3acdd829..4e04871e89 100644 --- a/plugins/SmileyAdd/src/anim.cpp +++ b/plugins/SmileyAdd/src/anim.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2006 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/anim.h b/plugins/SmileyAdd/src/anim.h index 609c446730..86e33a968a 100644 --- a/plugins/SmileyAdd/src/anim.h +++ b/plugins/SmileyAdd/src/anim.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2006 - 2011 Boris Krasnovskiy
diff --git a/plugins/SmileyAdd/src/customsmiley.cpp b/plugins/SmileyAdd/src/customsmiley.cpp index 2b1fe3ee84..aa631e3b2e 100644 --- a/plugins/SmileyAdd/src/customsmiley.cpp +++ b/plugins/SmileyAdd/src/customsmiley.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/customsmiley.h b/plugins/SmileyAdd/src/customsmiley.h index 173d3ab572..bd76875796 100644 --- a/plugins/SmileyAdd/src/customsmiley.h +++ b/plugins/SmileyAdd/src/customsmiley.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/dlgboxsubclass.cpp b/plugins/SmileyAdd/src/dlgboxsubclass.cpp index 0a7e5ad65e..b502c72000 100644 --- a/plugins/SmileyAdd/src/dlgboxsubclass.cpp +++ b/plugins/SmileyAdd/src/dlgboxsubclass.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2012 Boris Krasnovskiy All Rights Reserved
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/download.cpp b/plugins/SmileyAdd/src/download.cpp index e5cd98d991..7633dffab0 100644 --- a/plugins/SmileyAdd/src/download.cpp +++ b/plugins/SmileyAdd/src/download.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2007 - 2011 Boris Krasnovskiy
diff --git a/plugins/SmileyAdd/src/download.h b/plugins/SmileyAdd/src/download.h index e68b2b6212..87a9322a8b 100644 --- a/plugins/SmileyAdd/src/download.h +++ b/plugins/SmileyAdd/src/download.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/general.cpp b/plugins/SmileyAdd/src/general.cpp index 534c7a431b..e23f1e835b 100644 --- a/plugins/SmileyAdd/src/general.cpp +++ b/plugins/SmileyAdd/src/general.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2012 Boris Krasnovskiy All Rights Reserved
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/imagecache.cpp b/plugins/SmileyAdd/src/imagecache.cpp index c3229421c1..26842e284b 100644 --- a/plugins/SmileyAdd/src/imagecache.cpp +++ b/plugins/SmileyAdd/src/imagecache.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy
diff --git a/plugins/SmileyAdd/src/imagecache.h b/plugins/SmileyAdd/src/imagecache.h index 97c1063320..cc0ef2cf3b 100644 --- a/plugins/SmileyAdd/src/imagecache.h +++ b/plugins/SmileyAdd/src/imagecache.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy
diff --git a/plugins/SmileyAdd/src/main.cpp b/plugins/SmileyAdd/src/main.cpp index 40fc4159e4..81c3c9bb19 100644 --- a/plugins/SmileyAdd/src/main.cpp +++ b/plugins/SmileyAdd/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy All Rights Reserved
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/options.cpp b/plugins/SmileyAdd/src/options.cpp index e97941a7b1..780c06c131 100644 --- a/plugins/SmileyAdd/src/options.cpp +++ b/plugins/SmileyAdd/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG SmileyAdd Plugin
Copyright (C) 2012 - 2017 Miranda NG project (https://miranda-ng.org)
Copyright (C) 2005 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/options.h b/plugins/SmileyAdd/src/options.h index 9893404ee2..e6f630dd3d 100644 --- a/plugins/SmileyAdd/src/options.h +++ b/plugins/SmileyAdd/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG SmileyAdd Plugin
Copyright (C) 2012 - 2017 Miranda NG project (https://miranda-ng.org)
Copyright (C) 2005 - 2011 Boris Krasnovskiy
diff --git a/plugins/SmileyAdd/src/resource.h b/plugins/SmileyAdd/src/resource.h index 9e2dcf3627..98bf81d17e 100644 --- a/plugins/SmileyAdd/src/resource.h +++ b/plugins/SmileyAdd/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется D:\Others\SVN\MirandaNG\trunk\plugins\SmileyAdd\res\resource.rc
//
diff --git a/plugins/SmileyAdd/src/richcall.cpp b/plugins/SmileyAdd/src/richcall.cpp index 8fc7213832..67ab0a5c98 100644 --- a/plugins/SmileyAdd/src/richcall.cpp +++ b/plugins/SmileyAdd/src/richcall.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2008 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/services.cpp b/plugins/SmileyAdd/src/services.cpp index 248edd3e14..c4583145d3 100644 --- a/plugins/SmileyAdd/src/services.cpp +++ b/plugins/SmileyAdd/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG SmileyAdd Plugin
Copyright (C) 2012 - 2017 Miranda NG project (https://miranda-ng.org)
Copyright (C) 2005 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/services.h b/plugins/SmileyAdd/src/services.h index a167b82aa7..113485429b 100644 --- a/plugins/SmileyAdd/src/services.h +++ b/plugins/SmileyAdd/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/smileyroutines.cpp b/plugins/SmileyAdd/src/smileyroutines.cpp index 796ebc95f0..2741cab5d6 100644 --- a/plugins/SmileyAdd/src/smileyroutines.cpp +++ b/plugins/SmileyAdd/src/smileyroutines.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/smileyroutines.h b/plugins/SmileyAdd/src/smileyroutines.h index d2b47651d0..2507afc11e 100644 --- a/plugins/SmileyAdd/src/smileyroutines.h +++ b/plugins/SmileyAdd/src/smileyroutines.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/smileys.cpp b/plugins/SmileyAdd/src/smileys.cpp index fdbf632169..21e879f87e 100644 --- a/plugins/SmileyAdd/src/smileys.cpp +++ b/plugins/SmileyAdd/src/smileys.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG SmileyAdd Plugin
Copyright (C) 2012 - 2017 Miranda NG project (https://miranda-ng.org)
Copyright (C) 2005 - 2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/SmileyAdd/src/smileys.h b/plugins/SmileyAdd/src/smileys.h index 52fdefe159..6eca91c18b 100644 --- a/plugins/SmileyAdd/src/smileys.h +++ b/plugins/SmileyAdd/src/smileys.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG SmileyAdd Plugin
Copyright (C) 2012 - 2017 Miranda NG project (https://miranda-ng.org)
Copyright (C) 2005 - 2011 Boris Krasnovskiy
diff --git a/plugins/SmileyAdd/src/smltool.cpp b/plugins/SmileyAdd/src/smltool.cpp index d27065eb61..84c0e687ea 100644 --- a/plugins/SmileyAdd/src/smltool.cpp +++ b/plugins/SmileyAdd/src/smltool.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy All Rights Reserved
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/smltool.h b/plugins/SmileyAdd/src/smltool.h index 492a62ea9f..41072787a0 100644 --- a/plugins/SmileyAdd/src/smltool.h +++ b/plugins/SmileyAdd/src/smltool.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/stdafx.cxx b/plugins/SmileyAdd/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SmileyAdd/src/stdafx.cxx +++ b/plugins/SmileyAdd/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/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 416df070d3..227d1744fb 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2005 - 2011 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
diff --git a/plugins/SmileyAdd/src/version.h b/plugins/SmileyAdd/src/version.h index 477a82128c..8d5a256e61 100644 --- a/plugins/SmileyAdd/src/version.h +++ b/plugins/SmileyAdd/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
diff --git a/plugins/Spamotron/src/bayes.cpp b/plugins/Spamotron/src/bayes.cpp index c11d43fdef..dc4d23e635 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 40a6773e75..f4d4733a49 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 8cf28e0f73..a5f6afde33 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 770019779d..31f5166fe9 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 a216544692..f9462b77e6 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 60243324b7..074cdf9ba1 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 41986d38de..7273475444 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 bfd519e3dc..b05ed73bc5 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 155f672383..0ec06bf479 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
#include <time.h>
diff --git a/plugins/Spamotron/src/utils.cpp b/plugins/Spamotron/src/utils.cpp index b5bc0e8a48..6084dc7a4d 100644 --- a/plugins/Spamotron/src/utils.cpp +++ b/plugins/Spamotron/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include <locale.h> diff --git a/plugins/Spamotron/src/version.h b/plugins/Spamotron/src/version.h index bfbca9218f..55823a9f3b 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 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 diff --git a/plugins/SplashScreen/docs/readme.txt b/plugins/SplashScreen/docs/readme.txt index a95980128f..db4d582699 100644 --- a/plugins/SplashScreen/docs/readme.txt +++ b/plugins/SplashScreen/docs/readme.txt @@ -1,4 +1,4 @@ -Splash Screen Plugin for Miranda IM
+Splash Screen Plugin for Miranda IM
Version 0.1.2.2
Copyright: 2004-2007 nullbie, 2005-2010 Thief
Addons page: http://nightly.miranda.im/
diff --git a/plugins/SplashScreen/docs/todo.txt b/plugins/SplashScreen/docs/todo.txt index 18a6321ae0..f059b805e4 100644 --- a/plugins/SplashScreen/docs/todo.txt +++ b/plugins/SplashScreen/docs/todo.txt @@ -1,4 +1,4 @@ -TODO List:
+TODO List:
- merge code from advsplash
- fading in/out time
diff --git a/plugins/SplashScreen/src/bitmap_funcs.cpp b/plugins/SplashScreen/src/bitmap_funcs.cpp index 92266f1038..b5d1738832 100644 --- a/plugins/SplashScreen/src/bitmap_funcs.cpp +++ b/plugins/SplashScreen/src/bitmap_funcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/bitmap_funcs.h b/plugins/SplashScreen/src/bitmap_funcs.h index e5152bee31..851b746e4d 100644 --- a/plugins/SplashScreen/src/bitmap_funcs.h +++ b/plugins/SplashScreen/src/bitmap_funcs.h @@ -1,4 +1,4 @@ -#ifndef __bitmap_funcs_h__
+#ifndef __bitmap_funcs_h__
#define __bitmap_funcs_h__
// This should make bitmap manipulations much easier...
diff --git a/plugins/SplashScreen/src/debug.h b/plugins/SplashScreen/src/debug.h index 1ab551cc2f..91f45ef971 100644 --- a/plugins/SplashScreen/src/debug.h +++ b/plugins/SplashScreen/src/debug.h @@ -1,4 +1,4 @@ -#ifndef __debug_h__
+#ifndef __debug_h__
#define __debug_h__
#define PlugName "SplashScreen"
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 9143017379..3b453000be 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index 504f430102..000556cbbc 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/resource.h b/plugins/SplashScreen/src/resource.h index 347685fe8e..5920dc5806 100644 --- a/plugins/SplashScreen/src/resource.h +++ b/plugins/SplashScreen/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by splash.rc
//
diff --git a/plugins/SplashScreen/src/services.cpp b/plugins/SplashScreen/src/services.cpp index ac32581ba7..efc798ba46 100644 --- a/plugins/SplashScreen/src/services.cpp +++ b/plugins/SplashScreen/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/splash.cpp b/plugins/SplashScreen/src/splash.cpp index 378fef44cd..c8f8c874ba 100644 --- a/plugins/SplashScreen/src/splash.cpp +++ b/plugins/SplashScreen/src/splash.cpp @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/stdafx.cxx b/plugins/SplashScreen/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/SplashScreen/src/stdafx.cxx +++ b/plugins/SplashScreen/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/SplashScreen/src/stdafx.h b/plugins/SplashScreen/src/stdafx.h index cc17808564..dd1217124b 100644 --- a/plugins/SplashScreen/src/stdafx.h +++ b/plugins/SplashScreen/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Splash Screen Plugin for Miranda NG (www.miranda-ng.org)
(c) 2004-2007 nullbie, (c) 2005-2007 Thief
diff --git a/plugins/SplashScreen/src/version.h b/plugins/SplashScreen/src/version.h index c65c605de7..91b22115a2 100644 --- a/plugins/SplashScreen/src/version.h +++ b/plugins/SplashScreen/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
#define __BUILD_NUM 3
diff --git a/plugins/StartPosition/docs/ReadMe.txt b/plugins/StartPosition/docs/ReadMe.txt index fbf3496587..b4eb55ddab 100644 --- a/plugins/StartPosition/docs/ReadMe.txt +++ b/plugins/StartPosition/docs/ReadMe.txt @@ -1,4 +1,4 @@ -Window Start Position
+Window Start Position
by souFrag / Felipe Brahm
ICQ#50566818
http://www.soufrag.cl
diff --git a/plugins/StartPosition/src/main.cpp b/plugins/StartPosition/src/main.cpp index 12fad346de..1302faac10 100644 --- a/plugins/StartPosition/src/main.cpp +++ b/plugins/StartPosition/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
StartPosition plugin for Miranda NG
Copyright (C) 2005-2008 Felipe Brahm - souFrag
diff --git a/plugins/StartPosition/src/options.cpp b/plugins/StartPosition/src/options.cpp index feadb2c93d..da33fc6ef3 100644 --- a/plugins/StartPosition/src/options.cpp +++ b/plugins/StartPosition/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" StartPositionOptions::StartPositionOptions() : diff --git a/plugins/StartPosition/src/options.h b/plugins/StartPosition/src/options.h index 1863c4bb7d..43d4a1d678 100644 --- a/plugins/StartPosition/src/options.h +++ b/plugins/StartPosition/src/options.h @@ -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/StartPosition/src/resource.h b/plugins/StartPosition/src/resource.h index b3a31969b2..f04a61f4f1 100644 --- a/plugins/StartPosition/src/resource.h +++ b/plugins/StartPosition/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/StartPosition/src/startposition.cpp b/plugins/StartPosition/src/startposition.cpp index 7076c26163..3f661f9f96 100644 --- a/plugins/StartPosition/src/startposition.cpp +++ b/plugins/StartPosition/src/startposition.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" StartPositionPlugin::StartPositionPlugin() : diff --git a/plugins/StartPosition/src/startposition.h b/plugins/StartPosition/src/startposition.h index 507d4aabcd..85453eacb2 100644 --- a/plugins/StartPosition/src/startposition.h +++ b/plugins/StartPosition/src/startposition.h @@ -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/StartPosition/src/stdafx.cxx b/plugins/StartPosition/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/StartPosition/src/stdafx.cxx +++ b/plugins/StartPosition/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/StartPosition/src/stdafx.h b/plugins/StartPosition/src/stdafx.h index f14fcbbf05..7b79fb2734 100644 --- a/plugins/StartPosition/src/stdafx.h +++ b/plugins/StartPosition/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
StartPosition plugin for Miranda NG
Copyright (C) 2005-2008 Felipe Brahm - souFrag
diff --git a/plugins/StartPosition/src/version.h b/plugins/StartPosition/src/version.h index 44e3cfd78e..807d53434f 100644 --- a/plugins/StartPosition/src/version.h +++ b/plugins/StartPosition/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 3 #define __RELEASE_NUM 0 #define __BUILD_NUM 4 diff --git a/plugins/StartupSilence/doc/changelog.txt b/plugins/StartupSilence/doc/changelog.txt index 2cb90bf05d..fea38c8b9f 100644 --- a/plugins/StartupSilence/doc/changelog.txt +++ b/plugins/StartupSilence/doc/changelog.txt @@ -1,2 +1,2 @@ -ver. 0.1.0.0
+ver. 0.1.0.0
inicial release
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index a11dbb6a28..11f0153843 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (c) 2012-13 Vladimir Lyubimov
Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
diff --git a/plugins/StartupSilence/src/resource.h b/plugins/StartupSilence/src/resource.h index 26767ea00b..a14aa93342 100644 --- a/plugins/StartupSilence/src/resource.h +++ b/plugins/StartupSilence/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by StartupSilence.rc
//
diff --git a/plugins/StartupSilence/src/stdafx.cxx b/plugins/StartupSilence/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/StartupSilence/src/stdafx.cxx +++ b/plugins/StartupSilence/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/StartupSilence/src/stdafx.h b/plugins/StartupSilence/src/stdafx.h index 987d2645d9..b20aa52f5b 100644 --- a/plugins/StartupSilence/src/stdafx.h +++ b/plugins/StartupSilence/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <CommCtrl.h>
#include <WinSock.h>
diff --git a/plugins/StartupSilence/src/version.h b/plugins/StartupSilence/src/version.h index b84e9ce77e..88c7193a98 100644 --- a/plugins/StartupSilence/src/version.h +++ b/plugins/StartupSilence/src/version.h @@ -1,4 +1,4 @@ -// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure
+// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure
// (Be careful that you don't have the resource file open when you change this and rebuild, otherwise the changes may not
// take effect within the version resource)
// Do not forget to define symbol "_DEBUG" for resource compiler if you use debug configuration (in VisualStudio you can
diff --git a/plugins/StatusChange/src/main.cpp b/plugins/StatusChange/src/main.cpp index ad0feec17b..fc34c136b3 100644 --- a/plugins/StatusChange/src/main.cpp +++ b/plugins/StatusChange/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
TOPTIONS Options;
diff --git a/plugins/StatusChange/src/resource.h b/plugins/StatusChange/src/resource.h index f62119828f..9b48911f7c 100644 --- a/plugins/StatusChange/src/resource.h +++ b/plugins/StatusChange/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/StatusChange/src/stdafx.cxx b/plugins/StatusChange/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/StatusChange/src/stdafx.cxx +++ b/plugins/StatusChange/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/StatusChange/src/stdafx.h b/plugins/StatusChange/src/stdafx.h index 7df139d1ab..d98ffad0a6 100644 --- a/plugins/StatusChange/src/stdafx.h +++ b/plugins/StatusChange/src/stdafx.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <commctrl.h>
diff --git a/plugins/StatusChange/src/version.h b/plugins/StatusChange/src/version.h index f8d5ad0b44..f03a2bf1e5 100644 --- a/plugins/StatusChange/src/version.h +++ b/plugins/StatusChange/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 3 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 diff --git a/plugins/StatusManager/docs/copying.txt b/plugins/StatusManager/docs/copying.txt index e97a9acd86..cff4cf9b46 100644 --- a/plugins/StatusManager/docs/copying.txt +++ b/plugins/StatusManager/docs/copying.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/StatusManager/docs/readme.txt b/plugins/StatusManager/docs/readme.txt index cf7d40132b..a4d77a313d 100644 --- a/plugins/StatusManager/docs/readme.txt +++ b/plugins/StatusManager/docs/readme.txt @@ -1,4 +1,4 @@ -KeepStatus plugin for Miranda IM v0.0.2.x +KeepStatus plugin for Miranda IM v0.0.2.x unregistered@users.sourceforge.net --- About --- diff --git a/plugins/StatusManager/src/AdvancedAutoAway/aaa_msgoptions.cpp b/plugins/StatusManager/src/AdvancedAutoAway/aaa_msgoptions.cpp index e605123b81..f9b04fba79 100644 --- a/plugins/StatusManager/src/AdvancedAutoAway/aaa_msgoptions.cpp +++ b/plugins/StatusManager/src/AdvancedAutoAway/aaa_msgoptions.cpp @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/AdvancedAutoAway/aaa_options.cpp b/plugins/StatusManager/src/AdvancedAutoAway/aaa_options.cpp index ce3721b390..3f48a7bee4 100644 --- a/plugins/StatusManager/src/AdvancedAutoAway/aaa_options.cpp +++ b/plugins/StatusManager/src/AdvancedAutoAway/aaa_options.cpp @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.cpp b/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.cpp index b3e5610a3c..aba644ffd4 100644 --- a/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.cpp +++ b/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.cpp @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.h b/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.h index 046cc5a13b..6feb889b99 100644 --- a/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.h +++ b/plugins/StatusManager/src/AdvancedAutoAway/advancedautoaway.h @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/KeepStatus/keepstatus.cpp b/plugins/StatusManager/src/KeepStatus/keepstatus.cpp index a7bf7339fe..0aca873733 100644 --- a/plugins/StatusManager/src/KeepStatus/keepstatus.cpp +++ b/plugins/StatusManager/src/KeepStatus/keepstatus.cpp @@ -1,4 +1,4 @@ -/* +/* KeepStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/KeepStatus/keepstatus.h b/plugins/StatusManager/src/KeepStatus/keepstatus.h index 64d28da0c8..eac911a3f0 100644 --- a/plugins/StatusManager/src/KeepStatus/keepstatus.h +++ b/plugins/StatusManager/src/KeepStatus/keepstatus.h @@ -1,4 +1,4 @@ -/* +/* KeepStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/KeepStatus/ks_options.cpp b/plugins/StatusManager/src/KeepStatus/ks_options.cpp index 122584f20d..cafe9d1f39 100644 --- a/plugins/StatusManager/src/KeepStatus/ks_options.cpp +++ b/plugins/StatusManager/src/KeepStatus/ks_options.cpp @@ -1,4 +1,4 @@ -/* +/* KeepStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/StartupStatus/ss_options.cpp b/plugins/StatusManager/src/StartupStatus/ss_options.cpp index ef973eb58e..cbb2aed627 100644 --- a/plugins/StatusManager/src/StartupStatus/ss_options.cpp +++ b/plugins/StatusManager/src/StartupStatus/ss_options.cpp @@ -1,4 +1,4 @@ -/* +/* StartupStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/StartupStatus/ss_profiles.cpp b/plugins/StatusManager/src/StartupStatus/ss_profiles.cpp index 6e16ef6c8c..d90a5a890b 100644 --- a/plugins/StatusManager/src/StartupStatus/ss_profiles.cpp +++ b/plugins/StatusManager/src/StartupStatus/ss_profiles.cpp @@ -1,4 +1,4 @@ -/* +/* StartupStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/StartupStatus/ss_toolbars.cpp b/plugins/StatusManager/src/StartupStatus/ss_toolbars.cpp index b631ba5f92..628f4f192c 100644 --- a/plugins/StatusManager/src/StartupStatus/ss_toolbars.cpp +++ b/plugins/StatusManager/src/StartupStatus/ss_toolbars.cpp @@ -1,4 +1,4 @@ -/* +/* StartupStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/StartupStatus/startupstatus.cpp b/plugins/StatusManager/src/StartupStatus/startupstatus.cpp index 6a0ea97216..15c5ac289d 100644 --- a/plugins/StatusManager/src/StartupStatus/startupstatus.cpp +++ b/plugins/StatusManager/src/StartupStatus/startupstatus.cpp @@ -1,4 +1,4 @@ -/* +/* StartupStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/StartupStatus/startupstatus.h b/plugins/StatusManager/src/StartupStatus/startupstatus.h index 54a840a6f7..2c9f03b40e 100644 --- a/plugins/StatusManager/src/StartupStatus/startupstatus.h +++ b/plugins/StatusManager/src/StartupStatus/startupstatus.h @@ -1,4 +1,4 @@ -/* +/* StartupStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/commonstatus.cpp b/plugins/StatusManager/src/commonstatus.cpp index 38bf44a369..146b69a96d 100644 --- a/plugins/StatusManager/src/commonstatus.cpp +++ b/plugins/StatusManager/src/commonstatus.cpp @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) KeepStatus Plugin for Miranda-IM (www.miranda-im.org) StartupStatus Plugin for Miranda-IM (www.miranda-im.org) diff --git a/plugins/StatusManager/src/commonstatus.h b/plugins/StatusManager/src/commonstatus.h index 55cf37f079..438a4f6614 100644 --- a/plugins/StatusManager/src/commonstatus.h +++ b/plugins/StatusManager/src/commonstatus.h @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) KeepStatus Plugin for Miranda-IM (www.miranda-im.org) StartupStatus Plugin for Miranda-IM (www.miranda-im.org) diff --git a/plugins/StatusManager/src/confirmdialog.cpp b/plugins/StatusManager/src/confirmdialog.cpp index a7ac825024..c5d125150d 100644 --- a/plugins/StatusManager/src/confirmdialog.cpp +++ b/plugins/StatusManager/src/confirmdialog.cpp @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) KeepStatus Plugin for Miranda-IM (www.miranda-im.org) StartupStatus Plugin for Miranda-IM (www.miranda-im.org) diff --git a/plugins/StatusManager/src/main.cpp b/plugins/StatusManager/src/main.cpp index 2b59df093b..e1cdb19222 100644 --- a/plugins/StatusManager/src/main.cpp +++ b/plugins/StatusManager/src/main.cpp @@ -1,4 +1,4 @@ -/* +/* KeepStatus Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/StatusManager/src/options.cpp b/plugins/StatusManager/src/options.cpp index 028f2a5ae6..3c5a33799c 100644 --- a/plugins/StatusManager/src/options.cpp +++ b/plugins/StatusManager/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" bool IsSubPluginEnabled(const char *name) { diff --git a/plugins/StatusManager/src/resource.h b/plugins/StatusManager/src/resource.h index e1acbd863d..05d5dda364 100644 --- a/plugins/StatusManager/src/resource.h +++ b/plugins/StatusManager/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by E:\Projects\C++\miranda-ng\plugins\StatusManager\res\resource.rc // diff --git a/plugins/StatusManager/src/stdafx.cxx b/plugins/StatusManager/src/stdafx.cxx index 1e3ab13b21..5126af91d5 100644 --- a/plugins/StatusManager/src/stdafx.cxx +++ b/plugins/StatusManager/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/StatusManager/src/stdafx.h b/plugins/StatusManager/src/stdafx.h index d4d6ec3167..fbf6746322 100644 --- a/plugins/StatusManager/src/stdafx.h +++ b/plugins/StatusManager/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_ +#ifndef _COMMON_H_ #define _COMMON_H_ #include <windows.h> diff --git a/plugins/StatusManager/src/version.h b/plugins/StatusManager/src/version.h index 1599f210fd..1a33b23ec3 100644 --- a/plugins/StatusManager/src/version.h +++ b/plugins/StatusManager/src/version.h @@ -1,4 +1,4 @@ -// plugin version part +// plugin version part #define __MAJOR_VERSION 0 #define __MINOR_VERSION 11 #define __RELEASE_NUM 2 diff --git a/plugins/StopSpamMod/docs/readme.txt b/plugins/StopSpamMod/docs/readme.txt index 1583d8e593..4f317d214d 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/src/globals.h b/plugins/StopSpamMod/src/globals.h index 1b013a93a6..e046e68f6f 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 be2d189443..4e4451403f 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 f3137095b4..3b00644444 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 015e7db31c..693d388c07 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 29c90d0ff8..b4547fad94 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 eaf5c5c3b2..62e09e121f 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 e737b4311a..86ef404329 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 9a97440f73..cf08fba600 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 bfd519e3dc..b05ed73bc5 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 833efd7278..c452a81b82 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 5dd1f1d2bc..d4823b49af 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 0926d3a720..6b76869416 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 841c73bfe0..ac47d6d7b0 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 9549653458..8d75c10905 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 04fc096e1d..bef600991b 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
diff --git a/plugins/StopSpamPlus/docs/readme.txt b/plugins/StopSpamPlus/docs/readme.txt index 8e8c8c4b83..f02530037c 100644 --- a/plugins/StopSpamPlus/docs/readme.txt +++ b/plugins/StopSpamPlus/docs/readme.txt @@ -1,4 +1,4 @@ -**********
+**********
StopSpam+
**********
diff --git a/plugins/StopSpamPlus/src/events.cpp b/plugins/StopSpamPlus/src/events.cpp index a8c34ac015..6b5c95a53c 100644 --- a/plugins/StopSpamPlus/src/events.cpp +++ b/plugins/StopSpamPlus/src/events.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int OnDbEventAdded(WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/StopSpamPlus/src/opt_proto.cpp b/plugins/StopSpamPlus/src/opt_proto.cpp index d030c67ddf..90592d4047 100644 --- a/plugins/StopSpamPlus/src/opt_proto.cpp +++ b/plugins/StopSpamPlus/src/opt_proto.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
struct ProtocolData
{
diff --git a/plugins/StopSpamPlus/src/options.cpp b/plugins/StopSpamPlus/src/options.cpp index 7819745b82..af9f587e4c 100644 --- a/plugins/StopSpamPlus/src/options.cpp +++ b/plugins/StopSpamPlus/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
const wchar_t pluginDescription[] = LPGENW("No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.");
diff --git a/plugins/StopSpamPlus/src/resource.h b/plugins/StopSpamPlus/src/resource.h index 5a11a1e288..5a61c2abcd 100644 --- a/plugins/StopSpamPlus/src/resource.h +++ b/plugins/StopSpamPlus/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\StopSpamPlus\res\stopspam.rc
//
diff --git a/plugins/StopSpamPlus/src/services.cpp b/plugins/StopSpamPlus/src/services.cpp index 8caf9aeb5e..7cc8fec1a5 100644 --- a/plugins/StopSpamPlus/src/services.cpp +++ b/plugins/StopSpamPlus/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR IsContactPassed(WPARAM hContact, LPARAM /*lParam*/)
{
diff --git a/plugins/StopSpamPlus/src/settings.cpp b/plugins/StopSpamPlus/src/settings.cpp index 32659f01b2..d8f6e85ecd 100644 --- a/plugins/StopSpamPlus/src/settings.cpp +++ b/plugins/StopSpamPlus/src/settings.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//reading from database-------------
tstring db_usage::DBGetPluginSetting(std::string const &name, tstring const &defValue)
diff --git a/plugins/StopSpamPlus/src/settings.h b/plugins/StopSpamPlus/src/settings.h index 4c254e74f7..e52ec472b2 100644 --- a/plugins/StopSpamPlus/src/settings.h +++ b/plugins/StopSpamPlus/src/settings.h @@ -1,4 +1,4 @@ -class db_usage
+class db_usage
{
public:
//reading from database
diff --git a/plugins/StopSpamPlus/src/stdafx.cxx b/plugins/StopSpamPlus/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/StopSpamPlus/src/stdafx.cxx +++ b/plugins/StopSpamPlus/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/StopSpamPlus/src/stdafx.h b/plugins/StopSpamPlus/src/stdafx.h index 3afbfc80bb..4b25fba17b 100644 --- a/plugins/StopSpamPlus/src/stdafx.h +++ b/plugins/StopSpamPlus/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _stopspam_headers_h
+#ifndef _stopspam_headers_h
#define _stopspam_headers_h
// disable security warnings about "*_s" functions
diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp index f7c3508deb..3409b6d8e8 100644 --- a/plugins/StopSpamPlus/src/stopspam.cpp +++ b/plugins/StopSpamPlus/src/stopspam.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/StopSpamPlus/src/utils.cpp b/plugins/StopSpamPlus/src/utils.cpp index 930f02c2c0..b542d91469 100644 --- a/plugins/StopSpamPlus/src/utils.cpp +++ b/plugins/StopSpamPlus/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
tstring &GetDlgItemString(HWND hwnd, int id)
{
diff --git a/plugins/StopSpamPlus/src/version.h b/plugins/StopSpamPlus/src/version.h index 46f78ed1b7..dc84021f01 100644 --- a/plugins/StopSpamPlus/src/version.h +++ b/plugins/StopSpamPlus/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 5
diff --git a/plugins/TabSRMM/TabSRMM_icons/resource.h b/plugins/TabSRMM/TabSRMM_icons/resource.h index 503d8ebc9b..7e9a8f06cc 100644 --- a/plugins/TabSRMM/TabSRMM_icons/resource.h +++ b/plugins/TabSRMM/TabSRMM_icons/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ICONSXP.rc
//
diff --git a/plugins/TabSRMM/TabSRMM_icons/version.h b/plugins/TabSRMM/TabSRMM_icons/version.h index 60b8ced568..56b53e920e 100644 --- a/plugins/TabSRMM/TabSRMM_icons/version.h +++ b/plugins/TabSRMM/TabSRMM_icons/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 3 +#define __MAJOR_VERSION 3 #define __MINOR_VERSION 1 #define __RELEASE_NUM 99 #define __BUILD_NUM 8 diff --git a/plugins/TabSRMM/docs/changelog.txt b/plugins/TabSRMM/docs/changelog.txt index cb75688df5..338b35e89f 100644 --- a/plugins/TabSRMM/docs/changelog.txt +++ b/plugins/TabSRMM/docs/changelog.txt @@ -1,4 +1,4 @@ - Project Information:
+ Project Information:
====================
Name: tabsrmm
diff --git a/plugins/TabSRMM/docs/contributors.txt b/plugins/TabSRMM/docs/contributors.txt index 24a18fc1f3..6838692cd5 100644 --- a/plugins/TabSRMM/docs/contributors.txt +++ b/plugins/TabSRMM/docs/contributors.txt @@ -1,4 +1,4 @@ -
+
This is a fairly incomplete list of contributors to this project.
-----------------------------------------------------------------
diff --git a/plugins/TabSRMM/docs/readme.txt b/plugins/TabSRMM/docs/readme.txt index 8bfd059fc2..e91c651548 100644 --- a/plugins/TabSRMM/docs/readme.txt +++ b/plugins/TabSRMM/docs/readme.txt @@ -1,4 +1,4 @@ - tabbed SRMM plugin for Miranda NG + tabbed SRMM plugin for Miranda NG ---------------------------------------- Online resources at: http://wiki.miranda.or.at, http://blog.miranda.or.at and diff --git a/plugins/TabSRMM/src/ImageDataObject.cpp b/plugins/TabSRMM/src/ImageDataObject.cpp index 1171bd4a6c..9ebf09db72 100644 --- a/plugins/TabSRMM/src/ImageDataObject.cpp +++ b/plugins/TabSRMM/src/ImageDataObject.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/ImageDataObject.h b/plugins/TabSRMM/src/ImageDataObject.h index c96331d9f8..9a4c9ad5de 100644 --- a/plugins/TabSRMM/src/ImageDataObject.h +++ b/plugins/TabSRMM/src/ImageDataObject.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2004 Rein-Peter de Boer (peacow)
diff --git a/plugins/TabSRMM/src/TSButton.cpp b/plugins/TabSRMM/src/TSButton.cpp index 457b764e9f..7cad2e2867 100644 --- a/plugins/TabSRMM/src/TSButton.cpp +++ b/plugins/TabSRMM/src/TSButton.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/buttonsbar.cpp b/plugins/TabSRMM/src/buttonsbar.cpp index 31bdbe5126..4024e3d918 100644 --- a/plugins/TabSRMM/src/buttonsbar.cpp +++ b/plugins/TabSRMM/src/buttonsbar.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" ///////////////////////////////////////////////////////////////////////////////////////// // Global functions diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h index 11fe451e63..65f3a5c8a7 100644 --- a/plugins/TabSRMM/src/chat.h +++ b/plugins/TabSRMM/src/chat.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/chat_log.cpp b/plugins/TabSRMM/src/chat_log.cpp index 16a449f1c3..885f6afd64 100644 --- a/plugins/TabSRMM/src/chat_log.cpp +++ b/plugins/TabSRMM/src/chat_log.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index d9f863baae..7bfe9a23ba 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/chat_manager.cpp b/plugins/TabSRMM/src/chat_manager.cpp index 650baca836..46ec6bae30 100644 --- a/plugins/TabSRMM/src/chat_manager.cpp +++ b/plugins/TabSRMM/src/chat_manager.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 2771a6a0ca..a0f6e5dd94 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/chat_resource.h b/plugins/TabSRMM/src/chat_resource.h index a85963cef0..6a6d833b9e 100644 --- a/plugins/TabSRMM/src/chat_resource.h +++ b/plugins/TabSRMM/src/chat_resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by chat.rc
//
diff --git a/plugins/TabSRMM/src/chat_tools.cpp b/plugins/TabSRMM/src/chat_tools.cpp index 8eed6c1777..e6eb27f694 100644 --- a/plugins/TabSRMM/src/chat_tools.cpp +++ b/plugins/TabSRMM/src/chat_tools.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/chat_window.cpp b/plugins/TabSRMM/src/chat_window.cpp index f10d46ed58..4d10002fea 100644 --- a/plugins/TabSRMM/src/chat_window.cpp +++ b/plugins/TabSRMM/src/chat_window.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/contactcache.cpp b/plugins/TabSRMM/src/contactcache.cpp index 06ebcf4c18..eb8e8bb5cd 100644 --- a/plugins/TabSRMM/src/contactcache.cpp +++ b/plugins/TabSRMM/src/contactcache.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/contactcache.h b/plugins/TabSRMM/src/contactcache.h index 3099ed3c5f..21e24d5de3 100644 --- a/plugins/TabSRMM/src/contactcache.h +++ b/plugins/TabSRMM/src/contactcache.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index d8a1e6769e..6345614ca6 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/containeroptions.cpp b/plugins/TabSRMM/src/containeroptions.cpp index 1a0fd1b4ae..79cc9c7acc 100644 --- a/plugins/TabSRMM/src/containeroptions.cpp +++ b/plugins/TabSRMM/src/containeroptions.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/controls.cpp b/plugins/TabSRMM/src/controls.cpp index ef21166dea..f66a579d57 100644 --- a/plugins/TabSRMM/src/controls.cpp +++ b/plugins/TabSRMM/src/controls.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/controls.h b/plugins/TabSRMM/src/controls.h index e1b0e9dfe3..da9d55d975 100644 --- a/plugins/TabSRMM/src/controls.h +++ b/plugins/TabSRMM/src/controls.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/eventpopups.cpp b/plugins/TabSRMM/src/eventpopups.cpp index a574d3a522..6e2c80a1d5 100644 --- a/plugins/TabSRMM/src/eventpopups.cpp +++ b/plugins/TabSRMM/src/eventpopups.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h index eee322a364..c6cebc06b9 100644 --- a/plugins/TabSRMM/src/functions.h +++ b/plugins/TabSRMM/src/functions.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index fa0f5c141b..49ca11556a 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index aa7a5fdd18..89b5fc0194 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index a36a1dfa8c..d2b34d9b7b 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/hotkeyhandler.cpp b/plugins/TabSRMM/src/hotkeyhandler.cpp index ab4c66dc6f..75bb584b7d 100644 --- a/plugins/TabSRMM/src/hotkeyhandler.cpp +++ b/plugins/TabSRMM/src/hotkeyhandler.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/infopanel.cpp b/plugins/TabSRMM/src/infopanel.cpp index c0448b2a61..05fa5f9e8d 100644 --- a/plugins/TabSRMM/src/infopanel.cpp +++ b/plugins/TabSRMM/src/infopanel.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/infopanel.h b/plugins/TabSRMM/src/infopanel.h index 214f14c1d1..b585177100 100644 --- a/plugins/TabSRMM/src/infopanel.h +++ b/plugins/TabSRMM/src/infopanel.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index 747a06242f..cf9be6e4d7 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/mim.h b/plugins/TabSRMM/src/mim.h index b569f69ec4..f8daaf6a63 100644 --- a/plugins/TabSRMM/src/mim.h +++ b/plugins/TabSRMM/src/mim.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/modplus.cpp b/plugins/TabSRMM/src/modplus.cpp index 3ee6df484b..3f0fddcb3b 100644 --- a/plugins/TabSRMM/src/modplus.cpp +++ b/plugins/TabSRMM/src/modplus.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 4f56dc638b..82c75e8783 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msgdlgutils.cpp b/plugins/TabSRMM/src/msgdlgutils.cpp index 71563316ff..920bf14be9 100644 --- a/plugins/TabSRMM/src/msgdlgutils.cpp +++ b/plugins/TabSRMM/src/msgdlgutils.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msgdlgutils.h b/plugins/TabSRMM/src/msgdlgutils.h index 7b50f1ddaf..a01453f52b 100644 --- a/plugins/TabSRMM/src/msgdlgutils.h +++ b/plugins/TabSRMM/src/msgdlgutils.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index 05cee91629..11d56adb6b 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 9f2db0d2a8..062bbbdef9 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index e09468b8dd..a48dbe40be 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index bd8a339a23..f3664676a3 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/muchighlight.cpp b/plugins/TabSRMM/src/muchighlight.cpp index e353d4209e..d1841be5d9 100644 --- a/plugins/TabSRMM/src/muchighlight.cpp +++ b/plugins/TabSRMM/src/muchighlight.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/muchighlight.h b/plugins/TabSRMM/src/muchighlight.h index 796e7fb682..13a9851cfc 100644 --- a/plugins/TabSRMM/src/muchighlight.h +++ b/plugins/TabSRMM/src/muchighlight.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/nen.h b/plugins/TabSRMM/src/nen.h index 59f3bb4909..fc43a43a88 100644 --- a/plugins/TabSRMM/src/nen.h +++ b/plugins/TabSRMM/src/nen.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/resource.h b/plugins/TabSRMM/src/resource.h index 0acc4099b0..ae0ed1e315 100644 --- a/plugins/TabSRMM/src/resource.h +++ b/plugins/TabSRMM/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\..\res\resource.rc
//
diff --git a/plugins/TabSRMM/src/selectcontainer.cpp b/plugins/TabSRMM/src/selectcontainer.cpp index 9d57fdd97a..31bf117b0b 100644 --- a/plugins/TabSRMM/src/selectcontainer.cpp +++ b/plugins/TabSRMM/src/selectcontainer.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/sendlater.cpp b/plugins/TabSRMM/src/sendlater.cpp index db92d22d5a..1a294368a9 100644 --- a/plugins/TabSRMM/src/sendlater.cpp +++ b/plugins/TabSRMM/src/sendlater.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/sendlater.h b/plugins/TabSRMM/src/sendlater.h index 9c207c3577..8d55d8d91d 100644 --- a/plugins/TabSRMM/src/sendlater.h +++ b/plugins/TabSRMM/src/sendlater.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/sendqueue.cpp b/plugins/TabSRMM/src/sendqueue.cpp index aa916e5a7b..882efd9083 100644 --- a/plugins/TabSRMM/src/sendqueue.cpp +++ b/plugins/TabSRMM/src/sendqueue.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/sendqueue.h b/plugins/TabSRMM/src/sendqueue.h index e3279b766f..5f1d8315f7 100644 --- a/plugins/TabSRMM/src/sendqueue.h +++ b/plugins/TabSRMM/src/sendqueue.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/sidebar.cpp b/plugins/TabSRMM/src/sidebar.cpp index a64f46fd69..674154e1c0 100644 --- a/plugins/TabSRMM/src/sidebar.cpp +++ b/plugins/TabSRMM/src/sidebar.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/sidebar.h b/plugins/TabSRMM/src/sidebar.h index ad1b5a786f..e1e8dbbca9 100644 --- a/plugins/TabSRMM/src/sidebar.h +++ b/plugins/TabSRMM/src/sidebar.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp index 0645f2e958..6ed8559fd7 100644 --- a/plugins/TabSRMM/src/srmm.cpp +++ b/plugins/TabSRMM/src/srmm.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/stdafx.cxx b/plugins/TabSRMM/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TabSRMM/src/stdafx.cxx +++ b/plugins/TabSRMM/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/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index d8d8d3d159..452fb3151a 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/tabctrl.cpp b/plugins/TabSRMM/src/tabctrl.cpp index 374c172b86..68e3f4792c 100644 --- a/plugins/TabSRMM/src/tabctrl.cpp +++ b/plugins/TabSRMM/src/tabctrl.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/taskbar.cpp b/plugins/TabSRMM/src/taskbar.cpp index 6cad62258d..ca92ac10f1 100644 --- a/plugins/TabSRMM/src/taskbar.cpp +++ b/plugins/TabSRMM/src/taskbar.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/taskbar.h b/plugins/TabSRMM/src/taskbar.h index 1386748313..c36f677c33 100644 --- a/plugins/TabSRMM/src/taskbar.h +++ b/plugins/TabSRMM/src/taskbar.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/templates.cpp b/plugins/TabSRMM/src/templates.cpp index 528116cdea..54807dbcba 100644 --- a/plugins/TabSRMM/src/templates.cpp +++ b/plugins/TabSRMM/src/templates.cpp @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////// // Miranda NG: the free IM client for Microsoft* Windows* // // Copyright (c) 2012-17 Miranda NG project, diff --git a/plugins/TabSRMM/src/templates.h b/plugins/TabSRMM/src/templates.h index e80fe74a88..afa26b1cb5 100644 --- a/plugins/TabSRMM/src/templates.h +++ b/plugins/TabSRMM/src/templates.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/themeio.cpp b/plugins/TabSRMM/src/themeio.cpp index b3c73aa946..401a37cc85 100644 --- a/plugins/TabSRMM/src/themeio.cpp +++ b/plugins/TabSRMM/src/themeio.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp index edc22ad7d2..b98355bd95 100644 --- a/plugins/TabSRMM/src/themes.cpp +++ b/plugins/TabSRMM/src/themes.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h index d40f9e47dd..a15b384916 100644 --- a/plugins/TabSRMM/src/themes.h +++ b/plugins/TabSRMM/src/themes.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index a7f1cda068..67abb2c139 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/translator.h b/plugins/TabSRMM/src/translator.h index 02d8204229..e34d721340 100644 --- a/plugins/TabSRMM/src/translator.h +++ b/plugins/TabSRMM/src/translator.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/trayicon.cpp b/plugins/TabSRMM/src/trayicon.cpp index 6b3a5c42de..710605acd5 100644 --- a/plugins/TabSRMM/src/trayicon.cpp +++ b/plugins/TabSRMM/src/trayicon.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/typingnotify.cpp b/plugins/TabSRMM/src/typingnotify.cpp index a62c73e2a5..148505f51b 100644 --- a/plugins/TabSRMM/src/typingnotify.cpp +++ b/plugins/TabSRMM/src/typingnotify.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static HGENMENU hDisableMenu = nullptr;
diff --git a/plugins/TabSRMM/src/typingnotify.h b/plugins/TabSRMM/src/typingnotify.h index c88c9926b5..800cdb5930 100644 --- a/plugins/TabSRMM/src/typingnotify.h +++ b/plugins/TabSRMM/src/typingnotify.h @@ -1,4 +1,4 @@ -#define UM_SETDLGITEMINT 5674
+#define UM_SETDLGITEMINT 5674
#define TIMEOUT_MINVALUE -1
#define TIMEOUT_MAXVALUE 99
diff --git a/plugins/TabSRMM/src/userprefs.cpp b/plugins/TabSRMM/src/userprefs.cpp index 76a1332fb8..72e81f3af3 100644 --- a/plugins/TabSRMM/src/userprefs.cpp +++ b/plugins/TabSRMM/src/userprefs.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index e446e4c6e2..3608625705 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.cpp @@ -1,4 +1,4 @@ -////////////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h index 12ade27d5f..9461b3acde 100644 --- a/plugins/TabSRMM/src/utils.h +++ b/plugins/TabSRMM/src/utils.h @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////////////////
// Miranda NG: the free IM client for Microsoft* Windows*
//
// Copyright (c) 2012-17 Miranda NG project,
diff --git a/plugins/TabSRMM/src/version.h b/plugins/TabSRMM/src/version.h index 54441f576e..d591342b56 100644 --- a/plugins/TabSRMM/src/version.h +++ b/plugins/TabSRMM/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 3
+#define __MAJOR_VERSION 3
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
#define __BUILD_NUM 7
diff --git a/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini b/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini index 3b285866f0..7cbd7c9ffc 100644 --- a/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini +++ b/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini @@ -1,4 +1,4 @@ -SETTINGS:
+SETTINGS:
[Tipper_Items]
Trans_WORD to status description=d1
diff --git a/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini b/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini index 84c0ae27c7..6d344f2405 100644 --- a/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini +++ b/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini @@ -1,4 +1,4 @@ -SETTINGS:
+SETTINGS:
[Tipper_Items]
Trans_WORD to status description=d1
diff --git a/plugins/TipperYM/docs/licence.txt b/plugins/TipperYM/docs/licence.txt index fc35462967..7f1161073d 100644 --- a/plugins/TipperYM/docs/licence.txt +++ b/plugins/TipperYM/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/TipperYM/docs/readme.txt b/plugins/TipperYM/docs/readme.txt index 3ba1b4b9be..86083f94d1 100644 --- a/plugins/TipperYM/docs/readme.txt +++ b/plugins/TipperYM/docs/readme.txt @@ -1,4 +1,4 @@ -*********
+*********
Tipper YM
*********
diff --git a/plugins/TipperYM/docs/skins.txt b/plugins/TipperYM/docs/skins.txt index 343b44920d..9783fbee1e 100644 --- a/plugins/TipperYM/docs/skins.txt +++ b/plugins/TipperYM/docs/skins.txt @@ -1,4 +1,4 @@ -*************************************
+*************************************
Skin Definition
*************************************
diff --git a/plugins/TipperYM/docs/tipper_orig_readme.txt b/plugins/TipperYM/docs/tipper_orig_readme.txt index ea46fcdefe..70c75d48de 100644 --- a/plugins/TipperYM/docs/tipper_orig_readme.txt +++ b/plugins/TipperYM/docs/tipper_orig_readme.txt @@ -1,4 +1,4 @@ -Document updated: 28/09/2010
+Document updated: 28/09/2010
******
Tipper - shows a tooltip when you hover the mouse over a contact in your contact list
diff --git a/plugins/TipperYM/src/bitmap_func.cpp b/plugins/TipperYM/src/bitmap_func.cpp index 1d1205de37..e930980b5a 100644 --- a/plugins/TipperYM/src/bitmap_func.cpp +++ b/plugins/TipperYM/src/bitmap_func.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/bitmap_func.h b/plugins/TipperYM/src/bitmap_func.h index a190ce2a65..ec79f1d8fe 100644 --- a/plugins/TipperYM/src/bitmap_func.h +++ b/plugins/TipperYM/src/bitmap_func.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/message_pump.cpp b/plugins/TipperYM/src/message_pump.cpp index 4f7d45de1a..ffc5237068 100644 --- a/plugins/TipperYM/src/message_pump.cpp +++ b/plugins/TipperYM/src/message_pump.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/message_pump.h b/plugins/TipperYM/src/message_pump.h index 89dc3ab839..e155373e84 100644 --- a/plugins/TipperYM/src/message_pump.h +++ b/plugins/TipperYM/src/message_pump.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/mir_smileys.cpp b/plugins/TipperYM/src/mir_smileys.cpp index 174bfc75c2..1d7544eeda 100644 --- a/plugins/TipperYM/src/mir_smileys.cpp +++ b/plugins/TipperYM/src/mir_smileys.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
Copyright (C) 2007-2010 Jan Holub
diff --git a/plugins/TipperYM/src/mir_smileys.h b/plugins/TipperYM/src/mir_smileys.h index 30f37902d9..eead1110b3 100644 --- a/plugins/TipperYM/src/mir_smileys.h +++ b/plugins/TipperYM/src/mir_smileys.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2005 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
diff --git a/plugins/TipperYM/src/options.cpp b/plugins/TipperYM/src/options.cpp index b8813a9f31..3b4beff698 100644 --- a/plugins/TipperYM/src/options.cpp +++ b/plugins/TipperYM/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/options.h b/plugins/TipperYM/src/options.h index 9f2c20bdd6..3161b5e2d4 100644 --- a/plugins/TipperYM/src/options.h +++ b/plugins/TipperYM/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp index b672912aa8..0a5b82200e 100644 --- a/plugins/TipperYM/src/popwin.cpp +++ b/plugins/TipperYM/src/popwin.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2007 Scott Ellis Copyright (C) 2007-2011 Jan Holub diff --git a/plugins/TipperYM/src/popwin.h b/plugins/TipperYM/src/popwin.h index bef400a71a..d63ca07b33 100644 --- a/plugins/TipperYM/src/popwin.h +++ b/plugins/TipperYM/src/popwin.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/preset_items.cpp b/plugins/TipperYM/src/preset_items.cpp index 8b5297fd59..459d5d8465 100644 --- a/plugins/TipperYM/src/preset_items.cpp +++ b/plugins/TipperYM/src/preset_items.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/preset_items.h b/plugins/TipperYM/src/preset_items.h index 1679f7ec60..a402cca5d6 100644 --- a/plugins/TipperYM/src/preset_items.h +++ b/plugins/TipperYM/src/preset_items.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/resource.h b/plugins/TipperYM/src/resource.h index 90ed5d058a..e3f053db01 100644 --- a/plugins/TipperYM/src/resource.h +++ b/plugins/TipperYM/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/TipperYM/src/skin_parser.cpp b/plugins/TipperYM/src/skin_parser.cpp index b1289d2b29..403ae81ac7 100644 --- a/plugins/TipperYM/src/skin_parser.cpp +++ b/plugins/TipperYM/src/skin_parser.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/skin_parser.h b/plugins/TipperYM/src/skin_parser.h index c036fd0822..c7981709b2 100644 --- a/plugins/TipperYM/src/skin_parser.h +++ b/plugins/TipperYM/src/skin_parser.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/stdafx.cxx b/plugins/TipperYM/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TipperYM/src/stdafx.cxx +++ b/plugins/TipperYM/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/TipperYM/src/stdafx.h b/plugins/TipperYM/src/stdafx.h index fd754f14e8..69e8600e38 100644 --- a/plugins/TipperYM/src/stdafx.h +++ b/plugins/TipperYM/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/str_utils.cpp b/plugins/TipperYM/src/str_utils.cpp index e2fecb9690..0752750d87 100644 --- a/plugins/TipperYM/src/str_utils.cpp +++ b/plugins/TipperYM/src/str_utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/str_utils.h b/plugins/TipperYM/src/str_utils.h index fc70324e1a..4beca4e51b 100644 --- a/plugins/TipperYM/src/str_utils.h +++ b/plugins/TipperYM/src/str_utils.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/subst.cpp b/plugins/TipperYM/src/subst.cpp index f39bca889f..bc153af624 100644 --- a/plugins/TipperYM/src/subst.cpp +++ b/plugins/TipperYM/src/subst.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2007 Scott Ellis Copyright (C) 2007-2011 Jan Holub diff --git a/plugins/TipperYM/src/subst.h b/plugins/TipperYM/src/subst.h index 5083562f2e..888ca5b9cb 100644 --- a/plugins/TipperYM/src/subst.h +++ b/plugins/TipperYM/src/subst.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/tipper.cpp b/plugins/TipperYM/src/tipper.cpp index 4a6b39cb6e..a1e9c2a56d 100644 --- a/plugins/TipperYM/src/tipper.cpp +++ b/plugins/TipperYM/src/tipper.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/translations.cpp b/plugins/TipperYM/src/translations.cpp index b8f1283090..c8f8d58e18 100644 --- a/plugins/TipperYM/src/translations.cpp +++ b/plugins/TipperYM/src/translations.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/translations.h b/plugins/TipperYM/src/translations.h index 5c052513b5..d981a2601c 100644 --- a/plugins/TipperYM/src/translations.h +++ b/plugins/TipperYM/src/translations.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2006-2007 Scott Ellis
Copyright (C) 2007-2011 Jan Holub
diff --git a/plugins/TipperYM/src/version.h b/plugins/TipperYM/src/version.h index a614571c29..e8428aee33 100644 --- a/plugins/TipperYM/src/version.h +++ b/plugins/TipperYM/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2
+#define __MAJOR_VERSION 2
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
#define __BUILD_NUM 7
diff --git a/plugins/Toaster/src/main.cpp b/plugins/Toaster/src/main.cpp index 9a101c5d1d..fe4d45943e 100644 --- a/plugins/Toaster/src/main.cpp +++ b/plugins/Toaster/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/Toaster/src/options.cpp b/plugins/Toaster/src/options.cpp index c380f35c85..9d0c0d4034 100644 --- a/plugins/Toaster/src/options.cpp +++ b/plugins/Toaster/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
COptions::COptions()
: CDlgBase(g_hInstance, IDD_OPTIONS_MAIN),
diff --git a/plugins/Toaster/src/options.h b/plugins/Toaster/src/options.h index b66af1f27f..73d50a9877 100644 --- a/plugins/Toaster/src/options.h +++ b/plugins/Toaster/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_H_
+#ifndef _OPTIONS_H_
#define _OPTIONS_H_
class COptions : public CDlgBase
diff --git a/plugins/Toaster/src/resource.h b/plugins/Toaster/src/resource.h index acafd58867..53a9230843 100644 --- a/plugins/Toaster/src/resource.h +++ b/plugins/Toaster/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\Others\SVN\MirandaNG\trunk\plugins\Toaster\res\resource.rc
//
diff --git a/plugins/Toaster/src/services.cpp b/plugins/Toaster/src/services.cpp index 894d6c3c42..3d1dbd2040 100644 --- a/plugins/Toaster/src/services.cpp +++ b/plugins/Toaster/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
mir_cs csNotifications;
OBJLIST<ToastNotification> lstNotifications(2, PtrKeySortT);
diff --git a/plugins/Toaster/src/stdafx.cxx b/plugins/Toaster/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/Toaster/src/stdafx.cxx +++ b/plugins/Toaster/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index d1fee95297..06f2ee3bef 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
diff --git a/plugins/Toaster/src/string_reference_wrapper.h b/plugins/Toaster/src/string_reference_wrapper.h index 30c2f023a4..addfb32394 100644 --- a/plugins/Toaster/src/string_reference_wrapper.h +++ b/plugins/Toaster/src/string_reference_wrapper.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
class StringReferenceWrapper
{
diff --git a/plugins/Toaster/src/structs.h b/plugins/Toaster/src/structs.h index 53a441096d..96900ce785 100644 --- a/plugins/Toaster/src/structs.h +++ b/plugins/Toaster/src/structs.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
struct ToastData : public MZeroedObject
{
diff --git a/plugins/Toaster/src/toast_notification.cpp b/plugins/Toaster/src/toast_notification.cpp index e45d6d5d0d..56eae765e6 100644 --- a/plugins/Toaster/src/toast_notification.cpp +++ b/plugins/Toaster/src/toast_notification.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include <wrl.h>
using namespace Microsoft::WRL;
diff --git a/plugins/Toaster/src/toast_notification.h b/plugins/Toaster/src/toast_notification.h index 36e1e4596a..812c361810 100644 --- a/plugins/Toaster/src/toast_notification.h +++ b/plugins/Toaster/src/toast_notification.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
typedef __FITypedEventHandler_2_Windows__CUI__CNotifications__CToastNotification_IInspectable ToastActivationHandler;
typedef __FITypedEventHandler_2_Windows__CUI__CNotifications__CToastNotification_Windows__CUI__CNotifications__CToastDismissedEventArgs ToastDismissHandler;
diff --git a/plugins/Toaster/src/utils.cpp b/plugins/Toaster/src/utils.cpp index 00e4977163..7726eec8c5 100644 --- a/plugins/Toaster/src/utils.cpp +++ b/plugins/Toaster/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define SHORTCUT_PATH "\\Microsoft\\Windows\\Start Menu\\Programs\\Miranda NG.lnk"
diff --git a/plugins/Toaster/src/utils.h b/plugins/Toaster/src/utils.h index 72098bddba..2aa4802b8c 100644 --- a/plugins/Toaster/src/utils.h +++ b/plugins/Toaster/src/utils.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
DEFINE_PROPERTYKEY(PKEY_AppUserModel_ID, 0x9F4C2855, 0x9F79, 0x4B39, 0xA8, 0xD0, 0xE1, 0xD4, 0x2D, 0xE1, 0xD5, 0xF3, 5);
HRESULT TryCreateShortcut();
diff --git a/plugins/Toaster/src/version.h b/plugins/Toaster/src/version.h index 3eb095533b..ecd1e63774 100644 --- a/plugins/Toaster/src/version.h +++ b/plugins/Toaster/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 2
#define __BUILD_NUM 0
diff --git a/plugins/TooltipNotify/docs/readme.txt b/plugins/TooltipNotify/docs/readme.txt index 7bc468ec77..1d2e816390 100644 --- a/plugins/TooltipNotify/docs/readme.txt +++ b/plugins/TooltipNotify/docs/readme.txt @@ -1,4 +1,4 @@ -
+
Tooltip notify plugin for Miranda IM
____________________________________
diff --git a/plugins/TooltipNotify/docs/todo.txt b/plugins/TooltipNotify/docs/todo.txt index 5f282702bb..e69de29bb2 100644 --- a/plugins/TooltipNotify/docs/todo.txt +++ b/plugins/TooltipNotify/docs/todo.txt @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/plugins/TooltipNotify/docs/tt_wnd_def_style.txt b/plugins/TooltipNotify/docs/tt_wnd_def_style.txt index 7cf5073f45..c47a6a363f 100644 --- a/plugins/TooltipNotify/docs/tt_wnd_def_style.txt +++ b/plugins/TooltipNotify/docs/tt_wnd_def_style.txt @@ -1,4 +1,4 @@ -ws_popup
+ws_popup
ws_visible
ws_clipsiblings
ws_border
diff --git a/plugins/TooltipNotify/src/DbHelpers.cpp b/plugins/TooltipNotify/src/DbHelpers.cpp index 4246e7f6f2..558a019fbf 100644 --- a/plugins/TooltipNotify/src/DbHelpers.cpp +++ b/plugins/TooltipNotify/src/DbHelpers.cpp @@ -1,4 +1,4 @@ -// DbHelpers.cpp
+// DbHelpers.cpp
//
//////////////////////////////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/DbHelpers.h b/plugins/TooltipNotify/src/DbHelpers.h index 89a9ed27ea..94677569a8 100644 --- a/plugins/TooltipNotify/src/DbHelpers.h +++ b/plugins/TooltipNotify/src/DbHelpers.h @@ -1,4 +1,4 @@ -// DbHelpers.h
+// DbHelpers.h
//
//////////////////////////////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/Settings.h b/plugins/TooltipNotify/src/Settings.h index 8a6e07d4a7..cf99538f3e 100644 --- a/plugins/TooltipNotify/src/Settings.h +++ b/plugins/TooltipNotify/src/Settings.h @@ -1,4 +1,4 @@ -//
+//
// Settings.h
//
diff --git a/plugins/TooltipNotify/src/Tooltip.cpp b/plugins/TooltipNotify/src/Tooltip.cpp index 20e2b5c25e..7552ec858d 100644 --- a/plugins/TooltipNotify/src/Tooltip.cpp +++ b/plugins/TooltipNotify/src/Tooltip.cpp @@ -1,4 +1,4 @@ -// Tooltip.cpp: implementation of the CTooltip class.
+// Tooltip.cpp: implementation of the CTooltip class.
//
//////////////////////////////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/Tooltip.h b/plugins/TooltipNotify/src/Tooltip.h index 3ce961825a..9e47040bf6 100644 --- a/plugins/TooltipNotify/src/Tooltip.h +++ b/plugins/TooltipNotify/src/Tooltip.h @@ -1,4 +1,4 @@ -// Tooltip.h: interface for the CTooltip class.
+// Tooltip.h: interface for the CTooltip class.
//
//////////////////////////////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/TooltipNotify.cpp b/plugins/TooltipNotify/src/TooltipNotify.cpp index 388aeeaa6d..d68ba585f6 100644 --- a/plugins/TooltipNotify/src/TooltipNotify.cpp +++ b/plugins/TooltipNotify/src/TooltipNotify.cpp @@ -1,4 +1,4 @@ -// TooltipNotify.cpp: implementation of the CTooltipNotify class.
+// TooltipNotify.cpp: implementation of the CTooltipNotify class.
//
//////////////////////////////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/TooltipNotify.h b/plugins/TooltipNotify/src/TooltipNotify.h index e7d9839f9e..793d1d6500 100644 --- a/plugins/TooltipNotify/src/TooltipNotify.h +++ b/plugins/TooltipNotify/src/TooltipNotify.h @@ -1,4 +1,4 @@ -// TooltipNotify.h: interface for the CTooltipNotify class.
+// TooltipNotify.h: interface for the CTooltipNotify class.
//
//////////////////////////////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/Utils.cpp b/plugins/TooltipNotify/src/Utils.cpp index bdd0ccc67b..9338efebbe 100644 --- a/plugins/TooltipNotify/src/Utils.cpp +++ b/plugins/TooltipNotify/src/Utils.cpp @@ -1,4 +1,4 @@ -//
+//
// Utils.cpp
//
diff --git a/plugins/TooltipNotify/src/Utils.h b/plugins/TooltipNotify/src/Utils.h index 45437db075..36270e8311 100644 --- a/plugins/TooltipNotify/src/Utils.h +++ b/plugins/TooltipNotify/src/Utils.h @@ -1,4 +1,4 @@ -//
+//
// Utils.h
//
diff --git a/plugins/TooltipNotify/src/main.cpp b/plugins/TooltipNotify/src/main.cpp index 898ad12b76..7151d44a06 100644 --- a/plugins/TooltipNotify/src/main.cpp +++ b/plugins/TooltipNotify/src/main.cpp @@ -1,4 +1,4 @@ -/*/////////////////////////////////////////////
+/*/////////////////////////////////////////////
Tooltip Notify plugin for Miranda IM
*//////////////////////////////////////////////
diff --git a/plugins/TooltipNotify/src/resource.h b/plugins/TooltipNotify/src/resource.h index 16c2c7cd04..d67e8c5746 100644 --- a/plugins/TooltipNotify/src/resource.h +++ b/plugins/TooltipNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by main.rc
//
diff --git a/plugins/TooltipNotify/src/stdafx.cxx b/plugins/TooltipNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TooltipNotify/src/stdafx.cxx +++ b/plugins/TooltipNotify/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/TooltipNotify/src/stdafx.h b/plugins/TooltipNotify/src/stdafx.h index 5c9f8099d5..f1a20e5546 100644 --- a/plugins/TooltipNotify/src/stdafx.h +++ b/plugins/TooltipNotify/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/TooltipNotify/src/version.h b/plugins/TooltipNotify/src/version.h index 1c3d9b021d..57407ab729 100644 --- a/plugins/TooltipNotify/src/version.h +++ b/plugins/TooltipNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
diff --git a/plugins/TopToolBar/CMakeLists.txt b/plugins/TopToolBar/CMakeLists.txt index 257fb76086..f2f3987bf6 100644 --- a/plugins/TopToolBar/CMakeLists.txt +++ b/plugins/TopToolBar/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET TopToolBar) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) target_link_libraries(${TARGET} comctl32.lib)
\ No newline at end of file diff --git a/plugins/TopToolBar/docs/readme.txt b/plugins/TopToolBar/docs/readme.txt index 2c4cfd42d4..9c127d5c71 100644 --- a/plugins/TopToolBar/docs/readme.txt +++ b/plugins/TopToolBar/docs/readme.txt @@ -1,4 +1,4 @@ -About
+About
-----
TopToolBar
diff --git a/plugins/TopToolBar/src/BkgrCfg.h b/plugins/TopToolBar/src/BkgrCfg.h index 5194aa0648..4533267fcb 100644 --- a/plugins/TopToolBar/src/BkgrCfg.h +++ b/plugins/TopToolBar/src/BkgrCfg.h @@ -1,4 +1,4 @@ -//
+//
// Register of plugin's user
//
// wParam = (WPARAM)szSetting - string that describes a user
diff --git a/plugins/TopToolBar/src/InternalButtons.cpp b/plugins/TopToolBar/src/InternalButtons.cpp index d308f5a3f9..c4171d781d 100644 --- a/plugins/TopToolBar/src/InternalButtons.cpp +++ b/plugins/TopToolBar/src/InternalButtons.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
#define TTBI_SOUNDSONOFF "TTBInternal/SoundsOnOFF"
diff --git a/plugins/TopToolBar/src/main.cpp b/plugins/TopToolBar/src/main.cpp index d43241ad0b..17c3ad9b97 100644 --- a/plugins/TopToolBar/src/main.cpp +++ b/plugins/TopToolBar/src/main.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
CLIST_INTERFACE *pcli;
diff --git a/plugins/TopToolBar/src/resource.h b/plugins/TopToolBar/src/resource.h index 52bbce7488..af79a74fc0 100644 --- a/plugins/TopToolBar/src/resource.h +++ b/plugins/TopToolBar/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\main.rc
//
diff --git a/plugins/TopToolBar/src/stdafx.cxx b/plugins/TopToolBar/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TopToolBar/src/stdafx.cxx +++ b/plugins/TopToolBar/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/TopToolBar/src/stdafx.h b/plugins/TopToolBar/src/stdafx.h index 3363ef22c1..bc9169318e 100644 --- a/plugins/TopToolBar/src/stdafx.h +++ b/plugins/TopToolBar/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef TTB_COMMON_H
+#ifndef TTB_COMMON_H
#define TTB_COMMON_H
diff --git a/plugins/TopToolBar/src/toolbar.cpp b/plugins/TopToolBar/src/toolbar.cpp index 275527ec61..2bf222f327 100644 --- a/plugins/TopToolBar/src/toolbar.cpp +++ b/plugins/TopToolBar/src/toolbar.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
pfnCustomProc g_CustomProc = nullptr;
diff --git a/plugins/TopToolBar/src/toolbarwnd.cpp b/plugins/TopToolBar/src/toolbarwnd.cpp index 5920f564f4..40bc4cf571 100644 --- a/plugins/TopToolBar/src/toolbarwnd.cpp +++ b/plugins/TopToolBar/src/toolbarwnd.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
COLORREF bkColour;
diff --git a/plugins/TopToolBar/src/topbutton.cpp b/plugins/TopToolBar/src/topbutton.cpp index ea209df5cd..b16bdd84f7 100644 --- a/plugins/TopToolBar/src/topbutton.cpp +++ b/plugins/TopToolBar/src/topbutton.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
#define BitChanged(c) (dwFlags ^ Flags) & c
diff --git a/plugins/TopToolBar/src/ttbopt.cpp b/plugins/TopToolBar/src/ttbopt.cpp index 40d6224152..843db24ac6 100644 --- a/plugins/TopToolBar/src/ttbopt.cpp +++ b/plugins/TopToolBar/src/ttbopt.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static HWND OptionshWnd;
diff --git a/plugins/TopToolBar/src/version.h b/plugins/TopToolBar/src/version.h index 61e32e7360..37294d4c91 100644 --- a/plugins/TopToolBar/src/version.h +++ b/plugins/TopToolBar/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 8
#define __RELEASE_NUM 0
#define __BUILD_NUM 4
diff --git a/plugins/TrafficCounter/src/TrafficCounter.cpp b/plugins/TrafficCounter/src/TrafficCounter.cpp index b9f2af8f5a..3c2c81fa82 100644 --- a/plugins/TrafficCounter/src/TrafficCounter.cpp +++ b/plugins/TrafficCounter/src/TrafficCounter.cpp @@ -1,4 +1,4 @@ -/*
+/*
Traffic Counter plugin for Miranda IM
Copyright 2007-2012 Mironych.
diff --git a/plugins/TrafficCounter/src/TrafficCounter.h b/plugins/TrafficCounter/src/TrafficCounter.h index b8804c769f..a11f4178be 100644 --- a/plugins/TrafficCounter/src/TrafficCounter.h +++ b/plugins/TrafficCounter/src/TrafficCounter.h @@ -1,4 +1,4 @@ -/*
+/*
Traffic Counter plugin for Miranda IM
Copyright 2007-2011 Mironych.
diff --git a/plugins/TrafficCounter/src/misc.cpp b/plugins/TrafficCounter/src/misc.cpp index ab0c46888e..3e8b231e07 100644 --- a/plugins/TrafficCounter/src/misc.cpp +++ b/plugins/TrafficCounter/src/misc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Traffic Counter plugin for Miranda IM
Copyright 2007-2011 Mironych.
diff --git a/plugins/TrafficCounter/src/misc.h b/plugins/TrafficCounter/src/misc.h index 1dd0497ca0..04343d3c33 100644 --- a/plugins/TrafficCounter/src/misc.h +++ b/plugins/TrafficCounter/src/misc.h @@ -1,4 +1,4 @@ -typedef struct
+typedef struct
{
wchar_t Alignment; // Выравнивание. L - к левой границе, R - к правой.
WORD Interval; // Расстояние, на которое граница строки отстоит от левого края фрейма.
diff --git a/plugins/TrafficCounter/src/options.cpp b/plugins/TrafficCounter/src/options.cpp index 64cc9db83d..16cfb39ab7 100644 --- a/plugins/TrafficCounter/src/options.cpp +++ b/plugins/TrafficCounter/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Traffic Counter plugin for Miranda IM
Copyright 2007-2011 Mironych.
diff --git a/plugins/TrafficCounter/src/opttree.cpp b/plugins/TrafficCounter/src/opttree.cpp index 1e24a15e75..fb9ffe8f91 100644 --- a/plugins/TrafficCounter/src/opttree.cpp +++ b/plugins/TrafficCounter/src/opttree.cpp @@ -1,4 +1,4 @@ -/*
+/*
Jabber Protocol Plugin for Miranda IM
Copyright ( C ) 2002-04 Santithorn Bunchua
diff --git a/plugins/TrafficCounter/src/opttree.h b/plugins/TrafficCounter/src/opttree.h index 9752b1b545..4fde5a2387 100644 --- a/plugins/TrafficCounter/src/opttree.h +++ b/plugins/TrafficCounter/src/opttree.h @@ -1,4 +1,4 @@ -/*
+/*
Jabber Protocol Plugin for Miranda IM
Copyright ( C ) 2002-04 Santithorn Bunchua
diff --git a/plugins/TrafficCounter/src/resource.h b/plugins/TrafficCounter/src/resource.h index 5ce3325bb1..1618f40849 100644 --- a/plugins/TrafficCounter/src/resource.h +++ b/plugins/TrafficCounter/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/TrafficCounter/src/statistics.cpp b/plugins/TrafficCounter/src/statistics.cpp index ba2f0db0b9..5451e7158e 100644 --- a/plugins/TrafficCounter/src/statistics.cpp +++ b/plugins/TrafficCounter/src/statistics.cpp @@ -1,4 +1,4 @@ -/*
+/*
Traffic Counter plugin for Miranda IM
Copyright 2007-2011 Mironych.
diff --git a/plugins/TrafficCounter/src/statistics.h b/plugins/TrafficCounter/src/statistics.h index 55d058e7bf..ebe368e27d 100644 --- a/plugins/TrafficCounter/src/statistics.h +++ b/plugins/TrafficCounter/src/statistics.h @@ -1,4 +1,4 @@ -#ifndef _statistics_h
+#ifndef _statistics_h
#define _statistics_h
/*
diff --git a/plugins/TrafficCounter/src/stdafx.cxx b/plugins/TrafficCounter/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TrafficCounter/src/stdafx.cxx +++ b/plugins/TrafficCounter/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/TrafficCounter/src/stdafx.h b/plugins/TrafficCounter/src/stdafx.h index 291b43f70b..edd4494e3a 100644 --- a/plugins/TrafficCounter/src/stdafx.h +++ b/plugins/TrafficCounter/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef commonheaders_h__
+#ifndef commonheaders_h__
#define commonheaders_h__
/*
diff --git a/plugins/TrafficCounter/src/vars.cpp b/plugins/TrafficCounter/src/vars.cpp index 9e80dd5197..fdbb22892b 100644 --- a/plugins/TrafficCounter/src/vars.cpp +++ b/plugins/TrafficCounter/src/vars.cpp @@ -1,4 +1,4 @@ -/*
+/*
Traffic Counter plugin for Miranda IM
Copyright 2007-2011 Mironych.
diff --git a/plugins/TrafficCounter/src/vars.h b/plugins/TrafficCounter/src/vars.h index 7bd580bbea..36aa5135f7 100644 --- a/plugins/TrafficCounter/src/vars.h +++ b/plugins/TrafficCounter/src/vars.h @@ -1,4 +1,4 @@ -#ifndef _vars_h
+#ifndef _vars_h
#define _vars_h
extern int NumberOfAccounts;
diff --git a/plugins/TrafficCounter/src/version.h b/plugins/TrafficCounter/src/version.h index aca0f2d791..46154c826f 100644 --- a/plugins/TrafficCounter/src/version.h +++ b/plugins/TrafficCounter/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 1
#define __BUILD_NUM 8
diff --git a/plugins/TranslitSwitcher/docs/Readme.txt b/plugins/TranslitSwitcher/docs/Readme.txt index b0fd3df044..adf6b52020 100644 --- a/plugins/TranslitSwitcher/docs/Readme.txt +++ b/plugins/TranslitSwitcher/docs/Readme.txt @@ -1,4 +1,4 @@ -for adding symbol when you resend message add in your db:
+for adding symbol when you resend message add in your db:
[TranslitSwitcher]
ResendSymbol=u*
where * is resend symbol
\ No newline at end of file diff --git a/plugins/TranslitSwitcher/src/Layoutproc.cpp b/plugins/TranslitSwitcher/src/Layoutproc.cpp index e5d966c3be..03740c5813 100644 --- a/plugins/TranslitSwitcher/src/Layoutproc.cpp +++ b/plugins/TranslitSwitcher/src/Layoutproc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/Resource.h b/plugins/TranslitSwitcher/src/Resource.h index d933d3c7e2..b98a6590c2 100644 --- a/plugins/TranslitSwitcher/src/Resource.h +++ b/plugins/TranslitSwitcher/src/Resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp index fe3b8e0db7..d61b374d12 100644 --- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp +++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/stdafx.cxx b/plugins/TranslitSwitcher/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TranslitSwitcher/src/stdafx.cxx +++ b/plugins/TranslitSwitcher/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/TranslitSwitcher/src/stdafx.h b/plugins/TranslitSwitcher/src/stdafx.h index 9b44656b20..fd6e7cd3c7 100644 --- a/plugins/TranslitSwitcher/src/stdafx.h +++ b/plugins/TranslitSwitcher/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/version.h b/plugins/TranslitSwitcher/src/version.h index 73ecddf8b6..d308e511c1 100644 --- a/plugins/TranslitSwitcher/src/version.h +++ b/plugins/TranslitSwitcher/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 diff --git a/plugins/UserGuide/src/main.cpp b/plugins/UserGuide/src/main.cpp index fdd8014361..de77c75a9d 100644 --- a/plugins/UserGuide/src/main.cpp +++ b/plugins/UserGuide/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
diff --git a/plugins/UserGuide/src/stdafx.cxx b/plugins/UserGuide/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/UserGuide/src/stdafx.cxx +++ b/plugins/UserGuide/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/UserGuide/src/stdafx.h b/plugins/UserGuide/src/stdafx.h index d23953d46a..ba72daf118 100644 --- a/plugins/UserGuide/src/stdafx.h +++ b/plugins/UserGuide/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_database.h>
diff --git a/plugins/UserGuide/src/version.h b/plugins/UserGuide/src/version.h index 1c05473c33..ab676d20ec 100644 --- a/plugins/UserGuide/src/version.h +++ b/plugins/UserGuide/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 diff --git a/plugins/UserInfoEx/IconPacks/default/src/icons.h b/plugins/UserInfoEx/IconPacks/default/src/icons.h index 360d921225..46871836bd 100644 --- a/plugins/UserInfoEx/IconPacks/default/src/icons.h +++ b/plugins/UserInfoEx/IconPacks/default/src/icons.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by uinfoex_icons.rc
//
diff --git a/plugins/UserInfoEx/IconPacks/default/src/version.h b/plugins/UserInfoEx/IconPacks/default/src/version.h index f969d266de..4531c4360f 100644 --- a/plugins/UserInfoEx/IconPacks/default/src/version.h +++ b/plugins/UserInfoEx/IconPacks/default/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 diff --git a/plugins/UserInfoEx/IconPacks/ice/src/icons.h b/plugins/UserInfoEx/IconPacks/ice/src/icons.h index 360d921225..46871836bd 100644 --- a/plugins/UserInfoEx/IconPacks/ice/src/icons.h +++ b/plugins/UserInfoEx/IconPacks/ice/src/icons.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by uinfoex_icons.rc
//
diff --git a/plugins/UserInfoEx/IconPacks/ice/src/version.h b/plugins/UserInfoEx/IconPacks/ice/src/version.h index f969d266de..4531c4360f 100644 --- a/plugins/UserInfoEx/IconPacks/ice/src/version.h +++ b/plugins/UserInfoEx/IconPacks/ice/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 diff --git a/plugins/UserInfoEx/docs/changelog.txt b/plugins/UserInfoEx/docs/changelog.txt index e6216d97e4..06961783b2 100644 --- a/plugins/UserInfoEx/docs/changelog.txt +++ b/plugins/UserInfoEx/docs/changelog.txt @@ -1,4 +1,4 @@ -[in work] 0.8.4.3
+[in work] 0.8.4.3
! fix missing translation for MSG box (titel and header)
* optimize code for faster import
! disable event import from metacontact, to avoid duplicate events from metasync
diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp index a9ede7772e..431accf995 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.h b/plugins/UserInfoEx/src/Flags/svc_flags.h index 4e4682711c..974fce9f62 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.h +++ b/plugins/UserInfoEx/src/Flags/svc_flags.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp index 270e149d80..7dc3e80f3e 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h index 1d7f8d5601..b6943574a5 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/classMAnnivDate.cpp b/plugins/UserInfoEx/src/classMAnnivDate.cpp index 6c745879fa..7c82290b63 100644 --- a/plugins/UserInfoEx/src/classMAnnivDate.cpp +++ b/plugins/UserInfoEx/src/classMAnnivDate.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/classMAnnivDate.h b/plugins/UserInfoEx/src/classMAnnivDate.h index ab8ccd5738..e6f328b0c0 100644 --- a/plugins/UserInfoEx/src/classMAnnivDate.h +++ b/plugins/UserInfoEx/src/classMAnnivDate.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/classMTime.cpp b/plugins/UserInfoEx/src/classMTime.cpp index 7ed077c8ad..c1591cba80 100644 --- a/plugins/UserInfoEx/src/classMTime.cpp +++ b/plugins/UserInfoEx/src/classMTime.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/classMTime.h b/plugins/UserInfoEx/src/classMTime.h index deebeec69a..3388611c2f 100644 --- a/plugins/UserInfoEx/src/classMTime.h +++ b/plugins/UserInfoEx/src/classMTime.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/classPsTree.cpp b/plugins/UserInfoEx/src/classPsTree.cpp index 62d1ad06fc..2237cd4eaa 100644 --- a/plugins/UserInfoEx/src/classPsTree.cpp +++ b/plugins/UserInfoEx/src/classPsTree.cpp @@ -1,4 +1,4 @@ -/* +/* UserinfoEx plugin for Miranda IM Copyright: diff --git a/plugins/UserInfoEx/src/classPsTreeItem.cpp b/plugins/UserInfoEx/src/classPsTreeItem.cpp index 86575b1aaa..1bd103b6f3 100644 --- a/plugins/UserInfoEx/src/classPsTreeItem.cpp +++ b/plugins/UserInfoEx/src/classPsTreeItem.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/commonheaders.cpp b/plugins/UserInfoEx/src/commonheaders.cpp index 796ee961b5..81851c8948 100644 --- a/plugins/UserInfoEx/src/commonheaders.cpp +++ b/plugins/UserInfoEx/src/commonheaders.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_annivedit.cpp b/plugins/UserInfoEx/src/ctrl_annivedit.cpp index 6171aa1aef..283710341a 100644 --- a/plugins/UserInfoEx/src/ctrl_annivedit.cpp +++ b/plugins/UserInfoEx/src/ctrl_annivedit.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_annivedit.h b/plugins/UserInfoEx/src/ctrl_annivedit.h index 4a3cdbca5c..2c0045d00f 100644 --- a/plugins/UserInfoEx/src/ctrl_annivedit.h +++ b/plugins/UserInfoEx/src/ctrl_annivedit.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_base.cpp b/plugins/UserInfoEx/src/ctrl_base.cpp index 35a6edc5e8..67a3614ab8 100644 --- a/plugins/UserInfoEx/src/ctrl_base.cpp +++ b/plugins/UserInfoEx/src/ctrl_base.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_base.h b/plugins/UserInfoEx/src/ctrl_base.h index fe41d16de1..1e4965f5bc 100644 --- a/plugins/UserInfoEx/src/ctrl_base.h +++ b/plugins/UserInfoEx/src/ctrl_base.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_button.cpp b/plugins/UserInfoEx/src/ctrl_button.cpp index 5ea93ece8b..9531c0d7f6 100644 --- a/plugins/UserInfoEx/src/ctrl_button.cpp +++ b/plugins/UserInfoEx/src/ctrl_button.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_button.h b/plugins/UserInfoEx/src/ctrl_button.h index 8a59373443..c509e95b2a 100644 --- a/plugins/UserInfoEx/src/ctrl_button.h +++ b/plugins/UserInfoEx/src/ctrl_button.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_combo.cpp b/plugins/UserInfoEx/src/ctrl_combo.cpp index 263bf9de79..ecad70f50b 100644 --- a/plugins/UserInfoEx/src/ctrl_combo.cpp +++ b/plugins/UserInfoEx/src/ctrl_combo.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_combo.h b/plugins/UserInfoEx/src/ctrl_combo.h index 4623d48cde..ad4aa1273b 100644 --- a/plugins/UserInfoEx/src/ctrl_combo.h +++ b/plugins/UserInfoEx/src/ctrl_combo.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_contact.cpp b/plugins/UserInfoEx/src/ctrl_contact.cpp index e0369b5853..342a760f11 100644 --- a/plugins/UserInfoEx/src/ctrl_contact.cpp +++ b/plugins/UserInfoEx/src/ctrl_contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_contact.h b/plugins/UserInfoEx/src/ctrl_contact.h index 114eeb18ff..6216035542 100644 --- a/plugins/UserInfoEx/src/ctrl_contact.h +++ b/plugins/UserInfoEx/src/ctrl_contact.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_edit.cpp b/plugins/UserInfoEx/src/ctrl_edit.cpp index e7044e6c80..2e6b94ce5f 100644 --- a/plugins/UserInfoEx/src/ctrl_edit.cpp +++ b/plugins/UserInfoEx/src/ctrl_edit.cpp @@ -1,4 +1,4 @@ -/* +/* UserinfoEx plugin for Miranda IM Copyright: diff --git a/plugins/UserInfoEx/src/ctrl_edit.h b/plugins/UserInfoEx/src/ctrl_edit.h index 28e75154af..3a03956cf4 100644 --- a/plugins/UserInfoEx/src/ctrl_edit.h +++ b/plugins/UserInfoEx/src/ctrl_edit.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_tzcombo.cpp b/plugins/UserInfoEx/src/ctrl_tzcombo.cpp index 29b15a7ae8..12d41473f7 100644 --- a/plugins/UserInfoEx/src/ctrl_tzcombo.cpp +++ b/plugins/UserInfoEx/src/ctrl_tzcombo.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ctrl_tzcombo.h b/plugins/UserInfoEx/src/ctrl_tzcombo.h index 7292c6c7b0..daa48907bd 100644 --- a/plugins/UserInfoEx/src/ctrl_tzcombo.h +++ b/plugins/UserInfoEx/src/ctrl_tzcombo.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/dlg_anniversarylist.cpp b/plugins/UserInfoEx/src/dlg_anniversarylist.cpp index b73406a1e6..237f94c7fd 100644 --- a/plugins/UserInfoEx/src/dlg_anniversarylist.cpp +++ b/plugins/UserInfoEx/src/dlg_anniversarylist.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/dlg_anniversarylist.h b/plugins/UserInfoEx/src/dlg_anniversarylist.h index 86c0a32a25..73c4e7c428 100644 --- a/plugins/UserInfoEx/src/dlg_anniversarylist.h +++ b/plugins/UserInfoEx/src/dlg_anniversarylist.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/dlg_msgbox.cpp b/plugins/UserInfoEx/src/dlg_msgbox.cpp index d8c5bf0cab..303ab99fdd 100644 --- a/plugins/UserInfoEx/src/dlg_msgbox.cpp +++ b/plugins/UserInfoEx/src/dlg_msgbox.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda NG
Copyright:
diff --git a/plugins/UserInfoEx/src/dlg_msgbox.h b/plugins/UserInfoEx/src/dlg_msgbox.h index 40bb2938ac..29992ec0d7 100644 --- a/plugins/UserInfoEx/src/dlg_msgbox.h +++ b/plugins/UserInfoEx/src/dlg_msgbox.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda NG
Copyright:
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index df41e06247..948b70dba8 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.h b/plugins/UserInfoEx/src/dlg_propsheet.h index 5c040a55ba..4de3112d21 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.h +++ b/plugins/UserInfoEx/src/dlg_propsheet.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp index a7f9bfbac2..b7311f6874 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp @@ -1,4 +1,4 @@ -/* +/* UserinfoEx plugin for Miranda IM Copyright: diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactBase.h b/plugins/UserInfoEx/src/ex_import/classExImContactBase.h index b502acd4f0..d24ffd5f8d 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactBase.h +++ b/plugins/UserInfoEx/src/ex_import/classExImContactBase.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp index ec1020c8bb..1eb4404029 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactXML.h b/plugins/UserInfoEx/src/ex_import/classExImContactXML.h index bfcaad1995..759f8d756a 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactXML.h +++ b/plugins/UserInfoEx/src/ex_import/classExImContactXML.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp index a5a8e4c115..5e72891db6 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.h b/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.h index 842f6fdf6a..1127e4a87a 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.h +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImModules.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp index 150225e684..fc1f62f342 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.h b/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.h index dbe66c4c8f..f2d7d0a34e 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.h +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImOpenSaveFile.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp index e59496985c..6e121bc8b9 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.h b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.h index e70beaba21..d542d23754 100644 --- a/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.h +++ b/plugins/UserInfoEx/src/ex_import/dlg_ExImProgress.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/mir_rfcCodecs.h b/plugins/UserInfoEx/src/ex_import/mir_rfcCodecs.h index 8a7cda675f..fec2911bec 100644 --- a/plugins/UserInfoEx/src/ex_import/mir_rfcCodecs.h +++ b/plugins/UserInfoEx/src/ex_import/mir_rfcCodecs.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp index 71383c651e..62b19ea7c7 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImINI.cpp @@ -1,4 +1,4 @@ -/* +/* UserinfoEx plugin for Miranda IM Copyright: diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImINI.h b/plugins/UserInfoEx/src/ex_import/svc_ExImINI.h index 612869bbc7..b6a9c8873c 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImINI.h +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImINI.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.cpp index 44521cfb57..38e55fceec 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.h b/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.h index f2176cbce9..36fd2b265e 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.h +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImVCF.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp index a655d71136..0349babe2b 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.h b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.h index c193482ae1..21a5c502e5 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.h +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp index 41d54fc317..cce65ecc2d 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImport.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImport.h b/plugins/UserInfoEx/src/ex_import/svc_ExImport.h index 78017937a8..1a3be18c01 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImport.h +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImport.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/ex_import/tinystr.cpp b/plugins/UserInfoEx/src/ex_import/tinystr.cpp index 60aa32e184..5414a2d95f 100644 --- a/plugins/UserInfoEx/src/ex_import/tinystr.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinystr.cpp @@ -1,4 +1,4 @@ -/*
+/*
www.sourceforge.net/projects/tinyxml
Original file by Yves Berquin.
diff --git a/plugins/UserInfoEx/src/ex_import/tinystr.h b/plugins/UserInfoEx/src/ex_import/tinystr.h index 25139a4f94..a5d85d11dc 100644 --- a/plugins/UserInfoEx/src/ex_import/tinystr.h +++ b/plugins/UserInfoEx/src/ex_import/tinystr.h @@ -1,4 +1,4 @@ -/* +/* www.sourceforge.net/projects/tinyxml Original file by Yves Berquin. diff --git a/plugins/UserInfoEx/src/ex_import/tinyxml.cpp b/plugins/UserInfoEx/src/ex_import/tinyxml.cpp index 86fa24fccb..bfd6707659 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxml.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinyxml.cpp @@ -1,4 +1,4 @@ -/*
+/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier)copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
diff --git a/plugins/UserInfoEx/src/ex_import/tinyxml.h b/plugins/UserInfoEx/src/ex_import/tinyxml.h index 9ac2b92552..ac98ee8d74 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxml.h +++ b/plugins/UserInfoEx/src/ex_import/tinyxml.h @@ -1,4 +1,4 @@ -/* +/* www.sourceforge.net/projects/tinyxml Original code (2.0 and earlier)copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com) diff --git a/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp b/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp index 52d29cdee4..d84be9bfc4 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinyxmlerror.cpp @@ -1,4 +1,4 @@ -/*
+/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier)copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
diff --git a/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp b/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp index 6f1254f75c..f6e1df72b0 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp +++ b/plugins/UserInfoEx/src/ex_import/tinyxmlparser.cpp @@ -1,4 +1,4 @@ -/*
+/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier)copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
diff --git a/plugins/UserInfoEx/src/init.cpp b/plugins/UserInfoEx/src/init.cpp index be32f513d6..b44a98ca60 100644 --- a/plugins/UserInfoEx/src/init.cpp +++ b/plugins/UserInfoEx/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_contactqueue.cpp b/plugins/UserInfoEx/src/mir_contactqueue.cpp index ab57545ddb..c9f22502b3 100644 --- a/plugins/UserInfoEx/src/mir_contactqueue.cpp +++ b/plugins/UserInfoEx/src/mir_contactqueue.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright ©2006 Ricardo Pescuma Domenecci
Modified ©2008-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol
diff --git a/plugins/UserInfoEx/src/mir_contactqueue.h b/plugins/UserInfoEx/src/mir_contactqueue.h index 61f3327704..9d224a91f3 100644 --- a/plugins/UserInfoEx/src/mir_contactqueue.h +++ b/plugins/UserInfoEx/src/mir_contactqueue.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright ©2006 Ricardo Pescuma Domenecci
Modified ©2008-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol
diff --git a/plugins/UserInfoEx/src/mir_db.cpp b/plugins/UserInfoEx/src/mir_db.cpp index 954222e854..e4eb8bf2d2 100644 --- a/plugins/UserInfoEx/src/mir_db.cpp +++ b/plugins/UserInfoEx/src/mir_db.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_db.h b/plugins/UserInfoEx/src/mir_db.h index c9c9110d75..bbf6328c1e 100644 --- a/plugins/UserInfoEx/src/mir_db.h +++ b/plugins/UserInfoEx/src/mir_db.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_icolib.cpp b/plugins/UserInfoEx/src/mir_icolib.cpp index 0c6cf664d1..cdb2783326 100644 --- a/plugins/UserInfoEx/src/mir_icolib.cpp +++ b/plugins/UserInfoEx/src/mir_icolib.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_icolib.h b/plugins/UserInfoEx/src/mir_icolib.h index 76addc339c..bbc5763423 100644 --- a/plugins/UserInfoEx/src/mir_icolib.h +++ b/plugins/UserInfoEx/src/mir_icolib.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_menuitems.cpp b/plugins/UserInfoEx/src/mir_menuitems.cpp index 52f1fd3da6..205261f0f0 100644 --- a/plugins/UserInfoEx/src/mir_menuitems.cpp +++ b/plugins/UserInfoEx/src/mir_menuitems.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_menuitems.h b/plugins/UserInfoEx/src/mir_menuitems.h index a83f852ee5..27d8f7afc9 100644 --- a/plugins/UserInfoEx/src/mir_menuitems.h +++ b/plugins/UserInfoEx/src/mir_menuitems.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/mir_string.cpp b/plugins/UserInfoEx/src/mir_string.cpp index 37ad30b548..480ebc93e5 100644 --- a/plugins/UserInfoEx/src/mir_string.cpp +++ b/plugins/UserInfoEx/src/mir_string.cpp @@ -1,4 +1,4 @@ -/* +/* UserinfoEx plugin for Miranda IM Copyright: diff --git a/plugins/UserInfoEx/src/mir_string.h b/plugins/UserInfoEx/src/mir_string.h index d47c5009ce..b574f67aee 100644 --- a/plugins/UserInfoEx/src/mir_string.h +++ b/plugins/UserInfoEx/src/mir_string.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_about.cpp b/plugins/UserInfoEx/src/psp_about.cpp index 5362affdbc..bacc975bd2 100644 --- a/plugins/UserInfoEx/src/psp_about.cpp +++ b/plugins/UserInfoEx/src/psp_about.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_anniversary.cpp b/plugins/UserInfoEx/src/psp_anniversary.cpp index 702297ce84..fb51299823 100644 --- a/plugins/UserInfoEx/src/psp_anniversary.cpp +++ b/plugins/UserInfoEx/src/psp_anniversary.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_base.cpp b/plugins/UserInfoEx/src/psp_base.cpp index d5e57e7561..d8d07bd9ea 100644 --- a/plugins/UserInfoEx/src/psp_base.cpp +++ b/plugins/UserInfoEx/src/psp_base.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_base.h b/plugins/UserInfoEx/src/psp_base.h index b75cfeb739..6f8702b99f 100644 --- a/plugins/UserInfoEx/src/psp_base.h +++ b/plugins/UserInfoEx/src/psp_base.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_company.cpp b/plugins/UserInfoEx/src/psp_company.cpp index 887627af05..06328e885f 100644 --- a/plugins/UserInfoEx/src/psp_company.cpp +++ b/plugins/UserInfoEx/src/psp_company.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_contact.cpp b/plugins/UserInfoEx/src/psp_contact.cpp index f888f3f70c..75eb8909ec 100644 --- a/plugins/UserInfoEx/src/psp_contact.cpp +++ b/plugins/UserInfoEx/src/psp_contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_general.cpp b/plugins/UserInfoEx/src/psp_general.cpp index d2e0564512..5c92af6fe0 100644 --- a/plugins/UserInfoEx/src/psp_general.cpp +++ b/plugins/UserInfoEx/src/psp_general.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_options.cpp b/plugins/UserInfoEx/src/psp_options.cpp index e8bbdf3965..0bab0f9a8d 100644 --- a/plugins/UserInfoEx/src/psp_options.cpp +++ b/plugins/UserInfoEx/src/psp_options.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_options.h b/plugins/UserInfoEx/src/psp_options.h index e357159650..28bf533ef4 100644 --- a/plugins/UserInfoEx/src/psp_options.h +++ b/plugins/UserInfoEx/src/psp_options.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_origin.cpp b/plugins/UserInfoEx/src/psp_origin.cpp index a7dd67c5fb..5c804278d4 100644 --- a/plugins/UserInfoEx/src/psp_origin.cpp +++ b/plugins/UserInfoEx/src/psp_origin.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/psp_profile.cpp b/plugins/UserInfoEx/src/psp_profile.cpp index c7ed42048a..ab335c58bb 100644 --- a/plugins/UserInfoEx/src/psp_profile.cpp +++ b/plugins/UserInfoEx/src/psp_profile.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/resource.h b/plugins/UserInfoEx/src/resource.h index 01fb0f4731..78c166e3e8 100644 --- a/plugins/UserInfoEx/src/resource.h +++ b/plugins/UserInfoEx/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/UserInfoEx/src/stdafx.cxx b/plugins/UserInfoEx/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/UserInfoEx/src/stdafx.cxx +++ b/plugins/UserInfoEx/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/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h index ba93642939..b8605c48ea 100644 --- a/plugins/UserInfoEx/src/stdafx.h +++ b/plugins/UserInfoEx/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_avatar.cpp b/plugins/UserInfoEx/src/svc_avatar.cpp index 64f0144489..cd553e6e1d 100644 --- a/plugins/UserInfoEx/src/svc_avatar.cpp +++ b/plugins/UserInfoEx/src/svc_avatar.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_avatar.h b/plugins/UserInfoEx/src/svc_avatar.h index 46829d1e47..1e92275c67 100644 --- a/plugins/UserInfoEx/src/svc_avatar.h +++ b/plugins/UserInfoEx/src/svc_avatar.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp index 767af0144d..2ab6f5fa40 100644 --- a/plugins/UserInfoEx/src/svc_constants.cpp +++ b/plugins/UserInfoEx/src/svc_constants.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_constants.h b/plugins/UserInfoEx/src/svc_constants.h index 4dba5faffb..453693380b 100644 --- a/plugins/UserInfoEx/src/svc_constants.h +++ b/plugins/UserInfoEx/src/svc_constants.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_email.cpp b/plugins/UserInfoEx/src/svc_email.cpp index 833eb920c0..ba70f83a50 100644 --- a/plugins/UserInfoEx/src/svc_email.cpp +++ b/plugins/UserInfoEx/src/svc_email.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_email.h b/plugins/UserInfoEx/src/svc_email.h index faf27245b2..8fb6cd7a61 100644 --- a/plugins/UserInfoEx/src/svc_email.h +++ b/plugins/UserInfoEx/src/svc_email.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_gender.cpp b/plugins/UserInfoEx/src/svc_gender.cpp index 93c8e19021..122af6582b 100644 --- a/plugins/UserInfoEx/src/svc_gender.cpp +++ b/plugins/UserInfoEx/src/svc_gender.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_gender.h b/plugins/UserInfoEx/src/svc_gender.h index d503a317b1..8fbd958130 100644 --- a/plugins/UserInfoEx/src/svc_gender.h +++ b/plugins/UserInfoEx/src/svc_gender.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_homepage.cpp b/plugins/UserInfoEx/src/svc_homepage.cpp index 42c051ae5e..867d663c88 100644 --- a/plugins/UserInfoEx/src/svc_homepage.cpp +++ b/plugins/UserInfoEx/src/svc_homepage.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_homepage.h b/plugins/UserInfoEx/src/svc_homepage.h index 9f15a768fc..cf85beaaa7 100644 --- a/plugins/UserInfoEx/src/svc_homepage.h +++ b/plugins/UserInfoEx/src/svc_homepage.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_phone.cpp b/plugins/UserInfoEx/src/svc_phone.cpp index 9c8c1d8eda..daae9f022a 100644 --- a/plugins/UserInfoEx/src/svc_phone.cpp +++ b/plugins/UserInfoEx/src/svc_phone.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_phone.h b/plugins/UserInfoEx/src/svc_phone.h index cf76e3b814..8db73d20c7 100644 --- a/plugins/UserInfoEx/src/svc_phone.h +++ b/plugins/UserInfoEx/src/svc_phone.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_refreshci.cpp b/plugins/UserInfoEx/src/svc_refreshci.cpp index 3e1c467709..5b6b65987f 100644 --- a/plugins/UserInfoEx/src/svc_refreshci.cpp +++ b/plugins/UserInfoEx/src/svc_refreshci.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_refreshci.h b/plugins/UserInfoEx/src/svc_refreshci.h index 6f735d08b8..521fbb2001 100644 --- a/plugins/UserInfoEx/src/svc_refreshci.h +++ b/plugins/UserInfoEx/src/svc_refreshci.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_reminder.cpp b/plugins/UserInfoEx/src/svc_reminder.cpp index eab8ceb9cb..a48187a13f 100644 --- a/plugins/UserInfoEx/src/svc_reminder.cpp +++ b/plugins/UserInfoEx/src/svc_reminder.cpp @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_reminder.h b/plugins/UserInfoEx/src/svc_reminder.h index e4e59b216b..88f3f45075 100644 --- a/plugins/UserInfoEx/src/svc_reminder.h +++ b/plugins/UserInfoEx/src/svc_reminder.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/svc_timezone.cpp b/plugins/UserInfoEx/src/svc_timezone.cpp index 80449ad45d..96ca82f4b4 100644 --- a/plugins/UserInfoEx/src/svc_timezone.cpp +++ b/plugins/UserInfoEx/src/svc_timezone.cpp @@ -1,4 +1,4 @@ -/* +/* UserinfoEx plugin for Miranda IM Copyright: diff --git a/plugins/UserInfoEx/src/svc_timezone.h b/plugins/UserInfoEx/src/svc_timezone.h index bd512bc11d..759e410be0 100644 --- a/plugins/UserInfoEx/src/svc_timezone.h +++ b/plugins/UserInfoEx/src/svc_timezone.h @@ -1,4 +1,4 @@ -/*
+/*
UserinfoEx plugin for Miranda IM
Copyright:
diff --git a/plugins/UserInfoEx/src/version.h b/plugins/UserInfoEx/src/version.h index 01ac12a8e6..557c55d5e4 100644 --- a/plugins/UserInfoEx/src/version.h +++ b/plugins/UserInfoEx/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 8
#define __RELEASE_NUM 5
#define __BUILD_NUM 0
diff --git a/plugins/Variables/docs/copying.txt b/plugins/Variables/docs/copying.txt index f9fc00090d..bd5cace35b 100644 --- a/plugins/Variables/docs/copying.txt +++ b/plugins/Variables/docs/copying.txt @@ -1 +1 @@ -this is not meant to be distributed in any way. WIP.
\ No newline at end of file +this is not meant to be distributed in any way. WIP.
\ No newline at end of file diff --git a/plugins/Variables/docs/readme.txt b/plugins/Variables/docs/readme.txt index f0e9b90cb5..af25cbf0fa 100644 --- a/plugins/Variables/docs/readme.txt +++ b/plugins/Variables/docs/readme.txt @@ -1,4 +1,4 @@ -Variables plugin for Miranda IM v0.2.2.0
+Variables plugin for Miranda IM v0.2.2.0
unregistered@users.sourceforge.net
--- About ---
diff --git a/plugins/Variables/src/contact.cpp b/plugins/Variables/src/contact.cpp index 57451003a1..c9a5785f16 100644 --- a/plugins/Variables/src/contact.cpp +++ b/plugins/Variables/src/contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/contact.h b/plugins/Variables/src/contact.h index 667255eb5e..b145a48f4f 100644 --- a/plugins/Variables/src/contact.h +++ b/plugins/Variables/src/contact.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/dbhelpers.h b/plugins/Variables/src/dbhelpers.h index 5fa4eb09cf..b942337774 100644 --- a/plugins/Variables/src/dbhelpers.h +++ b/plugins/Variables/src/dbhelpers.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/enumprocs.cpp b/plugins/Variables/src/enumprocs.cpp index 1c9e51d84d..be34fab55f 100644 --- a/plugins/Variables/src/enumprocs.cpp +++ b/plugins/Variables/src/enumprocs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/enumprocs.h b/plugins/Variables/src/enumprocs.h index ed5ddda9d7..ceb7c461c3 100644 --- a/plugins/Variables/src/enumprocs.h +++ b/plugins/Variables/src/enumprocs.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/help.cpp b/plugins/Variables/src/help.cpp index ecf9b4ced3..a605833839 100644 --- a/plugins/Variables/src/help.cpp +++ b/plugins/Variables/src/help.cpp @@ -1,4 +1,4 @@ -/* +/* Variables Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/Variables/src/lookup3.cpp b/plugins/Variables/src/lookup3.cpp index 48c1bdb6dc..ecc39f1352 100644 --- a/plugins/Variables/src/lookup3.cpp +++ b/plugins/Variables/src/lookup3.cpp @@ -1,4 +1,4 @@ -/*
+/*
-------------------------------------------------------------------------------
lookup3.c, by Bob Jenkins, May 2006, Public Domain.
These are functions for producing 32-bit hashes for hash table lookup.
diff --git a/plugins/Variables/src/main.cpp b/plugins/Variables/src/main.cpp index 9e0931b009..059f49116f 100644 --- a/plugins/Variables/src/main.cpp +++ b/plugins/Variables/src/main.cpp @@ -1,4 +1,4 @@ - /*
+ /*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/options.cpp b/plugins/Variables/src/options.cpp index 421b901f72..48e04098f9 100644 --- a/plugins/Variables/src/options.cpp +++ b/plugins/Variables/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_alias.cpp b/plugins/Variables/src/parse_alias.cpp index c699e31807..e90595a68e 100644 --- a/plugins/Variables/src/parse_alias.cpp +++ b/plugins/Variables/src/parse_alias.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_alias.h b/plugins/Variables/src/parse_alias.h index 730743feb0..8cec5ded4f 100644 --- a/plugins/Variables/src/parse_alias.h +++ b/plugins/Variables/src/parse_alias.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_external.cpp b/plugins/Variables/src/parse_external.cpp index 6533ccee27..10de3d36cb 100644 --- a/plugins/Variables/src/parse_external.cpp +++ b/plugins/Variables/src/parse_external.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_external.h b/plugins/Variables/src/parse_external.h index 4a01828131..2aa33f3bbd 100644 --- a/plugins/Variables/src/parse_external.h +++ b/plugins/Variables/src/parse_external.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_inet.cpp b/plugins/Variables/src/parse_inet.cpp index f0b7f112db..d4c00aad23 100644 --- a/plugins/Variables/src/parse_inet.cpp +++ b/plugins/Variables/src/parse_inet.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_inet.h b/plugins/Variables/src/parse_inet.h index 2b93c23941..f3c4b46175 100644 --- a/plugins/Variables/src/parse_inet.h +++ b/plugins/Variables/src/parse_inet.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_logic.cpp b/plugins/Variables/src/parse_logic.cpp index 7bfcc5a650..2c234b9890 100644 --- a/plugins/Variables/src/parse_logic.cpp +++ b/plugins/Variables/src/parse_logic.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_logic.h b/plugins/Variables/src/parse_logic.h index 3090fb6635..6d6803ee7f 100644 --- a/plugins/Variables/src/parse_logic.h +++ b/plugins/Variables/src/parse_logic.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_math.cpp b/plugins/Variables/src/parse_math.cpp index c8670ee9c8..7bb12ada35 100644 --- a/plugins/Variables/src/parse_math.cpp +++ b/plugins/Variables/src/parse_math.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_math.h b/plugins/Variables/src/parse_math.h index 16a69c2b64..300e3604eb 100644 --- a/plugins/Variables/src/parse_math.h +++ b/plugins/Variables/src/parse_math.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_metacontacts.cpp b/plugins/Variables/src/parse_metacontacts.cpp index 5b907f1d1c..b071cd4c25 100644 --- a/plugins/Variables/src/parse_metacontacts.cpp +++ b/plugins/Variables/src/parse_metacontacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_metacontacts.h b/plugins/Variables/src/parse_metacontacts.h index 028d82da84..21ddd6bbeb 100644 --- a/plugins/Variables/src/parse_metacontacts.h +++ b/plugins/Variables/src/parse_metacontacts.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_miranda.cpp b/plugins/Variables/src/parse_miranda.cpp index 42db5a4683..e6280737d5 100644 --- a/plugins/Variables/src/parse_miranda.cpp +++ b/plugins/Variables/src/parse_miranda.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_miranda.h b/plugins/Variables/src/parse_miranda.h index 82d183ac0f..b5096cb4f0 100644 --- a/plugins/Variables/src/parse_miranda.h +++ b/plugins/Variables/src/parse_miranda.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_regexp.cpp b/plugins/Variables/src/parse_regexp.cpp index a00b54b8d0..b401d15aae 100644 --- a/plugins/Variables/src/parse_regexp.cpp +++ b/plugins/Variables/src/parse_regexp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_regexp.h b/plugins/Variables/src/parse_regexp.h index 9798577565..6d058e646a 100644 --- a/plugins/Variables/src/parse_regexp.h +++ b/plugins/Variables/src/parse_regexp.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_str.cpp b/plugins/Variables/src/parse_str.cpp index 902a48409a..81207853b1 100644 --- a/plugins/Variables/src/parse_str.cpp +++ b/plugins/Variables/src/parse_str.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_str.h b/plugins/Variables/src/parse_str.h index 30855723c5..3c7232a137 100644 --- a/plugins/Variables/src/parse_str.h +++ b/plugins/Variables/src/parse_str.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_system.cpp b/plugins/Variables/src/parse_system.cpp index 35503bdad1..02bfdd4407 100644 --- a/plugins/Variables/src/parse_system.cpp +++ b/plugins/Variables/src/parse_system.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_system.h b/plugins/Variables/src/parse_system.h index c66cac7430..b900f53488 100644 --- a/plugins/Variables/src/parse_system.h +++ b/plugins/Variables/src/parse_system.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_variables.cpp b/plugins/Variables/src/parse_variables.cpp index e4c48da3bb..6fce6cd3fb 100644 --- a/plugins/Variables/src/parse_variables.cpp +++ b/plugins/Variables/src/parse_variables.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_variables.h b/plugins/Variables/src/parse_variables.h index bdad6b99c2..ea83c3b1e0 100644 --- a/plugins/Variables/src/parse_variables.h +++ b/plugins/Variables/src/parse_variables.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/parse_xml.h b/plugins/Variables/src/parse_xml.h index b638f2d8d4..51df56be79 100644 --- a/plugins/Variables/src/parse_xml.h +++ b/plugins/Variables/src/parse_xml.h @@ -1,2 +1,2 @@ -#define XSLTF "xsltf"
+#define XSLTF "xsltf"
#define XSLTS "xslts"
\ No newline at end of file diff --git a/plugins/Variables/src/resource.h b/plugins/Variables/src/resource.h index 26aa6a9451..d7020db4b4 100644 --- a/plugins/Variables/src/resource.h +++ b/plugins/Variables/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\Variables.rc
//
diff --git a/plugins/Variables/src/stdafx.cxx b/plugins/Variables/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Variables/src/stdafx.cxx +++ b/plugins/Variables/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/Variables/src/stdafx.h b/plugins/Variables/src/stdafx.h index 0e5590cdb7..9f62ae75ec 100644 --- a/plugins/Variables/src/stdafx.h +++ b/plugins/Variables/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/tokenregister.cpp b/plugins/Variables/src/tokenregister.cpp index a96acb8d1f..11c2212449 100644 --- a/plugins/Variables/src/tokenregister.cpp +++ b/plugins/Variables/src/tokenregister.cpp @@ -1,4 +1,4 @@ -/*
+/*
Variables Plugin for Miranda-IM (www.miranda-im.org)
Copyright 2003-2006 P. Boon
diff --git a/plugins/Variables/src/variables.cpp b/plugins/Variables/src/variables.cpp index a111d22314..3ba1ae1ab3 100644 --- a/plugins/Variables/src/variables.cpp +++ b/plugins/Variables/src/variables.cpp @@ -1,4 +1,4 @@ -/* +/* Variables Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/Variables/src/version.h b/plugins/Variables/src/version.h index 1017598fb6..010c047d72 100644 --- a/plugins/Variables/src/version.h +++ b/plugins/Variables/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 3 #define __BUILD_NUM 11 diff --git a/plugins/Watrack/docs/history.txt b/plugins/Watrack/docs/history.txt index 83625e030c..bea80d4e85 100644 --- a/plugins/Watrack/docs/history.txt +++ b/plugins/Watrack/docs/history.txt @@ -1,4 +1,4 @@ -0.0.6.12 (17 nov 2009)
+0.0.6.12 (17 nov 2009)
Added Last.FM scrobbling support
0.0.6.11 (14 sep 2009)
Added watrack parts admin page
diff --git a/plugins/Watrack/docs/readme.txt b/plugins/Watrack/docs/readme.txt index 4055a1ed53..ef2ec81e98 100644 --- a/plugins/Watrack/docs/readme.txt +++ b/plugins/Watrack/docs/readme.txt @@ -1,4 +1,4 @@ -For what:
+For what:
Insert Played music info in message window or Status text. ICQ extended
status supported.
diff --git a/plugins/Watrack/icons/GO/waticons.h b/plugins/Watrack/icons/GO/waticons.h index d6d33afb46..bad8cadea2 100644 --- a/plugins/Watrack/icons/GO/waticons.h +++ b/plugins/Watrack/icons/GO/waticons.h @@ -1,4 +1,4 @@ -#define IDI_PREV_NORMAL 1
+#define IDI_PREV_NORMAL 1
#define IDI_PREV_HOVERED 2
#define IDI_PREV_PRESSED 3
diff --git a/plugins/Watrack/icons/MASM/waticons.h b/plugins/Watrack/icons/MASM/waticons.h index d6d33afb46..bad8cadea2 100644 --- a/plugins/Watrack/icons/MASM/waticons.h +++ b/plugins/Watrack/icons/MASM/waticons.h @@ -1,4 +1,4 @@ -#define IDI_PREV_NORMAL 1
+#define IDI_PREV_NORMAL 1
#define IDI_PREV_HOVERED 2
#define IDI_PREV_PRESSED 3
diff --git a/plugins/Watrack/icons/TASM/waticons.h b/plugins/Watrack/icons/TASM/waticons.h index d6d33afb46..bad8cadea2 100644 --- a/plugins/Watrack/icons/TASM/waticons.h +++ b/plugins/Watrack/icons/TASM/waticons.h @@ -1,4 +1,4 @@ -#define IDI_PREV_NORMAL 1
+#define IDI_PREV_NORMAL 1
#define IDI_PREV_HOVERED 2
#define IDI_PREV_PRESSED 3
diff --git a/plugins/Watrack/player.ini b/plugins/Watrack/player.ini index e40f72888b..79676eb034 100644 --- a/plugins/Watrack/player.ini +++ b/plugins/Watrack/player.ini @@ -1,4 +1,4 @@ -;[name]
+;[name]
;text0= for stopped (empty) player?
;class=
;text=
diff --git a/plugins/Watrack_MPD/src/init.cpp b/plugins/Watrack_MPD/src/init.cpp index cf9c1a47cf..41d24efd60 100755 --- a/plugins/Watrack_MPD/src/init.cpp +++ b/plugins/Watrack_MPD/src/init.cpp @@ -1,4 +1,4 @@ -// Copyright © 2009-2010 sss
+// Copyright © 2009-2010 sss
//
// 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/Watrack_MPD/src/main.cpp b/plugins/Watrack_MPD/src/main.cpp index c84c035c94..4e037d7cb5 100755 --- a/plugins/Watrack_MPD/src/main.cpp +++ b/plugins/Watrack_MPD/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright � 2008 sss, chaos.persei +// Copyright � 2008 sss, chaos.persei // // 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/Watrack_MPD/src/options.cpp b/plugins/Watrack_MPD/src/options.cpp index 3a003315a6..b615ee3826 100755 --- a/plugins/Watrack_MPD/src/options.cpp +++ b/plugins/Watrack_MPD/src/options.cpp @@ -1,4 +1,4 @@ -// Copyright © 2008 sss, chaos.persei +// Copyright © 2008 sss, chaos.persei // // 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/Watrack_MPD/src/resource.h b/plugins/Watrack_MPD/src/resource.h index fac167ce2c..4999f6c88e 100755 --- a/plugins/Watrack_MPD/src/resource.h +++ b/plugins/Watrack_MPD/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by watrack_mpd.rc // diff --git a/plugins/Watrack_MPD/src/stdafx.cxx b/plugins/Watrack_MPD/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Watrack_MPD/src/stdafx.cxx +++ b/plugins/Watrack_MPD/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/Watrack_MPD/src/stdafx.h b/plugins/Watrack_MPD/src/stdafx.h index 9c311ff0b6..c9a6a3f014 100755 --- a/plugins/Watrack_MPD/src/stdafx.h +++ b/plugins/Watrack_MPD/src/stdafx.h @@ -1,4 +1,4 @@ -// Copyright © 2008 sss, chaos.persei
+// Copyright © 2008 sss, chaos.persei
//
// 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/Watrack_MPD/src/utilities.cpp b/plugins/Watrack_MPD/src/utilities.cpp index 8954777fb5..b8c209150f 100755 --- a/plugins/Watrack_MPD/src/utilities.cpp +++ b/plugins/Watrack_MPD/src/utilities.cpp @@ -1,4 +1,4 @@ -// Copyright © 2008 sss, chaos.persei +// Copyright © 2008 sss, chaos.persei // // 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/Watrack_MPD/src/utilities.h b/plugins/Watrack_MPD/src/utilities.h index d832006f41..3f594c7084 100755 --- a/plugins/Watrack_MPD/src/utilities.h +++ b/plugins/Watrack_MPD/src/utilities.h @@ -1,4 +1,4 @@ -#ifndef UTILITIES_H +#ifndef UTILITIES_H #define UTILITIES_H wchar_t* __stdcall UniGetContactSettingUtf(MCONTACT hContact, const char *szModule,const char* szSetting, wchar_t* szDef); diff --git a/plugins/Watrack_MPD/src/version.h b/plugins/Watrack_MPD/src/version.h index 24d196e443..a973d9afdd 100644 --- a/plugins/Watrack_MPD/src/version.h +++ b/plugins/Watrack_MPD/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 4 diff --git a/plugins/Weather/docs/history.txt b/plugins/Weather/docs/history.txt index 6d815b737a..ff936f56f2 100644 --- a/plugins/Weather/docs/history.txt +++ b/plugins/Weather/docs/history.txt @@ -1,4 +1,4 @@ -Weather Protocol - Version History
+Weather Protocol - Version History
==================================
Version 0.3.8.19 2011/09/03
- Fixed Brief window update on weather station update
diff --git a/plugins/Weather/docs/license.txt b/plugins/Weather/docs/license.txt index 75fe0077e7..45645b4b53 100644 --- a/plugins/Weather/docs/license.txt +++ b/plugins/Weather/docs/license.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/Weather/docs/sample_ini.ini b/plugins/Weather/docs/sample_ini.ini index f4659654b4..4790a4051f 100644 --- a/plugins/Weather/docs/sample_ini.ini +++ b/plugins/Weather/docs/sample_ini.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.5]
+[Weather 0.3.x Update Data 1.5]
; This file contains the information required for the weather protocol to obtain update.
; For the plugin to function properly, at least one of these file must be present.
diff --git a/plugins/Weather/docs/weather/gismeteo.ini b/plugins/Weather/docs/weather/gismeteo.ini index e9bbbc1ecd..9aa99e0089 100644 --- a/plugins/Weather/docs/weather/gismeteo.ini +++ b/plugins/Weather/docs/weather/gismeteo.ini @@ -1,32 +1,32 @@ -[Weather 0.3.x Update Data 1.4]
+[Weather 0.3.x Update Data 1.4]
;*********************************************************
;
-; Подробный прогноз на 3 дня для НОВОГО gismeteo.com(ua/ru).
+; 3 gismeteo.com(ua/ru).
;
-; Поиска по названию города нет и не будет пока не изменится плагин погоды!
-; Искать _только_ по ID города, который предварительно выясняем на сайте гисметео.
+; !
+; __ ID , .
;
-; Перед использованием желательно удалить старые контакты
-; с погодой и найти нужные города по новой. Первый раз обновиться
-; из меню (правый клик на контакте) через "Удалить данные и обновить" .
+;
+; .
+; ( ) " " .
;
-; Чтобы все было красиво и понятно видно в миранде идем в
-; Параметры->Модули->Погода->Показывать и поле "Кратко" (остальные поля по вкусу)
-; полностью заменяем на:
+;
+; ->->-> "" ( )
+; :
-; Состояние погоды в %[CityName] на %u
+; %[CityName] %u
; ----------------------------------------------------------------
-; Условия: %c
-; Температура: %t
-; Давление: %p
-; Влажность: %m
-; Ветер: %i %w
-; Температура воды: %[TW]
-; Восход: %r, Закат: %y, Продолжительность дня: %[Day Length], Фаза Луны: %[Moon Phase]
+; : %c
+; : %t
+; : %p
+; : %m
+; : %i %w
+; : %[TW]
+; : %r, : %y, : %[Day Length], : %[Moon Phase]
;
-; Прогноз (Дата, Температура [Комфорт], Условия, Ветер, Давление, Влажность)
+; (, [], , , , )
; -------------------------------------------------------------------------------------------------------
; %[Forecast Day 1]
; %[Forecast Day 2]
@@ -42,10 +42,10 @@ ; %[Forecast Day 12]
-; Решение проблем
+;
; ~~~~~~~~~~~~~~~
-; Если ничего не работет попробуйте исправить в адресе http://www.gismeteo.xxx
-; xxx - на "com" либо вашу страну, т.е. "ru", "ua" и тп., чтобы не происходило редиректа
+; http://www.gismeteo.xxx
+; xxx - "com" , .. "ru", "ua" .,
;
;*********************************************************
@@ -65,8 +65,8 @@ Update URL=http://www.gismeteo.ua/city/daily/%s/ [/Default]
-;------хз, что делать, когда у них нет текущей погоды
-;------TODO в общем...
+;------, ,
+;------TODO ...
;[nodata]
;Start=<div class="nodata">
;End=</div>
@@ -74,8 +74,8 @@ Update URL=http://www.gismeteo.ua/city/daily/%s/ ;-----------------------------------------------------
[CityName]
-Start=Погода в
-End=на
+Start=
+End=
[/CityName]
[Condition]
@@ -94,7 +94,7 @@ Unit=C ;[/Visibility]
[Wind Direction]
-Start=<dl title="Ветер
+Start=<dl title="
End="
[/Wind Direction]
@@ -112,7 +112,7 @@ Unit=mm [/Pressure]
[Humidity]
-Start=<div class="wicon hum" title="Влажность">
+Start=<div class="wicon hum" title="">
End=<span class="unit">
Unit=%
[/Humidity]
@@ -123,7 +123,7 @@ End=" [/Update]
;[Cloudy]
-;Start=Облачность
+;Start=
;End=</b>
;[/Cloudy]
@@ -816,7 +816,7 @@ Set Data=[FD12D] & " : " & [FD12T] & "C [" & [FD12F] & "C]" & ", " & [FD12C] & " ;--------------------------------------------
[TW]
-Start=Температура воды:
+Start= :
End=°
Unit=C
[/TW]
@@ -829,17 +829,17 @@ Unit=C [/Feel]
[Sunrise]
-Start=Восход</strong>
+Start=</strong>
End=</li>
[/Sunrise]
[Sunset]
-Start=Заход</strong>
+Start=</strong>
End=</li>
[/Sunset]
[Day Length]
-Start=Долгота</strong>
+Start=</strong>
End=</li>
[/Day Length]
@@ -868,28 +868,28 @@ Set Data=[MP1] & ", " & [MP2] [Icons]
-Sunny=ясно
-Sunny=штиль
-Partly Cloudy=малооблачно
-Cloudy=облачно
-Cloudy=пасмурно
-Rain=небольшой дождь
-Rain Shower=дождь
-Rain Shower=ливень
-Snow=снег
-Snow=небольшой снег
-Snow Shower=слабый снег хлопьями
-Snow Shower=снегопад
-Snow Shower=шквал
-Ligntning=гроза
-Fog=туман
+Sunny=
+Sunny=
+Partly Cloudy=
+Cloudy=
+Cloudy=
+Rain=
+Rain Shower=
+Rain Shower=
+Snow=
+Snow=
+Snow Shower=
+Snow Shower=
+Snow Shower=
+Ligntning=
+Fog=
[ID Search]
Available=TRUE
Search URL=http://www.gismeteo.ua/city/daily/%s/
Not Found Str=Not Found
-Name Start=по г.
+Name Start= .
Name End=.">
[/ID Search]
diff --git a/plugins/Weather/docs/weather/msn.ini b/plugins/Weather/docs/weather/msn.ini index acd1e9c50c..f78643dff6 100644 --- a/plugins/Weather/docs/weather/msn.ini +++ b/plugins/Weather/docs/weather/msn.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.5]
+[Weather 0.3.x Update Data 1.5]
[Header]
Name=MSN Weather (New Layout)
Internal Name=msn2014
diff --git a/plugins/Weather/docs/weather/weatherxml.ini b/plugins/Weather/docs/weather/weatherxml.ini index 1ecc79ed26..cd1ce3a56d 100644 --- a/plugins/Weather/docs/weather/weatherxml.ini +++ b/plugins/Weather/docs/weather/weatherxml.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.2]
+[Weather 0.3.x Update Data 1.2]
[Header]
Name=WeatherXML
Internal Name=wxml
@@ -72,7 +72,7 @@ End=< Start=<t>
End=<
[Wind Direction]
-Set Data=[Wind Direction DEG] & "° [" & [WindDir] & "]"
+Set Data=[Wind Direction DEG] & " [" & [WindDir] & "]"
[Humidity]
Start=<hmid>
End=<
diff --git a/plugins/Weather/docs/weather/wundergrnd_intl.ini b/plugins/Weather/docs/weather/wundergrnd_intl.ini index d5df687e98..1893b44303 100644 --- a/plugins/Weather/docs/weather/wundergrnd_intl.ini +++ b/plugins/Weather/docs/weather/wundergrnd_intl.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.4]
+[Weather 0.3.x Update Data 1.4]
; Short history:
; 2004/03/22 Initial release
diff --git a/plugins/Weather/docs/weather/wundergrnd_xml.ini b/plugins/Weather/docs/weather/wundergrnd_xml.ini index b193b79721..2e2db48fa5 100644 --- a/plugins/Weather/docs/weather/wundergrnd_xml.ini +++ b/plugins/Weather/docs/weather/wundergrnd_xml.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.3]
+[Weather 0.3.x Update Data 1.3]
; Short history:
; 2008/05/19 Initial release
diff --git a/plugins/Weather/src/resource.h b/plugins/Weather/src/resource.h index 8a208dd30a..b03933ad09 100644 --- a/plugins/Weather/src/resource.h +++ b/plugins/Weather/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Weather/src/stdafx.cxx b/plugins/Weather/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Weather/src/stdafx.cxx +++ b/plugins/Weather/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/Weather/src/stdafx.h b/plugins/Weather/src/stdafx.h index 3c220dba56..6c4a8082bb 100644 --- a/plugins/Weather/src/stdafx.h +++ b/plugins/Weather/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda NG
Copyright (c) 2012-2014 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h index 2fcf601034..7562216179 100644 --- a/plugins/Weather/src/version.h +++ b/plugins/Weather/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
#define __BUILD_NUM 3
diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index af3e86bc88..6739dcf5da 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_addstn.cpp b/plugins/Weather/src/weather_addstn.cpp index 716779fa1b..20b93fcecd 100644 --- a/plugins/Weather/src/weather_addstn.cpp +++ b/plugins/Weather/src/weather_addstn.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_contacts.cpp b/plugins/Weather/src/weather_contacts.cpp index a51eea90c5..6d8bd85541 100644 --- a/plugins/Weather/src/weather_contacts.cpp +++ b/plugins/Weather/src/weather_contacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_conv.cpp b/plugins/Weather/src/weather_conv.cpp index 120174682a..ab9f85a26f 100644 --- a/plugins/Weather/src/weather_conv.cpp +++ b/plugins/Weather/src/weather_conv.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_data.cpp b/plugins/Weather/src/weather_data.cpp index 15482ea8c9..5e1a794efa 100644 --- a/plugins/Weather/src/weather_data.cpp +++ b/plugins/Weather/src/weather_data.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_http.cpp b/plugins/Weather/src/weather_http.cpp index e1f8b412d0..8b5995926b 100644 --- a/plugins/Weather/src/weather_http.cpp +++ b/plugins/Weather/src/weather_http.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_icons.cpp b/plugins/Weather/src/weather_icons.cpp index 45c5987597..12f40ebaa3 100644 --- a/plugins/Weather/src/weather_icons.cpp +++ b/plugins/Weather/src/weather_icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_info.cpp b/plugins/Weather/src/weather_info.cpp index 2790afb577..6f7ca4c1c7 100644 --- a/plugins/Weather/src/weather_info.cpp +++ b/plugins/Weather/src/weather_info.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_ini.cpp b/plugins/Weather/src/weather_ini.cpp index f5d1dc8a92..717e7e1fd3 100644 --- a/plugins/Weather/src/weather_ini.cpp +++ b/plugins/Weather/src/weather_ini.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_mwin.cpp b/plugins/Weather/src/weather_mwin.cpp index f2d3164d1e..a87517a9b4 100644 --- a/plugins/Weather/src/weather_mwin.cpp +++ b/plugins/Weather/src/weather_mwin.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2006-2009 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_opt.cpp b/plugins/Weather/src/weather_opt.cpp index e32cee2890..e7b1566672 100644 --- a/plugins/Weather/src/weather_opt.cpp +++ b/plugins/Weather/src/weather_opt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_popup.cpp b/plugins/Weather/src/weather_popup.cpp index 2f2b9767fb..c48e4c37c3 100644 --- a/plugins/Weather/src/weather_popup.cpp +++ b/plugins/Weather/src/weather_popup.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2009 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_svcs.cpp b/plugins/Weather/src/weather_svcs.cpp index 7e3d3a2370..58d2dcfca9 100644 --- a/plugins/Weather/src/weather_svcs.cpp +++ b/plugins/Weather/src/weather_svcs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_update.cpp b/plugins/Weather/src/weather_update.cpp index 676ca8c577..d64786e53c 100644 --- a/plugins/Weather/src/weather_update.cpp +++ b/plugins/Weather/src/weather_update.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/Weather/src/weather_userinfo.cpp b/plugins/Weather/src/weather_userinfo.cpp index a0b8f42b14..cfba17d431 100644 --- a/plugins/Weather/src/weather_userinfo.cpp +++ b/plugins/Weather/src/weather_userinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (c) 2012 Miranda NG Team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
diff --git a/plugins/WebView/docs/changelog.txt b/plugins/WebView/docs/changelog.txt index 3f826bdb09..7394a55a5a 100644 --- a/plugins/WebView/docs/changelog.txt +++ b/plugins/WebView/docs/changelog.txt @@ -1,4 +1,4 @@ --0.1.3.10
+-0.1.3.10
-Made separate Unicode and ANSI versions of plugin.
-Removed some old unneeded code.
diff --git a/plugins/WebView/docs/license.txt b/plugins/WebView/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/WebView/docs/license.txt +++ b/plugins/WebView/docs/license.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/WebView/docs/readme.txt b/plugins/WebView/docs/readme.txt index 10928832e1..8c441c1feb 100644 --- a/plugins/WebView/docs/readme.txt +++ b/plugins/WebView/docs/readme.txt @@ -1,4 +1,4 @@ -***************************************
+***************************************
* Webview Protocol Plugin by Bumper1 *
***************************************
diff --git a/plugins/WebView/docs/todo.txt b/plugins/WebView/docs/todo.txt index 494cc08997..58bece465a 100644 --- a/plugins/WebView/docs/todo.txt +++ b/plugins/WebView/docs/todo.txt @@ -1,3 +1,3 @@ -
+
diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp index 5899f9283f..421e92fdd2 100644 --- a/plugins/WebView/src/main.cpp +++ b/plugins/WebView/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window.
* Copyright (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/resource.h b/plugins/WebView/src/resource.h index ab853ce332..75379a22e5 100644 --- a/plugins/WebView/src/resource.h +++ b/plugins/WebView/src/resource.h @@ -1,4 +1,4 @@ -#define UNI 1
+#define UNI 1
#define IDC_STATIC -1
diff --git a/plugins/WebView/src/stdafx.cxx b/plugins/WebView/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/WebView/src/stdafx.cxx +++ b/plugins/WebView/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/WebView/src/stdafx.h b/plugins/WebView/src/stdafx.h index 60eee0355b..2dc3a797e8 100644 --- a/plugins/WebView/src/stdafx.h +++ b/plugins/WebView/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <shlwapi.h>
#include <Richedit.h>
#include <Commctrl.h>
diff --git a/plugins/WebView/src/version.h b/plugins/WebView/src/version.h index 25ee81d954..42f5d505c1 100644 --- a/plugins/WebView/src/version.h +++ b/plugins/WebView/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 diff --git a/plugins/WebView/src/webview.cpp b/plugins/WebView/src/webview.cpp index addc038d4c..9c77b5e6af 100644 --- a/plugins/WebView/src/webview.cpp +++ b/plugins/WebView/src/webview.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h index 886452ca24..28a897de58 100644 --- a/plugins/WebView/src/webview.h +++ b/plugins/WebView/src/webview.h @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_alerts.cpp b/plugins/WebView/src/webview_alerts.cpp index dc78d06335..78d217a383 100644 --- a/plugins/WebView/src/webview_alerts.cpp +++ b/plugins/WebView/src/webview_alerts.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_cleanup.cpp b/plugins/WebView/src/webview_cleanup.cpp index 4ebdca76b3..9ca77f42c2 100644 --- a/plugins/WebView/src/webview_cleanup.cpp +++ b/plugins/WebView/src/webview_cleanup.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_datawnd.cpp b/plugins/WebView/src/webview_datawnd.cpp index 649df9f603..bbbed64265 100644 --- a/plugins/WebView/src/webview_datawnd.cpp +++ b/plugins/WebView/src/webview_datawnd.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_getdata.cpp b/plugins/WebView/src/webview_getdata.cpp index 9fc01332e0..ef9ba7fa7e 100644 --- a/plugins/WebView/src/webview_getdata.cpp +++ b/plugins/WebView/src/webview_getdata.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_opts.cpp b/plugins/WebView/src/webview_opts.cpp index 740183a444..4ad9519b4a 100644 --- a/plugins/WebView/src/webview_opts.cpp +++ b/plugins/WebView/src/webview_opts.cpp @@ -1,4 +1,4 @@ -/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_services.cpp b/plugins/WebView/src/webview_services.cpp index dcaa685f2e..91ae497ba7 100644 --- a/plugins/WebView/src/webview_services.cpp +++ b/plugins/WebView/src/webview_services.cpp @@ -1,4 +1,4 @@ -/* +/* * A plugin for Miranda IM which displays web page text in a window Copyright * (C) 2005 Vincent Joyce. * diff --git a/plugins/WhenWasIt/docs/readme.txt b/plugins/WhenWasIt/docs/readme.txt index a4c2d63c2d..c7bb02dfba 100644 --- a/plugins/WhenWasIt/docs/readme.txt +++ b/plugins/WhenWasIt/docs/readme.txt @@ -1,4 +1,4 @@ -WhenWasIt birthday reminder plugin v.0.3.3.4
+WhenWasIt birthday reminder plugin v.0.3.3.4
Copyright © 2006-2011 Cristian Libotean
Thanks go to Angeli-Ka for the icons.
diff --git a/plugins/WhenWasIt/src/WhenWasIt.cpp b/plugins/WhenWasIt/src/WhenWasIt.cpp index 8be37daca2..b2d18a66ef 100644 --- a/plugins/WhenWasIt/src/WhenWasIt.cpp +++ b/plugins/WhenWasIt/src/WhenWasIt.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/birthdays.cpp b/plugins/WhenWasIt/src/birthdays.cpp index e795df6d88..43e60ffdc9 100644 --- a/plugins/WhenWasIt/src/birthdays.cpp +++ b/plugins/WhenWasIt/src/birthdays.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/birthdays.h b/plugins/WhenWasIt/src/birthdays.h index fd7fb6151d..c090143adc 100644 --- a/plugins/WhenWasIt/src/birthdays.h +++ b/plugins/WhenWasIt/src/birthdays.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/date_utils.cpp b/plugins/WhenWasIt/src/date_utils.cpp index dd09578476..897f2af0eb 100644 --- a/plugins/WhenWasIt/src/date_utils.cpp +++ b/plugins/WhenWasIt/src/date_utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/date_utils.h b/plugins/WhenWasIt/src/date_utils.h index 6bc69429a5..3cfcf235d5 100644 --- a/plugins/WhenWasIt/src/date_utils.h +++ b/plugins/WhenWasIt/src/date_utils.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/dlg_handlers.cpp b/plugins/WhenWasIt/src/dlg_handlers.cpp index 05a847dd08..637d73fd3a 100644 --- a/plugins/WhenWasIt/src/dlg_handlers.cpp +++ b/plugins/WhenWasIt/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/dlg_handlers.h b/plugins/WhenWasIt/src/dlg_handlers.h index 19198c3164..7a77e5e33a 100644 --- a/plugins/WhenWasIt/src/dlg_handlers.h +++ b/plugins/WhenWasIt/src/dlg_handlers.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/events.cpp b/plugins/WhenWasIt/src/events.cpp index e915ad0eae..9985e55e65 100644 --- a/plugins/WhenWasIt/src/events.cpp +++ b/plugins/WhenWasIt/src/events.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/events.h b/plugins/WhenWasIt/src/events.h index a672309a24..725f74866a 100644 --- a/plugins/WhenWasIt/src/events.h +++ b/plugins/WhenWasIt/src/events.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/hooked_events.cpp b/plugins/WhenWasIt/src/hooked_events.cpp index 5e2d6cd4c6..c25bcc9eeb 100644 --- a/plugins/WhenWasIt/src/hooked_events.cpp +++ b/plugins/WhenWasIt/src/hooked_events.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006-2011 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/hooked_events.h b/plugins/WhenWasIt/src/hooked_events.h index 96954de12d..25679b8bcf 100644 --- a/plugins/WhenWasIt/src/hooked_events.h +++ b/plugins/WhenWasIt/src/hooked_events.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/icons.cpp b/plugins/WhenWasIt/src/icons.cpp index 1b608ef991..9cb6c49b3e 100644 --- a/plugins/WhenWasIt/src/icons.cpp +++ b/plugins/WhenWasIt/src/icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/icons.h b/plugins/WhenWasIt/src/icons.h index 5e234b4944..b3886cdbb9 100644 --- a/plugins/WhenWasIt/src/icons.h +++ b/plugins/WhenWasIt/src/icons.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/notifiers.cpp b/plugins/WhenWasIt/src/notifiers.cpp index 36e2cb70b1..ac16710c23 100644 --- a/plugins/WhenWasIt/src/notifiers.cpp +++ b/plugins/WhenWasIt/src/notifiers.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/notifiers.h b/plugins/WhenWasIt/src/notifiers.h index 50a6662176..815dc79b6d 100644 --- a/plugins/WhenWasIt/src/notifiers.h +++ b/plugins/WhenWasIt/src/notifiers.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/resource.h b/plugins/WhenWasIt/src/resource.h index ce6b7a1084..76f9354820 100644 --- a/plugins/WhenWasIt/src/resource.h +++ b/plugins/WhenWasIt/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\WhenWasIt.rc
//
diff --git a/plugins/WhenWasIt/src/services.cpp b/plugins/WhenWasIt/src/services.cpp index 31a88cce1b..4de81db610 100644 --- a/plugins/WhenWasIt/src/services.cpp +++ b/plugins/WhenWasIt/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/services.h b/plugins/WhenWasIt/src/services.h index 83d2bde969..105bec9973 100644 --- a/plugins/WhenWasIt/src/services.h +++ b/plugins/WhenWasIt/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/stdafx.cxx b/plugins/WhenWasIt/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/WhenWasIt/src/stdafx.cxx +++ b/plugins/WhenWasIt/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/WhenWasIt/src/stdafx.h b/plugins/WhenWasIt/src/stdafx.h index 34262097d0..5f5ce88dda 100644 --- a/plugins/WhenWasIt/src/stdafx.h +++ b/plugins/WhenWasIt/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006-2011 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/utils.cpp b/plugins/WhenWasIt/src/utils.cpp index c0558f63ee..d2856f94a4 100644 --- a/plugins/WhenWasIt/src/utils.cpp +++ b/plugins/WhenWasIt/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/utils.h b/plugins/WhenWasIt/src/utils.h index 90d27e256f..912b5ceeb7 100644 --- a/plugins/WhenWasIt/src/utils.h +++ b/plugins/WhenWasIt/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
WhenWasIt (birthday reminder) plugin for Miranda IM
Copyright © 2006 Cristian Libotean
diff --git a/plugins/WhenWasIt/src/version.h b/plugins/WhenWasIt/src/version.h index d9a98b8136..08db3ede63 100644 --- a/plugins/WhenWasIt/src/version.h +++ b/plugins/WhenWasIt/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 3
#define __RELEASE_NUM 3
#define __BUILD_NUM 5
diff --git a/plugins/WhoUsesMyFiles/docs/readme.txt b/plugins/WhoUsesMyFiles/docs/readme.txt index cd95ba228f..f07d9c2275 100644 --- a/plugins/WhoUsesMyFiles/docs/readme.txt +++ b/plugins/WhoUsesMyFiles/docs/readme.txt @@ -1,4 +1,4 @@ -WUMF: Who Use My Files?
+WUMF: Who Use My Files?
-----------------------
ver 0.1.0.1
diff --git a/plugins/WhoUsesMyFiles/src/list.cpp b/plugins/WhoUsesMyFiles/src/list.cpp index e3d763b071..a597d99235 100644 --- a/plugins/WhoUsesMyFiles/src/list.cpp +++ b/plugins/WhoUsesMyFiles/src/list.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
PWumf new_wumf( DWORD dwID,
LPTSTR szUser,
diff --git a/plugins/WhoUsesMyFiles/src/resource.h b/plugins/WhoUsesMyFiles/src/resource.h index 39e0ca7a9d..31191a9918 100644 --- a/plugins/WhoUsesMyFiles/src/resource.h +++ b/plugins/WhoUsesMyFiles/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/WhoUsesMyFiles/src/stdafx.cxx b/plugins/WhoUsesMyFiles/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/WhoUsesMyFiles/src/stdafx.cxx +++ b/plugins/WhoUsesMyFiles/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/WhoUsesMyFiles/src/stdafx.h b/plugins/WhoUsesMyFiles/src/stdafx.h index 2de1ab1bdb..66c4fc31fa 100644 --- a/plugins/WhoUsesMyFiles/src/stdafx.h +++ b/plugins/WhoUsesMyFiles/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <lm.h>
#include <locale.h>
#include <shlobj.h>
diff --git a/plugins/WhoUsesMyFiles/src/version.h b/plugins/WhoUsesMyFiles/src/version.h index 68639c3230..9fc7bab382 100644 --- a/plugins/WhoUsesMyFiles/src/version.h +++ b/plugins/WhoUsesMyFiles/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 diff --git a/plugins/WhoUsesMyFiles/src/wumf.cpp b/plugins/WhoUsesMyFiles/src/wumf.cpp index 78f778fa98..c4c3969081 100644 --- a/plugins/WhoUsesMyFiles/src/wumf.cpp +++ b/plugins/WhoUsesMyFiles/src/wumf.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define MAX_CHARS 4096
#define WS_WINDOW_STYLE WS_OVERLAPPED
diff --git a/plugins/WhoUsesMyFiles/src/wumfplug.cpp b/plugins/WhoUsesMyFiles/src/wumfplug.cpp index 44d901fbcc..1a6ae70dad 100644 --- a/plugins/WhoUsesMyFiles/src/wumfplug.cpp +++ b/plugins/WhoUsesMyFiles/src/wumfplug.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
WUMF_OPTIONS WumfOptions = { 0 };
diff --git a/plugins/WinterSpeak/src/AnnounceDatabase.cpp b/plugins/WinterSpeak/src/AnnounceDatabase.cpp index 658b3abf9e..2aebf7cb9b 100644 --- a/plugins/WinterSpeak/src/AnnounceDatabase.cpp +++ b/plugins/WinterSpeak/src/AnnounceDatabase.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "AnnounceDatabase.h"
diff --git a/plugins/WinterSpeak/src/AnnounceDatabase.h b/plugins/WinterSpeak/src/AnnounceDatabase.h index 370c0399a8..06014843ac 100644 --- a/plugins/WinterSpeak/src/AnnounceDatabase.h +++ b/plugins/WinterSpeak/src/AnnounceDatabase.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
class AnnounceDatabase
{
diff --git a/plugins/WinterSpeak/src/AnnounceDialog.cpp b/plugins/WinterSpeak/src/AnnounceDialog.cpp index 84f2f4b7f0..75c4d947ee 100644 --- a/plugins/WinterSpeak/src/AnnounceDialog.cpp +++ b/plugins/WinterSpeak/src/AnnounceDialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "AnnounceDialog.h"
diff --git a/plugins/WinterSpeak/src/AnnounceDialog.h b/plugins/WinterSpeak/src/AnnounceDialog.h index 8fa50748ec..f2f3ed86b6 100644 --- a/plugins/WinterSpeak/src/AnnounceDialog.h +++ b/plugins/WinterSpeak/src/AnnounceDialog.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "mirandadialog.h"
#include "AnnounceDatabase.h"
diff --git a/plugins/WinterSpeak/src/ConfigDatabase.cpp b/plugins/WinterSpeak/src/ConfigDatabase.cpp index 1aec16dddd..a67506ad8e 100644 --- a/plugins/WinterSpeak/src/ConfigDatabase.cpp +++ b/plugins/WinterSpeak/src/ConfigDatabase.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "ConfigDatabase.h"
diff --git a/plugins/WinterSpeak/src/ConfigDatabase.h b/plugins/WinterSpeak/src/ConfigDatabase.h index 95d9a575d4..4e7f546aa1 100644 --- a/plugins/WinterSpeak/src/ConfigDatabase.h +++ b/plugins/WinterSpeak/src/ConfigDatabase.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <map>
#include "voice_desc.h"
diff --git a/plugins/WinterSpeak/src/DialogConfigActive.cpp b/plugins/WinterSpeak/src/DialogConfigActive.cpp index 80775500ef..78f798bfcc 100644 --- a/plugins/WinterSpeak/src/DialogConfigActive.cpp +++ b/plugins/WinterSpeak/src/DialogConfigActive.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "DialogConfigActive.h"
//------------------------------------------------------------------------------
diff --git a/plugins/WinterSpeak/src/DialogConfigActive.h b/plugins/WinterSpeak/src/DialogConfigActive.h index 8068d7ac53..da778b3b56 100644 --- a/plugins/WinterSpeak/src/DialogConfigActive.h +++ b/plugins/WinterSpeak/src/DialogConfigActive.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "mirandadialog.h"
class DialogConfigActive : public MirandaDialog
diff --git a/plugins/WinterSpeak/src/DialogConfigEngine.cpp b/plugins/WinterSpeak/src/DialogConfigEngine.cpp index 5106f59502..dc6834fe13 100644 --- a/plugins/WinterSpeak/src/DialogConfigEngine.cpp +++ b/plugins/WinterSpeak/src/DialogConfigEngine.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "DialogConfigEngine.h"
DialogConfigEngine *DialogConfigEngine::m_instance = nullptr;
diff --git a/plugins/WinterSpeak/src/DialogConfigEngine.h b/plugins/WinterSpeak/src/DialogConfigEngine.h index eff97d9e60..e103ec1003 100644 --- a/plugins/WinterSpeak/src/DialogConfigEngine.h +++ b/plugins/WinterSpeak/src/DialogConfigEngine.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "MirandaDialog.h"
#include "ConfigDatabase.h"
diff --git a/plugins/WinterSpeak/src/EventInformation.cpp b/plugins/WinterSpeak/src/EventInformation.cpp index 9e3400cc84..f5c8e1ad9f 100644 --- a/plugins/WinterSpeak/src/EventInformation.cpp +++ b/plugins/WinterSpeak/src/EventInformation.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "EventInformation.h"
diff --git a/plugins/WinterSpeak/src/EventInformation.h b/plugins/WinterSpeak/src/EventInformation.h index 7b992f6e2d..7ef1d698af 100644 --- a/plugins/WinterSpeak/src/EventInformation.h +++ b/plugins/WinterSpeak/src/EventInformation.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <map>
#include <string>
diff --git a/plugins/WinterSpeak/src/MirandaDialog.cpp b/plugins/WinterSpeak/src/MirandaDialog.cpp index 773bca7dc8..646b8a198e 100644 --- a/plugins/WinterSpeak/src/MirandaDialog.cpp +++ b/plugins/WinterSpeak/src/MirandaDialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "MirandaDialog.h"
diff --git a/plugins/WinterSpeak/src/MirandaDialog.h b/plugins/WinterSpeak/src/MirandaDialog.h index 7a153cd30d..bd9e2c91a0 100644 --- a/plugins/WinterSpeak/src/MirandaDialog.h +++ b/plugins/WinterSpeak/src/MirandaDialog.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
class MirandaDialog
{
public:
diff --git a/plugins/WinterSpeak/src/Observer.cpp b/plugins/WinterSpeak/src/Observer.cpp index df2aa41a15..188a4ae3e6 100644 --- a/plugins/WinterSpeak/src/Observer.cpp +++ b/plugins/WinterSpeak/src/Observer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "Observer.h"
Observer::~Observer(void)
diff --git a/plugins/WinterSpeak/src/Observer.h b/plugins/WinterSpeak/src/Observer.h index f18a58d2e1..ec52b2c4d3 100644 --- a/plugins/WinterSpeak/src/Observer.h +++ b/plugins/WinterSpeak/src/Observer.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
class Subject; diff --git a/plugins/WinterSpeak/src/ProtocolInformation.cpp b/plugins/WinterSpeak/src/ProtocolInformation.cpp index 06cd10d4ae..1eaa23482b 100644 --- a/plugins/WinterSpeak/src/ProtocolInformation.cpp +++ b/plugins/WinterSpeak/src/ProtocolInformation.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "ProtocolInformation.h"
diff --git a/plugins/WinterSpeak/src/ProtocolInformation.h b/plugins/WinterSpeak/src/ProtocolInformation.h index 307c2c7651..b57fc14f0a 100644 --- a/plugins/WinterSpeak/src/ProtocolInformation.h +++ b/plugins/WinterSpeak/src/ProtocolInformation.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <deque>
#include <utility>
diff --git a/plugins/WinterSpeak/src/SAPI 4.0/Include/speech.h b/plugins/WinterSpeak/src/SAPI 4.0/Include/speech.h index f7da925775..93c3ea844d 100644 --- a/plugins/WinterSpeak/src/SAPI 4.0/Include/speech.h +++ b/plugins/WinterSpeak/src/SAPI 4.0/Include/speech.h @@ -1,4 +1,4 @@ -/************************************************************************
+/************************************************************************
Speech.H - Header file to use the Microsoft Speech APIs.
Copyright 1994 -1998 by Microsoft corporation.All rights reserved.
diff --git a/plugins/WinterSpeak/src/SpeakAnnounce.cpp b/plugins/WinterSpeak/src/SpeakAnnounce.cpp index 754ee71ae2..92eab57c48 100644 --- a/plugins/WinterSpeak/src/SpeakAnnounce.cpp +++ b/plugins/WinterSpeak/src/SpeakAnnounce.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeakAnnounce.h"
diff --git a/plugins/WinterSpeak/src/SpeakAnnounce.h b/plugins/WinterSpeak/src/SpeakAnnounce.h index 13855c305e..0e0ad5bca4 100644 --- a/plugins/WinterSpeak/src/SpeakAnnounce.h +++ b/plugins/WinterSpeak/src/SpeakAnnounce.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "stdafx.h"
#include <m_database.h>
diff --git a/plugins/WinterSpeak/src/SpeakConfig.cpp b/plugins/WinterSpeak/src/SpeakConfig.cpp index ed1ded0726..f80716a728 100644 --- a/plugins/WinterSpeak/src/SpeakConfig.cpp +++ b/plugins/WinterSpeak/src/SpeakConfig.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeakConfig.h"
diff --git a/plugins/WinterSpeak/src/SpeakConfig.h b/plugins/WinterSpeak/src/SpeakConfig.h index 1d32cc9493..64fdaeb64a 100644 --- a/plugins/WinterSpeak/src/SpeakConfig.h +++ b/plugins/WinterSpeak/src/SpeakConfig.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "stdafx.h"
#include "ConfigDatabase.h"
diff --git a/plugins/WinterSpeak/src/SpeechApi40a.cpp b/plugins/WinterSpeak/src/SpeechApi40a.cpp index 259fd97156..d3bf7d2975 100644 --- a/plugins/WinterSpeak/src/SpeechApi40a.cpp +++ b/plugins/WinterSpeak/src/SpeechApi40a.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeechApi40a.h"
#include "SpeechApi40aLexicon.h"
diff --git a/plugins/WinterSpeak/src/SpeechApi40a.h b/plugins/WinterSpeak/src/SpeechApi40a.h index 8dae4e520a..fcc1b03421 100644 --- a/plugins/WinterSpeak/src/SpeechApi40a.h +++ b/plugins/WinterSpeak/src/SpeechApi40a.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "texttospeech.h"
struct ITTSCentralW;
diff --git a/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp b/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp index 79ff10068f..e1702bde86 100644 --- a/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp +++ b/plugins/WinterSpeak/src/SpeechApi40aLexicon.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeechApi40aLexicon.h"
#include <windows.h>
diff --git a/plugins/WinterSpeak/src/SpeechApi40aLexicon.h b/plugins/WinterSpeak/src/SpeechApi40aLexicon.h index 4f3f4fea7c..73bee51cb9 100644 --- a/plugins/WinterSpeak/src/SpeechApi40aLexicon.h +++ b/plugins/WinterSpeak/src/SpeechApi40aLexicon.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <wtypes.h>
diff --git a/plugins/WinterSpeak/src/SpeechApi51.cpp b/plugins/WinterSpeak/src/SpeechApi51.cpp index 0db37e25f7..d87ea33a53 100644 --- a/plugins/WinterSpeak/src/SpeechApi51.cpp +++ b/plugins/WinterSpeak/src/SpeechApi51.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeechApi51.h"
#include "SpeechApi51Lexicon.h"
diff --git a/plugins/WinterSpeak/src/SpeechApi51.h b/plugins/WinterSpeak/src/SpeechApi51.h index ac96d46e82..b7505e1410 100644 --- a/plugins/WinterSpeak/src/SpeechApi51.h +++ b/plugins/WinterSpeak/src/SpeechApi51.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "TextToSpeech.h"
diff --git a/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp b/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp index bbfa790a4d..8762265b4f 100644 --- a/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp +++ b/plugins/WinterSpeak/src/SpeechApi51Lexicon.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeechApi51Lexicon.h"
#include "SpeechApi51.h"
diff --git a/plugins/WinterSpeak/src/SpeechApi51Lexicon.h b/plugins/WinterSpeak/src/SpeechApi51Lexicon.h index 30d15c35f1..85dd2230fe 100644 --- a/plugins/WinterSpeak/src/SpeechApi51Lexicon.h +++ b/plugins/WinterSpeak/src/SpeechApi51Lexicon.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <wtypes.h>
diff --git a/plugins/WinterSpeak/src/SpeechInterface.cpp b/plugins/WinterSpeak/src/SpeechInterface.cpp index c3ed0ea51d..eba58c079e 100644 --- a/plugins/WinterSpeak/src/SpeechInterface.cpp +++ b/plugins/WinterSpeak/src/SpeechInterface.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "SpeechInterface.h"
#include "SpeechApi51.h"
#include "SpeechApi40a.h"
diff --git a/plugins/WinterSpeak/src/SpeechInterface.h b/plugins/WinterSpeak/src/SpeechInterface.h index b3670f7b5d..78e51a0f75 100644 --- a/plugins/WinterSpeak/src/SpeechInterface.h +++ b/plugins/WinterSpeak/src/SpeechInterface.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <vector>
diff --git a/plugins/WinterSpeak/src/Subject.cpp b/plugins/WinterSpeak/src/Subject.cpp index a1a4e54cd1..9c1fce2a08 100644 --- a/plugins/WinterSpeak/src/Subject.cpp +++ b/plugins/WinterSpeak/src/Subject.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "Subject.h"
#include "Observer.h"
diff --git a/plugins/WinterSpeak/src/Subject.h b/plugins/WinterSpeak/src/Subject.h index 99fbba4dd7..f4bba3b075 100644 --- a/plugins/WinterSpeak/src/Subject.h +++ b/plugins/WinterSpeak/src/Subject.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "Observer.h"
diff --git a/plugins/WinterSpeak/src/TextToSpeech.cpp b/plugins/WinterSpeak/src/TextToSpeech.cpp index f2accbad16..844ca8373f 100644 --- a/plugins/WinterSpeak/src/TextToSpeech.cpp +++ b/plugins/WinterSpeak/src/TextToSpeech.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "TextToSpeech.h"
//------------------------------------------------------------------------------
diff --git a/plugins/WinterSpeak/src/TextToSpeech.h b/plugins/WinterSpeak/src/TextToSpeech.h index d96eb0deb7..94702b690f 100644 --- a/plugins/WinterSpeak/src/TextToSpeech.h +++ b/plugins/WinterSpeak/src/TextToSpeech.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "stdafx.h"
#include <string>
diff --git a/plugins/WinterSpeak/src/UserInformation.cpp b/plugins/WinterSpeak/src/UserInformation.cpp index 79c036fbaa..e0934a4861 100644 --- a/plugins/WinterSpeak/src/UserInformation.cpp +++ b/plugins/WinterSpeak/src/UserInformation.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "UserInformation.h"
diff --git a/plugins/WinterSpeak/src/UserInformation.h b/plugins/WinterSpeak/src/UserInformation.h index a175af41c1..c184e2ae59 100644 --- a/plugins/WinterSpeak/src/UserInformation.h +++ b/plugins/WinterSpeak/src/UserInformation.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <map>
#include <string>
diff --git a/plugins/WinterSpeak/src/main.cpp b/plugins/WinterSpeak/src/main.cpp index 32c3aa9da8..daffa20758 100644 --- a/plugins/WinterSpeak/src/main.cpp +++ b/plugins/WinterSpeak/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE g_hInst;
diff --git a/plugins/WinterSpeak/src/resource.h b/plugins/WinterSpeak/src/resource.h index 50557a9ebe..d15b8b8c9a 100644 --- a/plugins/WinterSpeak/src/resource.h +++ b/plugins/WinterSpeak/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\Speak.rc
//
diff --git a/plugins/WinterSpeak/src/stdafx.cxx b/plugins/WinterSpeak/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/WinterSpeak/src/stdafx.cxx +++ b/plugins/WinterSpeak/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/WinterSpeak/src/stdafx.h b/plugins/WinterSpeak/src/stdafx.h index a83d46f18a..458d190cd2 100644 --- a/plugins/WinterSpeak/src/stdafx.h +++ b/plugins/WinterSpeak/src/stdafx.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <Winsock2.h>
diff --git a/plugins/WinterSpeak/src/version.h b/plugins/WinterSpeak/src/version.h index f7b368f364..d0043659db 100644 --- a/plugins/WinterSpeak/src/version.h +++ b/plugins/WinterSpeak/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 9 #define __RELEASE_NUM 8 #define __BUILD_NUM 3 diff --git a/plugins/WinterSpeak/src/voice_desc.h b/plugins/WinterSpeak/src/voice_desc.h index 6409ab835a..37ae72b0e9 100644 --- a/plugins/WinterSpeak/src/voice_desc.h +++ b/plugins/WinterSpeak/src/voice_desc.h @@ -1,4 +1,4 @@ -#include <string>
+#include <string>
struct VoiceDesc
{
diff --git a/plugins/XSoundNotify/src/dialog.cpp b/plugins/XSoundNotify/src/dialog.cpp index 295b7b642d..8c1dafa8de 100644 --- a/plugins/XSoundNotify/src/dialog.cpp +++ b/plugins/XSoundNotify/src/dialog.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/XSoundNotify/src/options.cpp b/plugins/XSoundNotify/src/options.cpp index 60138e926d..035772e93d 100644 --- a/plugins/XSoundNotify/src/options.cpp +++ b/plugins/XSoundNotify/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/XSoundNotify/src/resource.h b/plugins/XSoundNotify/src/resource.h index 10ca226d9a..8b4fdb523b 100644 --- a/plugins/XSoundNotify/src/resource.h +++ b/plugins/XSoundNotify/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\MNG_orig\plugins\XSoundNotify\res\XSoundNotify.rc
//
diff --git a/plugins/XSoundNotify/src/stdafx.cxx b/plugins/XSoundNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/XSoundNotify/src/stdafx.cxx +++ b/plugins/XSoundNotify/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/XSoundNotify/src/stdafx.h b/plugins/XSoundNotify/src/stdafx.h index 20b80cac42..47e1176e07 100644 --- a/plugins/XSoundNotify/src/stdafx.h +++ b/plugins/XSoundNotify/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <Shlwapi.h>
#include <newpluginapi.h>
diff --git a/plugins/XSoundNotify/src/version.h b/plugins/XSoundNotify/src/version.h index 028893a346..420ab55dcc 100644 --- a/plugins/XSoundNotify/src/version.h +++ b/plugins/XSoundNotify/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 3 diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index f79fd34d6f..dc2feaa354 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/YAMN/docs/ChangeLog.txt b/plugins/YAMN/docs/ChangeLog.txt index 4a71aba022..e8dd383df8 100644 --- a/plugins/YAMN/docs/ChangeLog.txt +++ b/plugins/YAMN/docs/ChangeLog.txt @@ -1,4 +1,4 @@ -0.1.2.5
+0.1.2.5
=======
! fix many memory leaks patch by Merlin
* x64 support by Merlin
diff --git a/plugins/YAMN/docs/license.txt b/plugins/YAMN/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/YAMN/docs/license.txt +++ b/plugins/YAMN/docs/license.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/YAMN/docs/readme.developers.txt b/plugins/YAMN/docs/readme.developers.txt index a7e54352a0..fdb338707c 100644 --- a/plugins/YAMN/docs/readme.developers.txt +++ b/plugins/YAMN/docs/readme.developers.txt @@ -1,4 +1,4 @@ -==================================================================================
+==================================================================================
= YAMN plugin for Miranda (short readme for developers) =
==================================================================================
Hello developer! :)
diff --git a/plugins/YAMN/docs/readme.txt b/plugins/YAMN/docs/readme.txt index 67c244f13a..901ad22f73 100644 --- a/plugins/YAMN/docs/readme.txt +++ b/plugins/YAMN/docs/readme.txt @@ -1,4 +1,4 @@ -=========================================================
+=========================================================
= YAMN plugin for Miranda readme =
=========================================================
Yet Another Mail Notifier
diff --git a/plugins/YAMN/proto_yamn/src/resource.h b/plugins/YAMN/proto_yamn/src/resource.h index 753f09eadb..0532df3fa6 100644 --- a/plugins/YAMN/proto_yamn/src/resource.h +++ b/plugins/YAMN/proto_yamn/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_YAMN.rc
//
diff --git a/plugins/YAMN/src/account.cpp b/plugins/YAMN/src/account.cpp index 073eaeadf9..0755276f7b 100644 --- a/plugins/YAMN/src/account.cpp +++ b/plugins/YAMN/src/account.cpp @@ -1,4 +1,4 @@ -/* +/* * This code implements manipulation with accounts * such as reading accounts from file, writing them to file, * finding account by name etc. diff --git a/plugins/YAMN/src/browser/badconnect.cpp b/plugins/YAMN/src/browser/badconnect.cpp index a66d146458..d66878578e 100644 --- a/plugins/YAMN/src/browser/badconnect.cpp +++ b/plugins/YAMN/src/browser/badconnect.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements window handling (connection error)
*
* (c) majvan 2002,2004
diff --git a/plugins/YAMN/src/browser/browser.h b/plugins/YAMN/src/browser/browser.h index 2e7c2c7104..18ec0f385e 100644 --- a/plugins/YAMN/src/browser/browser.h +++ b/plugins/YAMN/src/browser/browser.h @@ -1,4 +1,4 @@ -#ifndef __MAILBROWSER_H
+#ifndef __MAILBROWSER_H
#define __MAILBROWSER_H
typedef struct MailBrowserWinParam
diff --git a/plugins/YAMN/src/browser/mailbrowser.cpp b/plugins/YAMN/src/browser/mailbrowser.cpp index 9325ea61ed..58269b94af 100644 --- a/plugins/YAMN/src/browser/mailbrowser.cpp +++ b/plugins/YAMN/src/browser/mailbrowser.cpp @@ -1,4 +1,4 @@ -/* +/* * This code implements window handling (new mail) * * (c) majvan 2002-2004 diff --git a/plugins/YAMN/src/debug.cpp b/plugins/YAMN/src/debug.cpp index 4459d35edb..0736b3d77d 100644 --- a/plugins/YAMN/src/debug.cpp +++ b/plugins/YAMN/src/debug.cpp @@ -1,4 +1,4 @@ -/*
+/*
* YAMN plugin main file
* Miranda homepage: http://miranda-icq.sourceforge.net/
*
diff --git a/plugins/YAMN/src/debug.h b/plugins/YAMN/src/debug.h index e9059292ed..d902d4c8b7 100644 --- a/plugins/YAMN/src/debug.h +++ b/plugins/YAMN/src/debug.h @@ -1,4 +1,4 @@ -#ifndef __DEBUG_H
+#ifndef __DEBUG_H
#define __DEBUG_H
#ifdef _DEBUG
diff --git a/plugins/YAMN/src/filterplugin.cpp b/plugins/YAMN/src/filterplugin.cpp index 35df6729ba..5b0020eb66 100644 --- a/plugins/YAMN/src/filterplugin.cpp +++ b/plugins/YAMN/src/filterplugin.cpp @@ -1,4 +1,4 @@ -/*
+/*
* YAMN plugin export functions for filtering
*
* (c) majvan 2002-2004
diff --git a/plugins/YAMN/src/mails/decode.cpp b/plugins/YAMN/src/mails/decode.cpp index f58961f66f..6a767b7a17 100644 --- a/plugins/YAMN/src/mails/decode.cpp +++ b/plugins/YAMN/src/mails/decode.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements decoding encoded MIME header in style
* =?iso-8859-2?Q? "User using email in central Europe characters such as =E9" ?=
*
diff --git a/plugins/YAMN/src/mails/decode.h b/plugins/YAMN/src/mails/decode.h index 9fdf0e895c..432efafb0b 100644 --- a/plugins/YAMN/src/mails/decode.h +++ b/plugins/YAMN/src/mails/decode.h @@ -1,4 +1,4 @@ -#ifndef __DECODE_H
+#ifndef __DECODE_H
#define __DECODE_H
#define DOTLINE(s) ((((s)[-2]=='\r') || ((s)[-2]=='\n')) && ((s)[-1]=='.') && (((s)[0]=='\r') || ((s)[0]=='\n') || ((s)[0]=='\0'))) // be careful, it's different to ESR's pop3.c ;-)
diff --git a/plugins/YAMN/src/mails/mails.cpp b/plugins/YAMN/src/mails/mails.cpp index 28ba473e7b..c8baf41422 100644 --- a/plugins/YAMN/src/mails/mails.cpp +++ b/plugins/YAMN/src/mails/mails.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements retrieving info from MIME header
*
* (c) majvan 2002-2004
diff --git a/plugins/YAMN/src/mails/mime.cpp b/plugins/YAMN/src/mails/mime.cpp index 249a4d1817..076e139c40 100644 --- a/plugins/YAMN/src/mails/mime.cpp +++ b/plugins/YAMN/src/mails/mime.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements retrieving info from MIME header
*
* (c) majvan 2002-2004
diff --git a/plugins/YAMN/src/main.cpp b/plugins/YAMN/src/main.cpp index 8a75c30865..0a83969f8e 100644 --- a/plugins/YAMN/src/main.cpp +++ b/plugins/YAMN/src/main.cpp @@ -1,4 +1,4 @@ -/* +/* * YAMN plugin main file * Miranda homepage: http://miranda-icq.sourceforge.net/ * YAMN homepage: http://www.majvan.host.sk/Projekty/YAMN diff --git a/plugins/YAMN/src/main.h b/plugins/YAMN/src/main.h index 142608256d..fd09d77b13 100644 --- a/plugins/YAMN/src/main.h +++ b/plugins/YAMN/src/main.h @@ -1,4 +1,4 @@ -#ifndef __MAIN_H
+#ifndef __MAIN_H
#define __MAIN_H
#define YAMN_NEWMAILSNDDESC LPGENW("YAMN: new mail message")
diff --git a/plugins/YAMN/src/proto/netclient.h b/plugins/YAMN/src/proto/netclient.h index 0c87b5984a..2414dbdef1 100644 --- a/plugins/YAMN/src/proto/netclient.h +++ b/plugins/YAMN/src/proto/netclient.h @@ -1,4 +1,4 @@ -#ifndef __CLIENT_H
+#ifndef __CLIENT_H
#define __CLIENT_H
class CNetClient
diff --git a/plugins/YAMN/src/proto/netlib.cpp b/plugins/YAMN/src/proto/netlib.cpp index 2d1a2768ed..7e4227ad91 100644 --- a/plugins/YAMN/src/proto/netlib.cpp +++ b/plugins/YAMN/src/proto/netlib.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements communication based on Miranda netlib library
*
* (c) majvan 2002-2004
diff --git a/plugins/YAMN/src/proto/netlib.h b/plugins/YAMN/src/proto/netlib.h index debb9a7409..de41a6ad04 100644 --- a/plugins/YAMN/src/proto/netlib.h +++ b/plugins/YAMN/src/proto/netlib.h @@ -1,4 +1,4 @@ -#ifndef __NETLIB_H
+#ifndef __NETLIB_H
#define __NETLIB_H
class CNLClient: public CNetClient
diff --git a/plugins/YAMN/src/proto/pop3/pop3.cpp b/plugins/YAMN/src/proto/pop3/pop3.cpp index 219eb1fc9a..d47fac4836 100644 --- a/plugins/YAMN/src/proto/pop3/pop3.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3.cpp @@ -1,4 +1,4 @@ -/* +/* * This code implements basics of POP3 protocol * * (c) majvan 2002-2004 diff --git a/plugins/YAMN/src/proto/pop3/pop3.h b/plugins/YAMN/src/proto/pop3/pop3.h index bb84ee2767..c65dc2ee26 100644 --- a/plugins/YAMN/src/proto/pop3/pop3.h +++ b/plugins/YAMN/src/proto/pop3/pop3.h @@ -1,4 +1,4 @@ -#ifndef __POP3_H
+#ifndef __POP3_H
#define __POP3_H
#define DOTLINE(s) ((((s)[-2]=='\r') || ((s)[-2]=='\n')) && ((s)[-1]=='.') && (((s)[0]=='\r') || ((s)[0]=='\n') || ((s)[0]=='\0'))) // be careful, it's different to ESR's pop3.c ;-)
diff --git a/plugins/YAMN/src/proto/pop3/pop3comm.cpp b/plugins/YAMN/src/proto/pop3/pop3comm.cpp index 944b0f16c4..edd7598c26 100644 --- a/plugins/YAMN/src/proto/pop3/pop3comm.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3comm.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements POP3 server checking for new mail and so on.
* There's function SynchroPOP3 in this file- for checking and synchronising POP3 account
* and DeleteMailsPOP3- for deleting mails from POP3 server
diff --git a/plugins/YAMN/src/proto/pop3/pop3comm.h b/plugins/YAMN/src/proto/pop3/pop3comm.h index 4c2a2e168f..8d75d0876d 100644 --- a/plugins/YAMN/src/proto/pop3/pop3comm.h +++ b/plugins/YAMN/src/proto/pop3/pop3comm.h @@ -1,4 +1,4 @@ -#ifndef __POP3COMM_H
+#ifndef __POP3COMM_H
#define __POP3COMM_H
#define POP3_FILEVERSION 1 //Version of aditional information stored in book file
diff --git a/plugins/YAMN/src/proto/pop3/pop3opt.cpp b/plugins/YAMN/src/proto/pop3/pop3opt.cpp index 7b87aafdaf..5d239f3e1e 100644 --- a/plugins/YAMN/src/proto/pop3/pop3opt.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3opt.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements POP3 options window handling
*
* (c) majvan 2002-2003
diff --git a/plugins/YAMN/src/proto/pop3/pop3opt.h b/plugins/YAMN/src/proto/pop3/pop3opt.h index 0d03e78247..6a678284fa 100644 --- a/plugins/YAMN/src/proto/pop3/pop3opt.h +++ b/plugins/YAMN/src/proto/pop3/pop3opt.h @@ -1,4 +1,4 @@ -#ifndef __OPTIONS_H
+#ifndef __OPTIONS_H
#define __OPTIONS_H
#define M_SHOWACTUAL 0
diff --git a/plugins/YAMN/src/protoplugin.cpp b/plugins/YAMN/src/protoplugin.cpp index 11e34e4fa3..d2ab6d2b79 100644 --- a/plugins/YAMN/src/protoplugin.cpp +++ b/plugins/YAMN/src/protoplugin.cpp @@ -1,4 +1,4 @@ -/*
+/*
* YAMN plugin export functions for protocols
*
* (c) majvan 2002-2004
diff --git a/plugins/YAMN/src/resource.h b/plugins/YAMN/src/resource.h index be6c92e926..79965d6ae6 100644 --- a/plugins/YAMN/src/resource.h +++ b/plugins/YAMN/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by YAMN.rc
//
diff --git a/plugins/YAMN/src/services.cpp b/plugins/YAMN/src/services.cpp index f414b98c0e..56c7477213 100644 --- a/plugins/YAMN/src/services.cpp +++ b/plugins/YAMN/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static INT_PTR Service_GetCaps(WPARAM wParam, LPARAM)
{
diff --git a/plugins/YAMN/src/stdafx.cxx b/plugins/YAMN/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/YAMN/src/stdafx.cxx +++ b/plugins/YAMN/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/YAMN/src/stdafx.h b/plugins/YAMN/src/stdafx.h index 04ef8853a4..e932de1d2e 100644 --- a/plugins/YAMN/src/stdafx.h +++ b/plugins/YAMN/src/stdafx.h @@ -1,4 +1,4 @@ -
+
#ifndef __YAMN_H
#define __YAMN_H
diff --git a/plugins/YAMN/src/synchro.cpp b/plugins/YAMN/src/synchro.cpp index 182479ecc9..8a81f2a345 100644 --- a/plugins/YAMN/src/synchro.cpp +++ b/plugins/YAMN/src/synchro.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements synchronization objects code between threads. If you want, you can include it to your
* code. This file is not dependent on any other external code (functions)
*
diff --git a/plugins/YAMN/src/version.h b/plugins/YAMN/src/version.h index 2e536b4944..d9e8ed5c85 100644 --- a/plugins/YAMN/src/version.h +++ b/plugins/YAMN/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
#define __BUILD_NUM 6
diff --git a/plugins/YAMN/src/yamn.cpp b/plugins/YAMN/src/yamn.cpp index 303f270b2a..9343f0f53f 100644 --- a/plugins/YAMN/src/yamn.cpp +++ b/plugins/YAMN/src/yamn.cpp @@ -1,4 +1,4 @@ -/*
+/*
* This code implements miscellaneous usefull functions
*
* (c) majvan 2002-2004
diff --git a/plugins/YAPP/docs/licence.txt b/plugins/YAPP/docs/licence.txt index 93f58e3c3a..a8cbd75ec3 100644 --- a/plugins/YAPP/docs/licence.txt +++ b/plugins/YAPP/docs/licence.txt @@ -1,4 +1,4 @@ -The YAPP plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au)
+The YAPP plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au)
http://www.scottellis.com.au
diff --git a/plugins/YAPP/src/icons.cpp b/plugins/YAPP/src/icons.cpp index 892fe27cb0..f9364cf47e 100644 --- a/plugins/YAPP/src/icons.cpp +++ b/plugins/YAPP/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static IconItem iconList[] =
{
diff --git a/plugins/YAPP/src/icons.h b/plugins/YAPP/src/icons.h index 63ee2a70bf..ac90ab308b 100644 --- a/plugins/YAPP/src/icons.h +++ b/plugins/YAPP/src/icons.h @@ -1,4 +1,4 @@ -#ifndef __icons_h__
+#ifndef __icons_h__
#define __icons_h__
//ICONS
diff --git a/plugins/YAPP/src/message_pump.cpp b/plugins/YAPP/src/message_pump.cpp index 1cec3176da..606401da6b 100644 --- a/plugins/YAPP/src/message_pump.cpp +++ b/plugins/YAPP/src/message_pump.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
unsigned message_pump_thread_id = 0;
int num_popups = 0;
diff --git a/plugins/YAPP/src/message_pump.h b/plugins/YAPP/src/message_pump.h index 71a655729f..d432706822 100644 --- a/plugins/YAPP/src/message_pump.h +++ b/plugins/YAPP/src/message_pump.h @@ -1,4 +1,4 @@ -#ifndef _MESSAGE_PUMP_INC
+#ifndef _MESSAGE_PUMP_INC
#define _MESSAGE_PUMP_INC
extern unsigned message_pump_thread_id;
diff --git a/plugins/YAPP/src/notify.h b/plugins/YAPP/src/notify.h index 59cf31c63e..62cbb53e81 100644 --- a/plugins/YAPP/src/notify.h +++ b/plugins/YAPP/src/notify.h @@ -1,4 +1,4 @@ -#ifndef _NOTIFY_IMP_INC
+#ifndef _NOTIFY_IMP_INC
#define _NOTIFY_IMP_INC
void InitNotify();
diff --git a/plugins/YAPP/src/notify_imp.cpp b/plugins/YAPP/src/notify_imp.cpp index 8fac8f73cc..ccf5046923 100644 --- a/plugins/YAPP/src/notify_imp.cpp +++ b/plugins/YAPP/src/notify_imp.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//struct
diff --git a/plugins/YAPP/src/options.cpp b/plugins/YAPP/src/options.cpp index c9c9865cad..423299490d 100644 --- a/plugins/YAPP/src/options.cpp +++ b/plugins/YAPP/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
Options options;
diff --git a/plugins/YAPP/src/options.h b/plugins/YAPP/src/options.h index f28ce6ec6f..d11342074e 100644 --- a/plugins/YAPP/src/options.h +++ b/plugins/YAPP/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC
+#ifndef _OPTIONS_INC
#define _OPTIONS_INC
typedef enum {PL_BOTTOMRIGHT=0, PL_BOTTOMLEFT=1, PL_TOPRIGHT=2, PL_TOPLEFT=3} PopupLocation;
diff --git a/plugins/YAPP/src/popwin.cpp b/plugins/YAPP/src/popwin.cpp index 220a268811..dce7e7cf1c 100644 --- a/plugins/YAPP/src/popwin.cpp +++ b/plugins/YAPP/src/popwin.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define ID_CLOSETIMER 0x0101
#define ID_MOVETIMER 0x0102
diff --git a/plugins/YAPP/src/popwin.h b/plugins/YAPP/src/popwin.h index a636829df4..8248592814 100644 --- a/plugins/YAPP/src/popwin.h +++ b/plugins/YAPP/src/popwin.h @@ -1,4 +1,4 @@ -#ifndef _POPWIN_INC
+#ifndef _POPWIN_INC
#define _POPWIN_INC
#define POP_WIN_CLASS _A2W(MODULE) L"YAPPWindowClass"
diff --git a/plugins/YAPP/src/resource.h b/plugins/YAPP/src/resource.h index 60a7a953cc..a5931b3d73 100644 --- a/plugins/YAPP/src/resource.h +++ b/plugins/YAPP/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda NG\plugins\YAPP\res\yapp.rc
//
diff --git a/plugins/YAPP/src/services.cpp b/plugins/YAPP/src/services.cpp index ea457f7ca4..71f68a7b05 100644 --- a/plugins/YAPP/src/services.cpp +++ b/plugins/YAPP/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern HANDLE hTTButton;
extern HGENMENU hMenuRoot, hMenuItem;
diff --git a/plugins/YAPP/src/services.h b/plugins/YAPP/src/services.h index 43834be12c..91e9500b02 100644 --- a/plugins/YAPP/src/services.h +++ b/plugins/YAPP/src/services.h @@ -1,4 +1,4 @@ -#ifndef _SERVICES_INC
+#ifndef _SERVICES_INC
#define _SERVICES_INC
void InitServices();
diff --git a/plugins/YAPP/src/stdafx.cxx b/plugins/YAPP/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/YAPP/src/stdafx.cxx +++ b/plugins/YAPP/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/YAPP/src/stdafx.h b/plugins/YAPP/src/stdafx.h index 2666f4f4d3..704cb11db0 100644 --- a/plugins/YAPP/src/stdafx.h +++ b/plugins/YAPP/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/YAPP/src/version.h b/plugins/YAPP/src/version.h index 8dae244f42..168719a1ab 100644 --- a/plugins/YAPP/src/version.h +++ b/plugins/YAPP/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
#define __BUILD_NUM 12
diff --git a/plugins/YAPP/src/yapp.cpp b/plugins/YAPP/src/yapp.cpp index ce4fe77d0f..482f774ec6 100644 --- a/plugins/YAPP/src/yapp.cpp +++ b/plugins/YAPP/src/yapp.cpp @@ -1,4 +1,4 @@ -// popups2.cpp : Defines the entry point for the DLL application.
+// popups2.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
diff --git a/plugins/YAPP/src/yapp_history.cpp b/plugins/YAPP/src/yapp_history.cpp index 9240adbb2d..fb881cf1c1 100644 --- a/plugins/YAPP/src/yapp_history.cpp +++ b/plugins/YAPP/src/yapp_history.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" PopupHistoryList::PopupHistoryList(int renderer) { diff --git a/plugins/YAPP/src/yapp_history.h b/plugins/YAPP/src/yapp_history.h index e7a6f2d65f..ff13d28b34 100644 --- a/plugins/YAPP/src/yapp_history.h +++ b/plugins/YAPP/src/yapp_history.h @@ -1,4 +1,4 @@ -#ifndef __yapp_history_h__ +#ifndef __yapp_history_h__ #define __yapp_history_h__ /****HISTORY ++ STUFF ***/ diff --git a/plugins/YAPP/src/yapp_history_dlg.cpp b/plugins/YAPP/src/yapp_history_dlg.cpp index 009c9249ea..025d987620 100644 --- a/plugins/YAPP/src/yapp_history_dlg.cpp +++ b/plugins/YAPP/src/yapp_history_dlg.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//************ Some helper resize stuff ******************
diff --git a/plugins/YARelay/docs/readme.txt b/plugins/YARelay/docs/readme.txt index b4481efaa6..989c929468 100644 --- a/plugins/YARelay/docs/readme.txt +++ b/plugins/YARelay/docs/readme.txt @@ -1,4 +1,4 @@ -Yet Another Relay plugin. v.0.0.0.3
+Yet Another Relay plugin. v.0.0.0.3
This plugin forwards all incoming messages to any contact.
Features:
diff --git a/plugins/YARelay/src/main.cpp b/plugins/YARelay/src/main.cpp index 6a347f1595..d33937b679 100644 --- a/plugins/YARelay/src/main.cpp +++ b/plugins/YARelay/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
yaRelay.cpp
Yet Another Relay plugin. v.0.0.0.3
diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp index 699cc58d29..f10bfcb0e3 100644 --- a/plugins/YARelay/src/options.cpp +++ b/plugins/YARelay/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
yaRelay.cpp
Yet Another Relay plugin. v.0.0.0.3
diff --git a/plugins/YARelay/src/resource.h b/plugins/YARelay/src/resource.h index 46472dcd46..b9104ff1a1 100644 --- a/plugins/YARelay/src/resource.h +++ b/plugins/YARelay/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by frame.rc
//
diff --git a/plugins/YARelay/src/stdafx.cxx b/plugins/YARelay/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/YARelay/src/stdafx.cxx +++ b/plugins/YARelay/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/YARelay/src/stdafx.h b/plugins/YARelay/src/stdafx.h index 872d8e34e9..eef4c08ce8 100644 --- a/plugins/YARelay/src/stdafx.h +++ b/plugins/YARelay/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
yaRelay.cpp
Yet Another Relay plugin. v.0.0.0.3
diff --git a/plugins/YARelay/src/version.h b/plugins/YARelay/src/version.h index 64fc565742..d565b2ec64 100644 --- a/plugins/YARelay/src/version.h +++ b/plugins/YARelay/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index 4b821119b4..11983be572 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
A small Miranda plugin, by bidyut, updated by Maat.
Original plugin idea (NoSound) by Anders Nilsson.
diff --git a/plugins/ZeroNotification/src/resource.h b/plugins/ZeroNotification/src/resource.h index 367a4ff8fa..ac11d8b30b 100644 --- a/plugins/ZeroNotification/src/resource.h +++ b/plugins/ZeroNotification/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ZeroNotifyW.rc
//
diff --git a/plugins/ZeroNotification/src/stdafx.cxx b/plugins/ZeroNotification/src/stdafx.cxx index b30b5516a7..e0372ed6dc 100644 --- a/plugins/ZeroNotification/src/stdafx.cxx +++ b/plugins/ZeroNotification/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/ZeroNotification/src/stdafx.h b/plugins/ZeroNotification/src/stdafx.h index 32753cb1ce..bd1e1dc792 100644 --- a/plugins/ZeroNotification/src/stdafx.h +++ b/plugins/ZeroNotification/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <commctrl.h>
#include <newpluginapi.h>
diff --git a/plugins/ZeroNotification/src/version.h b/plugins/ZeroNotification/src/version.h index 665fd66c41..a69a5c5435 100644 --- a/plugins/ZeroNotification/src/version.h +++ b/plugins/ZeroNotification/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
#define __BUILD_NUM 5
diff --git a/plugins/ZeroSwitch/src/ZeroSwitch.cpp b/plugins/ZeroSwitch/src/ZeroSwitch.cpp index b859fbb1bd..e38dc64403 100644 --- a/plugins/ZeroSwitch/src/ZeroSwitch.cpp +++ b/plugins/ZeroSwitch/src/ZeroSwitch.cpp @@ -1,4 +1,4 @@ -// ZeroSwitch.cpp : Defines the entry point for the DLL application.
+// ZeroSwitch.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
diff --git a/plugins/ZeroSwitch/src/stdafx.cxx b/plugins/ZeroSwitch/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ZeroSwitch/src/stdafx.cxx +++ b/plugins/ZeroSwitch/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/ZeroSwitch/src/stdafx.h b/plugins/ZeroSwitch/src/stdafx.h index e3edcf5ef8..b2583c407e 100644 --- a/plugins/ZeroSwitch/src/stdafx.h +++ b/plugins/ZeroSwitch/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/ZeroSwitch/src/version.h b/plugins/ZeroSwitch/src/version.h index 1af376d654..0f3801c22a 100644 --- a/plugins/ZeroSwitch/src/version.h +++ b/plugins/ZeroSwitch/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 1
diff --git a/plugins/helpers/commonheaders.h b/plugins/helpers/commonheaders.h index b07fd11edd..f85a681b1e 100644 --- a/plugins/helpers/commonheaders.h +++ b/plugins/helpers/commonheaders.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/helpers/gen_helpers.cpp b/plugins/helpers/gen_helpers.cpp index c78457c088..a52c58754b 100644 --- a/plugins/helpers/gen_helpers.cpp +++ b/plugins/helpers/gen_helpers.cpp @@ -1,4 +1,4 @@ -/*
+/*
Helper functions for Miranda-IM (www.miranda-im.org)
Copyright 2006 P. Boon
diff --git a/plugins/helpers/gen_helpers.h b/plugins/helpers/gen_helpers.h index 64adf66176..f084929244 100644 --- a/plugins/helpers/gen_helpers.h +++ b/plugins/helpers/gen_helpers.h @@ -1,4 +1,4 @@ -/*
+/*
Helper functions for Miranda-IM (www.miranda-im.org)
Copyright 2006 P. Boon
diff --git a/plugins/mRadio/proto_mradio/src/resource.h b/plugins/mRadio/proto_mradio/src/resource.h index 087e55631f..a3a1164829 100644 --- a/plugins/mRadio/proto_mradio/src/resource.h +++ b/plugins/mRadio/proto_mradio/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/mRadio/readme.txt b/plugins/mRadio/readme.txt index f5b2e132ad..ea111e1056 100644 --- a/plugins/mRadio/readme.txt +++ b/plugins/mRadio/readme.txt @@ -1,4 +1,4 @@ -Description:
+Description:
------------
This plugin plays and records Internet radio streams. Also local media files can be played.
diff --git a/plugins/mTextControl/docs/Changelog.txt b/plugins/mTextControl/docs/Changelog.txt index 595ad9c52e..da8c033aa4 100644 --- a/plugins/mTextControl/docs/Changelog.txt +++ b/plugins/mTextControl/docs/Changelog.txt @@ -1,4 +1,4 @@ -0.8.0.1:
+0.8.0.1:
+ use precompiled header
+ mtextcontrol interface ( faster and no core traffic)
0.8.0.0:
diff --git a/plugins/mTextControl/src/FormattedTextDraw.cpp b/plugins/mTextControl/src/FormattedTextDraw.cpp index 2ee563b4ad..346cb8f1e2 100644 --- a/plugins/mTextControl/src/FormattedTextDraw.cpp +++ b/plugins/mTextControl/src/FormattedTextDraw.cpp @@ -1,4 +1,4 @@ -// Feel free to use this code in your own applications.
+// Feel free to use this code in your own applications.
// The Author does not guarantee anything about this code.
// Author : Yves Maurer
diff --git a/plugins/mTextControl/src/FormattedTextDraw.h b/plugins/mTextControl/src/FormattedTextDraw.h index 1a3d569b29..8f318717e6 100644 --- a/plugins/mTextControl/src/FormattedTextDraw.h +++ b/plugins/mTextControl/src/FormattedTextDraw.h @@ -1,4 +1,4 @@ -// Feel free to use this code in your own applications.
+// Feel free to use this code in your own applications.
// The Author does not guarantee anything about this code.
// Author : Yves Maurer
// FormattedTextDraw.h : Declaration of the CFormattedTextDraw
diff --git a/plugins/mTextControl/src/ImageDataObjectHlp.cpp b/plugins/mTextControl/src/ImageDataObjectHlp.cpp index 5efaaa58b4..3c7a66eb55 100644 --- a/plugins/mTextControl/src/ImageDataObjectHlp.cpp +++ b/plugins/mTextControl/src/ImageDataObjectHlp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2004-2005 Rein-Peter de Boer (peacow) and followers
diff --git a/plugins/mTextControl/src/ImageDataObjectHlp.h b/plugins/mTextControl/src/ImageDataObjectHlp.h index 4277011943..4884d2a1f2 100644 --- a/plugins/mTextControl/src/ImageDataObjectHlp.h +++ b/plugins/mTextControl/src/ImageDataObjectHlp.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda SmileyAdd Plugin
Copyright (C) 2004 Rein-Peter de Boer (peacow)
diff --git a/plugins/mTextControl/src/dataobject.cpp b/plugins/mTextControl/src/dataobject.cpp index 3214be2079..a05a63d05c 100644 --- a/plugins/mTextControl/src/dataobject.cpp +++ b/plugins/mTextControl/src/dataobject.cpp @@ -1,4 +1,4 @@ -//
+//
// DATAOBJECT.CPP
//
// Implementation of the IDataObject COM interface
diff --git a/plugins/mTextControl/src/enumformat.cpp b/plugins/mTextControl/src/enumformat.cpp index a390643057..64ae07e3c3 100644 --- a/plugins/mTextControl/src/enumformat.cpp +++ b/plugins/mTextControl/src/enumformat.cpp @@ -1,4 +1,4 @@ -//
+//
// ENUMFORMAT.CPP
//
// By J Brown 2004
diff --git a/plugins/mTextControl/src/fancy_rtf.cpp b/plugins/mTextControl/src/fancy_rtf.cpp index a0034c5fa5..6aacfe0362 100644 --- a/plugins/mTextControl/src/fancy_rtf.cpp +++ b/plugins/mTextControl/src/fancy_rtf.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
struct BBCodeInfo
{
diff --git a/plugins/mTextControl/src/fancy_rtf.h b/plugins/mTextControl/src/fancy_rtf.h index 8883ca764c..ed1fcb1d2c 100644 --- a/plugins/mTextControl/src/fancy_rtf.h +++ b/plugins/mTextControl/src/fancy_rtf.h @@ -1,4 +1,4 @@ -#ifndef __fancy_rtf_h__
+#ifndef __fancy_rtf_h__
#define __fancy_rtf_h__
void bbCodeParse(IFormattedTextDraw *ts);
diff --git a/plugins/mTextControl/src/main.cpp b/plugins/mTextControl/src/main.cpp index b791579433..afc87735db 100644 --- a/plugins/mTextControl/src/main.cpp +++ b/plugins/mTextControl/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright © 2005 Victor Pavlychko (nullbie@gmail.com),
diff --git a/plugins/mTextControl/src/richeditutils.cpp b/plugins/mTextControl/src/richeditutils.cpp index 9ebdedf913..650c596129 100644 --- a/plugins/mTextControl/src/richeditutils.cpp +++ b/plugins/mTextControl/src/richeditutils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
class CREOleCallback : public IRichEditOleCallback
{
diff --git a/plugins/mTextControl/src/richeditutils.h b/plugins/mTextControl/src/richeditutils.h index 8467b47a2f..a459f62f6a 100644 --- a/plugins/mTextControl/src/richeditutils.h +++ b/plugins/mTextControl/src/richeditutils.h @@ -1,4 +1,4 @@ -#ifndef __richeditutils_h__
+#ifndef __richeditutils_h__
#define __richeditutils_h__
extern IRichEditOleCallback *reOleCallback;
diff --git a/plugins/mTextControl/src/services.cpp b/plugins/mTextControl/src/services.cpp index 0a9c4ec221..162e87057a 100644 --- a/plugins/mTextControl/src/services.cpp +++ b/plugins/mTextControl/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/services.h b/plugins/mTextControl/src/services.h index c1a8006c49..d91b1366b3 100644 --- a/plugins/mTextControl/src/services.h +++ b/plugins/mTextControl/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/stdafx.cxx b/plugins/mTextControl/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/mTextControl/src/stdafx.cxx +++ b/plugins/mTextControl/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/mTextControl/src/stdafx.h b/plugins/mTextControl/src/stdafx.h index ec9717ad39..3840d89738 100644 --- a/plugins/mTextControl/src/stdafx.h +++ b/plugins/mTextControl/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/textcontrol.cpp b/plugins/mTextControl/src/textcontrol.cpp index 2b5f568db1..b8f66ef432 100644 --- a/plugins/mTextControl/src/textcontrol.cpp +++ b/plugins/mTextControl/src/textcontrol.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/textcontrol.h b/plugins/mTextControl/src/textcontrol.h index 0ac15a8220..ef694263ae 100644 --- a/plugins/mTextControl/src/textcontrol.h +++ b/plugins/mTextControl/src/textcontrol.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/textusers.cpp b/plugins/mTextControl/src/textusers.cpp index cc6ca0e6b7..b9a16a3d21 100644 --- a/plugins/mTextControl/src/textusers.cpp +++ b/plugins/mTextControl/src/textusers.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/textusers.h b/plugins/mTextControl/src/textusers.h index 575bc77df0..28e2fb27d3 100644 --- a/plugins/mTextControl/src/textusers.h +++ b/plugins/mTextControl/src/textusers.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda Text Control - Plugin for Miranda IM
Copyright (C) 2005 Victor Pavlychko (nullbie@gmail.com)
diff --git a/plugins/mTextControl/src/version.h b/plugins/mTextControl/src/version.h index 9dc90f92e8..480791cbd2 100644 --- a/plugins/mTextControl/src/version.h +++ b/plugins/mTextControl/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 8
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
diff --git a/plugins/testplugin/src/testplug.cpp b/plugins/testplugin/src/testplug.cpp index be470b0b33..2a3531be06 100644 --- a/plugins/testplugin/src/testplug.cpp +++ b/plugins/testplugin/src/testplug.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG plugin template
https://miranda-ng.org/
diff --git a/plugins/wbOSD/docs/readme.txt b/plugins/wbOSD/docs/readme.txt index 8efe6d1dfc..09815bf989 100644 --- a/plugins/wbOSD/docs/readme.txt +++ b/plugins/wbOSD/docs/readme.txt @@ -1,4 +1,4 @@ -Wannabe (Miranda's) OSD
+Wannabe (Miranda's) OSD
(c)2005 Andrej Krutak
Distribute under the GNU GPL 2.0 license
diff --git a/plugins/wbOSD/src/events.cpp b/plugins/wbOSD/src/events.cpp index 9209c814fb..2ab9f02e91 100644 --- a/plugins/wbOSD/src/events.cpp +++ b/plugins/wbOSD/src/events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp index c2f9d9f2b3..def91cae53 100644 --- a/plugins/wbOSD/src/main.cpp +++ b/plugins/wbOSD/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/options.cpp b/plugins/wbOSD/src/options.cpp index d9dcb4ade7..5c77d0390f 100644 --- a/plugins/wbOSD/src/options.cpp +++ b/plugins/wbOSD/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/resource.h b/plugins/wbOSD/src/resource.h index 935100f1c1..e82a87a47b 100644 --- a/plugins/wbOSD/src/resource.h +++ b/plugins/wbOSD/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\wbOSD.rc
//
diff --git a/plugins/wbOSD/src/stdafx.cxx b/plugins/wbOSD/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/wbOSD/src/stdafx.cxx +++ b/plugins/wbOSD/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/wbOSD/src/stdafx.h b/plugins/wbOSD/src/stdafx.h index abea35ebe0..b3652aca22 100644 --- a/plugins/wbOSD/src/stdafx.h +++ b/plugins/wbOSD/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/version.h b/plugins/wbOSD/src/version.h index 84a344dbf4..8f40116d9f 100644 --- a/plugins/wbOSD/src/version.h +++ b/plugins/wbOSD/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/wbOSD/src/wbOSD.cpp b/plugins/wbOSD/src/wbOSD.cpp index 6ff4a3cfc3..7f10ac8ff3 100644 --- a/plugins/wbOSD/src/wbOSD.cpp +++ b/plugins/wbOSD/src/wbOSD.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
|