-
-
Notifications
You must be signed in to change notification settings - Fork 688
Open
Labels
Description
Description
It looks like Scancode fails to recognize a copyright statement if the year as well as the (c), or Copyright is not included in the declaration.
Examples of declaration not found by scancode:
Copyright The OpenTelemetry Authors
(c) The OpenTelementry Authors
How To Reproduce
- Download either:
- Then run to scan:
or
./scancode --json-pp - -c version.go./scancode --json-pp - -c errors.go
And no copyrights are detected in these files.
System configuration
- What OS are you running on? (Windows/MacOS/Linux)
Linux
- What version of scancode-toolkit was used to generate the scan file?
32.5.0
- What installation method was used to install/run scancode? (pip/source download/other)
source download
Reactions are currently unavailable