LICENSE.txt 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. Copyright (c) 2001, 2002 Enthought, Inc.
  2. All rights reserved.
  3. Copyright (c) 2003-2017 SciPy Developers.
  4. All rights reserved.
  5. Redistribution and use in source and binary forms, with or without
  6. modification, are permitted provided that the following conditions are met:
  7. a. Redistributions of source code must retain the above copyright notice,
  8. this list of conditions and the following disclaimer.
  9. b. Redistributions in binary form must reproduce the above copyright
  10. notice, this list of conditions and the following disclaimer in the
  11. documentation and/or other materials provided with the distribution.
  12. c. Neither the name of Enthought nor the names of the SciPy Developers
  13. may be used to endorse or promote products derived from this software
  14. without specific prior written permission.
  15. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  16. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  17. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  18. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS
  19. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
  20. OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  21. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  22. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  23. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  24. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  25. THE POSSIBILITY OF SUCH DAMAGE.
  26. SciPy bundles a number of libraries that are compatibly licensed. We list
  27. these here.
  28. Name: Numpydoc
  29. Files: doc/sphinxext/numpydoc/*
  30. License: 2-clause BSD
  31. For details, see doc/sphinxext/LICENSE.txt
  32. Name: scipy-sphinx-theme
  33. Files: doc/scipy-sphinx-theme/*
  34. License: 3-clause BSD, PSF and Apache 2.0
  35. For details, see doc/sphinxext/LICENSE.txt
  36. Name: Six
  37. Files: scipy/_lib/six.py
  38. License: MIT
  39. For details, see the header inside scipy/_lib/six.py
  40. Name: Decorator
  41. Files: scipy/_lib/decorator.py
  42. License: 2-clause BSD
  43. For details, see the header inside scipy/_lib/decorator.py
  44. Name: ID
  45. Files: scipy/linalg/src/id_dist/*
  46. License: 3-clause BSD
  47. For details, see scipy/linalg/src/id_dist/doc/doc.tex
  48. Name: L-BFGS-B
  49. Files: scipy/optimize/lbfgsb/*
  50. License: BSD license
  51. For details, see scipy/optimize/lbfgsb/README
  52. Name: SuperLU
  53. Files: scipy/sparse/linalg/dsolve/SuperLU/*
  54. License: 3-clause BSD
  55. For details, see scipy/sparse/linalg/dsolve/SuperLU/License.txt
  56. Name: ARPACK
  57. Files: scipy/sparse/linalg/eigen/arpack/ARPACK/*
  58. License: 3-clause BSD
  59. For details, see scipy/sparse/linalg/eigen/arpack/ARPACK/COPYING
  60. Name: Qhull
  61. Files: scipy/spatial/qhull/*
  62. License: Qhull license (BSD-like)
  63. For details, see scipy/spatial/qhull/COPYING.txt
  64. Name: Cephes
  65. Files: scipy/special/cephes/*
  66. License: 3-clause BSD
  67. Distributed under 3-clause BSD license with permission from the author,
  68. see https://lists.debian.org/debian-legal/2004/12/msg00295.html
  69. Cephes Math Library Release 2.8: June, 2000
  70. Copyright 1984, 1995, 2000 by Stephen L. Moshier
  71. This software is derived from the Cephes Math Library and is
  72. incorporated herein by permission of the author.
  73. All rights reserved.
  74. Redistribution and use in source and binary forms, with or without
  75. modification, are permitted provided that the following conditions are met:
  76. * Redistributions of source code must retain the above copyright
  77. notice, this list of conditions and the following disclaimer.
  78. * Redistributions in binary form must reproduce the above copyright
  79. notice, this list of conditions and the following disclaimer in the
  80. documentation and/or other materials provided with the distribution.
  81. * Neither the name of the <organization> nor the
  82. names of its contributors may be used to endorse or promote products
  83. derived from this software without specific prior written permission.
  84. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  85. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  86. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  87. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  88. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  89. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  90. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  91. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  92. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  93. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  94. Name: Faddeeva
  95. Files: scipy/special/Faddeeva.*
  96. License: MIT
  97. Copyright (c) 2012 Massachusetts Institute of Technology
  98. Permission is hereby granted, free of charge, to any person obtaining
  99. a copy of this software and associated documentation files (the
  100. "Software"), to deal in the Software without restriction, including
  101. without limitation the rights to use, copy, modify, merge, publish,
  102. distribute, sublicense, and/or sell copies of the Software, and to
  103. permit persons to whom the Software is furnished to do so, subject to
  104. the following conditions:
  105. The above copyright notice and this permission notice shall be
  106. included in all copies or substantial portions of the Software.
  107. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  108. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  109. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  110. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  111. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  112. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  113. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  114. Name: qd
  115. Files: scipy/special/cephes/dd_*.[ch]
  116. License: modified BSD license ("BSD-LBNL-License.doc")
  117. This work was supported by the Director, Office of Science, Division
  118. of Mathematical, Information, and Computational Sciences of the
  119. U.S. Department of Energy under contract numbers DE-AC03-76SF00098 and
  120. DE-AC02-05CH11231.
  121. Copyright (c) 2003-2009, The Regents of the University of California,
  122. through Lawrence Berkeley National Laboratory (subject to receipt of
  123. any required approvals from U.S. Dept. of Energy) All rights reserved.
  124. 1. Redistribution and use in source and binary forms, with or
  125. without modification, are permitted provided that the following
  126. conditions are met:
  127. (1) Redistributions of source code must retain the copyright
  128. notice, this list of conditions and the following disclaimer.
  129. (2) Redistributions in binary form must reproduce the copyright
  130. notice, this list of conditions and the following disclaimer in
  131. the documentation and/or other materials provided with the
  132. distribution.
  133. (3) Neither the name of the University of California, Lawrence
  134. Berkeley National Laboratory, U.S. Dept. of Energy nor the names
  135. of its contributors may be used to endorse or promote products
  136. derived from this software without specific prior written
  137. permission.
  138. 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  139. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  140. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  141. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  142. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  143. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  144. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  145. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  146. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  147. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  148. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  149. 3. You are under no obligation whatsoever to provide any bug fixes,
  150. patches, or upgrades to the features, functionality or performance of
  151. the source code ("Enhancements") to anyone; however, if you choose to
  152. make your Enhancements available either publicly, or directly to
  153. Lawrence Berkeley National Laboratory, without imposing a separate
  154. written license agreement for such Enhancements, then you hereby grant
  155. the following license: a non-exclusive, royalty-free perpetual license
  156. to install, use, modify, prepare derivative works, incorporate into
  157. other computer software, distribute, and sublicense such enhancements
  158. or derivative works thereof, in binary and source code form.