From e362ad7ab62b9e1311fcf75010c7364d55a8b148 Mon Sep 17 00:00:00 2001 From: Ville Pihlava Date: Thu, 29 Jan 2026 12:09:14 +0200 Subject: [PATCH] Add example for dual-license SPDX expression. --- docs/standard/schema.core.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index bb64171..605a061 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -582,11 +582,11 @@ Key ``legal/license`` - Type: string - Presence: mandatory -- Example: ``"AGPL-3.0-or-later"`` +- Example: ``"AGPL-3.0-or-later"``, ``"EUPL-1.2 OR AGPL-3.0-or-later"`` This string describes the license under which the software is distributed. The string must contain a valid SPDX expression, referring -to one (or multiple) open-source license. Please refer to the `SPDX +to one or multiple open-source licenses. Please refer to the `SPDX documentation `__ for further information. Key ``legal/mainCopyrightOwner``