diff --git a/phpgwapi/inc/class.xmlrpc_server.inc.php b/phpgwapi/inc/class.xmlrpc_server.inc.php index bcd665a828..b25752ca4f 100644 --- a/phpgwapi/inc/class.xmlrpc_server.inc.php +++ b/phpgwapi/inc/class.xmlrpc_server.inc.php @@ -1,7 +1,10 @@ * + * Portions of code from xmlrpcs.inc by Edd Dumbill * + * part of the xml-rpc for php library * + * http://sourceforge.net/projects/phpxmlrpc/ * + * Incorporated for egroupware by Miles Lott * * Copyright (C) 2003 Miles Lott * * ------------------------------------------------------------------------ * * This library is free software; you can redistribute it and/or modify it * diff --git a/phpgwapi/inc/xmlrpc.interop.php b/phpgwapi/inc/xmlrpc.interop.php index 562ed4bb52..5201a7428f 100644 --- a/phpgwapi/inc/xmlrpc.interop.php +++ b/phpgwapi/inc/xmlrpc.interop.php @@ -1,9 +1,12 @@ * - * -------------------------------------------- * + * Portions of code from server.php by Edd Dumbill * + * part of the xml-rpc for php library * + * http://sourceforge.net/projects/phpxmlrpc/ * + * Incorporated for egroupware by Miles Lott * + * ------------------------------------------------------------------------ * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your *