aboutcode-org / aboutcode-org/scancode-toolkit

Multiline copyright missing from license file

Ouverte
#3,796 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
2.6k
Forks
791
Merge moyen
1 j 12 h
PR mergées (30 j)
5

Description

### Description

We found a package where author/copyright information is missing from a license file.
It looks like only the first author of a list is represented in the scan result.

### How To Reproduce

https://github.com/formidablelabs/victory.git
commit dd86278d205f3f306e2ab38c317a6f9c56f0a6f8

Copyrights found:
```
copyrights:
- statement: "Copyright (c) 2014-present, Facebook, Inc."
location:
path: "packages/victory-core/src/victory-util/immutable-types.d.ts"
start_line: 2
end_line: 2
- statement: "Copyright (c) 2015-2020 Formidable Labs"
location:
path: "LICENSE.txt"
start_line: 3
end_line: 3
- statement: "Copyright (c) 2016-2020 Alexey Svetliakov "
location:
path: "LICENSE.txt"
start_line: 5
end_line: 5
```

However in the **LICENSE.txt** file we can see:
```
Copyright (c) 2016-2020 Alexey Svetliakov ,
snerks , Krzysztof Cebula , Vitaliy Polyanskiy , James Lismore
, Stack Builders , Esteban Ibarra , Dominic Lee
, Dave Vedder , Alec Flett and potentially other
DefinitelyTyped contributors.
```

### System configuration

> For bug reports, it really helps us to know:

* What OS are you running on? (Windows/MacOS/Linux)
* 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/source download/other)
* Python (via ORT 22.5.0)

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.