From 1f24cb74f2d7728a9015a921b1ecd225301d5dc3 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 4 Mar 2013 21:58:02 -0600 Subject: [PATCH] [libpng16] Update "last changed" dates and fix one comment typo. --- contrib/libtests/makepng.c | 2 +- contrib/libtests/pngstest.c | 2 +- contrib/libtests/pngunknown.c | 2 +- contrib/libtests/pngvalid.c | 2 +- contrib/libtests/readpng.c | 2 +- contrib/libtests/timepng.c | 2 +- png.c | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/contrib/libtests/makepng.c b/contrib/libtests/makepng.c index f5fdf5fd5..3b2e92f4f 100644 --- a/contrib/libtests/makepng.c +++ b/contrib/libtests/makepng.c @@ -2,7 +2,7 @@ * * Copyright (c) 2013 John Cunningham Bowler * - * Last changed in libpng 1.6.0 [February 14, 2013] + * Last changed in libpng 1.6.1 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/contrib/libtests/pngstest.c b/contrib/libtests/pngstest.c index 32d5eea49..543e50bd0 100644 --- a/contrib/libtests/pngstest.c +++ b/contrib/libtests/pngstest.c @@ -3,7 +3,7 @@ * * Copyright (c) 2013 John Cunningham Bowler * - * Last changed in libpng 1.6.0 [February 14, 2013] + * Last changed in libpng 1.6.1 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/contrib/libtests/pngunknown.c b/contrib/libtests/pngunknown.c index 9d9acc0f7..9b8de34b4 100644 --- a/contrib/libtests/pngunknown.c +++ b/contrib/libtests/pngunknown.c @@ -1,7 +1,7 @@ /* pngunknown.c - test the read side unknown chunk handling * - * Last changed in libpng 1.6.0 [(PENDING RELEASE)] + * Last changed in libpng 1.6.0 [February 14, 2013] * Copyright (c) 2013 Glenn Randers-Pehrson * Written by John Cunningham Bowler * diff --git a/contrib/libtests/pngvalid.c b/contrib/libtests/pngvalid.c index cc4e8aa9f..8d5819643 100644 --- a/contrib/libtests/pngvalid.c +++ b/contrib/libtests/pngvalid.c @@ -1,7 +1,7 @@ /* pngvalid.c - validate libpng by constructing then reading png files. * - * Last changed in libpng 1.6.0 [February 14, 2013] + * Last changed in libpng 1.6.1 [(PENDING RELEASE)] * Copyright (c) 2013 Glenn Randers-Pehrson * Written by John Cunningham Bowler * diff --git a/contrib/libtests/readpng.c b/contrib/libtests/readpng.c index c5baef53d..ea866f9b9 100644 --- a/contrib/libtests/readpng.c +++ b/contrib/libtests/readpng.c @@ -2,7 +2,7 @@ * * Copyright (c) 2013 John Cunningham Bowler * - * Last changed in libpng 1.6.0 [(PENDING RELEASE)] + * Last changed in libpng 1.6.1 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/contrib/libtests/timepng.c b/contrib/libtests/timepng.c index 3469afeb6..ecb498f26 100644 --- a/contrib/libtests/timepng.c +++ b/contrib/libtests/timepng.c @@ -2,7 +2,7 @@ * * Copyright (c) 2013 John Cunningham Bowler * - * Last changed in libpng 1.6.0 [February 14, 2013] + * Last changed in libpng 1.6.1 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/png.c b/png.c index 0a6df99b2..f13c1c216 100644 --- a/png.c +++ b/png.c @@ -768,13 +768,13 @@ png_get_copyright(png_const_structrp png_ptr) #else # ifdef __STDC__ return PNG_STRING_NEWLINE \ - "libpng version 1.6.1beta07 - March 4, 2013" PNG_STRING_NEWLINE \ + "libpng version 1.6.1beta07 - March 5, 2013" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2013 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \ PNG_STRING_NEWLINE; # else - return "libpng version 1.6.1beta07 - March 4, 2013\ + return "libpng version 1.6.1beta07 - March 5, 2013\ Copyright (c) 1998-2013 Glenn Randers-Pehrson\ Copyright (c) 1996-1997 Andreas Dilger\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc."; @@ -2179,7 +2179,7 @@ png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, if (length == png_sRGB_checks[i].length && intent == png_sRGB_checks[i].intent) { - /* Now calculate the alder32 if not done already. */ + /* Now calculate the adler32 if not done already. */ if (adler == 0) { adler = adler32(0, NULL, 0); -- GitLab