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...
## Short Description The djangosnippets.org TOS should be available as a predefined license identifier. ## Possible Labels - new-license ## Select Category - [ ] Enhancement - [X] Add License/Copyright...
This email was sent by @McCoySmith to the SPDX list https://lists.spdx.org/g/Spdx-legal/message/3593 > Unicode-TOU > External > Inbox > > McCoy Smith via lists.spdx.org > 12:47 AM (7 hours ago) >...
**Background** On [https://ubuntu.com/legal/open-source-licences?release=xenial](https://ubuntu.com/legal/open-source-licences?release=xenial) you will find dbus, and if looking closer we can see ``` dbus 1.10.6-1ubuntu3.6 main AFL-2.1,AFL-2.1,,BSD-3-clause,BSD-3-clause-generic,Expat,g10-permissive,GPL-2+,Tcl-BSDish ``` Looking (even) closer at the "g10-permissive" license on [https://changelogs.ubuntu.com/changelogs/pool/main/d/dbus/dbus_1.10.6-1ubuntu3.6/copyright](https://changelogs.ubuntu.com/changelogs/pool/main/d/dbus/dbus_1.10.6-1ubuntu3.6/copyright) we...
### Description Scancode incorrectly identifies lgpl-2.1 ### How To Reproduce Get the data and scan it: ``` $ mkdir possible-bug $ cd possible-bug $ curl -LJO "https://raw.githubusercontent.com/aws/aws-cdk/refs/heads/main/packages/%40aws-cdk/cli-lib-alpha/NOTICE" $ scancode -clipe...
See https://github.com/antoniocorreia/cprojects/blob/d14b520bb863d2aec4b713546b366595328ddd8a/patterns/list4/samsung-kernel-msm7x30/refactoring8/example80.c#L173 We do not detect it correctly. Adding ``` { .chip = { .base = S5PC100_GPL1(0), .ngpio = S5PC100_GPIO_L1_NR, .label = "GPL1", }, }, { .chip = { .base...
See https://github.com/torvalds/linux/blob/684a64bf32b6e488004e0ad7f0d7e922798f65b6/drivers/mtd/nand/raw/sharpsl.c#L32C1-L33C50 we return a parity 7.0
### Description > Please leave a brief description of the bug or feature request: Custom rules to identify existing licenses (apache-2.0, proprietary-license...) are not being applied. The rules are added...
### Description Ignored (using the `--ignore` feature) dotdirs show up in the JSON output file. ### How To Reproduce ``` scancode -v --ignore ".*" --json-lines=scancode.json -l --strip-root . ``` no...
https://www.oracle.com/downloads/licenses/oracle-free-license.html has been updated in 2021. Our version is from 2018 https://scancode-licensedb.aboutcode.org/oracle-free-2018.html
## Short Description SCTK should support proper path objects instead of relying on string operations for paths. ## Possible Labels - new feature - enhancement ## Select Category - [x]...