aboutcode-org / aboutcode-org/scancode-toolkit
An MIT notice is identified as MIT AND BSD-2-Clause-Views
- Lenguaje dominante
- Python
- Estrellas
- 2.6k
- Forks
- 791
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 5
Descripción
### Description
An MIT notice is identified as `MIT AND BSD-2-Clause-Views` instead of just `MIT`.
This is an XML-like source file that looks like this:
```xml
...
```
### How To Reproduce
```
$ wget https://raw.githubusercontent.com/dotnet/wpf/fb28902a8f38ec80274c8120ba832feec97303c4/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ListBox.xaml
$ scancode --json-pp - --license --unknown-licenses --license-references ListBox.xaml
Setup plugins...
Collect file inventory...
Scan files for: licenses with 1 process(es)...
[####################] 2
{
"headers": [
{
"tool_name": "scancode-toolkit",
"tool_version": "32.1.0",
"options": {
"input": [
"ListBox.xaml"
],
"--json-pp": "-",
"--license": true,
"--license-references": true,
"--unknown-licenses": true
},
...
"files": [
{
"path": "ListBox.xaml",
"type": "file",
"detected_license_expression": "mit AND bsd-2-clause-views",
"detected_license_expression_spdx": "MIT AND BSD-2-Clause-Views",
...
```
### System configuration
> For bug reports, it really helps us to know:
* What OS are you running on? Linux
* What version of scancode-toolkit was used to generate the scan file? 32.1.0
* What installation method was used to install/run scancode? pip/
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.