mercurial/mdiff.py
changeset 239 75840796e8e2
parent 184 697f05bfe976
child 241 afe895fcc0d0
--- a/mercurial/mdiff.py	Fri Jun 03 13:43:17 2005 -0800
+++ b/mercurial/mdiff.py	Fri Jun 03 13:44:34 2005 -0800
@@ -1,4 +1,10 @@
-#!/usr/bin/python
+# mdiff.py - diff and patch routines for mercurial
+#
+# Copyright 2005 Matt Mackall <mpm@selenic.com>
+#
+# This software may be used and distributed according to the terms
+# of the GNU General Public License, incorporated herein by reference.
+
 import difflib, struct, mmap
 from mercurial.mpatch import *