From 313597b59fb16ec5ce73bcd40c9cf69f425feb54 Mon Sep 17 00:00:00 2001 From: Kate Date: Sat, 9 Oct 2021 14:40:55 +0100 Subject: [PATCH] Document custom licenses --- doc/pages/Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/Manual.md b/doc/pages/Manual.md index 863e77c08d9..27869641ea0 100644 --- a/doc/pages/Manual.md +++ b/doc/pages/Manual.md @@ -802,8 +802,8 @@ files. a list of strings listing the original authors of the software. - `license: [ ... ]`: - 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"`). - `homepage: [ ... ]`, `doc: [ ... ]`,