-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect license detection #2214
Labels
Comments
Welcome back and thank you for the report! |
FWIW, they (@gbbr DataDog) modified the original text of the Apache license to add their copyright to the template which is a rare thing https://github.com/DataDog/dd-trace-go/blame/v1/LICENSE#L211 |
pombredanne
added a commit
that referenced
this issue
Sep 7, 2020
Reported-by: @lemoshi Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne
added a commit
that referenced
this issue
Sep 7, 2020
Reported-by: @lemoshi Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Thanks for the quick fix, Philippe! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The license detection is not correct when we scan the file
dd-trace-go.v1/LICENSE
in the bundle. The text belowis detected as
The expected result is
Apache 2.0 or BSD3
.How To Reproduce
scancode --copyright --license --info --license-diag --license-text --only-findings --is-license-text --strip-root --processes 4 --json-pp result.json
System configuration
Linux
(scancode) ➜ scancode-toolkit git:(develop) ✗ scancode --version
ScanCode version 3.1.1
pip
The text was updated successfully, but these errors were encountered: