From 773f3fdd5769d77b2e2cac2d4c8897dd80cb9cb3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 8 Jan 2012 10:57:52 -0500 Subject: [PATCH] Change VCS from Mercurial to Git in update_copyright.py. --- update_copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_copyright.py b/update_copyright.py index 6c452a8..d6d02d0 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -36,7 +36,7 @@ import time PROJECT_INFO = { 'project': 'Hooke', - 'vcs': 'Mercurial', + 'vcs': 'Git', } # Break "copyright" into "copy" and "right" to avoid matching the -- 2.26.2