8000 DOC: Fix license identifier for OpenBLAS by charris · Pull Request #25116 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Fix license identifier for OpenBLAS #25116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC: Fix license identifier for OpenBLAS
[skip cirrus] [skip azp] [skip actions]
  • Loading branch information
stefan6419846 authored and charris committed Nov 11, 2023
commit 81af82625e91a993ad9b41ddac4b3eb8e6728c3c
2 changes: 1 addition & 1 deletion tools/wheels/LICENSE_linux.txt
673F
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name: OpenBLAS
Files: numpy.libs/libopenblas*.so
Description: bundled as a dynamically linked library
Availability: https://github.com/OpenMathLib/OpenBLAS/
License: BSD-3-Clause-Attribution
License: BSD-3-Clause
Copyright (c) 2011-2014, The OpenBLAS Project
All rights reserved.

Expand Down
0