blob: 6deebcaca4ff363fbd38867988b3ac8e7f7bce18 [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-Pehrsondff799e2004-08-07 21:42:49 -050011libpng version 1.2.6, August 8, 2004, is
Glenn Randers-Pehrson5fea36f2004-07-28 08:20:44 -050012Copyright (c) 2004 Glenn Randers-Pehrson, and is
13distributed according to the same disclaimer and license as libpng-1.2.5
14with the following individuals added to the list of Contributing Authors
15
16 Cosmin Truta
17 -
18
19libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
20Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
21distributed according to the same disclaimer and license as libpng-1.0.6
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050022with the following individuals added to the list of Contributing Authors
23
24 Simon-Pierre Cadieux
25 Eric S. Raymond
26 Gilles Vollant
27
28and with the following additions to the disclaimer:
29
30 There is no warranty against interference with your enjoyment of the
31 library or against infringement. There is no warranty that our
32 efforts or the library will fulfill any of your particular purposes
33 or needs. This library is provided with all faults, and the entire
34 risk of satisfactory quality, performance, accuracy, and effort is with
35 the user.
36
37libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
Glenn Randers-Pehrson32fc5ce2000-07-24 06:34:14 -050038Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
39distributed according to the same disclaimer and license as libpng-0.96,
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050040with the following individuals added to the list of Contributing Authors:
41
42 Tom Lane
43 Glenn Randers-Pehrson
44 Willem van Schaik
45
46libpng versions 0.89, June 1996, through 0.96, May 1997, are
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050047Copyright (c) 1996, 1997 Andreas Dilger
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050048Distributed according to the same disclaimer and license as libpng-0.88,
49with the following individuals added to the list of Contributing Authors:
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050050
51 John Bowler
52 Kevin Bracey
53 Sam Bushell
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050054 Magnus Holmgren
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050055 Greg Roelofs
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050056 Tom Tanner
57
58libpng versions 0.5, May 1995, through 0.88, January 1996, are
59Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
60
61For the purposes of this copyright and license, "Contributing Authors"
62is defined as the following set of individuals:
63
64 Andreas Dilger
65 Dave Martindale
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050066 Guy Eric Schalnat
67 Paul Schmidt
Glenn Randers-Pehrsonbcfd15d1999-10-01 14:22:25 -050068 Tim Wegner
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050069
70The PNG Reference Library is supplied "AS IS". The Contributing Authors
71and Group 42, Inc. disclaim all warranties, expressed or implied,
72including, without limitation, the warranties of merchantability and of
73fitness for any purpose. The Contributing Authors and Group 42, Inc.
74assume no liability for direct, indirect, incidental, special, exemplary,
75or consequential damages, which may result from the use of the PNG
76Reference Library, even if advised of the possibility of such damage.
77
78Permission is hereby granted to use, copy, modify, and distribute this
79source code, or portions hereof, for any purpose, without fee, subject
80to the following restrictions:
81
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -0500821. The origin of this source code must not be misrepresented.
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050083
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -0500842. Altered versions must be plainly marked as such and must not
85 be misrepresented as being the original source.
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050086
Glenn Randers-Pehrson1fd5fb32001-05-06 05:34:26 -0500873. This Copyright notice may not be removed or altered from any
88 source or altered source distribution.
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -050089
90The Contributing Authors and Group 42, Inc. specifically permit, without
91fee, and encourage the use of this source code as a component to
92supporting the PNG file format in commercial products. If you use this
93source code in a product, acknowledgment is not required but would be
94appreciated.
95
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -050096
Glenn Randers-Pehrson860ab2b1999-10-14 07:43:10 -050097A "png_get_copyright" function is available, for convenient use in "about"
98boxes and the like:
99
100 printf("%s",png_get_copyright(NULL));
101
102Also, the PNG logo (in PNG format, of course) is supplied in the
Glenn Randers-Pehrsona4d54bd2000-07-14 08:15:12 -0500103files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
Glenn Randers-Pehrson860ab2b1999-10-14 07:43:10 -0500104
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600105Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
Glenn Randers-Pehrson860ab2b1999-10-14 07:43:10 -0500106certification mark of the Open Source Initiative.
107
Glenn Randers-Pehrson54a066a1999-09-19 06:04:18 -0500108Glenn Randers-Pehrson
Glenn Randers-Pehrson5b5dcf82004-07-17 22:45:44 -0500109glennrp@users.sourceforge.net
Glenn Randers-Pehrsondff799e2004-08-07 21:42:49 -0500110August 8, 2004