README: Replace '...?' with 'author'
[update-copyright.git] / update_copyright / utils.py
2014-01-27 W. Trevor KingRun update-copyright.py
2014-01-27 W. Trevor Kingproject: Replace original_year and final_year with...
2013-01-02 W. Trevor KingRan update-copyright.py
2012-10-25 W. Trevor Kingproject|utils: expand info into kwargs for format().
2012-10-25 W. Trevor Kingutils: convert `% (...)` formatting to `.format(...)`
2012-10-25 W. Trevor KingUpgrade to Python 3.2
2012-10-25 W. Trevor KingUpdate exception handling to use `except X as Y` syntax.
2012-07-22 W. Trevor KingRan update-copyright.
2012-03-25 W. Trevor KingAdd ability to handle blurbs in C-style comments.
2012-02-16 W. Trevor KingImprove unicode handling and increase the default textw...
2012-02-16 W. Trevor KingAdd a normpath() to files returned by list_files (less...
2012-02-16 W. Trevor KingRun update-copyright on itself.
2012-02-16 W. Trevor KingConvert update-copyright.py to a more modular framework.