aboutcode-org / aboutcode-org/scancode-toolkit

`net-snmp` should map to SPDX license `Net-SNMP`

Abierto
#3,950 2 comentarios 0 reacciones 1 asignado Reclamado por @AyanSinhaMahapatra Ver en GitHub
bug license-review new and improved data
Lenguaje dominante
Python
Estrellas
2.6k
Forks
791
Merge medio
1 d 12 h
PR fusionados (30 d)
5

Descripción

### 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"
},
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.