Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
docs: do not call magic license values SPDX expressions
Browse files Browse the repository at this point in the history
PR-URL: #11215
Credit: @kemitchell
Reviewed-By: @iarna
  • Loading branch information
kemitchell authored and iarna committed Jan 28, 2016
1 parent 39dea9c commit cb9df5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ expression syntax version 2.0 string](https://npmjs.com/package/spdx), like this
{ "license" : "(ISC OR GPL-3.0)" }

If you are using a license that hasn't been assigned an SPDX identifier, or if
you are using a custom license, use the following valid SPDX expression:
you are using a custom license, use a string value like this one:

{ "license" : "SEE LICENSE IN <filename>" }

Expand Down

0 comments on commit cb9df5a

Please sign in to comment.