Add support for loading author_hacks, year_hacks, and aliases from the config.
[update-copyright.git] / update_copyright / vcs /
2012-02-16 W. Trevor KingRename authors -> _authors in VCSBackend.authors()...
2012-02-16 W. Trevor KingFix VCSBackend.original_year() bug in applying per...
2012-02-16 W. Trevor KingFix year_hacks -> self._year_hacks typo in VCSBackend...
2012-02-16 W. Trevor KingImprove unicode handling and increase the default textw...
2012-02-16 W. Trevor KingUse `with_emails` argument in `VCSBackend.authors()`.
2012-02-16 W. Trevor KingRun update-copyright on itself.
2012-02-16 W. Trevor KingConvert update-copyright.py to a more modular framework.