diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-06-16 11:29:07 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-06-16 11:33:00 +0200 |
commit | 2babaaa123c64c9f8d47d5b8b05942ab2c79a4e3 (patch) | |
tree | cdf643c113c1243d5c2afccac2999ec916a9e24d /LICENSES_bundled.txt | |
parent | 2e80702cca57359d8d66bdf480e582e86a2f7f75 (diff) | |
download | numpy-2babaaa123c64c9f8d47d5b8b05942ab2c79a4e3.tar.gz |
LICENSE: update dragon4 license to MIT.
Ralf Gommers obtained written permission from Ryan Juckett on
15 June 2019 to distribute the dragon4-derived code under the
MIT license.
Note that the "one of a kind" designation in LICENSES_bundled.txt
wasn't quite correct: this was the Zlib license (which is less
well known, but also compatible with NumPy's BSD 3-clause license).
Closes gh-13674
Diffstat (limited to 'LICENSES_bundled.txt')
-rw-r--r-- | LICENSES_bundled.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSES_bundled.txt b/LICENSES_bundled.txt index 03d22521a..ea349c7ee 100644 --- a/LICENSES_bundled.txt +++ b/LICENSES_bundled.txt @@ -23,5 +23,5 @@ License: BSD derived Name: dragon4 Files: numpy/core/src/multiarray/dragon4.c -License: One of a kind +License: MIT For license text, see numpy/core/src/multiarray/dragon4.c |