github.com/verrazzano/verrazzano@v1.7.1/tools/fix-copyright/README.md (about) 1 # Copyright Fixer 2 3 This tool walks files and attempts to add or update copyright headers. It uses the git history to determine the 4 years to include in the copyright header. 5 6 ## Usage 7 8 ```shell 9 go run copyright.go [options] path [path ... ] 10 11 Options: 12 -exclude value 13 comma separated exclude regexp file filter 14 -extension string 15 Filename extension to force 16 -help 17 Display usage help 18 -include value 19 comma separated include regexp file filters 20 -verbose 21 Verbose output 22 ``` 23