# HG changeset patch
# User Martin Geisler <mg@lazybytes.net>
# Date 2009-04-25 23:56:52
# Node ID ec98f35e3e165044d569f25a35ff0f71f6ba6a1c
# Parent  ddf3d6656e7cd9b0df9a3a64a9ce41910fec86e1

fancyopts: add copyright and license header

diff --git a/mercurial/fancyopts.py b/mercurial/fancyopts.py
--- a/mercurial/fancyopts.py
+++ b/mercurial/fancyopts.py
@@ -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):