Mercurial > public > mercurial-scm > hg
diff mercurial/pure/osutil.py @ 8232:823f25b25dea
pure/osutil: add copyright and license header
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 01:57:12 +0200 |
parents | 30d1d313370b |
children | b6d0fa8c7685 |
line wrap: on
line diff
--- a/mercurial/pure/osutil.py Sun Apr 26 01:57:00 2009 +0200 +++ b/mercurial/pure/osutil.py Sun Apr 26 01:57:12 2009 +0200 @@ -1,3 +1,10 @@ +# osutil.py - pure Python version of osutil.c +# +# Copyright 2009 Matt Mackall <mpm@selenic.com> and others +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2, incorporated herein by reference. + import os import stat as _stat