blob: aadf18f095b0f4d41ea87093cd741088ee7ce888 [file] [log] [blame]
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -05001
Glenn Randers-Pehrson5e5c1e12000-11-10 12:26:19 -06002This copy of the libpng notices is provided for your convenience. In case of
3any discrepancy between this copy and the notices in the file png.h that is
4included in the libpng distribution, the latter shall prevail.
5
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -05006COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7
8If you modify libpng you may insert additional notices immediately following
9this sentence.
10
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -050011libpng versions 1.0.7, July 1, 2000, through 1.2.0beta1, May 6, 2001, are
12Copyright (c) 2000 Glenn Randers-Pehrson
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -050013and are distributed according to the same disclaimer and license as libpng-1.0.6
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050014with the following individuals added to the list of Contributing Authors
15
16 Simon-Pierre Cadieux
17 Eric S. Raymond
18 Gilles Vollant
19
20and with the following additions to the disclaimer:
21
22 There is no warranty against interference with your enjoyment of the
23 library or against infringement. There is no warranty that our
24 efforts or the library will fulfill any of your particular purposes
25 or needs. This library is provided with all faults, and the entire
26 risk of satisfactory quality, performance, accuracy, and effort is with
27 the user.
28
29libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -050030Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
31distributed according to the same disclaimer and license as libpng-0.96,
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050032with the following individuals added to the list of Contributing Authors:
33
34 Tom Lane
35 Glenn Randers-Pehrson
36 Willem van Schaik
37
38libpng versions 0.89, June 1996, through 0.96, May 1997, are
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050039Copyright (c) 1996, 1997 Andreas Dilger
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050040Distributed according to the same disclaimer and license as libpng-0.88,
41with the following individuals added to the list of Contributing Authors:
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050042
43 John Bowler
44 Kevin Bracey
45 Sam Bushell
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050046 Magnus Holmgren
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050047 Greg Roelofs
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050048 Tom Tanner
49
50libpng versions 0.5, May 1995, through 0.88, January 1996, are
51Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
52
53For the purposes of this copyright and license, "Contributing Authors"
54is defined as the following set of individuals:
55
56 Andreas Dilger
57 Dave Martindale
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050058 Guy Eric Schalnat
59 Paul Schmidt
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050060 Tim Wegner
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050061
62The PNG Reference Library is supplied "AS IS". The Contributing Authors
63and Group 42, Inc. disclaim all warranties, expressed or implied,
64including, without limitation, the warranties of merchantability and of
65fitness for any purpose. The Contributing Authors and Group 42, Inc.
66assume no liability for direct, indirect, incidental, special, exemplary,
67or consequential damages, which may result from the use of the PNG
68Reference Library, even if advised of the possibility of such damage.
69
70Permission is hereby granted to use, copy, modify, and distribute this
71source code, or portions hereof, for any purpose, without fee, subject
72to the following restrictions:
73
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -0500741. The origin of this source code must not be misrepresented.
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050075
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -0500762. Altered versions must be plainly marked as such and must not
77 be misrepresented as being the original source.
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050078
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -0500793. This Copyright notice may not be removed or altered from any
80 source or altered source distribution.
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050081
82The Contributing Authors and Group 42, Inc. specifically permit, without
83fee, and encourage the use of this source code as a component to
84supporting the PNG file format in commercial products. If you use this
85source code in a product, acknowledgment is not required but would be
86appreciated.
87
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050088
Glenn Randers-Pehrson860ab2b1999-10-14 07:43:10 -050089A "png_get_copyright" function is available, for convenient use in "about"
90boxes and the like:
91
92 printf("%s",png_get_copyright(NULL));
93
94Also, the PNG logo (in PNG format, of course) is supplied in the
Glenn Randers-Pehrsona4d54bd2000-07-14 08:15:12 -050095files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
Glenn Randers-Pehrson860ab2b1999-10-14 07:43:10 -050096
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -060097Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
Glenn Randers-Pehrson860ab2b1999-10-14 07:43:10 -050098certification mark of the Open Source Initiative.
99
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -0500100Glenn Randers-Pehrson
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -0500101randeg@alum.rpi.edu
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -0500102May 6, 2001