Registry / utility / google-licensecheck

google-licensecheck

JSON →
library0.3.1gogounverified

Classifies license files and heuristically determines how well they correspond to known open source licenses.

go get github.com/google/licensecheck
INSTALL
IMPORT
SIG · GOOGLE-LICENSECHEC
G
google-licensecheck
utilitygov0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

licensecheck
github.com/google/licensecheck

Scans a license text and returns the match result.

package main import ( "fmt" "github.com/google/licensecheck" ) func main() { result := licensecheck.Scan([]byte("MIT License\n...")) fmt.Println(result.Match) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
google-licensecheck — go get google-licensecheck · libregistry