Mercurial > hg
changeset 8229:ddf3d6656e7c
config: add copyright and license header
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 01:56:41 +0200 |
parents | eee2319c5895 |
children | ec98f35e3e16 |
files | mercurial/config.py |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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