diff options
Diffstat (limited to 'xml-rpc-client.scm')
-rw-r--r-- | xml-rpc-client.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml-rpc-client.scm b/xml-rpc-client.scm index 6f60ae5..de65979 100644 --- a/xml-rpc-client.scm +++ b/xml-rpc-client.scm @@ -4,7 +4,7 @@ ;; ;; This file contains a client implementation. ; -; Copyright (c) 2009-2012, Peter Bex +; Copyright (c) 2009-2012, 2016, Peter Bex ; Parts Copyright (c) Felix Winkelmann ; All rights reserved. ; @@ -108,4 +108,4 @@ (lambda (p) (display xml p)) (lambda (p) (ssax:xml->sxml p '())))))))) -)
\ No newline at end of file +) |