1Copyright (c) 2005-2019, NumPy Developers.
2All rights reserved.
3
4Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions are
6met:
7
8    * Redistributions of source code must retain the above copyright
9       notice, this list of conditions and the following disclaimer.
10
11    * Redistributions in binary form must reproduce the above
12       copyright notice, this list of conditions and the following
13       disclaimer in the documentation and/or other materials provided
14       with the distribution.
15
16    * Neither the name of the NumPy Developers nor the names of any
17       contributors may be used to endorse or promote products derived
18       from this software without specific prior written permission.
19
20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
32
33
34The NumPy repository and source distributions bundle several libraries that are
35compatibly licensed.  We list these here.
36
37Name: Numpydoc
38Files: doc/sphinxext/numpydoc/*
39License: 2-clause BSD
40  For details, see doc/sphinxext/LICENSE.txt
41
42Name: scipy-sphinx-theme
43Files: doc/scipy-sphinx-theme/*
44License: 3-clause BSD, PSF and Apache 2.0
45  For details, see doc/scipy-sphinx-theme/LICENSE.txt
46
47Name: lapack-lite
48Files: numpy/linalg/lapack_lite/*
49License: 3-clause BSD
50  For details, see numpy/linalg/lapack_lite/LICENSE.txt
51
52Name: tempita
53Files: tools/npy_tempita/*
54License: BSD derived
55  For details, see tools/npy_tempita/license.txt
56
57Name: dragon4
58Files: numpy/core/src/multiarray/dragon4.c
59License: One of a kind
60  For license text, see numpy/core/src/multiarray/dragon4.c
61