# HG changeset patch # User Martin Geisler # Date 1240703801 -7200 # Node ID ddf3d6656e7cd9b0df9a3a64a9ce41910fec86e1 # Parent eee2319c58952e2852268669e1d15ba7c204a38e config: add copyright and license header 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