hgext/convert/monotone.py
changeset 8250 1b60efdb8bc5
parent 8127 17ab4dab50a6
child 8458 f6c99b1628d7
--- a/hgext/convert/monotone.py	Sat Apr 18 13:29:48 2009 -0400
+++ b/hgext/convert/monotone.py	Sun Apr 26 01:47:44 2009 +0200
@@ -1,4 +1,10 @@
-# monotone support for the convert extension
+# monotone.py - monotone support for the convert extension
+#
+#  Copyright 2008, 2009 Mikkel Fahnoe Jorgensen <mikkel@dvide.com> and
+#  others
+#
+# This software may be used and distributed according to the terms of the
+# GNU General Public License version 2, incorporated herein by reference.
 
 import os, re
 from mercurial import util