# HG changeset patch # User Martin Geisler # Date 1240703812 -7200 # Node ID ec98f35e3e165044d569f25a35ff0f71f6ba6a1c # Parent ddf3d6656e7cd9b0df9a3a64a9ce41910fec86e1 fancyopts: add copyright and license header diff -r ddf3d6656e7c -r ec98f35e3e16 mercurial/fancyopts.py --- a/mercurial/fancyopts.py Sun Apr 26 01:56:41 2009 +0200 +++ b/mercurial/fancyopts.py Sun Apr 26 01:56:52 2009 +0200 @@ -1,3 +1,10 @@ +# fancyopts.py - better command line parsing +# +# Copyright 2005-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. + import getopt def gnugetopt(args, options, longoptions):