mercurial/config.py
changeset 8229 ddf3d6656e7c
parent 8222 d30a21594812
child 8263 41031699550a
--- a/mercurial/config.py	Sun Apr 26 01:25:53 2009 +0200
+++ b/mercurial/config.py	Sun Apr 26 01:56:41 2009 +0200
@@ -1,3 +1,10 @@
+# config.py - configuration parsing for Mercurial
+#
+#  Copyright 2009 Matt Mackall <mpm@selenic.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.
+
 from i18n import _
 import re, error, os