v0.1.0
- First release
- It does the job in general
- Takes 1-2 seconds for each query at command line. May not usable for projects with thousands of license text to check.
- Open question:
Apache-2.0vsPixarmatching confusion needs to be fixed- According to SPDX License List,
Pixar"is essentially Apache-2.0 with modifications to section 6." So they are very similar. - Currently in the test,
Apache-2.0license text is misidentified asPixar. - Same on SPDX Online Tools v1.3.3
- Popularity score (
--pop) can help fix this, sinceApache-2.0is way more popular thanPixar. - But we can't turn on the popularitry score by default, since it will degrade the accuracy overall (note: in a generated dataset that may not represent the real demographic of licenses)
- Popularity score currently rely on information from GitHub Innovation Graph
- According to SPDX License List,
Full Changelog: https://github.com/bact/licenseid/commits/v0.1.0