Grr. Uncomment authors & file lines un update_copyright.py again.
[update-copyright.git] / update_copyright.py
index 18d0a6727bfd14a2a754631bdf1125c4af524c9e..1c905ef8709cb18cdcc0ad115a71053a2b62e413 100755 (executable)
@@ -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)