diff --git a/doc/pages/Manual.md b/doc/pages/Manual.md index 7cbf7e23cac..ca906e5be21 100644 --- a/doc/pages/Manual.md +++ b/doc/pages/Manual.md @@ -804,6 +804,7 @@ files. - `license: [ ... ]`: 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"`. - `homepage: [ ... ]`, `doc: [ ... ]`,