LICENSE 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. pnglibconf.h and moz.build are distributed under the Mozilla Public License,
  8. v. 2.0. If a copy of the MPL was not distributed with this file, You can
  9. obtain one at http://mozilla.org/MPL/2.0/.
  10. This modified version of libpng code adds animated PNG support and is
  11. released under the libpng license described below. The modifications are
  12. Copyright (c) 2006-2007 Andrew Smith, Copyright (c) 2008-2016 Max Stepin,
  13. and are delimited by "#ifdef PNG_APNG_SUPPORTED / #endif" directives
  14. surrounding them in the modified libpng source files.
  15. This modified version of libpng code adds Intel-SSE support and is
  16. released under the libpng license described below. The modifications are
  17. Copyright (c) 2016 Google, Inc., and consist of the source files in the
  18. "sse2" subdirectory and added code in pngpriv.h delimited by
  19. #ifndef PNG_INTEL_SSE_OPT / #endif directives.
  20. This code is released under the libpng license.
  21. libpng versions 1.0.7, July 1, 2000 through 1.6.26, Octoaber 20, 2016 are
  22. Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
  23. derived from libpng-1.0.6, and are distributed according to the same
  24. disclaimer and license as libpng-1.0.6 with the following individuals
  25. added to the list of Contributing Authors:
  26. Simon-Pierre Cadieux
  27. Eric S. Raymond
  28. Mans Rullgard
  29. Cosmin Truta
  30. Gilles Vollant
  31. James Yu
  32. and with the following additions to the disclaimer:
  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. Some files in the "contrib" directory and some configure-generated
  40. files that are distributed with libpng have other copyright owners and
  41. are released under other open source licenses.
  42. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  43. Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
  44. libpng-0.96, and are distributed according to the same disclaimer and
  45. license as libpng-0.96, with the following individuals added to the list
  46. of Contributing Authors:
  47. Tom Lane
  48. Glenn Randers-Pehrson
  49. Willem van Schaik
  50. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  51. Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
  52. and are distributed according to the same disclaimer and license as
  53. libpng-0.88, with the following individuals added to the list of
  54. Contributing Authors:
  55. John Bowler
  56. Kevin Bracey
  57. Sam Bushell
  58. Magnus Holmgren
  59. Greg Roelofs
  60. Tom Tanner
  61. Some files in the "scripts" directory have other copyright owners
  62. but are released under this license.
  63. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  64. Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
  65. For the purposes of this copyright and license, "Contributing Authors"
  66. is defined as the following set of individuals:
  67. Andreas Dilger
  68. Dave Martindale
  69. Guy Eric Schalnat
  70. Paul Schmidt
  71. Tim Wegner
  72. The PNG Reference Library is supplied "AS IS". The Contributing Authors
  73. and Group 42, Inc. disclaim all warranties, expressed or implied,
  74. including, without limitation, the warranties of merchantability and of
  75. fitness for any purpose. The Contributing Authors and Group 42, Inc.
  76. assume no liability for direct, indirect, incidental, special, exemplary,
  77. or consequential damages, which may result from the use of the PNG
  78. Reference Library, even if advised of the possibility of such damage.
  79. Permission is hereby granted to use, copy, modify, and distribute this
  80. source code, or portions hereof, for any purpose, without fee, subject
  81. to the following restrictions:
  82. 1. The origin of this source code must not be misrepresented.
  83. 2. Altered versions must be plainly marked as such and must not
  84. be misrepresented as being the original source.
  85. 3. This Copyright notice may not be removed or altered from any
  86. source or altered source distribution.
  87. The Contributing Authors and Group 42, Inc. specifically permit, without
  88. fee, and encourage the use of this source code as a component to
  89. supporting the PNG file format in commercial products. If you use this
  90. source code in a product, acknowledgment is not required but would be
  91. appreciated.
  92. END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
  93. TRADEMARK:
  94. The name "libpng" has not been registered by the Copyright owner
  95. as a trademark in any jurisdiction. However, because libpng has
  96. been distributed and maintained world-wide, continually since 1995,
  97. the Copyright owner claims "common-law trademark protection" in any
  98. jurisdiction where common-law trademark is recognized.
  99. OSI CERTIFICATION:
  100. Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
  101. a certification mark of the Open Source Initiative. OSI has not addressed
  102. the additional disclaimers inserted at version 1.0.7.
  103. EXPORT CONTROL:
  104. The Copyright owner believes that the Export Control Classification
  105. Number (ECCN) for libpng is EAR99, which means not subject to export
  106. controls or International Traffic in Arms Regulations (ITAR) because
  107. it is open source, publicly available software, that does not contain
  108. any encryption software. See the EAR, paragraphs 734.3(b)(3) and
  109. 734.7(b).
  110. Glenn Randers-Pehrson
  111. glennrp at users.sourceforge.net
  112. October 20, 2016