changeset 8230:ec98f35e3e16

fancyopts: add copyright and license header
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 01:56:52 +0200
parents ddf3d6656e7c
children 5d4d88a4f5e6
files mercurial/fancyopts.py
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <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 getopt
 
 def gnugetopt(args, options, longoptions):