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

Lowercasing all filename ref to spdx-spec #840

Merged
merged 1 commit into from
Aug 12, 2024
Merged
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
2 changes: 1 addition & 1 deletion model/ExpandedLicensing/Classes/ConjunctiveLicenseSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It is syntactically correct to specify a ConjunctiveLicenseSet where the
subsidiary AnyLicenseInfos may be "incompatible" according to a particular
interpretation of the corresponding Licenses.
The
[SPDX License Expression Syntax](../../../annexes/SPDX-license-expressions.md)
[SPDX License Expression Syntax](../../../annexes/spdx-license-expressions.md)
does not take into account interpretation of license texts, which is
left to the consumer of SPDX data to determine for themselves.

Expand Down
2 changes: 1 addition & 1 deletion model/ExpandedLicensing/ExpandedLicensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fully expanded license expressions.
## Description

This profile supports representing a fully expanded
[license expression](../../annexes/SPDX-license-expressions.md)
[license expression](../../annexes/spdx-license-expressions.md)
in object form.

## Metadata
Expand Down
2 changes: 1 addition & 1 deletion model/Licensing/Licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Software Artifact must have a `Relationship` of type `hasConcludedLicense`.

Classes and Property restrictions are defined in the `SimpleLicensingProfile`
(Classes and Properties associated with
[license expression strings](../../annexes/SPDX-license-expressions.md))
[license expression strings](../../annexes/spdx-license-expressions.md))
and in the `ExpandedLicensingProfile` (Classes and Properties used for a
fully parsed syntax tree of license expressions).

Expand Down
2 changes: 1 addition & 1 deletion model/SimpleLicensing/Classes/AnyLicenseInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AnyLicenseInfo is
an abstract class representing a license combination consisting of one or more
licenses (optionally including additional text), which may be combined
according to the
[SPDX license expression syntax](../../../annexes/SPDX-license-expressions.md).
[SPDX license expression syntax](../../../annexes/spdx-license-expressions.md).

An AnyLicenseInfo is used by licensing properties of software artifacts.

Expand Down
2 changes: 1 addition & 1 deletion model/SimpleLicensing/Classes/LicenseExpression.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exceptions.

The syntax for a LicenseExpression string is set forth in the corresponding
Annex of this specification
(["SPDX license expressions"](../../../annexes/SPDX-license-expressions.md)).
(["SPDX license expressions"](../../../annexes/spdx-license-expressions.md)).
A LicenseExpression string is not valid if it does not conform to the grammar
set forth in that annex.

Expand Down
2 changes: 1 addition & 1 deletion model/SimpleLicensing/Properties/customIdToUri.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ License Addition to its URI ID.
Within a License Expression, references can be made to a Custom License or a
Custom License Addition.

The [License Expression syntax](../../../annexes/SPDX-license-expressions.md)
The [License Expression syntax](../../../annexes/spdx-license-expressions.md)
dictates any reference starting with a
"LicenseRef-" or "AdditionRef-" refers to license or addition text not found in
the official [SPDX License List](https://spdx.org/licenses/).
Expand Down
2 changes: 1 addition & 1 deletion model/SimpleLicensing/Properties/licenseExpression.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exceptions.

The syntax for a LicenseExpression string is set forth in the Annex D
of the SPDX Specification
(["SPDX license expressions"](../../../annexes/SPDX-license-expressions.md)).
(["SPDX license expressions"](../../../annexes/spdx-license-expressions.md)).
A LicenseExpression string is not valid if it does not conform to the grammar
set forth in that annex.

Expand Down
2 changes: 1 addition & 1 deletion model/SimpleLicensing/SimpleLicensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Additional metadata relating to software licensing.
## Description

The SimpleLicensing profile provides classes and properties to express licenses
as a [license expression](../../annexes/SPDX-license-expressions.md) string.
as a [license expression](../../annexes/spdx-license-expressions.md) string.

It also provides the base abstract class, AnyLicenseInfo, used for references
to license information.
Expand Down