debian-forge/test/data/spdx/custom-license-index.json
Tomáš Hozza cce8ee31c4 test/sbom/spdx: test using custom license index file
Add unit test for testing the use of custom license index file with
`SpdxLicenseExpressionFactory`.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2025-02-27 13:31:19 +01:00

31 lines
714 B
JSON

[
{
"license_key": "mit",
"category": "Permissive",
"spdx_license_key": "MIT",
"other_spdx_license_keys": [
"LicenseRef-MIT-Bootstrap",
"LicenseRef-MIT-Discord",
"LicenseRef-MIT-TC",
"LicenseRef-MIT-Diehl"
],
"is_exception": false,
"is_deprecated": false,
"json": "mit.json",
"yaml": "mit.yml",
"html": "mit.html",
"license": "mit.LICENSE"
},
{
"license_key": "GPLv2",
"category": "Permissive",
"spdx_license_key": "GPLv2",
"other_spdx_license_keys": [],
"is_exception": false,
"is_deprecated": false,
"json": "GPLv2.json",
"yaml": "GPLv2.yml",
"html": "GPLv2.html",
"license": "GPLv2.LICENSE"
}
]