comparison mercurial/windows.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 443c0c8636ac
children 8b2cd04a6e97
comparison
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
1 """ 1 """
2 windows.py - Windows utility function implementations for Mercurial 2 windows.py - Windows utility function implementations for Mercurial
3 3
4 Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others 4 Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
5 5
6 This software may be used and distributed according to the terms of 6 This software may be used and distributed according to the terms of the
7 the GNU General Public License version 2, incorporated herein by 7 GNU General Public License version 2, incorporated herein by reference.
8 reference.
9 """ 8 """
10 9
11 from i18n import _ 10 from i18n import _
12 import errno, msvcrt, os, osutil, re, sys, error 11 import errno, msvcrt, os, osutil, re, sys, error
13 nulldev = 'NUL:' 12 nulldev = 'NUL:'