Skip to content

Commit 09a8717

Browse files
committed
tests: examples
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent add2dc1 commit 09a8717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/src/test/resources/1.7/valid-license-expression-with-text-1.7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "This application is composed of multiple things, and therefore has multiple licenses applied:\n* custom code - custom license\n* component A - EPL or GPL\n* component B - MIT\n* component C - MIT",
1313
"licenses": [
1414
{
15-
"bom-ref": "my-license",
15+
"bom-ref": "my-application-license",
1616
"acknowledgement": "declared",
1717
"expression": "LicenseRef-my-custom-license AND (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND MIT",
1818
"expressionDetails": [

tools/src/test/resources/1.7/valid-license-expression-with-text-1.7.textproto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ components {
1111
description: "This application is composed of multiple things, and therefore has multiple licenses applied:\n* custom code - custom license\n* component A - EPL or GPL\n* component B - MIT\n* component C - MIT"
1212
licenses {
1313
expression_detailed {
14-
bom_ref: "my-license"
14+
bom_ref: "my-application-license"
1515
acknowledgement: LICENSE_ACKNOWLEDGEMENT_ENUMERATION_DECLARED
1616
expression: "LicenseRef-my-custom-license AND (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND MIT"
1717
details {

tools/src/test/resources/1.7/valid-license-expression-with-text-1.7.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* component C - MIT
1313
</description>
1414
<licenses>
15-
<expression-detailed bom-ref="my-license" acknowledgement="declared"
15+
<expression-detailed bom-ref="my-application-license" acknowledgement="declared"
1616
expression="LicenseRef-my-custom-license AND (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) AND MIT"
1717
>
1818
<details license-identifier="LicenseRef-my-custom-license">

0 commit comments

Comments
 (0)