Skip to content

Commit 6d974a5

Browse files
authored
Merge pull request numpy#25116 from charris/backport-25099
DOC: Fix license identifier for OpenBLAS
2 parents ea72d88 + f6906d8 commit 6d974a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/wheels/LICENSE_linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name: OpenBLAS
88
Files: numpy.libs/libopenblas*.so
99
Description: bundled as a dynamically linked library
1010
Availability: https://github.com/OpenMathLib/OpenBLAS/
11-
License: BSD-3-Clause-Attribution
11+
License: BSD-3-Clause
1212
Copyright (c) 2011-2014, The OpenBLAS Project
1313
All rights reserved.
1414

tools/wheels/LICENSE_osx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name: OpenBLAS
77
Files: numpy/.dylibs/libopenblas*.so
88
Description: bundled as a dynamically linked library
99
Availability: https://github.com/OpenMathLib/OpenBLAS/
10-
License: BSD-3-Clause-Attribution
10+
License: BSD-3-Clause
1111
Copyright (c) 2011-2014, The OpenBLAS Project
1212
All rights reserved.
1313

tools/wheels/LICENSE_win32.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name: OpenBLAS
88
Files: numpy.libs\libopenblas*.dll
99
Description: bundled as a dynamically linked library
1010
Availability: https://github.com/OpenMathLib/OpenBLAS/
11-
License: BSD-3-Clause-Attribution
11+
License: BSD-3-Clause
1212
Copyright (c) 2011-2014, The OpenBLAS Project
1313
All rights reserved.
1414

0 commit comments

Comments
 (0)