rossant / ipycache

Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent pickle file
BSD 3-Clause "New" or "Revised" License
139 stars 35 forks source link

Clarify license as `BSD-3-Clause` in `setup.py` #60

Closed mbrukman closed 2 years ago

mbrukman commented 2 years ago

There are many BSD-style licenses, and while they're all categorized as "permissive" licenses, it's important to clarify which license this repo has.

This repo's license is classified by GitHub as:

BSD 3-Clause "New" or "Revised" License

so this is not a change, as much as a clarification of current state.

Closes https://github.com/rossant/ipycache/issues/41

mbrukman commented 2 years ago

The CI build is currently broken due to https://github.com/rossant/ipycache/issues/61; we'll need to fix that first and then re-run the tests in this PR before merging it to ensure the build stays green.

mbrukman commented 2 years ago

We've fixed the tests with a quick fix in https://github.com/rossant/ipycache/issues/63, so we can rebase this PR and try again.

mbrukman commented 2 years ago

Great, the tests are still passing! We can finally merge this PR.