Skip to content

Commit

Permalink
Document custom licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored and rjbou committed Nov 9, 2021
1 parent 68141ea commit 313597b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/pages/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,8 @@ files.
a list of strings listing the original authors of the software.

- <a id="opamfield-license">`license: [ <string> ... ]`</a>:
The SPDX ID of the license(s) under which the source software is available
(see http://spdx.org/licenses/).
The SPDX expression of the license(s) under which the source software is available
(see http://spdx.org/licenses/). The [SPDX standard](https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/) allows to define custom licenses if necessary using the `LicenseRef-your-custom-name` syntax (e.g. `license: "LicenseRef-My-Custom-Non-Commercial-License"`).

- <a id="opamfield-homepage">`homepage: [ <string> ... ]`</a>,
<a id="opamfield-doc">`doc: [ <string> ... ]`</a>,
Expand Down

0 comments on commit 313597b

Please sign in to comment.