Skip to content

Commit 7c49125

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c16b24a commit 7c49125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

schema/bom-1.7.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ message ExpressionDetailed {
429429
// - "GPL-3.0-only WITH Classpath-exception-2.0"
430430
// - "LicenseRef-my-custom-license"
431431
string license_identifier = 1;
432-
// Specifies the optional full text of the attachment
432+
// An optional way to include the textual content of the license.
433433
optional AttachedText text = 2;
434434
}
435435

schema/bom-1.7.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@
15151515
},
15161516
"text": {
15171517
"title": "License texts",
1518-
"description": "An optional way to include the textual content of licenses.",
1518+
"description": "An optional way to include the textual content of the license.",
15191519
"$ref": "#/definitions/attachment"
15201520
}
15211521
},

schema/bom-1.7.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ limitations under the License.
10021002
<xs:sequence>
10031003
<xs:element name="text" type="bom:attachedTextType" minOccurs="0" maxOccurs="1">
10041004
<xs:annotation>
1005-
<xs:documentation>Specifies the optional full text of the attachment</xs:documentation>
1005+
<xs:documentation>An optional way to include the textual content of the license.</xs:documentation>
10061006
</xs:annotation>
10071007
</xs:element>
10081008
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">

0 commit comments

Comments
 (0)