Add missing credit to the original author, remove author credited in error

This commit is contained in:
Miles Lott 2004-11-22 02:53:55 +00:00
parent 3b2da86ce2
commit 7b1b090dc9
2 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,10 @@
<?php
/**************************************************************************\
* eGroupWare API - XML-RPC Server using builtin php functions *
* This file written by Miles Lott <milos@groupwhere.org> *
* 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 *
* ------------------------------------------------------------------------ *
* This library is free software; you can redistribute it and/or modify it *

View File

@ -1,9 +1,12 @@
<?php
/**************************************************************************\
* eGroupWare xmlrpc server *
* eGroupWare xmlrpc interop functions *
* http://www.egroupware.org *
* Written by Dan Kuykendall <dan@kuykendall.org> *
* -------------------------------------------- *
* Portions of code from server.php 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> *
* ------------------------------------------------------------------------ *
* 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 *