Skip to content

Commit

Permalink
add description about licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Lee <hone02@gmail.com>
  • Loading branch information
hone committed Dec 17, 2019
1 parent 87ddbde commit 077a1e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions text/0000-project-descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ name = "<string>"
version = "<string>"
```

## `[project.licenses]`

* `type` - This uses the [SPDX 2.1 license expression](https://spdx.org/spdx-specification-21-web-version). This matches the identifier and must be included in the [SPDX Lincenes List](https://spdx.org/licenses/). As of this writing, it's on version 3.7.
* `uri` - If this project is using a nonstandard license, then this key may be specified in lieu of `type` to point to the license.

## `[build.include]` and `[build.exclude]`

A list of files to include in the build (while excluding everything else):
Expand Down

0 comments on commit 077a1e4

Please sign in to comment.