Skip to content

vchrombie/lincc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages