project: Replace original_year and final_year with years
authorW. Trevor King <wking@tremily.us>
Mon, 27 Jan 2014 17:40:57 +0000 (09:40 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 27 Jan 2014 17:40:57 +0000 (09:40 -0800)
commita9b5c22d88e8513a9d3c9a21084d0bb475c31650
treed39f6535ba33e3e9ffa7e036c4aacfb218ccb25e
parent53d068c934b9b5496df3341dee911d6e792d0395
project: Replace original_year and final_year with years

Rather than automatically bumping the final year to the current year,
only bump to the last year for which a file was changed.  I've kept
the 'first-last' syntax, but

  update_copyright.utils.copyright_string

is not the only place you have to edit if you prefer to list them all
explicitly:

  Copyright (C) year-1, year-2, ..., year-n A. U. Thor ...
update_copyright/project.py
update_copyright/utils.py
update_copyright/vcs/__init__.py