LICENSE 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. This copy of the libpng notices is provided for your convenience. In case of
  2. any discrepancy between this copy and the notices in the file png.h that is
  3. included in the libpng distribution, the latter shall prevail.
  4. COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  5. If you modify libpng you may insert additional notices immediately following
  6. this sentence.
  7. This code is released under the libpng license.
  8. libpng versions 1.0.7, July 1, 2000 through 1.6.25, September 1, 2016 are
  9. Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
  10. derived from libpng-1.0.6, and are distributed according to the same
  11. disclaimer and license as libpng-1.0.6 with the following individuals
  12. added to the list of Contributing Authors:
  13. Simon-Pierre Cadieux
  14. Eric S. Raymond
  15. Mans Rullgard
  16. Cosmin Truta
  17. Gilles Vollant
  18. James Yu
  19. and with the following additions to the disclaimer:
  20. There is no warranty against interference with your enjoyment of the
  21. library or against infringement. There is no warranty that our
  22. efforts or the library will fulfill any of your particular purposes
  23. or needs. This library is provided with all faults, and the entire
  24. risk of satisfactory quality, performance, accuracy, and effort is with
  25. the user.
  26. Some files in the "contrib" directory and some configure-generated
  27. files that are distributed with libpng have other copyright owners and
  28. are released under other open source licenses.
  29. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  30. Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
  31. libpng-0.96, and are distributed according to the same disclaimer and
  32. license as libpng-0.96, with the following individuals added to the list
  33. of Contributing Authors:
  34. Tom Lane
  35. Glenn Randers-Pehrson
  36. Willem van Schaik
  37. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  38. Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
  39. and are distributed according to the same disclaimer and license as
  40. libpng-0.88, with the following individuals added to the list of
  41. Contributing Authors:
  42. John Bowler
  43. Kevin Bracey
  44. Sam Bushell
  45. Magnus Holmgren
  46. Greg Roelofs
  47. Tom Tanner
  48. Some files in the "scripts" directory have other copyright owners
  49. but are released under this license.
  50. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  51. Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
  52. For the purposes of this copyright and license, "Contributing Authors"
  53. is defined as the following set of individuals:
  54. Andreas Dilger
  55. Dave Martindale
  56. Guy Eric Schalnat
  57. Paul Schmidt
  58. Tim Wegner
  59. The PNG Reference Library is supplied "AS IS". The Contributing Authors
  60. and Group 42, Inc. disclaim all warranties, expressed or implied,
  61. including, without limitation, the warranties of merchantability and of
  62. fitness for any purpose. The Contributing Authors and Group 42, Inc.
  63. assume no liability for direct, indirect, incidental, special, exemplary,
  64. or consequential damages, which may result from the use of the PNG
  65. Reference Library, even if advised of the possibility of such damage.
  66. Permission is hereby granted to use, copy, modify, and distribute this
  67. source code, or portions hereof, for any purpose, without fee, subject
  68. to the following restrictions:
  69. 1. The origin of this source code must not be misrepresented.
  70. 2. Altered versions must be plainly marked as such and must not
  71. be misrepresented as being the original source.
  72. 3. This Copyright notice may not be removed or altered from any
  73. source or altered source distribution.
  74. The Contributing Authors and Group 42, Inc. specifically permit, without
  75. fee, and encourage the use of this source code as a component to
  76. supporting the PNG file format in commercial products. If you use this
  77. source code in a product, acknowledgment is not required but would be
  78. appreciated.
  79. END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
  80. TRADEMARK:
  81. The name "libpng" has not been registered by the Copyright owner
  82. as a trademark in any jurisdiction. However, because libpng has
  83. been distributed and maintained world-wide, continually since 1995,
  84. the Copyright owner claims "common-law trademark protection" in any
  85. jurisdiction where common-law trademark is recognized.
  86. OSI CERTIFICATION:
  87. Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
  88. a certification mark of the Open Source Initiative. OSI has not addressed
  89. the additional disclaimers inserted at version 1.0.7.
  90. EXPORT CONTROL:
  91. The Copyright owner believes that the Export Control Classification
  92. Number (ECCN) for libpng is EAR99, which means not subject to export
  93. controls or International Traffic in Arms Regulations (ITAR) because
  94. it is open source, publicly available software, that does not contain
  95. any encryption software. See the EAR, paragraphs 734.3(b)(3) and
  96. 734.7(b).
  97. Glenn Randers-Pehrson
  98. glennrp at users.sourceforge.net
  99. September 1, 2016