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 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]