From a4e640d900ed4c601c4f0da13f020e5408484564 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 5 Mar 2021 20:07:54 +0000 Subject: [PATCH] spec: Fix case of LicenseRef-proprietary in the spec As per discussion on #309, it should be `LicenseRef-proprietary`, rather than `LicenseRef-Proprietary`. Signed-off-by: Philip Withnall Helps: #309 --- docs/xml/metainfo-component.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/metainfo-component.xml b/docs/xml/metainfo-component.xml index b1f8356b0..fc40b4fb4 100644 --- a/docs/xml/metainfo-component.xml +++ b/docs/xml/metainfo-component.xml @@ -1037,14 +1037,14 @@ LGPL-3.0+ AND GPL-3.0+ MIT CC-BY-SA-2.0 - LicenseRef-Proprietary=https://example.com/mylicense.html + LicenseRef-proprietary=https://example.com/mylicense.html A full list of recognized licenses and their identifiers can be found at the SPDX OpenSource License Registry. Custom licenses which are not in the SPDX registry, like proprietary licenses, can be denoted using the LicenseRef notation. - LicenseRef-Proprietary can be used to denote a proprietary license, with an optional URL to the license text following after + LicenseRef-proprietary can be used to denote a proprietary license, with an optional URL to the license text following after a = sign.