executablebooks / cookiecutter-jupyter-book

Cookiecutter template for a simple jupyter book
https://executablebooks.github.io/cookiecutter-jupyter-book/
BSD 3-Clause "New" or "Revised" License
140 stars 53 forks source link

👌 IMPROVE: add "None" option to licenses #17

Closed TomasBeuzen closed 3 years ago

TomasBeuzen commented 3 years ago

Title says it all, the license options are now:

  "open_source_license": [
    "MIT license",
    "BSD license",
    "ISC license",
    "Apache Software License 2.0",
    "GNU General Public License v3",
    "None"
  ]