Currently, copyright_headers.py uses the files' most recent git commit
year when updating or inserting a the copyright header. This is rather
silly as if you run the script again immediately after committing
copyright updates then then the script will update the copyright again
to the current year (where valid).
This change simply changes the script to update copyright to the current
year.