From: W. Trevor King Date: Tue, 3 Aug 2010 00:06:56 +0000 (-0400) Subject: Grr. Uncomment authors & file lines un update_copyright.py again. X-Git-Tag: v0.2~18^2~1 X-Git-Url: http://git.tremily.us/?p=update-copyright.git;a=commitdiff_plain;h=7ad80d3c5bc2a6715e14b8958e2f842df35842c1 Grr. Uncomment authors & file lines un update_copyright.py again. --- diff --git a/update_copyright.py b/update_copyright.py index 18d0a67..1c905ef 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -771,8 +771,8 @@ automatically. test() sys.exit(0) - #update_authors(dry_run=options.dry_run, verbose=options.verbose) - #update_files(files=args, dry_run=options.dry_run, verbose=options.verbose) + update_authors(dry_run=options.dry_run, verbose=options.verbose) + update_files(files=args, dry_run=options.dry_run, verbose=options.verbose) if options.pyfile != None: update_pyfile(path=options.pyfile, dry_run=options.dry_run, verbose=options.verbose)