-
Notifications
You must be signed in to change notification settings - Fork 146
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
Use SPDX license #110
Comments
can you open a pull req? |
Sure - but you will need to select which BSD license you want. |
BSD-3-Clause , pls |
balupton
added a commit
to balupton/gor
that referenced
this issue
Oct 6, 2016
balupton
added a commit
to bevry/staticsitegenerators-list
that referenced
this issue
Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the license is specified to be
BSD
in the README file, however there are many forms of BSD makingBSD
not a valid SPDX license identifier https://spdx.org/licenses/ - If you could update the license, perhaps to either toBSD-2-Clause
orBSD-3-Clause
which are the most common BSD licenses, that would be great!The text was updated successfully, but these errors were encountered: