aboutcode-org / aboutcode-org/scancode-toolkit

An MIT notice is identified as MIT AND BSD-2-Clause-Views

Aperta
#3,767 0 commenti 1 reazione 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
2.6k
Fork
791
Merge medio
1g 12h
PR unite (30g)
5

Descrizione

### 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/

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.