# HG changeset patch # User Martin Geisler # Date 1240703832 -7200 # Node ID 823f25b25deae4deae0a7cbde450ea6157935792 # Parent 5d4d88a4f5e6eab10af59be81aa84c0fa7953273 pure/osutil: add copyright and license header diff -r 5d4d88a4f5e6 -r 823f25b25dea mercurial/pure/osutil.py --- 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 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