Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://spdx.org/licenses/>`__ for further information.

Expand Down