From fc21d2f9ffe38de4d0ed5a94cbff4085b6ca433d Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 22 Nov 2004 03:02:42 +0000 Subject: [PATCH] Fix credits due to shared class - please add yourself into the shared class if you were the author --- phpgwapi/inc/class.xmlrpc_server.inc.php | 10 ++++------ phpgwapi/inc/class.xmlrpc_server_php.inc.php | 6 +++++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/phpgwapi/inc/class.xmlrpc_server.inc.php b/phpgwapi/inc/class.xmlrpc_server.inc.php index b25752ca4f..67b4bccee1 100644 --- a/phpgwapi/inc/class.xmlrpc_server.inc.php +++ b/phpgwapi/inc/class.xmlrpc_server.inc.php @@ -1,11 +1,9 @@ * - * part of the xml-rpc for php library * - * http://sourceforge.net/projects/phpxmlrpc/ * - * Incorporated for egroupware by Miles Lott * - * Copyright (C) 2003 Miles Lott * + * eGroupWare API - XML-RPC Server * + * ------------------------------------------------------------------------ * + * This library is part of the eGroupWare API * + * http://www.egroupware.org/api * * ------------------------------------------------------------------------ * * This library is free software; you can redistribute it and/or modify it * * under the terms of the GNU Lesser General Public License as published by * diff --git a/phpgwapi/inc/class.xmlrpc_server_php.inc.php b/phpgwapi/inc/class.xmlrpc_server_php.inc.php index a91d600c3f..86f12cc817 100644 --- a/phpgwapi/inc/class.xmlrpc_server_php.inc.php +++ b/phpgwapi/inc/class.xmlrpc_server_php.inc.php @@ -31,7 +31,11 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED // OF THE POSSIBILITY OF SUCH DAMAGE. - /* $Id$ */ + /* + * Incorporated for egroupware by Miles Lott + */ + + /* $Id$ */ /* BEGIN server class */ class xmlrpc_server extends xmlrpc_server_shared