comparison tests/run-tests.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 1bb8a75fceb3
children 2263c49af028
comparison
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
2 # 2 #
3 # run-tests.py - Run a set of tests on Mercurial 3 # run-tests.py - Run a set of tests on Mercurial
4 # 4 #
5 # Copyright 2006 Matt Mackall <mpm@selenic.com> 5 # Copyright 2006 Matt Mackall <mpm@selenic.com>
6 # 6 #
7 # This software may be used and distributed according to the terms 7 # This software may be used and distributed according to the terms of the
8 # of the GNU General Public License, incorporated herein by reference. 8 # GNU General Public License version 2, incorporated herein by reference.
9 9
10 import difflib 10 import difflib
11 import errno 11 import errno
12 import optparse 12 import optparse
13 import os 13 import os