Skip to content

A command line tool to check project licenses are correct

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-checker.cfg
Notifications You must be signed in to change notification settings

ben-clayton/license-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license-checker

license-checker is a command line tool that checks project licenses adhere to a project rule file.

license-checker uses the github.com/google/licensecheck library to detect licenses in use, and uses a config file at <project-root>/license-checker.cfg for the search rules and accepted licenses.

Example license-checker.cfg config:

    {
        "paths":
        [
            { "exclude": [ "out/*", "build/*" ] },
            { "include": [ "out/foo.txt" ] }
        ],
        "licenses": [ "Apache-2.0-Header", "MIT" ]
    }

About

A command line tool to check project licenses are correct

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-checker.cfg

Stars

Watchers

Forks

Releases

No releases published

Packages