diff -r eee2319c5895 -r ddf3d6656e7c mercurial/config.py --- 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 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