Skip to content

Commit

Permalink
Documentation: explicit the expected meaning of a list of licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Nov 16, 2021
1 parent 244025a commit 9974973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/pages/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ files.
- <a id="opamfield-license">`license: [ <string> ... ]`</a>:
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/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"`).
When several licenses are defined, the combination of them is equivalent to a single license expression separated by `AND`. For instance: `license: ["MIT" "ISC"]` is equivalent to `license: "MIT AND ISC"`.

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

0 comments on commit 9974973

Please sign in to comment.