mercurial/hgweb.py
changeset 238 3b92f8fe47ae
parent 222 87484f627422
child 241 afe895fcc0d0
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -1,7 +1,7 @@
-#!/usr/bin/env python
+# hgweb.py - web interface to a mercurial repository
 #
-# hgweb.py - 0.2 - 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
-#    - web interface to a mercurial repository
+# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
+# Copyright 2005 Matt Mackall <mpm@selenic.com> 
 #
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.