Merge pull request #70 from RichardLitt/feat/spdx

fix: note SPDX for license
This commit is contained in:
Richard Littauer 2017-11-14 15:22:39 -05:00 committed by GitHub
commit 79cf2c2b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ progressively greater amount of knowledge."
**Status:** Required.
**Requirements:**
- State license initials or name.
- State license full name or identifier, as listed on the [SPDX](https://spdx.org/licenses/) license list. For unlicensed repositories, add `UNLICENSED`. For more details, add `SEE LICENSE IN <filename>` and link to the license file. (These requirements were adapted from [npm](https://docs.npmjs.com/files/package.json#license)).
- State license owner.
- Must be last section.