Commit 7c49125 1 parent c16b24a commit 7c49125 Copy full SHA for 7c49125
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ message ExpressionDetailed {
429
429
// - "GPL-3.0-only WITH Classpath-exception-2.0"
430
430
// - "LicenseRef-my-custom-license"
431
431
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.
433
433
optional AttachedText text = 2 ;
434
434
}
435
435
Original file line number Diff line number Diff line change 1515
1515
},
1516
1516
"text" : {
1517
1517
"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 ." ,
1519
1519
"$ref" : " #/definitions/attachment"
1520
1520
}
1521
1521
},
Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ limitations under the License.
1002
1002
<xs : sequence >
1003
1003
<xs : element name =" text" type =" bom:attachedTextType" minOccurs =" 0" maxOccurs =" 1" >
1004
1004
<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 >
1006
1006
</xs : annotation >
1007
1007
</xs : element >
1008
1008
<xs : any namespace =" ##other" processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" >
You can’t perform that action at this time.
0 commit comments