diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-07 11:00:50 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-07 11:03:08 +0200 |
commit | 33415905e85c51c3348c1def9dfa306fbd358b5e (patch) | |
tree | 507dbdd0a40d258df0a763e6e2af403183c7f0de /LICENSES_bundled.txt | |
parent | 64b3e6791ff8cc51986b8dfbf5e63643304d2804 (diff) | |
download | numpy-33415905e85c51c3348c1def9dfa306fbd358b5e.tar.gz |
MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txt
Finally seems to make the GitHub license detection mechanism happy
Diffstat (limited to 'LICENSES_bundled.txt')
-rw-r--r-- | LICENSES_bundled.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/LICENSES_bundled.txt b/LICENSES_bundled.txt new file mode 100644 index 000000000..03d22521a --- /dev/null +++ b/LICENSES_bundled.txt @@ -0,0 +1,27 @@ +The NumPy repository and source distributions bundle several libraries that are +compatibly licensed. We list these here. + +Name: Numpydoc +Files: doc/sphinxext/numpydoc/* +License: 2-clause BSD + For details, see doc/sphinxext/LICENSE.txt + +Name: scipy-sphinx-theme +Files: doc/scipy-sphinx-theme/* +License: 3-clause BSD, PSF and Apache 2.0 + For details, see doc/scipy-sphinx-theme/LICENSE.txt + +Name: lapack-lite +Files: numpy/linalg/lapack_lite/* +License: 3-clause BSD + For details, see numpy/linalg/lapack_lite/LICENSE.txt + +Name: tempita +Files: tools/npy_tempita/* +License: BSD derived + For details, see tools/npy_tempita/license.txt + +Name: dragon4 +Files: numpy/core/src/multiarray/dragon4.c +License: One of a kind + For license text, see numpy/core/src/multiarray/dragon4.c |