forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSES_bundled.txt
More file actions
196 lines (155 loc) · 7.08 KB
/
LICENSES_bundled.txt
File metadata and controls
196 lines (155 loc) · 7.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
----
The SciPy repository and source distributions bundle a number of libraries that
are compatibly licensed. We list these here.
Name: fast_matrix_market
Files: scipy/io/_fast_matrix_market/*
License: BSD-2-Clause
For details, see scipy/io/_fast_matrix_market/LICENSE.txt
Name: pystreambuf
Files: scipy/io/_fast_matrix_market/src/pystreambuf.h
License: BSD-3-Clause
For details, see the header inside scipy/io/_fast_matrix_market/src/pystreambuf.h
Name: fast_float
Files: scipy/io/_fast_matrix_market/fast_matrix_market/dependencies/fast_float/*
License: MIT
For details, see scipy/io/_fast_matrix_market/fast_matrix_market/dependencies/fast_float/LICENSE-MIT
Name: ryu
Files: scipy/io/_fast_matrix_market/fast_matrix_market/dependencies/ryu/*
License: BSL-1.0
For details, see scipy/io/_fast_matrix_market/fast_matrix_market/dependencies/ryu/LICENSE-Boost
Name: L-BFGS-B
Files: scipy/optimize/lbfgsb/[__lbfgsb.h,__lbfgsb.c]
License: BSD-3-Clause
For details, see scipy/optimize/__lbfgsb.c
Name: LAPJVsp
Files: scipy/sparse/csgraph/_matching.pyx
License: BSD-3-Clause
Copyright 1987-, A. Volgenant/Amsterdam School of Economics,
University of Amsterdam
Distributed under 3-clause BSD license with permission from
University of Amsterdam.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Name: SuperLU
Files: scipy/sparse/linalg/_dsolve/SuperLU/*
License: BSD-3-Clause
For details, see scipy/sparse/linalg/_dsolve/SuperLU/License.txt
Name: ARPACK
Files: scipy/sparse/linalg/_eigen/arpack/ARPACK/*
License: BSD-3-Clause
For details, see scipy/sparse/linalg/_eigen/arpack/ARPACK/COPYING
Name: Qhull
Files: subprojects/qhull_r/libqhull_r/*
License: Qhull
For details, see subprojects/qhull_r/libqhull_r/COPYING.txt
Name: xsf
Files: subprojects/xsf/*
License: BSD-3-Clause AND MIT AND BSD-3-Clause-LBNL AND Apache-2.0 WITH LLVM-exception
For details, see subprojects/xsf/LICENSE and
subprojects/xsf/LICENSES_bundled.txt
Name: pypocketfft
Files: scipy/fft/_pocketfft/pypocketfft.cxx
License: BSD-3-Clause
For details, see scipy/fft/_pocketfft/LICENSE.md
Name: uarray
Files: scipy/_lib/_uarray/*
License: BSD-3-Clause
For details, see scipy/_lib/_uarray/LICENSE
Name: ampgo
Files: benchmarks/benchmarks/go_benchmark_functions/*.py
License: MIT
Functions for testing global optimizers, forked from the AMPGO project,
https://code.google.com/archive/p/ampgo
Name: pybind11
Files: no source files are included, however pybind11 binary artifacts are
included with every binary build of SciPy.
License: BSD-3-Clause
Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Name: HiGHS
Files: subprojects/highs/*
License: MIT
For details, see subprojects/highs/LICENSE.txt
Name: Boost
Files: subprojects/boost_math/math/*
License: BSL-1.0
For details, see subprojects/boost_math/math/LICENSE
Name: Biasedurn
Files: scipy/stats/biasedurn/*
License: BSD-3-Clause
For details, see scipy/stats/biasedurn/license.txt
Name: UNU.RAN
Files: subprojects/unuran/unuran/*
License: BSD-3-Clause
For details, see subprojects/unuran/unuran/license.txt
Name: NumPy
Files: scipy/stats/libnpyrandom/[logfactorial.h,logfactorial.c]
License: BSD-3-Clause
For details, see header inside scipy/stats/libnpyrandom/logfactorial.h
and scipy/stats/libnpyrandom/logfactorial.c
Name: array-api-compat
Files: subprojects/array_api_compat/array_api_compat/*
License: MIT
For details, see subprojects/array_api_compat/array_api_compat/LICENSE
Name: array-api-extra
Files: subprojects/array_api_extra/*
License: MIT
For details, see subprojects/array_api_extra/LICENSE
Name: Tempita
Files: scipy/_build_utils/tempita/*
License: MIT
For details, see scipy/_build_utils/tempita/LICENSE.txt
Name: Chebfun
Files: scipy/interpolate/[_bary_rational.py, tests/test_bary_rational.py]
License: BSD-3-Clause
For details, see scipy/interpolate/_bary_rational.py
Name: getLebedevSphere
Files: scipy/integrate/_lebedev.py
License: BSD-2-Clause
For details, see scipy/integrate/_lebedev.py
Name: prima
Files: subprojects/pyprima/pyprima
License: BSD-3-Clause
For details, see subprojects/pyprima/pyprima/LICENCE.txt
Name: packaging.version
Files: scipy/_external/packaging_version/*
License: BSD-3-Clause
For details, see scipy/_external/src/LICENSE.BSD