Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.11 KB

File metadata and controls

35 lines (24 loc) · 1.11 KB

lincc

Go Report Card GoDoc License

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.

Installation

go get -u github.com/vchrombie/lincc

Usage

go run main.go https://github.com/vchrombie/lincc

Roadmap

  • 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

License

Apache-2.0