##// END OF EJS Templates
pure/osutil: add copyright and license header
Martin Geisler -
r8232:823f25b2 default
parent child Browse files
Show More
@@ -1,3 +1,10 b''
1 # osutil.py - pure Python version of osutil.c
2 #
3 # Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4 #
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2, incorporated herein by reference.
7
1 import os
8 import os
2 import stat as _stat
9 import stat as _stat
3
10
General Comments 0
You need to be logged in to leave comments. Login now