8000 Merge pull request #29118 from charris/backport-29111 · numpy/numpy@88874a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88874a8

Browse files
authored
Merge pull request #29118 from charris/backport-29111
MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs
2 parents 4ec55c5 + 02f4838 commit 88874a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tools/wheels/LICENSE_linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Name: LAPACK
4444
Files: numpy.libs/libscipy_openblas*.so
4545
Description: bundled in OpenBLAS
4646
Availability: https://github.com/OpenMathLib/OpenBLAS/
47-
License: BSD-3-Clause-Attribution
47+
License: BSD-3-Clause-Open-MPI
4848
Copyright (c) 1992-2013 The University of Tennessee and The University
4949
of Tennessee Research Foundation. All rights
5050
reserved.
@@ -99,7 +99,7 @@ Name: GCC runtime library
9999
Files: numpy.libs/libgfortran*.so
100100
Description: dynamically linked to files compiled with gcc
101101
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
102-
License: GPL-3.0-with-GCC-exception
102+
License: GPL-3.0-or-later WITH GCC-exception-3.1
103103
Copyright (C) 2002-2017 Free Software Foundation, Inc.
104104

105105
Libgfortran is free software; you can redistribute it and/or modify

tools/wheels/LICENSE_osx.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Name: LAPACK
4444
Files: numpy/.dylibs/libscipy_openblas*.so
4545
Description: bundled in OpenBLAS
4646
Availability: https://github.com/OpenMathLib/OpenBLAS/
47-
License: BSD-3-Clause-Attribution
47+
License: BSD-3-Clause-Open-MPI
4848
Copyright (c) 1992-2013 The University of Tennessee and The University
4949
of Tennessee Research Foundation. All rights
5050
reserved.
@@ -99,7 +99,7 @@ Name: GCC runtime library
9999
Files: numpy/.dylibs/libgfortran*, numpy/.dylibs/libgcc*
100100
Description: dynamically linked to files compiled with gcc
101101
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
102-
License: GPL-3.0-with-GCC-exception
102+
License: GPL-3.0-or-later WITH GCC-exception-3.1
103103
Copyright (C) 2002-2017 Free Software Foundation, Inc.
104104

105105
Libgfortran is free software; you can redistribute it and/or modify

tools/wheels/LICENSE_win32.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Name: LAPACK
4444
Files: numpy.libs\libscipy_openblas*.dll
4545
Description: bundled in OpenBLAS
4646
Availability: https://github.com/OpenMathLib/OpenBLAS/
47-
License: BSD-3-Clause-Attribution
47+
License: BSD-3-Clause-Open-MPI
4848
Copyright (c) 1992-2013 The University of Tennessee and The University
4949
of Tennessee Research Foundation. All rights
5050
reserved.
@@ -99,7 +99,7 @@ Name: GCC runtime library
9999
Files: numpy.libs\libscipy_openblas*.dll
100100
Description: statically linked to files compiled with gcc
101101
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
102-
License: GPL-3.0-with-GCC-exception
102+
License: GPL-3.0-or-later WITH GCC-exception-3.1
103103
Copyright (C) 2002-2017 Free Software Foundation, Inc.
104104

105105
Libgfortran is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)
0