Skip to content

Commit 41fc9b2

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b2c5ca5 commit 41fc9b2

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

schema/bom-1.7.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,8 @@ message License {
421421
// It must be a valid SPDX license expression, along with additional properties such as license acknowledgment.
422422
message LicenseExpressionDetailed {
423423

424-
// Specifies the details and attributes related to a software license identifier.
425-
// (An SPDX expression may be a compound of license identifiers.)
426-
// The field `license_identifier` serves as the key which identifies each record. The key is not meant to be unique, as one and the same license identifier could apply to multiple, different but similar license details, texts, etc.
424+
// This document specifies the details and attributes related to a software license identifier. An SPDX expression may be a compound of license identifiers.
425+
// The `license_identifier` field serves as the key that identifies each record. Note that this key is not required to be unique, as the same license identifier could apply to multiple, different but similar license details, texts, etc.
427426
message ExpressionDetails {
428427
// A valid SPDX license identifier. Refer to https://spdx.org/specifications for syntax requirements.
429428
// This field serves as the primary key, which uniquely identifies each record.

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@
15001500
"type": "array",
15011501
"items": {
15021502
"type": "object",
1503-
"description": "Specifies the details and attributes related to a software license identifier.\n(An SPDX expression may be a compound of license identifiers.)\nThe property `licenseIdentifier` serves as the key which identifies each record. The key is not meant to be unique, as one and the same license identifier could apply to multiple, different but similar license details, texts, etc.",
1503+
"description": "This document specifies the details and attributes related to a software license identifier. An SPDX expression may be a compound of license identifiers.\nThe `license_identifier` property serves as the key that identifies each record. Note that this key is not required to be unique, as the same license identifier could apply to multiple, different but similar license details, texts, etc.",
15041504
"required": [
15051505
"licenseIdentifier"
15061506
],

schema/bom-1.7.xsd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,8 @@ limitations under the License.
998998
<xs:complexType>
999999
<xs:annotation>
10001000
<xs:documentation>
1001-
Specifies the details and attributes related to a software license identifier.
1002-
(An SPDX expression may be a compound of license identifiers.)
1003-
The attribute `license-identifier` serves as the key which identifies each record. The key is not meant to be unique, as one and the same license identifier could apply to multiple, different but similar license details, texts, etc.
1001+
This document specifies the details and attributes related to a software license identifier. An SPDX expression may be a compound of license identifiers.
1002+
The `license-identifier` attribute serves as the key that identifies each record. Note that this key is not required to be unique, as the same license identifier could apply to multiple, different but similar license details, texts, etc.
10041003
</xs:documentation>
10051004
</xs:annotation>
10061005
<xs:sequence>

0 commit comments

Comments
 (0)