Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make URL clickable. #751

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions model/Core/Datatypes/MediaType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions model/ExpandedLicensing/Classes/CustomLicense.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion model/ExpandedLicensing/Classes/CustomLicenseAddition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion model/ExpandedLicensing/Classes/LicenseAddition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion model/ExpandedLicensing/Classes/ListedLicense.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion model/ExpandedLicensing/Classes/ListedLicenseException.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion model/ExpandedLicensing/Properties/isFsfLibre.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion model/ExpandedLicensing/Properties/isOsiApproved.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions model/ExpandedLicensing/Properties/licenseXml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down