lincc is a tool designed to automate the verification and correction of software license configurations across projects.
It checks if the licenses applied to project components, such as documentation and code, are properly aligned with the chosen project license.
go get -u github.com/vchrombie/lincc
go run main.go https://github.com/vchrombie/lincc
- Evaluation of content types for appropriate license application
- Integration with CI/CD pipelines and generates a compliance badge
- Use cli framework for proper cli interface
- Add option to ignore/exclude parts of the repository
- Identification and correction of license inconsistencies
Apache-2.0