diff --git a/LICENSE b/LICENSE index 536b83d118c296f517d951ad8cc2501bb4762d17..e0ae04d2405b11480c28105c62aa992972b51500 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.0.7, July 1, 2000, through 1.6.19beta02, July 30, 2015, are +libpng versions 1.0.7, July 1, 2000, through 1.6.19beta02, August 19, 2015, are Copyright (c) 2000-2002, 2004, 2006-2015 Glenn Randers-Pehrson, and are distributed according to the same disclaimer and license as libpng-1.0.6 with the following individuals added to the list of Contributing Authors: @@ -104,4 +104,4 @@ the additional disclaimers inserted at version 1.0.7. Glenn Randers-Pehrson glennrp at users.sourceforge.net -July 30, 2015 +August 19, 2015 diff --git a/README b/README index 1465ffb223311cd411764c67a33bfbe089114ce6..97fbb57da7807dc506cbcb5d800986e78f432153 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for libpng version 1.6.19beta02 - July 30, 2015 (shared library 16.0) +README for libpng version 1.6.19beta02 - August 19, 2015 (shared library 16.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. diff --git a/contrib/libtests/pngvalid.c b/contrib/libtests/pngvalid.c index 2987f17f1bc821057622fc3a075e56e80a784e6c..ac7bc4ab062897d06a88a568cecbf5df9aa2705e 100644 --- a/contrib/libtests/pngvalid.c +++ b/contrib/libtests/pngvalid.c @@ -7566,7 +7566,7 @@ image_transform_png_set_background_set(PNG_CONST image_transform *this, RANDOMIZE(random_bytes); /* Read the random value, for colour type 3 the background colour is actually - * expressed as a 24bit rgb, not an index. + * expressed as a 24-bit rgb, not an index. */ colour_type = that->this.colour_type; if (colour_type == 3) @@ -9994,7 +9994,7 @@ static void perform_gamma_sbit_tests(png_modifier *pm) } /* Note that this requires a 16-bit source image but produces 8-bit output, so - * we only need the 16bit write support, but the 16-bit images are only + * we only need the 16-bit write support, but the 16-bit images are only * generated if DO_16BIT is defined. */ #ifdef DO_16BIT diff --git a/contrib/pngsuite/README b/contrib/pngsuite/README index ec4af9473f1780d291c1c30caa0d0c1b50127b2b..a7fde8f36d7ac7fca3ad18a5396cac6faf5a385c 100644 --- a/contrib/pngsuite/README +++ b/contrib/pngsuite/README @@ -1,8 +1,8 @@ pngsuite -------- -(c) Willem van Schaik, 1999, 2011, 2012 -Two images are by Glenn Randers-Pehrson, 2012 +Copyright (c) Willem van Schaik, 1999, 2011, 2012 +Two images (ftbbn0g01.png and ftbbn0g02.png) are by Glenn Randers-Pehrson, 2012 Permission to use, copy, modify, and distribute these images for any purpose and without fee is hereby granted. diff --git a/libpngpf.3 b/libpngpf.3 index 260b8c3b7d4492f9fb7ca9115735c70de4858fff..92101368beef46477879cbdb0ac1318afb980ea8 100644 --- a/libpngpf.3 +++ b/libpngpf.3 @@ -1,4 +1,4 @@ -.TH LIBPNGPF 3 "July 30, 2015" +.TH LIBPNGPF 3 "August 19, 2015" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.6.19beta02 (private functions) diff --git a/png.5 b/png.5 index 61733f58229652fbc34069765a720f3657b56d84..9f4307ba5e74fc68a074abd1b0ff1977194e7226 100644 --- a/png.5 +++ b/png.5 @@ -1,4 +1,4 @@ -.TH PNG 5 "August 11, 2015" +.TH PNG 5 "August 19, 2015" .SH NAME png \- Portable Network Graphics (PNG) format .SH DESCRIPTION diff --git a/projects/vstudio/readme.txt b/projects/vstudio/readme.txt index a32f63a26df84fd328d4785f4a07f986725f2daa..7e9d39abdf232ee5dd24472f5253d0aa33e21063 100644 --- a/projects/vstudio/readme.txt +++ b/projects/vstudio/readme.txt @@ -1,7 +1,7 @@ VisualStudio instructions -libpng version 1.6.19beta02 - July 30, 2015 +libpng version 1.6.19beta02 - August 19, 2015 Copyright (c) 1998-2010 Glenn Randers-Pehrson diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props index 9821dd8a7d338e24be2103d63ea2a788901d94b3..d6c713b04d1fec27bb37263c5583be446f1b5307 100644 --- a/projects/vstudio/zlib.props +++ b/projects/vstudio/zlib.props @@ -2,7 +2,7 @@