Skip to content

Commit 7db67fc

Browse files
committed
Fix 'MPL-2.0-no-copyleft-exception'
The license 'MPL-2.0-no-copyleft-exception' is listed at https://github.com/spdx/license-list-data/blob/main/json/licenses.json#L5804. Its 'is_exception' should be 'false'. Signed-off-by: Lemon Shi <[email protected]>
1 parent a3c00c0 commit 7db67fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/license_expression/data/scancode-licensedb-index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17852,7 +17852,7 @@
1785217852
"category": "Copyleft Limited",
1785317853
"spdx_license_key": "MPL-2.0-no-copyleft-exception",
1785417854
"other_spdx_license_keys": [],
17855-
"is_exception": true,
17855+
"is_exception": false,
1785617856
"is_deprecated": false,
1785717857
"json": "mpl-2.0-no-copyleft-exception.json",
1785817858
"yaml": "mpl-2.0-no-copyleft-exception.yml",
@@ -31415,4 +31415,4 @@
3141531415
"html": "zveno-research.html",
3141631416
"license": "zveno-research.LICENSE"
3141731417
}
31418-
]
31418+
]

0 commit comments

Comments
 (0)