Fix VCSBackend.original_year() bug in applying per-file year_hacks.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 19:34:58 +0000 (14:34 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 19:34:58 +0000 (14:34 -0500)
commit494671b10779b5e5237967cc62f5114cd388fb25
treedc87f5a0a0709ceb4942b30c53d60806f3625028
parentff906116476dd7a654b7064e5752a3a78de94faf
Fix VCSBackend.original_year() bug in applying per-file year_hacks.

The per-file value is a single integer, so use `.add` instead of `.update`.
update_copyright/vcs/__init__.py