merge-recursive: Add copyright notice
[git.git] / git-merge-recursive.py
index e6cbdde..21f1e92 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/python
+#
+# Copyright (C) 2005 Fredrik Kuivinen
+#
 
 import sys, math, random, os, re, signal, tempfile, stat, errno, traceback
 from heapq import heappush, heappop