home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libpng12-0 / copyright < prev    next >
Encoding:
Text File  |  2006-06-19  |  4.6 KB  |  122 lines

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