[libpng16] Imported from libpng-1.6.10beta03.tar

This commit is contained in:
Glenn Randers-Pehrson 2014-02-24 18:40:37 -06:00
parent 9e06534572
commit da7027b6b0
10 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,7 @@ this sentence.
This code is released under the libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.6.10beta03, February 23, 2014, are
libpng versions 1.2.6, August 15, 2004, through 1.6.10beta03, February 25, 2014, are
Copyright (c) 2004, 2006-2014 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
@ -108,4 +108,4 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
February 23, 2014
February 25, 2014

2
README
View File

@ -1,4 +1,4 @@
README for libpng version 1.6.10beta03 - February 23, 2014 (shared library 16.0)
README for libpng version 1.6.10beta03 - February 25, 2014 (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.

View File

@ -1,4 +1,4 @@
.TH LIBPNGPF 3 "February 23, 2014"
.TH LIBPNGPF 3 "February 25, 2014"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.10beta03
(private functions)

2
png.5
View File

@ -1,4 +1,4 @@
.TH PNG 5 "February 23, 2014"
.TH PNG 5 "February 25, 2014"
.SH NAME
png \- Portable Network Graphics (PNG) format
.SH DESCRIPTION

4
png.c
View File

@ -773,13 +773,13 @@ png_get_copyright(png_const_structrp png_ptr)
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
"libpng version 1.6.10beta03 - February 23, 2014" PNG_STRING_NEWLINE \
"libpng version 1.6.10beta03 - February 25, 2014" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2014 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.10beta03 - February 23, 2014\
return "libpng version 1.6.10beta03 - February 25, 2014\
Copyright (c) 1998-2014 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";

View File

@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.6.10beta03 - February 23, 2014
* libpng version 1.6.10beta03 - February 25, 2014
*
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)

View File

@ -1,7 +1,7 @@
VisualStudio instructions
libpng version 1.6.10beta03 - February 23, 2014
libpng version 1.6.10beta03 - February 25, 2014
Copyright (c) 1998-2010 Glenn Randers-Pehrson

View File

@ -2,7 +2,7 @@
<!--
* zlib.props - location of zlib source
*
* libpng version 1.6.10beta03 - February 23, 2014
* libpng version 1.6.10beta03 - February 25, 2014
*
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
*

View File

@ -1,5 +1,5 @@
Makefiles for libpng version 1.6.10beta03 - February 23, 2014
Makefiles for libpng version 1.6.10beta03 - February 25, 2014
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng version 1.6.10beta03 - February 23, 2014 */
/* Libpng version 1.6.10beta03 - February 25, 2014 */
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */