Hello!
This project will create a script to update header of files (specially code files). This is useful to apply copyrights to java files for example.
How to use this script?
You need run the script including the directory where are the files that will be changed and also the file extension.
Example:
~lpm$./update_copyright ~/lpm/project java
PS: You can contibutes with this project! :) There are some task to be done. Look at the issues;)