Skip to content

Commit fc20f96

Browse files
authored
COH-32067 - Add attribution for numpy (#231)
1 parent 6e33ccf commit fc20f96

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,3 +966,79 @@ Version 2.0, January 2004
966966
http://www.apache.org/licenses/
967967

968968
----------------------------------------
969+
970+
Package: numpy
971+
License: License: BSD License
972+
Requires: n/a
973+
Author: NumPy Developers
974+
Home Page: https://numpy.org/ (https://github.com/numpy/numpy)
975+
976+
Copyright (c) 2005-2025, NumPy Developers.
977+
All rights reserved.
978+
979+
Redistribution and use in source and binary forms, with or without
980+
modification, are permitted provided that the following conditions are
981+
met:
982+
983+
* Redistributions of source code must retain the above copyright
984+
notice, this list of conditions and the following disclaimer.
985+
986+
* Redistributions in binary form must reproduce the above
987+
copyright notice, this list of conditions and the following
988+
disclaimer in the documentation and/or other materials provided
989+
with the distribution.
990+
991+
* Neither the name of the NumPy Developers nor the names of any
992+
contributors may be used to endorse or promote products derived
993+
from this software without specific prior written permission.
994+
995+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
996+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
997+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
998+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
999+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1000+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1001+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1002+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1003+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1004+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1005+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1006+
------------
1007+
1008+
The NumPy repository and source distributions bundle several libraries that are
1009+
compatibly licensed. We list these here.
1010+
1011+
Name: lapack-lite
1012+
Files: numpy/linalg/lapack_lite/*
1013+
License: BSD-3-Clause
1014+
For details, see numpy/linalg/lapack_lite/LICENSE.txt
1015+
1016+
Name: dragon4
1017+
Files: numpy/_core/src/multiarray/dragon4.c
1018+
License: MIT
1019+
For license text, see numpy/_core/src/multiarray/dragon4.c
1020+
1021+
Name: libdivide
1022+
Files: numpy/_core/include/numpy/libdivide/*
1023+
License: Zlib
1024+
For license text, see numpy/_core/include/numpy/libdivide/LICENSE.txt
1025+
1026+
Note that the following files are vendored in the repository and sdist but not
1027+
installed in built numpy packages:
1028+
1029+
Name: Meson
1030+
Files: vendored-meson/meson/*
1031+
License: Apache 2.0
1032+
For license text, see vendored-meson/meson/COPYING
1033+
1034+
Name: spin
1035+
Files: .spin/cmds.py
1036+
License: BSD-3
1037+
For license text, see .spin/LICENSE
1038+
1039+
Name: tempita
1040+
Files: numpy/_build_utils/tempita/*
1041+
License: MIT
1042+
For details, see numpy/_build_utils/tempita/LICENCE.txt
1043+
1044+
----------------------------------------

0 commit comments

Comments
 (0)