fix: note SPDX for license

Closes #69.
This commit is contained in:
Richard Littauer 2017-11-14 14:41:27 -05:00
parent 468156d2b4
commit e7b67cd4cf

View File

@ -216,7 +216,7 @@ progressively greater amount of knowledge."
**Status:** Required. **Status:** Required.
**Requirements:** **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. - State license owner.
- Must be last section. - Must be last section.