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
/**************************************************************************\
* eGroupWare API - XML-RPC Server using builtin php functions *
* Portions of code from xmlrpcs.inc by Edd Dumbill <edd@usefulinc.com> *
* part of the xml-rpc for php library *
* http://sourceforge.net/projects/phpxmlrpc/ *
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org> *
* 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 *

View File

@ -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 <milos@groupwhere.org>
*/
/* $Id$ */
/* BEGIN server class */
class xmlrpc_server extends xmlrpc_server_shared