diff -r fc4a6e5b5812 -r 3b92f8fe47ae mercurial/hgweb.py --- a/mercurial/hgweb.py Fri Jun 03 12:58:47 2005 -0800 +++ b/mercurial/hgweb.py Fri Jun 03 13:43:17 2005 -0800 @@ -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 -# - web interface to a mercurial repository +# Copyright 21 May 2005 - (c) 2005 Jake Edge +# Copyright 2005 Matt Mackall # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference.