scancode-licensedb
scancode-licensedb copied to clipboard
A free and open database of all the licenses, in particular all the open source software licenses
Searching 'mit' in the licensedb returns 307 licenses. https://scancode-licensedb.aboutcode.org/?search=mit It is because the search pick up the Copyleft Li"mit"ed in the Category field. However, I think the search should only...
This could also be a django app that uses scantext
See https://github.com/nexB/scancode-licensedb/blob/4c45c3fa5fb2e21147148882f30d9e3a13d17f85/.github/workflows/daily-update.yml#L34 This should be using a DCO and there should be a link to the SCTK commit.
https://scancode-licensedb.aboutcode.org/?search=mit The result states, `Showing 1 to 307 of 307 licenses (filtered from 1,879 total licenses)` sound confusing to me.. perhaps display `Showing 307 licenses (filtered from 1,879 total licenses)`...
That's about 20K records which should be a separate sub-page but would look mostly the same as a the licenses... the key is a license expression though.
The API-related documentation could be improved, and the overall overview is missing.
Given an arbitrary full license (plain) text, it would be cool if we could do a similarity search and get those entries listed whose texts are similar. The metric of...
I put `LDPL v2.0` in the search field on Firefox and it very nicely gave me the public DejaCode link followed by the original LDPL project license link, but nothing...
The current behavior on LicenseDB is: - You click the (show deprecated) button and LicenseDB displays only the Deprecated licenses. - There is no obvious way to toggle back to...