Mercurial > p > roundup > code
diff roundup/scripts/roundup_xmlrpc_server.py @ 3839:cf6c45201980
Varia
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Tue, 03 Apr 2007 16:52:51 +0000 |
| parents | ba6ba8d6bcc1 |
| children | edf526c91412 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_xmlrpc_server.py Tue Apr 03 06:56:34 2007 +0000 +++ b/roundup/scripts/roundup_xmlrpc_server.py Tue Apr 03 16:52:51 2007 +0000 @@ -2,9 +2,9 @@ # # Copyright (C) 2007 Stefan Seefeld # All rights reserved. -# Licensed to the public under the terms of the GNU LGPL (>= 2), -# see the file COPYING for details. +# For license terms see the file COPYING.txt. # + import getopt, os, sys, socket from roundup.xmlrpc import RoundupServer, RoundupRequestHandler from roundup.instance import TrackerError
