scancode-toolkit
scancode-toolkit copied to clipboard
:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nl...
### Description The Menuet64 license from MenuetOS ( https://en.wikipedia.org/wiki/MenuetOS ) is missing. The license text can be found here: https://www.menuetos.net/m64l.txt
It would be nice to track if a license text or license rule text is matching the "SPDX matching guidelines". @goneall would matching each text against the SPDX XML with...
It would useful as these are package like and have structured data as seen in https://github.com/jitsi/docker-jitsi-meet/blob/stable-8960-1/jibri/Dockerfile#L5 ``` LABEL org.opencontainers.image.title="Jitsi Broadcasting Infrastructure (jibri)" LABEL org.opencontainers.image.description="Components for recording and/or streaming a conference."...
See https://bintray.com/docs/api/#url_licenses and https://bintray.com/docs/api/#_get_oss_licenses Available licenses: AFL-2.1, AFL-3.0, AGPL-V3, Apache-1.0, Apache-1.1, Apache-2.0, APL-1.0, APSL-2.0, Artistic-License-2.0, Attribution, Bouncy-Castle, BSD, BSD 2-Clause, BSD 3-Clause, BSL-1.0, CA-TOSL-1.1, CC0-1.0, CDDL-1.0, Codehaus, CPAL-1.0, CPL-1.0, CPOL-1.02,...
### Description The following license for a Psion emulator is not recognized correctly: https://psion.gtkc.net/psion-gmbh/emulator/siena/licence.txt Scancode reports: ``` "license_detections": [ { "license_expression": "infineon-free", "matches": [ { "score": 72.28, "start_line": 85, "end_line":...
We should support these here and in extractcode. See https://developer.android.com/guide/app-bundle/app-bundle-format
We should improve license rules "referenced_filenames" support. Today we can follow the referenced "referenced_filenames" of a matched license rule and assigned the license of referenced file to the matched that...
It seems to be time to add ScanCode License Categories to the standard SCTK JSON output and provide it downstream to SCIO and SCWB. There are no standards for License...
This issue summarizes remaining work on scancode license detection false positives: 1. Adding required phrases in all scancode license detection rules: #3254 2. Integrating the unknown license detection `--unknown-licenses` step...