Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 502 Bytes

update_head_file

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;)