# HG changeset patch # User Martin Geisler # Date 1240703333 -7200 # Node ID 9674d64b6416f5974f4f84cd72d089a70a82f4db # Parent 7fc30044b5146c19f715375d685601984eab6c1a patchbomb: add copyright and license header diff -r 7fc30044b514 -r 9674d64b6416 hgext/patchbomb.py --- a/hgext/patchbomb.py Sun Apr 26 01:48:43 2009 +0200 +++ b/hgext/patchbomb.py Sun Apr 26 01:48:53 2009 +0200 @@ -1,3 +1,10 @@ +# patchbomb.py - sending Mercurial changesets as patch emails +# +# 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. + '''sending Mercurial changesets as a series of patch emails The series is started off with a "[PATCH 0 of N]" introduction, which