diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-11-27 15:05:16 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2017-11-27 16:13:28 -0700 |
commit | 9e3c36a92ba1dd05f23c56d751d93111bf1a6035 (patch) | |
tree | 950c029b2f1d4b1e06a4dfc409989b30304ea6fd /LICENSE.txt | |
parent | f0f8d6e412c62643ef702c1a46352f0ef267a1a1 (diff) | |
download | numpy-9e3c36a92ba1dd05f23c56d751d93111bf1a6035.tar.gz |
DOC: Update license documentation.
This takes care of the licenses for the libraries included in the NumPy
repository or bundled in the NumPy source distributions.
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 906c7b536..0065d465f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -28,3 +28,33 @@ 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. + + + +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/sphinxext/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 |