Checks for and inserts the Kuali copyright header on source files. Implementation is in scripts/license/index.js.
# Check every supported source file has a current headernode 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 filenode scripts/license --check path/to/filenode 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.