diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-03 16:44:23 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-04 21:06:07 +0200 |
commit | a08fb60447be61b9136ba64947b79e987f696001 (patch) | |
tree | d2e0923e98a0e8d2b8f634b0d378842016c32f67 /LICENSE.txt | |
parent | f64ec0ca21466d3d461b88e232451c750982e9e6 (diff) | |
download | numpy-a08fb60447be61b9136ba64947b79e987f696001.tar.gz |
LICENSE: split license file in standard BSD 3-clause and bundled.
Reason: the GitHub license detection method relies on the LICENSE
file matching for at least 95% with a standard license.
Adding even one more sentence changes the license displayed in the
GitHub UI and also in the GitHub API that can be queried from
BSD to "other".
See https://github.com/numpy/numpy/issues/13447 for more
details.
Note that this split license is what GitHub recommends to do,
and is also what we do for wheels, where we append to the license
file at build time.
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index b9731f734..5eae3201a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -28,33 +28,3 @@ 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/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 |