Blame LICENSE

Packit 0ba690
Packit 0ba690
This copy of the libpng notices is provided for your convenience.  In case of
Packit 0ba690
any discrepancy between this copy and the notices in the file png.h that is
Packit 0ba690
included in the libpng distribution, the latter shall prevail.
Packit 0ba690
Packit 0ba690
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
Packit 0ba690
Packit 0ba690
If you modify libpng you may insert additional notices immediately following
Packit 0ba690
this sentence.
Packit 0ba690
Packit 0ba690
This code is released under the libpng license.
Packit 0ba690
Packit 0ba690
libpng versions 1.0.7, July 1, 2000, through 1.2.57, December 29, 2016, are
Packit 0ba690
Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
Packit 0ba690
derived from libpng-1.0.6, and are distributed according to the same
Packit 0ba690
disclaimer and license as libpng-1.0.6 with the following individuals
Packit 0ba690
added to the list of Contributing Authors:
Packit 0ba690
Packit 0ba690
   Simon-Pierre Cadieux
Packit 0ba690
   Eric S. Raymond
Packit 0ba690
   Cosmin Truta
Packit 0ba690
   Gilles Vollant
Packit 0ba690
Packit 0ba690
and with the following additions to the disclaimer:
Packit 0ba690
Packit 0ba690
   There is no warranty against interference with your enjoyment of the
Packit 0ba690
   library or against infringement.  There is no warranty that our
Packit 0ba690
   efforts or the library will fulfill any of your particular purposes
Packit 0ba690
   or needs.  This library is provided with all faults, and the entire
Packit 0ba690
   risk of satisfactory quality, performance, accuracy, and effort is with
Packit 0ba690
   the user.
Packit 0ba690
Packit 0ba690
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
Packit 0ba690
Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
Packit 0ba690
libpng-0.96, and are distributed according to the same disclaimer and
Packit 0ba690
license as libpng-0.96, with the following individuals added to the list
Packit 0ba690
of Contributing Authors:
Packit 0ba690
Packit 0ba690
   Tom Lane
Packit 0ba690
   Glenn Randers-Pehrson
Packit 0ba690
   Willem van Schaik
Packit 0ba690
Packit 0ba690
libpng versions 0.89, June 1996, through 0.96, May 1997, are
Packit 0ba690
Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
Packit 0ba690
and are distributed according to the same disclaimer and license as
Packit 0ba690
libpng-0.88, with the following individuals added to the list of
Packit 0ba690
Contributing Authors:
Packit 0ba690
Packit 0ba690
   John Bowler
Packit 0ba690
   Kevin Bracey
Packit 0ba690
   Sam Bushell
Packit 0ba690
   Magnus Holmgren
Packit 0ba690
   Greg Roelofs
Packit 0ba690
   Tom Tanner
Packit 0ba690
Packit 0ba690
libpng versions 0.5, May 1995, through 0.88, January 1996, are
Packit 0ba690
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
Packit 0ba690
Packit 0ba690
For the purposes of this copyright and license, "Contributing Authors"
Packit 0ba690
is defined as the following set of individuals:
Packit 0ba690
Packit 0ba690
   Andreas Dilger
Packit 0ba690
   Dave Martindale
Packit 0ba690
   Guy Eric Schalnat
Packit 0ba690
   Paul Schmidt
Packit 0ba690
   Tim Wegner
Packit 0ba690
Packit 0ba690
The PNG Reference Library is supplied "AS IS".  The Contributing Authors
Packit 0ba690
and Group 42, Inc. disclaim all warranties, expressed or implied,
Packit 0ba690
including, without limitation, the warranties of merchantability and of
Packit 0ba690
fitness for any purpose.  The Contributing Authors and Group 42, Inc.
Packit 0ba690
assume no liability for direct, indirect, incidental, special, exemplary,
Packit 0ba690
or consequential damages, which may result from the use of the PNG
Packit 0ba690
Reference Library, even if advised of the possibility of such damage.
Packit 0ba690
Packit 0ba690
Permission is hereby granted to use, copy, modify, and distribute this
Packit 0ba690
source code, or portions hereof, for any purpose, without fee, subject
Packit 0ba690
to the following restrictions:
Packit 0ba690
Packit 0ba690
  1. The origin of this source code must not be misrepresented.
Packit 0ba690
Packit 0ba690
  2. Altered versions must be plainly marked as such and must not
Packit 0ba690
     be misrepresented as being the original source.
Packit 0ba690
Packit 0ba690
  3. This Copyright notice may not be removed or altered from any
Packit 0ba690
     source or altered source distribution.
Packit 0ba690
Packit 0ba690
The Contributing Authors and Group 42, Inc. specifically permit, without
Packit 0ba690
fee, and encourage the use of this source code as a component to
Packit 0ba690
supporting the PNG file format in commercial products.  If you use this
Packit 0ba690
source code in a product, acknowledgment is not required but would be
Packit 0ba690
appreciated.
Packit 0ba690
Packit 0ba690
END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
Packit 0ba690
Packit 0ba690
A "png_get_copyright" function is available, for convenient use in "about"
Packit 0ba690
boxes and the like:
Packit 0ba690
Packit 0ba690
   printf("%s", png_get_copyright(NULL));
Packit 0ba690
Packit 0ba690
Also, the PNG logo (in PNG format, of course) is supplied in the
Packit 0ba690
files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
Packit 0ba690
Packit 0ba690
Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is
Packit 0ba690
a certification mark of the Open Source Initiative. OSI has not addressed
Packit 0ba690
the additional disclaimers inserted at version 1.0.7.
Packit 0ba690
Packit 0ba690
Glenn Randers-Pehrson
Packit 0ba690
glennrp at users.sourceforge.net
Packit 0ba690
December 29, 2016