-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
add AGPL #2941
Comments
@browniebroke It might just be worth it to use GitHub's |
Or instead perhaps make separate directories for each license rather than storing everything in a single file? |
Interesting idea to get them from that repo. A couple of things I noticed:
We could pull them and convert them regularly with a github workflow, but it might not be worth the trouble... Splitting the current file into multiple ones would be a nice improvement on the maintenance front, would make it easier to see what we support. |
Agreed; too much trouble. On the second thought, having to parse for a bunch of dashed lines to indicate the beginning of the license file is not really that good of an idea. But definitely splitting the licenses is an improvement, and importing each license from that repo and replacing them with the jinja curly braces would be needed. |
* Uses open source licenses (including the Jekyll format) from https://github.com/github/choosealicense.com/tree/gh-pages/_licenses * Added license section in README.rst because some licenses want it to be explicit * cookiecutter.json shows all licenses (including "Not open source") in lexicographical order except for "Not open source"
Please add the AGPL license to the list of available licenses! Thanks
The text was updated successfully, but these errors were encountered: