License¶
Usage: lftools license [OPTIONS] COMMAND [ARGS]...
Scan code for license headers.
Options:
--help Show this message and exit.
Commands:
check Check files for missing license headers.
check-dir Check directory for files missing license headers.
Commands¶
check¶
Usage: lftools license check [OPTIONS] SOURCE
Check files for missing license headers.
Does not care if about line formatting of the license as long as all of the
text is there and in the correct order.
Note: This code only supports '#' comments for license headers.
Options:
-l, --license TEXT License header file to compare against.
--help Show this message and exit.