Skip to content

Releases: AvishrantsSh/GoLicense-Classifier

GoLicense-Classifier v0.0.16

11 Aug 12:11

Choose a tag to compare

Docstring updates, minor bug fixes

GoLicense_Classifier v0.0.15

09 Aug 13:51

Choose a tag to compare

This is the first stable build of GoLicense-Classifier.

Features

  1. Able to scan and search for license expressions and copyright statements in a codebase.
  2. Add experimental parameters use_buffer and max_size for scanning very large files.
  3. Uses standard SPDX licenses for scanning, the same used by Google LicenseClassifier https://github.com/google/licenseclassifier

Known Bugs

  1. Very high memory utilization for files greater than 100MB.
  2. Works only on Linux-based operating systems as of now.
  3. Library running on an older version of Google LicenseClassifier. Will be fixed when a new release is published.