summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src/LibPNG
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG')
-rw-r--r--plugins/AdvaImg/src/LibPNG/libpng-manual.txt2
-rw-r--r--plugins/AdvaImg/src/LibPNG/png.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/png.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngconf.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngdebug.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngerror.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngget.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pnginfo.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pnglibconf.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngmem.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngpread.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngpriv.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngread.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngrio.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngrtran.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngrutil.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngset.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngstruct.h2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngtest.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngtrans.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngwio.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngwrite.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngwtran.c2
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngwutil.c2
24 files changed, 24 insertions, 24 deletions
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]