Skip to content

Commit

Permalink
merge-recursive: Add copyright notice
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Fredrik Kuivinen authored and Junio C Hamano committed Nov 12, 2005
1 parent 46e6517 commit 857f26d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git-merge-recursive.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions gitMergeCommon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# Copyright (C) 2005 Fredrik Kuivinen
#

import sys, re, os, traceback
from sets import Set

Expand Down

0 comments on commit 857f26d

Please sign in to comment.