ExpressionEngine Dev Team in credit
diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php
index 9204bea..4426ff4 100644
--- a/system/libraries/Xmlrpc.php
+++ b/system/libraries/Xmlrpc.php
@@ -5,7 +5,7 @@
* An open source application development framework for PHP 4.3.2 or newer
*
* @package CodeIgniter
- * @author Rick Ellis, Paul Burdick
+ * @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2006, EllisLab, Inc.
* @license http://www.codeigniter.com/user_guide/license.html
* @link http://www.codeigniter.com
@@ -27,7 +27,7 @@
* @package CodeIgniter
* @subpackage Libraries
* @category XML-RPC
- * @author Paul Burdick
+ * @author ExpressionEngine Dev Team
* @link http://www.codeigniter.com/user_guide/libraries/xmlrpc.html
*/
class CI_Xmlrpc {
@@ -337,7 +337,7 @@
* XML-RPC Client class
*
* @category XML-RPC
- * @author Paul Burdick
+ * @author ExpressionEngine Dev Team
* @link http://www.codeigniter.com/user_guide/libraries/xmlrpc.html
*/
class XML_RPC_Client extends CI_Xmlrpc
@@ -415,7 +415,7 @@
* XML-RPC Response class
*
* @category XML-RPC
- * @author Paul Burdick
+ * @author ExpressionEngine Dev Team
* @link http://www.codeigniter.com/user_guide/libraries/xmlrpc.html
*/
class XML_RPC_Response
@@ -595,7 +595,7 @@
* XML-RPC Message class
*
* @category XML-RPC
- * @author Paul Burdick
+ * @author ExpressionEngine Dev Team
* @link http://www.codeigniter.com/user_guide/libraries/xmlrpc.html
*/
class XML_RPC_Message extends CI_Xmlrpc
@@ -1192,7 +1192,7 @@
* XML-RPC Values class
*
* @category XML-RPC
- * @author Paul Burdick
+ * @author ExpressionEngine Dev Team
* @link http://www.codeigniter.com/user_guide/libraries/xmlrpc.html
*/
class XML_RPC_Values extends CI_Xmlrpc