From 970756b7dd3d35c767948805ecaa3b6c551ee17e Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Mon, 29 Apr 2024 18:55:13 +0200 Subject: [PATCH 1/2] Make URL clickable. Signed-off-by: Marc-Etienne Vargenau --- model/Core/Datatypes/MediaType.md | 5 +++-- model/Core/Properties/packageVerificationCodeExcludedFile.md | 2 +- model/ExpandedLicensing/Classes/CustomLicense.md | 4 ++-- model/ExpandedLicensing/Classes/CustomLicenseAddition.md | 3 ++- model/ExpandedLicensing/Classes/LicenseAddition.md | 3 ++- model/ExpandedLicensing/Classes/ListedLicense.md | 2 +- model/ExpandedLicensing/Classes/ListedLicenseException.md | 2 +- model/ExpandedLicensing/Properties/isFsfLibre.md | 3 ++- model/ExpandedLicensing/Properties/isOsiApproved.md | 2 +- model/ExpandedLicensing/Properties/licenseXml.md | 4 ++-- 10 files changed, 17 insertions(+), 13 deletions(-) diff --git a/model/Core/Datatypes/MediaType.md b/model/Core/Datatypes/MediaType.md index 036e4ef10..cb780664c 100644 --- a/model/Core/Datatypes/MediaType.md +++ b/model/Core/Datatypes/MediaType.md @@ -8,10 +8,11 @@ Standardized way of indicating the type of content of an Element. A String const ## Description -A MediaType is a string constrained to the RFC 2046 specification. It provides a standardized +A MediaType is a string constrained to the [RFC 2046](https://www.ietf.org/rfc/rfc2046.txt) specification. It provides a standardized way of indicating the type of content of an Element. -A list of all possible media types is available at https://www.iana.org/assignments/media-types/media-types.xhtml. +A list of all possible media types is available at +[https://www.iana.org/assignments/media-types/media-types.xhtml](https://www.iana.org/assignments/media-types/media-types.xhtml). ## Metadata diff --git a/model/Core/Properties/packageVerificationCodeExcludedFile.md b/model/Core/Properties/packageVerificationCodeExcludedFile.md index c4acdff46..aa01ad314 100644 --- a/model/Core/Properties/packageVerificationCodeExcludedFile.md +++ b/model/Core/Properties/packageVerificationCodeExcludedFile.md @@ -10,7 +10,7 @@ The relative file name of a file to be excluded from the `PackageVerificationCod A relative filename with the root of the package archive or directory referencing a file to be excluded from the `PackageVerificationCode`. -In general, every filename is preceded with a ./, see http://www.ietf.org/rfc/rfc3986.txt for syntax. +In general, every filename is preceded with a `./`, see [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt) for syntax. ## Metadata diff --git a/model/ExpandedLicensing/Classes/CustomLicense.md b/model/ExpandedLicensing/Classes/CustomLicense.md index 9a61bf402..402873e22 100644 --- a/model/ExpandedLicensing/Classes/CustomLicense.md +++ b/model/ExpandedLicensing/Classes/CustomLicense.md @@ -9,8 +9,8 @@ A license that is not listed on the SPDX License List. ## Description A CustomLicense represents a License that is not listed on the SPDX License -List at https://spdx.org/licenses, and is therefore defined by an SPDX data -creator. +List at [https://spdx.org/licenses](https://spdx.org/licenses), +and is therefore defined by an SPDX data creator. ## Metadata diff --git a/model/ExpandedLicensing/Classes/CustomLicenseAddition.md b/model/ExpandedLicensing/Classes/CustomLicenseAddition.md index add845a00..fff4af494 100644 --- a/model/ExpandedLicensing/Classes/CustomLicenseAddition.md +++ b/model/ExpandedLicensing/Classes/CustomLicenseAddition.md @@ -9,7 +9,8 @@ A license addition that is not listed on the SPDX Exceptions List. ## Description A CustomLicenseAddition represents an addition to a License that is not listed -on the SPDX Exceptions List at https://spdx.org/licenses/exceptions-index.html, +on the SPDX Exceptions List at +[https://spdx.org/licenses/exceptions-index.html](https://spdx.org/licenses/exceptions-index.html), and is therefore defined by an SPDX data creator. It is intended to represent additional language which is meant to be added to diff --git a/model/ExpandedLicensing/Classes/LicenseAddition.md b/model/ExpandedLicensing/Classes/LicenseAddition.md index fd99eecc1..51d03890e 100644 --- a/model/ExpandedLicensing/Classes/LicenseAddition.md +++ b/model/ExpandedLicensing/Classes/LicenseAddition.md @@ -13,7 +13,8 @@ A LicenseAddition represents text which is intended to be added to a License as additional text, but which is not itself intended to be a standalone License. -It may be an exception which is listed on the SPDX Exceptions List +It may be an exception which is listed on the +[SPDX Exceptions List](https://spdx.org/licenses/exceptions-index.html) (ListedLicenseException), or may be any other additional text (as an exception or otherwise) which is defined by an SPDX data creator (CustomLicenseAddition). diff --git a/model/ExpandedLicensing/Classes/ListedLicense.md b/model/ExpandedLicensing/Classes/ListedLicense.md index f8e3aed53..d4daeeda4 100644 --- a/model/ExpandedLicensing/Classes/ListedLicense.md +++ b/model/ExpandedLicensing/Classes/ListedLicense.md @@ -9,7 +9,7 @@ A license that is listed on the SPDX License List. ## Description A ListedLicense represents a License that is listed on the SPDX License List -at https://spdx.org/licenses. +at [https://spdx.org/licenses](https://spdx.org/licenses). ## Metadata diff --git a/model/ExpandedLicensing/Classes/ListedLicenseException.md b/model/ExpandedLicensing/Classes/ListedLicenseException.md index 45a5c36ec..3340404a1 100644 --- a/model/ExpandedLicensing/Classes/ListedLicenseException.md +++ b/model/ExpandedLicensing/Classes/ListedLicenseException.md @@ -11,7 +11,7 @@ A license exception that is listed on the SPDX Exceptions list. A ListedLicenseException represents an exception to a License (in other words, an exception to a license condition or an additional permission beyond those granted in a License) which is listed on the SPDX Exceptions List at -https://spdx.org/licenses/exceptions-index.html. +[https://spdx.org/licenses/exceptions-index.html](https://spdx.org/licenses/exceptions-index.html). ## Metadata diff --git a/model/ExpandedLicensing/Properties/isFsfLibre.md b/model/ExpandedLicensing/Properties/isFsfLibre.md index 25001f041..f953af9ee 100644 --- a/model/ExpandedLicensing/Properties/isFsfLibre.md +++ b/model/ExpandedLicensing/Properties/isFsfLibre.md @@ -11,7 +11,8 @@ Specifies whether the License is listed as free by the isFsfLibre specifies whether the [Free Software Foundation FSF](https://fsf.org) has listed this License as "free" in their commentary on licenses, located at -the time of this writing at https://www.gnu.org/licenses/license-list.en.html. +the time of this writing at +[https://www.gnu.org/licenses/license-list.en.html](https://www.gnu.org/licenses/license-list.en.html). A value of "true" indicates that the license is in the list of licenses that FSF publishes as libre. diff --git a/model/ExpandedLicensing/Properties/isOsiApproved.md b/model/ExpandedLicensing/Properties/isOsiApproved.md index 60c7f4cf7..9366bf95e 100644 --- a/model/ExpandedLicensing/Properties/isOsiApproved.md +++ b/model/ExpandedLicensing/Properties/isOsiApproved.md @@ -11,7 +11,7 @@ Specifies whether the License is listed as approved by the isOsiApproved specifies whether the [Open Source Initiative (OSI)](https://opensource.org) has listed this License as "approved" in their list of OSI Approved Licenses, -located at the time of this writing at https://opensource.org/licenses/. +located at the time of this writing at [https://opensource.org/licenses/](https://opensource.org/licenses/). A value of "true" indicates that the license is in the list of licenses that OSI publishes as approved. diff --git a/model/ExpandedLicensing/Properties/licenseXml.md b/model/ExpandedLicensing/Properties/licenseXml.md index 6c5c71c20..7732672e4 100644 --- a/model/ExpandedLicensing/Properties/licenseXml.md +++ b/model/ExpandedLicensing/Properties/licenseXml.md @@ -9,8 +9,8 @@ Identifies all the text and metadata associated with a license in the license XM ## Description The license XML format is defined and used by the SPDX legal team. -See the XML fields defined at https://github.com/spdx/license-list-XML/blob/main/DOCS/xml-fields.md for a text description. -There is also an XML schema available at https://github.com/spdx/license-list-XML/blob/main/schema/ListedLicense.xsd. +See the XML fields defined at [https://github.com/spdx/license-list-XML/blob/main/DOCS/xml-fields.md](https://github.com/spdx/license-list-XML/blob/main/DOCS/xml-fields.md) for a text description. +There is also an XML schema available at [https://github.com/spdx/license-list-XML/blob/main/schema/ListedLicense.xsd](https://github.com/spdx/license-list-XML/blob/main/schema/ListedLicense.xsd). ## Metadata From 9fa816db8eea02d5ff40ec9cac35748fe6a43cd4 Mon Sep 17 00:00:00 2001 From: Kate Stewart <13152682+kestewart@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:05:12 -0500 Subject: [PATCH 2/2] Update model/Core/Datatypes/MediaType.md Co-authored-by: Alexios Zavras (zvr) Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> --- model/Core/Datatypes/MediaType.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Core/Datatypes/MediaType.md b/model/Core/Datatypes/MediaType.md index cb780664c..f1e5ef6c6 100644 --- a/model/Core/Datatypes/MediaType.md +++ b/model/Core/Datatypes/MediaType.md @@ -12,7 +12,7 @@ A MediaType is a string constrained to the [RFC 2046](https://www.ietf.org/rfc/r way of indicating the type of content of an Element. A list of all possible media types is available at -[https://www.iana.org/assignments/media-types/media-types.xhtml](https://www.iana.org/assignments/media-types/media-types.xhtml). +[IANA](https://www.iana.org/assignments/media-types/media-types.xhtml). ## Metadata