diff --git a/docs/sources/collection/xmldata.xml b/docs/sources/collection/xmldata.xml index 0761a340..0052b8ae 100644 --- a/docs/sources/collection/xmldata.xml +++ b/docs/sources/collection/xmldata.xml @@ -168,11 +168,11 @@ The <project_license/> tag is indicating the license of the component. - It should be a string in SPDX format. Licenses may be combined using and and or logic. + It should be a SPDX license expression. Possible values include: GPL-2.0 - LGPL-3.0+ and GPL-3.0+ + LGPL-3.0+ AND GPL-3.0+ MIT CC-BY-SA-2.0 ... diff --git a/docs/sources/metainfo/component.xml b/docs/sources/metainfo/component.xml index 04a069c9..1819991a 100644 --- a/docs/sources/metainfo/component.xml +++ b/docs/sources/metainfo/component.xml @@ -521,11 +521,11 @@ The <project_license/> tag is indicating the license of the component (application/library/addon/font/etc.) described in the metadata document. - It should be a string in SPDX format. Licenses may be combined using and and or logic. + It should be a SPDX license expression. Possible values include: GPL-2.0 - LGPL-3.0+ and GPL-3.0+ + LGPL-3.0+ AND GPL-3.0+ MIT CC-BY-SA-2.0