Commit c16b24a 1 parent 0dc34e0 commit c16b24a Copy full SHA for c16b24a
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ message ExpressionDetailed {
427
427
// Example values:
428
428
// - "Apache-2.0",
429
429
// - "GPL-3.0-only WITH Classpath-exception-2.0"
430
+ // - "LicenseRef-my-custom-license"
430
431
string license_identifier = 1 ;
431
432
// Specifies the optional full text of the attachment
432
433
optional AttachedText text = 2 ;
Original file line number Diff line number Diff line change 1509
1509
"type" : " string" ,
1510
1510
"examples" : [
1511
1511
" Apache-2.0" ,
1512
- " GPL-3.0-only WITH Classpath-exception-2.0"
1512
+ " GPL-3.0-only WITH Classpath-exception-2.0" ,
1513
+ " LicenseRef-my-custom-license"
1513
1514
]
1514
1515
},
1515
1516
"text" : {
Original file line number Diff line number Diff line change @@ -1019,8 +1019,9 @@ limitations under the License.
1019
1019
A valid SPDX license identifier. Refer to https://spdx.org/specifications for syntax requirements.
1020
1020
1021
1021
Example values:
1022
- - Apache-2.0"
1022
+ - Apache-2.0
1023
1023
- GPL-3.0-only WITH Classpath-exception-2.0
1024
+ - LicenseRef-my-custom-license
1024
1025
</xs : documentation >
1025
1026
</xs : annotation >
1026
1027
</xs : attribute >
You can’t perform that action at this time.
0 commit comments