Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 896 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 896 Bytes

licensify

Licensify is a tool for applying license headers to source code files.

CircleCI

Usage

> python licensify --help

usage: licensify [-h] [--directory DIRECTORY] [--files FILES]
                 [--comment COMMENT] [--dry-run] [--check]
                 license

positional arguments:
  license               A file containing the liense

optional arguments:
  -h, --help            show this help message and exit
  --directory DIRECTORY
                        The directory to apply licenses to
  --files FILES         Glob to match files
  --comment COMMENT     Comment string to prepend to header lines
  --dry-run             Perform a dry run
  --check               Return an error if any files need updating (implies
                        dry run)