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...
Please see the text at https://lostgarden.home.blog/2007/03/15/lost-garden-license/ starting with the heading "Basic License" and use it to create a RULE that detects cc-by-3.0. There area lot of other notes on the...
In Maven POMs and other structure formats we can have explicit license URLs such as in: ```XML BSD https://github.com/googleapis/api-common-java/blob/master/LICENSE ``` We should have an option to follow these URLs and...
ScanCode Toolkit should not "assemble" some less traveled and less complete package data file formats such as autotools: this means that we should never create a full top level package...
When detected https://github.com/nexB/scancode-toolkit/blob/b1a3620e89335f302f18c56fd4161655e18889c1/src/licensedcode/data/rules/epl-1.0_and_other-copyleft_2.RULE#L10 this text is NOT a license, but rather a comment about license and an offer to obtain the corresponding source code of copyleft-licensed binaries We could either:...
Fixes #3738 ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [x] Commits are in uniquely-named feature...
This PR improves copyright detection ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [ ] Tests...
Reference: #3555 See also https://classic.yarnpkg.com/lang/en/docs/cli/add/#toc-yarn-add-alias, so ignoring these aliases are harmless.
Fixes #3748 #2808 and many more related to issues in dependencies mismatch or No matching distribution Mac M1 installation. Attached Screenshot Signed-off-by: swastkk ### Tasks * [x] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst)...
### Description Getting this error while running the startup command ``` ./configure ``` Error ``` ERROR: Could not find a version that satisfies the requirement extractcode-7z>=16.5.210525; extra == "full" (from...
We should have a consistent support for versions we can import and export and this may not be consistent? My take is that this should support: - 1.5 for the...