[libpng16] Imported from libpng-1.6.22beta06.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-05-05 12:38:43 -05:00
parent 319a7b842b
commit 0794fee913
16 changed files with 33 additions and 32 deletions

4
png.c
View File

@@ -775,14 +775,14 @@ png_get_copyright(png_const_structrp png_ptr)
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
"libpng version 1.6.22beta06 - April 27, 2016" PNG_STRING_NEWLINE \
"libpng version 1.6.22beta06 - May 5, 2016" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2002,2004,2006-2016 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.22beta06 - April 27, 2016\
return "libpng version 1.6.22beta06 - May 5, 2016\
Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";