-
-
Notifications
You must be signed in to change notification settings - Fork 552
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
Got "CC-BY-NC-SA-3.0 AND CC-BY-SA-3.0" for file mentioning elements under CC-BY-SA-3.0 #3615
Comments
Thanks for the report. I will make a dedicated fix commit to show what the simple fix is FWIW. |
Hey do you mind if I give this a shot? |
@dotarjun sure thing! please do and thank you. |
@dotarjun here is a change that may fix things: ---
license_expression: cc-by-nc-sa-3.0
is_license_notice: yes
relevance: 100
ignorable_urls:
- http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US
---
This book is licensed under a Creative Commons
http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US [{{Attribution-NonCommercial-ShareAlike 3.0}} Unported] license.
For more information, please see the Creative Commons page. |
@dotarjun ping! |
Hey, I totally missed this. I'll push the change asap |
Reference: aboutcode-org#3615 Reported-by: @camillem Signed-off-by: dotarjun <[email protected]>
Thanks for the quick fix :-) |
Description
Not sure if this is a bug, but an issue, at least for me.
When scanning the attached
custom-content.html
file (attached) , I get "CC-BY-NC-SA-3.0 AND CC-BY-SA-3.0" fordetected_license_expression_spdx
, while the content only refers to elements under CC-BY-SA-3.0. (see attached json file)How To Reproduce
git checkout v32.0.8 ./configure source venv/bin/activate scancode -h scancode --license --copyright --json-pp scancode_result.json custom-content.html
System configuration
custom-content.html.txt
scancode_result.json
The text was updated successfully, but these errors were encountered: