diff examples/hg-interdiff @ 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 9cbc5d0db542
children f992b16d18a1
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