aboutcode-org / aboutcode-org/scancode-toolkit

Have "All rights reserved." contained in json output

Aperta
#1,542 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
complex copyright scan new feature
Lingua principale
Python
Stelle
2.6k
Fork
791
Merge medio
1g 12h
PR unite (30g)
5

Descrizione

### Description
I'm using Scancode to detect the copyright in a repo. I have the copyright pattern as:

> (c) Copyright XXXX Ltd. 20* All rights reserved.

*is the year
Currently in json result, the copyright value is:
```
"copyrights": [
{
"value": "(c) Copyright XXXX Ltd. 20*",
"start_line": 2,
"end_line": 2
}
],
```
I expect the copyright statement would end up with "All rights reserved." So, it should look like:
```
"copyrights": [
{
"value": "(c) Copyright XXXX Ltd. 20* All rights reserved.",
"start_line": 2,
"end_line": 2
}
],
```
I notice #559 , but what should I do to have that picked up?
Thank you!

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.