Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/licensecheck

The licensecheck package classifies license files and heuristically determines how well they correspond to known open source licenses.
https://github.com/google/licensecheck

Last synced: about 1 month ago
JSON representation

The licensecheck package classifies license files and heuristically determines how well they correspond to known open source licenses.

Awesome Lists containing this project

README

        

# Licensecheck

The `licensecheck` package scans source texts for known licenses.
The design aims never to give a false positive.
It also reports matches of known license URLs.

See the [package documentation](https://pkg.go.dev/github.com/google/licensecheck)
for API details.

The license scanner recognizes nearly all the licenses gathered by the SPDX project,
along with a few others.

See [licenses/README.md](licenses/README.md) for license details.