projects
/
update-copyright.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994098b
)
Grr. Uncomment authors & file lines un update_copyright.py again.
author
W. Trevor King
<wking@drexel.edu>
Tue, 3 Aug 2010 00:06:56 +0000
(20:06 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 9 Feb 2012 18:43:49 +0000
(13:43 -0500)
update_copyright.py
patch
|
blob
|
history
diff --git
a/update_copyright.py
b/update_copyright.py
index 18d0a6727bfd14a2a754631bdf1125c4af524c9e..1c905ef8709cb18cdcc0ad115a71053a2b62e413 100755
(executable)
--- 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)