Mercurial > public > mercurial-scm > hg
comparison mercurial/posix.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 | 21cf74ff2deb |
children | 8b2cd04a6e97 |
comparison
equal
deleted
inserted
replaced
8224:1075f5c1b3fa | 8225:46293a0c7e9f |
---|---|
1 """ | 1 """ |
2 posix.py - Posix utility function implementations for Mercurial | 2 posix.py - Posix 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 os, sys, osutil, errno, stat, getpass, pwd, grp | 11 import os, sys, osutil, errno, stat, getpass, pwd, grp |
13 | 12 |