Mercurial > hgbook
changeset 127:ba2334e2ba9a
Add explicit license to hg-interdiff script.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 26 Dec 2006 16:56:20 -0800 |
parents | fa3c43dd3a1e |
children | d179d63ea018 |
files | examples/hg-interdiff |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/hg-interdiff Tue Dec 26 16:56:00 2006 -0800 +++ b/examples/hg-interdiff Tue Dec 26 16:56:20 2006 -0800 @@ -1,7 +1,11 @@ #!/usr/bin/env python # # Adapter for using interdiff with mercurial's extdiff extension. +# # Copyright 2006 Bryan O'Sullivan <bos@serpentine.com> +# +# This software may be used and distributed according to the terms of +# the GNU General Public License, incorporated herein by reference. import os, sys