comparison hgext/convert/filemap.py @ 8225:46293a0c7e9f

updated license to be explicit about GPL version 2
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 01:08:54 +0200
parents bbc24c0753a0
children a0a541d6fed6
comparison
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
1 # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com> 1 # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com>
2 # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br> 2 # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
3 # 3 #
4 # This software may be used and distributed according to the terms of 4 # This software may be used and distributed according to the terms of the
5 # the GNU General Public License, incorporated herein by reference. 5 # GNU General Public License version 2, incorporated herein by reference.
6 6
7 import shlex 7 import shlex
8 from mercurial.i18n import _ 8 from mercurial.i18n import _
9 from mercurial import util 9 from mercurial import util
10 from common import SKIPREV, converter_source 10 from common import SKIPREV, converter_source