Mercurial > hg
comparison mercurial/hgweb/server.py @ 4635:63b9d2deed48
Updated copyright notices and add "and others" to "hg version"
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 19 Jun 2007 08:51:34 +0200 |
parents | ff7253a0d1da |
children | 9858477ed74c f3802f9f1840 |
comparison
equal
deleted
inserted
replaced
4634:73bf2b586f3f | 4635:63b9d2deed48 |
---|---|
1 # hgweb/server.py - The standalone hg web server. | 1 # hgweb/server.py - The standalone hg web server. |
2 # | 2 # |
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> | 3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
4 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> | 4 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
5 # | 5 # |
6 # This software may be used and distributed according to the terms | 6 # This software may be used and distributed according to the terms |
7 # of the GNU General Public License, incorporated herein by reference. | 7 # of the GNU General Public License, incorporated herein by reference. |
8 | 8 |
9 import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback | 9 import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback |