-
Notifications
You must be signed in to change notification settings - Fork 3k
scancode: missing our pbl license in scanning the licenses #13840
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
Comments
cc @ARMmbed/mbed-os-maintainers - We should fix this asap, as its blocking #13826 |
This should fix:
|
A workaround has been added to our evaluation script. I'll be briefly raising a PR to get the change approved. |
As it is our license, we should add it. Lets talk to the license team. I've noticed also the url we provide: https://www.mbed.com/licenses/PBL-1.0 does not exist anymore. Time to fix this as well. |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
Hi 👋
It is fairly easy to add these to ScanCode... just tell me what these are. |
@pombredanne thanks for getting back to this, we still should add the license ! The license text is https://os.mbed.com/licenses/permissive-binary-license/, the license header is:
SPDX |
@0xc0170 That's prefect! I created aboutcode-org/scancode-toolkit#2617 on our side |
is https://www.mbed.com/licenses/PBL-1.0 the canonical URL though? |
Yes, this is the url at the moment. Thank you for fixing this! |
Description of defect
The license checker scancode does not recognize our Permissive Binary License , we should add it to scancode. The quick fix until the scancode is updated, similar to what we do with SPDX, finding this license and not return an error (it is permissive).
#13826 - this is PR affected, these files there have a problem:
Implement similar function to
has_spdx_text_in_analysed_file
in scancode-evaluate script@harmut01
Target(s) affected by this defect ?
Any
Toolchain(s) (name and version) displaying this defect ?
Any
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.4.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Any
How is this defect reproduced ?
Create a PR with changing any Permissive Binary License file
The text was updated successfully, but these errors were encountered: