comparison hgext/win32mbcs.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 c0e3aca616de
children eee2319c5895
comparison
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
3 # Copyright (c) 2008 Shun-ichi Goto <shunichi.goto@gmail.com> 3 # Copyright (c) 2008 Shun-ichi Goto <shunichi.goto@gmail.com>
4 # 4 #
5 # Version: 0.2 5 # Version: 0.2
6 # Author: Shun-ichi Goto <shunichi.goto@gmail.com> 6 # Author: Shun-ichi Goto <shunichi.goto@gmail.com>
7 # 7 #
8 # This software may be used and distributed according to the terms 8 # This software may be used and distributed according to the terms of the
9 # of the GNU General Public License, incorporated herein by reference. 9 # GNU General Public License version 2, incorporated herein by reference.
10 # 10 #
11 """allow to use MBCS path with problematic encoding. 11 """allow to use MBCS path with problematic encoding.
12 12
13 Some MBCS encodings are not good for some path operations (i.e. 13 Some MBCS encodings are not good for some path operations (i.e.
14 splitting path, case conversion, etc.) with its encoded bytes. We call 14 splitting path, case conversion, etc.) with its encoded bytes. We call