hgbook

changeset 127:ba2334e2ba9a

Add explicit license to hg-interdiff script.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Dec 26 16:56:20 2006 -0800 (2006-12-26)
parents fa3c43dd3a1e
children d179d63ea018
files examples/hg-interdiff
line diff
     1.1 --- a/examples/hg-interdiff	Tue Dec 26 16:56:00 2006 -0800
     1.2 +++ b/examples/hg-interdiff	Tue Dec 26 16:56:20 2006 -0800
     1.3 @@ -1,7 +1,11 @@
     1.4  #!/usr/bin/env python
     1.5  #
     1.6  # Adapter for using interdiff with mercurial's extdiff extension.
     1.7 +#
     1.8  # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
     1.9 +#
    1.10 +# This software may be used and distributed according to the terms of
    1.11 +# the GNU General Public License, incorporated herein by reference.
    1.12  
    1.13  import os, sys
    1.14