diff options
Diffstat (limited to 'xml-rpc-server.scm')
-rw-r--r-- | xml-rpc-server.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml-rpc-server.scm b/xml-rpc-server.scm index d14ea58..52eebcc 100644 --- a/xml-rpc-server.scm +++ b/xml-rpc-server.scm @@ -4,7 +4,7 @@ ;; ;; This file contains a server implementation. ; -; Copyright (c) 2009-2012, Peter Bex +; Copyright (c) 2009-2012, 2016, Peter Bex ; Parts Copyright (c) Felix Winkelmann ; All rights reserved. ; @@ -155,4 +155,4 @@ (close-output-port out))) (accept-next-connection))))) -)
\ No newline at end of file +) |