Fix credits due to shared class - please add yourself into the shared class if you were the author

This commit is contained in:
Miles Lott 2004-11-22 03:02:42 +00:00
parent 7b1b090dc9
commit fc21d2f9ff
2 changed files with 9 additions and 7 deletions

View File

@ -1,11 +1,9 @@
<?php <?php
/**************************************************************************\ /**************************************************************************\
* eGroupWare API - XML-RPC Server using builtin php functions * * eGroupWare API - XML-RPC Server *
* Portions of code from xmlrpcs.inc by Edd Dumbill <edd@usefulinc.com> * * ------------------------------------------------------------------------ *
* part of the xml-rpc for php library * * This library is part of the eGroupWare API *
* http://sourceforge.net/projects/phpxmlrpc/ * * http://www.egroupware.org/api *
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org> *
* Copyright (C) 2003 Miles Lott *
* ------------------------------------------------------------------------ * * ------------------------------------------------------------------------ *
* This library is free software; you can redistribute it and/or modify it * * 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 * * under the terms of the GNU Lesser General Public License as published by *

View File

@ -31,7 +31,11 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
// OF THE POSSIBILITY OF SUCH DAMAGE. // OF THE POSSIBILITY OF SUCH DAMAGE.
/* $Id$ */ /*
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org>
*/
/* $Id$ */
/* BEGIN server class */ /* BEGIN server class */
class xmlrpc_server extends xmlrpc_server_shared class xmlrpc_server extends xmlrpc_server_shared