...
Code Block |
---|
license_header -a -f <header file>header.txt ./app #see how many files need to be udpatedupdated license_header -u -r <directory or file> #recursively remove headers license_header -u -f <header file> <directory or file to change> #update headersf header.txt ./app #update headers in the app directory grep 2017 -r ./app #find old headers you might have missed |
Things to look out for
Don't add headers to the files in the config directory.
...
Avoid putting headers on things we didn't actually make, like javascript libraries, db/migrates, the test directory, etc...
Here's 2015's update: https://github.com/avalonmediasystem/avalon/pull/485