aboutcode-org / aboutcode-org/scancode-toolkit
`net-snmp` should map to SPDX license `Net-SNMP`
- Vorherrschende Sprache
- Python
- Sterne
- 2.6k
- Forks
- 791
- Ø Merge
- 1 T. 12 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
### Description
At [LicenseDB](https://scancode-licensedb.aboutcode.org/) and in https://scancode-licensedb.aboutcode.org/index.json, `net-snmp` maps to `LicenseRef-scancode-net-snmp`. It includes an `other_spdx_license_keys` with the expected SPDX license `Net-SNMP`.
### Actual
Excerpt from https://scancode-licensedb.aboutcode.org/index.json,
```
{
"license_key": "net-snmp",
"category": "Permissive",
"spdx_license_key": "LicenseRef-scancode-net-snmp",
"other_spdx_license_keys": [
"Net-SNMP"
],
"is_exception": false,
"is_deprecated": false,
"json": "net-snmp.json",
"yaml": "net-snmp.yml",
"html": "net-snmp.html",
"license": "net-snmp.LICENSE"
},
```
### Expected
Excerpt from https://scancode-licensedb.aboutcode.org/index.json,
```
{
"license_key": "net-snmp",
"category": "Permissive",
"spdx_license_key": "Net-SNMP",
"other_spdx_license_keys": [],
"is_exception": false,
"is_deprecated": false,
"json": "net-snmp.json",
"yaml": "net-snmp.yml",
"html": "net-snmp.html",
"license": "net-snmp.LICENSE"
},
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.