syslinux-3.08-2 sources from FC4
[bootcd.git] / syslinux / com32 / lib / libpng / LICENSE
1
2 This copy of the libpng notices is provided for your convenience.  In case of
3 any discrepancy between this copy and the notices in the file png.h that is
4 included in the libpng distribution, the latter shall prevail.
5
6 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7
8 If you modify libpng you may insert additional notices immediately following
9 this sentence.
10
11 *** This version of libpng has been slightly modified to fit into the
12     libcom32 framework.  In particular, it uses the libcom32 Makefile
13     system instead of its own.
14
15 libpng version 1.2.6, December 3, 2004, is
16 Copyright (c) 2004 Glenn Randers-Pehrson, and is
17 distributed according to the same disclaimer and license as libpng-1.2.5
18 with the following individual added to the list of Contributing Authors
19
20    Cosmin Truta
21
22 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
23 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
24 distributed according to the same disclaimer and license as libpng-1.0.6
25 with the following individuals added to the list of Contributing Authors
26
27    Simon-Pierre Cadieux
28    Eric S. Raymond
29    Gilles Vollant
30
31 and with the following additions to the disclaimer:
32
33    There is no warranty against interference with your enjoyment of the
34    library or against infringement.  There is no warranty that our
35    efforts or the library will fulfill any of your particular purposes
36    or needs.  This library is provided with all faults, and the entire
37    risk of satisfactory quality, performance, accuracy, and effort is with
38    the user.
39
40 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
41 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
42 distributed according to the same disclaimer and license as libpng-0.96,
43 with the following individuals added to the list of Contributing Authors:
44
45    Tom Lane
46    Glenn Randers-Pehrson
47    Willem van Schaik
48
49 libpng versions 0.89, June 1996, through 0.96, May 1997, are
50 Copyright (c) 1996, 1997 Andreas Dilger
51 Distributed according to the same disclaimer and license as libpng-0.88,
52 with the following individuals added to the list of Contributing Authors:
53
54    John Bowler
55    Kevin Bracey
56    Sam Bushell
57    Magnus Holmgren
58    Greg Roelofs
59    Tom Tanner
60
61 libpng versions 0.5, May 1995, through 0.88, January 1996, are
62 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
63
64 For the purposes of this copyright and license, "Contributing Authors"
65 is defined as the following set of individuals:
66
67    Andreas Dilger
68    Dave Martindale
69    Guy Eric Schalnat
70    Paul Schmidt
71    Tim Wegner
72
73 The PNG Reference Library is supplied "AS IS".  The Contributing Authors
74 and Group 42, Inc. disclaim all warranties, expressed or implied,
75 including, without limitation, the warranties of merchantability and of
76 fitness for any purpose.  The Contributing Authors and Group 42, Inc.
77 assume no liability for direct, indirect, incidental, special, exemplary,
78 or consequential damages, which may result from the use of the PNG
79 Reference Library, even if advised of the possibility of such damage.
80
81 Permission is hereby granted to use, copy, modify, and distribute this
82 source code, or portions hereof, for any purpose, without fee, subject
83 to the following restrictions:
84
85 1. The origin of this source code must not be misrepresented.
86
87 2. Altered versions must be plainly marked as such and must not
88    be misrepresented as being the original source.
89
90 3. This Copyright notice may not be removed or altered from any
91    source or altered source distribution.
92
93 The Contributing Authors and Group 42, Inc. specifically permit, without
94 fee, and encourage the use of this source code as a component to
95 supporting the PNG file format in commercial products.  If you use this
96 source code in a product, acknowledgment is not required but would be
97 appreciated.
98
99
100 A "png_get_copyright" function is available, for convenient use in "about"
101 boxes and the like:
102
103    printf("%s",png_get_copyright(NULL));
104
105 Also, the PNG logo (in PNG format, of course) is supplied in the
106 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
107
108 Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
109 certification mark of the Open Source Initiative.
110
111 Glenn Randers-Pehrson
112 glennrp at users.sourceforge.net
113 December 3, 2004