clawpack / riemann_book

An interactive book about the Riemann problem for hyperbolic PDEs, using Jupyter notebooks.
BSD 3-Clause "New" or "Revised" License
264 stars 95 forks source link

License changes #204

Closed rjleveque closed 4 years ago

rjleveque commented 4 years ago

I added some text to the README to reflect our new SIAM contract, roughly following how things are done at https://github.com/jakevdp/PythonDataScienceHandbook.

However, I couldn't figure out how to easily download the text of the CC-BY-NC-ND license from https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode into a form that could be put directly into the LICENSE-TEXT file. Not sure if it's necessary.

ketch commented 4 years ago

I found a markdown-formatted version: https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nd.markdown

I suggest that we use a copy of that for our license file (it will be LICENSE.md), if you both agree.

ketch commented 4 years ago

Oops; here's the right one: https://github.com/idleberg/Creative-Commons-Markdown/blob/master/4.0/by-nc-nd.markdown

rjleveque commented 4 years ago

Thanks @ketch, I added it as LICENCE-TEXT.md