Releases: AvishrantsSh/GoLicense-Classifier
Releases · AvishrantsSh/GoLicense-Classifier
GoLicense-Classifier v0.0.16
Docstring updates, minor bug fixes
GoLicense_Classifier v0.0.15
This is the first stable build of GoLicense-Classifier.
Features
- Able to scan and search for license expressions and copyright statements in a codebase.
- Add experimental parameters
use_bufferandmax_sizefor scanning very large files. - Uses standard SPDX licenses for scanning, the same used by Google LicenseClassifier https://github.com/google/licenseclassifier
Known Bugs
- Very high memory utilization for files greater than 100MB.
- Works only on Linux-based operating systems as of now.
- Library running on an older version of Google LicenseClassifier. Will be fixed when a new release is published.