Skip to content

Commit c1a6b33

Browse files
committed
tests: fix json example
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0ddab28 commit c1a6b33

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
"acknowledgement": "declared",
3838
"expression": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
3939
"expression-texts": [
40-
"license-identifier": "EPL-2.0",
41-
"text": {
42-
"content": "Eclipse Public License - v 2.0\n\n THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE\n PUBLIC LICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION\n OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT..."
40+
{
41+
"license-identifier": "EPL-2.0",
42+
"text": {
43+
"content": "Eclipse Public License - v 2.0\n\n THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE\n PUBLIC LICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION\n OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT..."
44+
}
4345
},
4446
{
4547
"license-identifier": "GPL-2.0 WITH Classpath-exception-2.0",

0 commit comments

Comments
 (0)