From 0798cb868346a20ff45b89a3ff78eb7193d4e1be 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 1c905ef..ca7417d 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