5620N/AThis copy of the libpng notices is provided for your convenience. In case of
5620N/Aany discrepancy between this copy and the notices in the file
png.h that is
5620N/Aincluded in the libpng distribution, the latter shall prevail.
5620N/ACOPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
5620N/AIf you modify libpng you may insert additional notices immediately following
5620N/AThis code is released under the libpng license.
5620N/Alibpng versions 1.2.6, August 15, 2004, through 1.4.3, June 26, 2010, are
5620N/ACopyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
5620N/Adistributed according to the same disclaimer and license as libpng-1.2.5
5620N/Awith the following individual added to the list of Contributing Authors
5620N/Alibpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
5620N/ACopyright (c) 2000-2002 Glenn Randers-Pehrson, and are
5620N/Adistributed according to the same disclaimer and license as libpng-1.0.6
5620N/Awith the following individuals added to the list of Contributing Authors
5620N/Aand with the following additions to the disclaimer:
5620N/A There is no warranty against interference with your enjoyment of the
5620N/A library or against infringement. There is no warranty that our
5620N/A efforts or the library will fulfill any of your particular purposes
5620N/A or needs. This library is provided with all faults, and the entire
5620N/A risk of satisfactory quality, performance, accuracy, and effort is with
5620N/Alibpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
5620N/ACopyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
5620N/Adistributed according to the same disclaimer and license as libpng-0.96,
5620N/Awith the following individuals added to the list of Contributing Authors:
5620N/Alibpng versions 0.89, June 1996, through 0.96, May 1997, are
5620N/ACopyright (c) 1996, 1997 Andreas Dilger
5620N/ADistributed according to the same disclaimer and license as libpng-0.88,
5620N/Awith the following individuals added to the list of Contributing Authors:
5620N/Alibpng versions 0.5, May 1995, through 0.88, January 1996, are
5620N/ACopyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
5620N/AFor the purposes of this copyright and license, "Contributing Authors"
5620N/Ais defined as the following set of individuals:
5620N/AThe PNG Reference Library is supplied "AS IS". The Contributing Authors
5620N/Aand Group 42, Inc. disclaim all warranties, expressed or implied,
5620N/Aincluding, without limitation, the warranties of merchantability and of
5620N/Afitness for any purpose. The Contributing Authors and Group 42, Inc.
5620N/Aassume no liability for direct, indirect, incidental, special, exemplary,
5620N/Aor consequential damages, which may result from the use of the PNG
5620N/AReference Library, even if advised of the possibility of such damage.
5620N/APermission is hereby granted to use, copy, modify, and distribute this
5620N/Asource code, or portions hereof, for any purpose, without fee, subject
5620N/Ato the following restrictions:
5620N/A1. The origin of this source code must not be misrepresented.
5620N/A2. Altered versions must be plainly marked as such and must not
5620N/A be misrepresented as being the original source.
5620N/A3. This Copyright notice may not be removed or altered from any
5620N/A source or altered source distribution.
5620N/AThe Contributing Authors and Group 42, Inc. specifically permit, without
5620N/Afee, and encourage the use of this source code as a component to
5620N/Asupporting the PNG file format in commercial products. If you use this
5620N/Asource code in a product, acknowledgment is not required but would be
5620N/AA "png_get_copyright" function is available, for convenient use in "about"
5620N/A printf("%s",png_get_copyright(NULL));
5620N/AAlso, the PNG logo (in PNG format, of course) is supplied in the
5620N/ALibpng is OSI Certified Open Source Software. OSI Certified Open Source is a
5620N/Acertification mark of the Open Source Initiative.
5620N/A * libpng version 1.4.3 - June 26, 2010
5620N/A * Copyright (c) 1998-2010 Glenn Randers-Pehrson
5620N/A * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
5620N/A * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
5620N/A * This code is released under the libpng license (See LICENSE, below)
5620N/A * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
5620N/A * libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
5620N/A * libpng versions 0.97, January 1998, through 1.4.3 - June 26, 2010: Glenn
5620N/A * See also "Contributing Authors", below.
5620N/A * Note about libpng version numbers:
5620N/A * Due to various miscommunications, unforeseen code incompatibilities
5620N/A * and occasional factors outside the authors' control, version numbering
5620N/A * on the library has not always been consistent and straightforward.
5620N/A * The following table summarizes matters since version 0.89c, which was
5620N/A * the first widely used release:
5620N/A * version string int version
5620N/A * ------- ------ ----- ----------
5620N/A * 0.89c "1.0 beta 3" 0.89 89 1.0.89
5620N/A * 0.90 "1.0 beta 4" 0.90 90 0.90 [should have been 2.0.90]
5620N/A * 0.95 "1.0 beta 5" 0.95 95 0.95 [should have been 2.0.95]
5620N/A * 0.96 "1.0 beta 6" 0.96 96 0.96 [should have been 2.0.96]
5620N/A * 0.97b "1.00.97 beta 7" 1.00.97 97 1.0.1 [should have been 2.0.97]
5620N/A * 1.00 1.00 100 2.1.0 [100 should be 10000]
5620N/A * 1.0.0 (from here on, the 100 2.1.0 [100 should be 10000]
5620N/A * 1.0.1a-e identical to the 10002 from here on, the shared library
5620N/A * 1.0.2 source version) 10002 is
2.V where V is the source code
5620N/A * 1.0.2a-b 10003 version, except as noted.
5620N/A * 1.0.5 (+ 2 patches) 10005
5620N/A * 1.0.5e-r 10100 (not source compatible)
5620N/A * 1.0.5s-v 10006 (not binary compatible)
5620N/A * 1.0.6 (+ 3 patches) 10006 (still binary incompatible)
5620N/A * 1.0.6d-f 10007 (still binary incompatible)
5620N/A * 1.0.6h 10007 10.6h (testing
xy.z so-numbering)
5620N/A * 1.0.6j 10007 2.1.0.6j (incompatible with 1.0.0)
5620N/A * 1.0.7beta11-14 DLLNUM 10007 2.1.0.7beta11-14 (binary compatible)
5620N/A * 1.0.7beta15-18 1 10007 2.1.0.7beta15-18 (binary compatible)
5620N/A * 1.0.7rc1-2 1 10007 2.1.0.7rc1-2 (binary compatible)
5620N/A * 1.0.7 1 10007 (still compatible)
5620N/A * 1.0.8beta1-4 1 10008 2.1.0.8beta1-4
5620N/A * 1.0.8rc1 1 10008 2.1.0.8rc1
5620N/A * 1.0.9beta1-6 1 10009 2.1.0.9beta1-6
5620N/A * 1.0.9rc1 1 10009 2.1.0.9rc1
5620N/A * 1.0.9beta7-10 1 10009 2.1.0.9beta7-10
5620N/A * 1.0.9rc2 1 10009 2.1.0.9rc2
5620N/A * 1.0.10beta1 1 10010 2.1.0.10beta1
5620N/A * 1.0.10rc1 1 10010 2.1.0.10rc1
5620N/A * 1.0.11beta1-3 1 10011 2.1.0.11beta1-3
5620N/A * 1.0.11rc1 1 10011 2.1.0.11rc1
5620N/A * 1.0.12beta1-2 2 10012 2.1.0.12beta1-2
5620N/A * 1.0.12rc1 2 10012 2.1.0.12rc1
5620N/A * 1.1.0a-f - 10100 2.1.1.0a-f (branch abandoned)
5620N/A * 1.2.0beta1-2 2 10200 2.1.2.0beta1-2
5620N/A * 1.2.0beta3-5 3 10200 3.1.2.0beta3-5
5620N/A * 1.2.0rc1 3 10200 3.1.2.0rc1
5620N/A * 1.2.1beta1-4 3 10201 3.1.2.1beta1-4
5620N/A * 1.2.1rc1-2 3 10201 3.1.2.1rc1-2
5620N/A * Henceforth the source version will match the shared-library major
5620N/A * and minor numbers; the shared-library major version number will be
5620N/A * used for changes in backward compatibility, as it is intended. The
5620N/A * PNG_LIBPNG_VER macro, which is not used within libpng but is available
5620N/A * for applications, is an unsigned integer of the form xyyzz corresponding
5620N/A * to the source version
x.y.z (leading zeros in y and z). Beta versions
5620N/A * were given the previous public release number plus a letter, until
5620N/A * version 1.0.6j; from then on they were given the upcoming public
5620N/A * release number plus "betaNN" or "rcN".
5620N/A * Binary incompatibility exists only when applications make direct access
5620N/A * to the info_ptr or png_ptr members through
png.h, and the compiled
5620N/A * application is loaded with a different version of the library.
5620N/A * DLLNUM will change each time there are forward or backward changes
5620N/A * in binary compatibility (
e.g., when a new feature is added).
5620N/A * is available as a W3C Recommendation and as an ISO Specification,
5620N/A * COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
5620N/A * If you modify libpng you may insert additional notices immediately following
5620N/A * This code is released under the libpng license.
5620N/A * libpng versions 1.2.6, August 15, 2004, through 1.4.3, June 26, 2010, are
5620N/A * Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
5620N/A * distributed according to the same disclaimer and license as libpng-1.2.5
5620N/A * with the following individual added to the list of Contributing Authors:
5620N/A * libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
5620N/A * Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
5620N/A * distributed according to the same disclaimer and license as libpng-1.0.6
5620N/A * with the following individuals added to the list of Contributing Authors:
5620N/A * and with the following additions to the disclaimer:
5620N/A * There is no warranty against interference with your enjoyment of the
5620N/A * library or against infringement. There is no warranty that our
5620N/A * efforts or the library will fulfill any of your particular purposes
5620N/A * or needs. This library is provided with all faults, and the entire
5620N/A * risk of satisfactory quality, performance, accuracy, and effort is with
5620N/A * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
5620N/A * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
5620N/A * distributed according to the same disclaimer and license as libpng-0.96,
5620N/A * with the following individuals added to the list of Contributing Authors:
5620N/A * libpng versions 0.89, June 1996, through 0.96, May 1997, are
5620N/A * Copyright (c) 1996, 1997 Andreas Dilger
5620N/A * Distributed according to the same disclaimer and license as libpng-0.88,
5620N/A * with the following individuals added to the list of Contributing Authors:
5620N/A * libpng versions 0.5, May 1995, through 0.88, January 1996, are
5620N/A * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
5620N/A * For the purposes of this copyright and license, "Contributing Authors"
5620N/A * is defined as the following set of individuals:
5620N/A * The PNG Reference Library is supplied "AS IS". The Contributing Authors
5620N/A * and Group 42, Inc. disclaim all warranties, expressed or implied,
5620N/A * including, without limitation, the warranties of merchantability and of
5620N/A * fitness for any purpose. The Contributing Authors and Group 42, Inc.
5620N/A * assume no liability for direct, indirect, incidental, special, exemplary,
5620N/A * or consequential damages, which may result from the use of the PNG
5620N/A * Reference Library, even if advised of the possibility of such damage.
5620N/A * Permission is hereby granted to use, copy, modify, and distribute this
5620N/A * source code, or portions hereof, for any purpose, without fee, subject
5620N/A * to the following restrictions:
5620N/A * 1. The origin of this source code must not be misrepresented.
5620N/A * 2. Altered versions must be plainly marked as such and
5620N/A * must not be misrepresented as being the original source.
5620N/A * 3. This Copyright notice may not be removed or altered from
5620N/A * any source or altered source distribution.
5620N/A * The Contributing Authors and Group 42, Inc. specifically permit, without
5620N/A * fee, and encourage the use of this source code as a component to
5620N/A * supporting the PNG file format in commercial products. If you use this
5620N/A * source code in a product, acknowledgment is not required but would be
5620N/A * A "png_get_copyright" function is available, for convenient use in "about"
5620N/A * printf("%s",png_get_copyright(NULL));
5620N/A * Also, the PNG logo (in PNG format, of course) is supplied in the
5620N/A * Libpng is OSI Certified Open Source Software. OSI Certified is a
5620N/A * certification mark of the Open Source Initiative.
5620N/A * The contributing authors would like to thank all those who helped
5620N/A * with testing, bug fixes, and patience. This wouldn't have been
5620N/A * possible without all of you.
5620N/A * Thanks to Frank J. T. Wojcik for helping with the documentation.