comparison hgext/hgk.py @ 2859:345bac2bc4ec

update copyrights.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 12 Aug 2006 12:30:02 -0700
parents b5779a04f208
children 3d6efcbbd1c9
comparison
equal deleted inserted replaced
2858:c9b08cacf983 2859:345bac2bc4ec
1 # Minimal support for git commands on an hg repository 1 # Minimal support for git commands on an hg repository
2 # 2 #
3 # Copyright 2005 Chris Mason <mason@suse.com> 3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
4 # 4 #
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 import time, sys, signal, os 8 import time, sys, signal, os