mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Update copyright year
This commit is contained in:
parent
84e6e35675
commit
fe669f6f38
8
ANNOUNCE
8
ANNOUNCE
@ -1,4 +1,4 @@
|
|||||||
Libpng 1.6.35beta01 - November 3, 2017
|
Libpng 1.6.35beta01 - January 8, 2018
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -24,13 +24,15 @@ Other information:
|
|||||||
|
|
||||||
Changes since the last public release (1.6.34):
|
Changes since the last public release (1.6.34):
|
||||||
|
|
||||||
Version 1.6.35beta01 [November 3, 2017]
|
Version 1.6.35beta01 [January 8, 2018]
|
||||||
Restored 21 of the contrib/pngsuite/i*.png, which do not cause test
|
Restored 21 of the contrib/pngsuite/i*.png, which do not cause test
|
||||||
failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
|
failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
|
||||||
Added calls to png_set_*() transforms commonly used by browsers to
|
Added calls to png_set_*() transforms commonly used by browsers to
|
||||||
the fuzzer.
|
the fuzzer.
|
||||||
Removed some unnecessary brackets in pngrtran.c
|
Removed some unnecessary brackets in pngrtran.c
|
||||||
Fixed miscellaneous typos (Patch by github user "luzpaz").
|
Fixed miscellaneous typos (Patch by github user "luzpaz")
|
||||||
|
Change "ASM C" to "C ASM" in CMakeLists.txt
|
||||||
|
Fixed incorrect handling of bKGD chunk in sub-8-bit files (Cosmin)
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
4
CHANGES
4
CHANGES
@ -6040,13 +6040,15 @@ Version 1.6.33 [September 28, 2017]
|
|||||||
Version 1.6.34 [September 29, 2017]
|
Version 1.6.34 [September 29, 2017]
|
||||||
Removed contrib/pngsuite/i*.png; some of them caused test failures.
|
Removed contrib/pngsuite/i*.png; some of them caused test failures.
|
||||||
|
|
||||||
Version 1.6.35beta01 [November 3, 2017]
|
Version 1.6.35beta01 [January 8, 2018]
|
||||||
Restored 21 of the contrib/pngsuite/i*.png, which do not cause test
|
Restored 21 of the contrib/pngsuite/i*.png, which do not cause test
|
||||||
failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
|
failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
|
||||||
Added calls to png_set_*() transforms commonly used by browsers to
|
Added calls to png_set_*() transforms commonly used by browsers to
|
||||||
the fuzzer.
|
the fuzzer.
|
||||||
Removed some unnecessary brackets in pngrtran.c
|
Removed some unnecessary brackets in pngrtran.c
|
||||||
Fixed miscellaneous typos (Patch by github user "luzpaz").
|
Fixed miscellaneous typos (Patch by github user "luzpaz").
|
||||||
|
Change "ASM C" to "C ASM" in CMakeLists.txt
|
||||||
|
Fixed incorrect handling of bKGD chunk in sub-8-bit files (Cosmin)
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
6
LICENSE
6
LICENSE
@ -10,8 +10,8 @@ this sentence.
|
|||||||
|
|
||||||
This code is released under the libpng license.
|
This code is released under the libpng license.
|
||||||
|
|
||||||
libpng versions 1.0.7, July 1, 2000 through 1.6.35beta01, September 29, 2017 are
|
libpng versions 1.0.7, July 1, 2000 through 1.6.35beta01, January 8, 2018 are
|
||||||
Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
|
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
|
||||||
derived from libpng-1.0.6, and are distributed according to the same
|
derived from libpng-1.0.6, and are distributed according to the same
|
||||||
disclaimer and license as libpng-1.0.6 with the following individuals
|
disclaimer and license as libpng-1.0.6 with the following individuals
|
||||||
added to the list of Contributing Authors:
|
added to the list of Contributing Authors:
|
||||||
@ -130,4 +130,4 @@ any encryption software. See the EAR, paragraphs 734.3(b)(3) and
|
|||||||
|
|
||||||
Glenn Randers-Pehrson
|
Glenn Randers-Pehrson
|
||||||
glennrp at users.sourceforge.net
|
glennrp at users.sourceforge.net
|
||||||
September 29, 2017
|
January 8, 2018
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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.35beta01 - September 29, 2017
|
libpng version 1.6.35beta01 - January 8, 2018
|
||||||
Updated and distributed by Glenn Randers-Pehrson
|
Updated and distributed by Glenn Randers-Pehrson
|
||||||
<glennrp at users.sourceforge.net>
|
<glennrp at users.sourceforge.net>
|
||||||
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
||||||
@ -11,7 +11,7 @@ libpng-manual.txt - A description on how to use and modify libpng
|
|||||||
|
|
||||||
Based on:
|
Based on:
|
||||||
|
|
||||||
libpng versions 0.97, January 1998, through 1.6.35beta01 - September 29, 2017
|
libpng versions 0.97, January 1998, through 1.6.35beta01 - January 8, 2018
|
||||||
Updated and distributed by Glenn Randers-Pehrson
|
Updated and distributed by Glenn Randers-Pehrson
|
||||||
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
||||||
|
|
||||||
|
14
libpng.3
14
libpng.3
@ -1,4 +1,4 @@
|
|||||||
.TH LIBPNG 3 "September 29, 2017"
|
.TH LIBPNG 3 "January 8, 2018"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.35beta01
|
libpng \- Portable Network Graphics (PNG) Reference Library 1.6.35beta01
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -518,7 +518,7 @@ Following is a copy of the libpng-manual.txt file that accompanies libpng.
|
|||||||
.SH LIBPNG.TXT
|
.SH LIBPNG.TXT
|
||||||
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.35beta01 - September 29, 2017
|
libpng version 1.6.35beta01 - January 8, 2018
|
||||||
Updated and distributed by Glenn Randers-Pehrson
|
Updated and distributed by Glenn Randers-Pehrson
|
||||||
<glennrp at users.sourceforge.net>
|
<glennrp at users.sourceforge.net>
|
||||||
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
||||||
@ -529,7 +529,7 @@ libpng-manual.txt - A description on how to use and modify libpng
|
|||||||
|
|
||||||
Based on:
|
Based on:
|
||||||
|
|
||||||
libpng versions 0.97, January 1998, through 1.6.35beta01 - September 29, 2017
|
libpng versions 0.97, January 1998, through 1.6.35beta01 - January 8, 2018
|
||||||
Updated and distributed by Glenn Randers-Pehrson
|
Updated and distributed by Glenn Randers-Pehrson
|
||||||
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
Copyright (c) 1998-2017 Glenn Randers-Pehrson
|
||||||
|
|
||||||
@ -6090,7 +6090,7 @@ possible without all of you.
|
|||||||
|
|
||||||
Thanks to Frank J. T. Wojcik for helping with the documentation.
|
Thanks to Frank J. T. Wojcik for helping with the documentation.
|
||||||
|
|
||||||
Libpng version 1.6.35beta01 - September 29, 2017:
|
Libpng version 1.6.35beta01 - January 8, 2018:
|
||||||
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
|
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
|
||||||
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
|
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
|
||||||
|
|
||||||
@ -6115,8 +6115,8 @@ this sentence.
|
|||||||
|
|
||||||
This code is released under the libpng license.
|
This code is released under the libpng license.
|
||||||
|
|
||||||
libpng versions 1.0.7, July 1, 2000 through 1.6.35beta01, September 29, 2017 are
|
libpng versions 1.0.7, July 1, 2000 through 1.6.35beta01, January 8, 2018 are
|
||||||
Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
|
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
|
||||||
derived from libpng-1.0.6, and are distributed according to the same
|
derived from libpng-1.0.6, and are distributed according to the same
|
||||||
disclaimer and license as libpng-1.0.6 with the following individuals
|
disclaimer and license as libpng-1.0.6 with the following individuals
|
||||||
added to the list of Contributing Authors:
|
added to the list of Contributing Authors:
|
||||||
@ -6243,7 +6243,7 @@ files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
|
|||||||
|
|
||||||
Glenn Randers-Pehrson
|
Glenn Randers-Pehrson
|
||||||
glennrp at users.sourceforge.net
|
glennrp at users.sourceforge.net
|
||||||
September 29, 2017
|
January 8, 2018
|
||||||
|
|
||||||
.\" end of man page
|
.\" end of man page
|
||||||
|
|
||||||
|
4
png.c
4
png.c
@ -816,14 +816,14 @@ png_get_copyright(png_const_structrp png_ptr)
|
|||||||
#else
|
#else
|
||||||
# ifdef __STDC__
|
# ifdef __STDC__
|
||||||
return PNG_STRING_NEWLINE \
|
return PNG_STRING_NEWLINE \
|
||||||
"libpng version 1.6.35beta01 - September 29, 2017" PNG_STRING_NEWLINE \
|
"libpng version 1.6.35beta01 - January 8, 2018" PNG_STRING_NEWLINE \
|
||||||
"Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson" \
|
"Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson" \
|
||||||
PNG_STRING_NEWLINE \
|
PNG_STRING_NEWLINE \
|
||||||
"Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
|
"Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
|
||||||
"Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \
|
"Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \
|
||||||
PNG_STRING_NEWLINE;
|
PNG_STRING_NEWLINE;
|
||||||
# else
|
# else
|
||||||
return "libpng version 1.6.35beta01 - September 29, 2017\
|
return "libpng version 1.6.35beta01 - January 8, 2018\
|
||||||
Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson\
|
Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson\
|
||||||
Copyright (c) 1996-1997 Andreas Dilger\
|
Copyright (c) 1996-1997 Andreas Dilger\
|
||||||
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";
|
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user