License

Checks for and inserts the Kuali copyright header on source files. Implementation is in scripts/license/index.js.

Usage

# Check every supported source file has a current header
node scripts/license --check
# Write headers into every file that's missing one (or update outdated years)
node scripts/license --write
# Check or write a single file
node scripts/license --check path/to/file
node scripts/license --write path/to/file

Supported extensions: .js, .jsx, .ts, .tsx, .css, .mjs. The header year range runs from 2017 to the current UTC year.