| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Change year of Copyright in LICENSE
|
| |
|
|
|
| |
A very small contribution to update the license date from 2020 to 2021 :)
|
|
|
| |
Update Year 2019 -> 2020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
In base LICENSE.txt under scipy-sphinx-theme, LICENSE.txt path is wrong.
Point to right path:
doc/scipy-sphinx-theme/LICENSE.txt
instead of:
doc/sphinxext/LICENSE.txt
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
|
|
|
|
|
| |
This takes care of the licenses for the libraries included in the NumPy
repository or bundled in the NumPy source distributions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|