Change VCS from Mercurial to Git in update_copyright.py.
authorW. Trevor King <wking@drexel.edu>
Sun, 8 Jan 2012 15:57:52 +0000 (10:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 8 Jan 2012 15:57:52 +0000 (10:57 -0500)
update_copyright.py

index 6c452a88924a81fd77ad622786f844dd67611a85..d6d02d02290aeb3d8fe2f5215e334dd229f75e12 100755 (executable)
@@ -36,7 +36,7 @@ import time
 
 PROJECT_INFO = {
     'project': 'Hooke',
 
 PROJECT_INFO = {
     'project': 'Hooke',
-    'vcs': 'Mercurial', 
+    'vcs': 'Git', 
     }
 
 # Break "copyright" into "copy" and "right" to avoid matching the
     }
 
 # Break "copyright" into "copy" and "right" to avoid matching the