Mercurial > public > mercurial-scm > hg-stable
diff mercurial/match.py @ 8231:5d4d88a4f5e6
match: add copyright and license header
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 01:57:00 +0200 |
parents | 08e1baf924ca |
children | 39fd67552297 |
line wrap: on
line diff
--- a/mercurial/match.py Sun Apr 26 01:56:52 2009 +0200 +++ b/mercurial/match.py Sun Apr 26 01:57:00 2009 +0200 @@ -1,3 +1,10 @@ +# match.py - file name matching +# +# Copyright 2008, 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. + import util class _match(object):