Skip to content

Commit 3ed85f0

Browse files
authored
Add example for dual-license SPDX expression. (#282)
1 parent bc7aba3 commit 3ed85f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/standard/schema.core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,11 @@ Key ``legal/license``
579579

580580
- Type: string
581581
- Presence: mandatory
582-
- Example: ``"AGPL-3.0-or-later"``
582+
- Example: ``"AGPL-3.0-or-later"``, ``"EUPL-1.2 OR AGPL-3.0-or-later"``
583583

584584
This string describes the license under which the software is
585585
distributed. The string must contain a valid SPDX expression, referring
586-
to one (or multiple) open-source license. Please refer to the `SPDX
586+
to one or multiple open-source licenses. Please refer to the `SPDX
587587
documentation <https://spdx.org/licenses/>`__ for further information.
588588

589589
Key ``legal/mainCopyrightOwner``

0 commit comments

Comments
 (0)