diff options
Diffstat (limited to 'plugins/AdvaImg')
200 files changed, 200 insertions, 200 deletions
diff --git a/plugins/AdvaImg/CMakeLists.txt b/plugins/AdvaImg/CMakeLists.txt index bf6aaf6e65..a89bbe5737 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 28c4f22d04..ed8ba9581d 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 03b666c58a..9d72eefabe 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 6020906a93..baa7c7d8a4 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 6421b9c80b..b7bf125e11 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/res/Version.rc b/plugins/AdvaImg/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/AdvaImg/res/Version.rc +++ b/plugins/AdvaImg/res/Version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/AdvaImg/src/CacheFile.h b/plugins/AdvaImg/src/CacheFile.h index a1e5e782c9..461633cdca 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 78060629a2..9be92c982d 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 2fbec7ab24..c5f864dabf 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 309faf8faf..ddb997620e 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 0f4435a725..bcffb74b1c 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 815057ad08..7210ac5d04 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 3eb4c330a5..5ff5b6a153 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 fd790b92f4..ac4987d260 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 85ce90417b..fedebaba71 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 0dc31287e6..7f93628dfe 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 13048b6d3f..95db5eb915 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 861e8169ce..5f81aebb3e 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 6a01d7f0af..5696eeec41 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 156a91b85b..c674b5010b 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 600d8ea1e6..f1eacc281a 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 2ba2b32b42..c48fa525f1 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 a30b36532e..62a2804422 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 09286e9a99..017f453bcc 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 2de0f05ccc..ddf38acbb9 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 ac53449a14..ae3ca97b5d 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 83394f049c..696ff07b02 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 0ac15fc2e6..83839e2ba3 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 bc9076c501..43b725207c 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 49bf9290d4..b0420cb5a2 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 a8121f164e..507f8f5c11 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 8b592c30f1..4f72631469 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 2bc3e833a4..ed4ff5f31c 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 7f587d3fa3..6c77c0ed3d 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 8c49d45396..d09b1e9bca 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 4f02446d8e..4fba79cfb7 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 fba54c2421..33c8d5711c 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 15ab5425ca..bb88b6f2c7 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 70b381f105..c7817d272b 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 1bc13412a5..5bcda2be47 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 13206f7b71..7678083a2a 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 d9b430eac5..a9211b2784 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 5c4673e4de..d60d601ddf 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 19e4a070a5..8faea8592b 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 fe80a2b533..3df8f3637c 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 3f313232c4..0ff73ad9db 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 aca7961647..36ca22c838 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 e092f228cc..e17cdefb32 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 39c7ac0ecc..406e11ff8c 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 8770c6f4bf..ab9948a918 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 d1efe9486b..510f2ca95c 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 27448fce8a..af27a20bee 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 64607dd5aa..1f43b46dfa 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 c846b5bf0a..46ccef5a1e 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 53f12b1036..b16a1cb77a 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 0e8fd76d1f..ddb95e949d 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 cc31a4bfe3..4645e654f7 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 2e561d4877..4926d1ba41 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 71868074b1..b7892c0cc0 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 c2a44c8345..a95c2273f4 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 82885dcf34..0abe210467 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 970e5604ec..aa5526a343 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 907d75d902..4dcc301012 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 6f9ba8e1f2..b3e15ebf3f 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 7c36e1c0cd..b5ba8aec87 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 3fdc3e3d6b..15a27235d0 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 7427986703..40cc9ff997 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 466fcc183d..1584c10419 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 fb72a51f6b..b54986cd20 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 89fe633728..4cafbdb45e 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 c0d064ccab..593db231a9 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 b9b65b8839..768b250a24 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 fb9429af08..744d594f2d 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 382efad3a9..6e6a877ff0 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 2845f306c1..525ba5d699 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 e21cf12126..67c9d9e499 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 62aba52552..21adccd52a 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 44a14a28ff..cca1d54368 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 50ad879f53..ddbe5f5418 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 3382d91557..764a2313f2 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 8892bfaac8..0e5204a450 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 3bc0a5b8db..b464f58637 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 b64b46e75a..170625efb0 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 aac5802e92..0beb28a60a 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 9daea85f62..3f90f2b5d4 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 92fd974caf..790a4d9d65 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 397b488aee..d5caa8116d 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 29d53a22ea..47a749b6e8 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 f2cd7a393a..229254a62c 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 431744ebe1..71d65604d0 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 1b1a340c1c..669d6a2b5e 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 9b71ed2db1..8b68fbc568 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 6c92b82d39..c9fe0a6416 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 1680e39257..9693cd1994 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 00101e0b57..10490ff0c9 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 1aef8a6fc7..ed2cc70717 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 38f06e097c..f6cc5a3185 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 c1b88f75ea..2150ec46ab 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 6437dc562b..b60ef59d3a 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 14ca7fe133..80984149a1 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 677e46346b..e4dfbeb3a9 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 c44d8d0ba7..c5885b4521 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 75ee51f0f2..8ddeb15263 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 92d3c1a584..a1bda90e94 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 5f631f42e2..b9152380ee 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 b2f5a36d96..b5d8b62af6 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 85a98bd3ef..776d9c2dfd 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 80bdef568a..b3458e1280 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 7ced4386b2..2c064fbecb 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 b1faf88fb7..74162eac37 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 0ece558cb2..06bf96cc93 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 368fa703aa..d46c05d8d9 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 4318362ec4..7e4abba53a 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 7ba9eed52e..16e17ba847 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 83d6332c3b..f48f1d7eab 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 a51d69de44..9493118edc 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 cfaf083a39..9724b933de 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 b32da9a5ad..c907188ba2 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 0cc054074f..9df1a7f8ac 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 173d0d6fce..ca678f1b6f 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 6700fdde2f..659e019a63 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 ce2499f299..a3224da83f 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 0c197ced77..1ecf6c6275 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 2d7ecdae91..0475796b1d 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 5ff60fedf4..34aab74612 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 b5da4743fb..081675253e 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 0955047ecc..baf6690293 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 a6f043ed46..4ea98d3a60 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 ea9342022c..aad0ca2ea0 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 e28b212f48..b55106be56 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 6aa1e92950..d8dfb34d95 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 2a8796119c..670fe0998d 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 7407ac79b1..48a6b6279d 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 ec14a1ebc8..855e44319e 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 20ef353d8a..0192ee7683 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 f3175aee24..82589bb678 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 1c482bc4b1..2c27049e19 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 f7e351f2ac..261ff118fa 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 037a795290..d25e2955ac 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 bb53ffe712..cfacbf9bc5 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 b602ab3095..3274c737bc 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 dfdf96ff5c..410843a79b 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 eebf8346c5..ce168eddc0 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 b0757e718f..f002aca579 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 ab09b443ff..7ec603e4ba 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 9dcd2dc216..b6bb9ef720 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 df871e00a4..275b0d14f5 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 05753a3020..3cf49059ad 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 d7ffc33ebd..9e3d273d80 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 04d957746e..5372152e2a 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 0524d1fc29..215aee3f50 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 28a1a9cb7a..8b64ce8d34 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 fc3aafb3f3..f683468f65 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 02418ba2b2..80b274ef1e 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 2b8146e2c0..f4bf7bb36c 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 d38a42bf40..ec232af6b6 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 66dccee636..0ba7024cb1 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 1e56d9c50e..1e647d26dd 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 7a00c0dd11..740eb6967f 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 a3b7475cf8..e80be638bf 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 7007673175..3569cc12ab 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 a7dadf6595..24aa5e40c7 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 62d27ada00..382107767b 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 af05e17554..77a8620cf4 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 3d1e78c16e..74dd6d15a5 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 bf6edd6db0..87d2e1e95d 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 c4a558b188..2a41bb6bad 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 366a16df64..9a950f29af 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 a9893acb40..ffed3110a3 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 1a32adbca4..efb0d26165 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 705b61376c..08fa6321b3 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 10d1fd69fc..a6be908533 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 96e90d7104..3725b864b9 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 381f506993..987aacbdaa 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 eebd592f20..49b9e73563 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 ff639293aa..7bd1b6b47b 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 f3cb3ccfad..e1c5436c82 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 968764b296..ebdc3390d5 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 e56cbaeefa..b1b4cb7ea0 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 1dad1d7a5e..12f4d0bdaf 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 28194b6fc6..d524502923 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 1eefbe686e..716fd7badc 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 922abb5c74..fabf44362b 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 d536c9e6fb..d521d19763 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 091ba68b26..fc51d7f41f 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 35d83c4dbc..ead06e2a68 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 4213840bb1..3e0fea8fec 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 4fe2a6305a..834b3464fb 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 1eba0ca007..bc6504a0ec 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 5a6e4f99f6..130da50937 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 659d0b8bec..94d309693d 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 1fb2b55f00..e12248ec39 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 f0aba628e6..e97e6887d6 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 d5be902ad4..fc9cc240c5 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 76ffc90522..23269de488 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 ad7ee57b9b..a59f6851de 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 20f283fee9..acd7008f96 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 79b0c1d59d..66f6da8653 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 d2294db9a9..0653cb1294 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 e2da56456d..52338eea01 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
|