From 1720ec531f9bd68de95af197c48e80befec2def8 Mon Sep 17 00:00:00 2001 From: Ville Pihlava Date: Thu, 22 Jan 2026 11:15:26 +0200 Subject: [PATCH] Add support for dual license projects. --- docs/standard/schema.core.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index bb64171..8aef33d 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -580,12 +580,12 @@ Section ``legal`` Key ``legal/license`` ''''''''''''''''''''' -- Type: string +- Type: string or array of strings - Presence: mandatory - Example: ``"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 +This string or list of strings describes the license or licenses under which the software is +distributed. All individual license strings must contain a valid SPDX expression, referring to one (or multiple) open-source license. Please refer to the `SPDX documentation `__ for further information.