Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/google/licensecheck
- Owner: google
- License: bsd-3-clause
- Created: 2019-04-15T23:50:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T19:19:16.000Z (8 months ago)
- Last Synced: 2024-10-31T09:12:18.088Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 7.31 MB
- Stars: 452
- Watchers: 19
- Forks: 75
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - google/licensecheck - The licensecheck package classifies license files and heuristically determines how well they correspond to known open source licenses. (others)
- awesome-hacking-lists - google/licensecheck - The licensecheck package classifies license files and heuristically determines how well they correspond to known open source licenses. (Go)
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.