[PATCH] add missing copyright headers

Martin Geisler mg at daimi.au.dk
Mon Sep 1 17:04:15 CDT 2008


# HG changeset patch
# User Martin Geisler <mg at daimi.au.dk>
# Date 1220306575 -7200
# Node ID 4b2cdfa851b3b6622529606c3c144acc511c2226
# Parent  057ced2b85439e47a9b372a8f7a6e9957a422f3b
add missing copyright headers

diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -1,3 +1,10 @@
+# patchbomb extension for mercurial
+#
+# Copyright 2005-2008 Bryan O'Sullivan <bos at serpentine.com>
+#
+# This software may be used and distributed according to the terms
+# of the GNU General Public License, incorporated herein by reference.
+
 '''sending Mercurial changesets as a series of patch emails
 
 The series is started off with a "[PATCH 0 of N]" introduction,
diff --git a/mercurial/fancyopts.py b/mercurial/fancyopts.py
--- a/mercurial/fancyopts.py
+++ b/mercurial/fancyopts.py
@@ -1,3 +1,10 @@
+# fancyopts.py - command line options parsing for mercurial
+#
+# Copyright 2005-2008 Matt Mackall <mpm at selenic.com>
+#
+# This software may be used and distributed according to the terms
+# of the GNU General Public License, incorporated herein by reference.
+
 import getopt
 
 def fancyopts(args, options, state):
diff --git a/mercurial/match.py b/mercurial/match.py
--- a/mercurial/match.py
+++ b/mercurial/match.py
@@ -1,3 +1,10 @@
+# match.py - file name match classes for mercurial
+#
+# Copyright 2008 Matt Mackall <mpm at selenic.com>
+#
+# This software may be used and distributed according to the terms
+# of the GNU General Public License, incorporated herein by reference.
+
 import util
 
 class _match(object):


More information about the Mercurial-devel mailing list