]> git.saurik.com Git - wxWidgets.git/blame - src/png/LICENSE
merged 2.4 branch into the trunk
[wxWidgets.git] / src / png / LICENSE
CommitLineData
c6b71bff
GD
1
2This 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
6COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7
8If you modify libpng you may insert additional notices immediately following
9this sentence.
10
2b5f62a0 11libpng versions 1.0.7, July 1, 2000, through 1.2.5rc3, September 18, 2002, are
c6b71bff
GD
12Copyright (c) 2000-2002 Glenn Randers-Pehrson
13and are distributed according to the same disclaimer and license as libpng-1.0.6
14with 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
30Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
31distributed according to the same disclaimer and license as libpng-0.96,
32with 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
39Copyright (c) 1996, 1997 Andreas Dilger
40Distributed according to the same disclaimer and license as libpng-0.88,
41with the following individuals added to the list of Contributing Authors:
42
43 John Bowler
44 Kevin Bracey
45 Sam Bushell
46 Magnus Holmgren
47 Greg Roelofs
48 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
58 Guy Eric Schalnat
59 Paul Schmidt
60 Tim Wegner
61
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
741. The origin of this source code must not be misrepresented.
75
762. Altered versions must be plainly marked as such and must not
77 be misrepresented as being the original source.
78
793. This Copyright notice may not be removed or altered from any
80 source or altered source distribution.
81
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
88
89A "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
95files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
96
97Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
98certification mark of the Open Source Initiative.
99
100Glenn Randers-Pehrson
101randeg@alum.rpi.edu
2b5f62a0 102September 18, 2002