A library for checking and updating copyright/license headers in a project.
1234567891011121314{ "extensions": [ ".ts", ".js" ], "exclusions": [ "node_modules", "dist" ], "headerText": "// Copyright {TIMEFRAME} The Company authors. All rights reserved. MIT license.", "rootDir": ".", "firstYear": 2019, "quiet": false }