mercurial/hgweb/server.py
branchstable
changeset 10263 25e572394f5c
parent 9037 a232b90ffb51
child 10638 92209ae8610a
--- a/mercurial/hgweb/server.py	Tue Jan 19 22:20:05 2010 -0600
+++ b/mercurial/hgweb/server.py	Tue Jan 19 22:20:08 2010 -0600
@@ -4,7 +4,7 @@
 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
 #
 # This software may be used and distributed according to the terms of the
-# GNU General Public License version 2, incorporated herein by reference.
+# GNU General Public License version 2 or any later version.
 
 import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback
 from mercurial import hg, util, error