##// END OF EJS Templates
hgweb.py: kill #! line, clean up copyright notice...
mpm@selenic.com -
r238:3b92f8fe default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 #!/usr/bin/env python
1 # hgweb.py - web interface to a mercurial repository
2 2 #
3 # hgweb.py - 0.2 - 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # - web interface to a mercurial repository
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
4 # Copyright 2005 Matt Mackall <mpm@selenic.com>
5 5 #
6 6 # This software may be used and distributed according to the terms
7 7 # of the GNU General Public License, incorporated herein by reference.
General Comments 0
You need to be logged in to leave comments. Login now