ExpressionEngine Dev Team in credit
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index 36eddd8..7b5b384 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -5,7 +5,7 @@
  * An open source application development framework for PHP 4.3.2 or newer

  *

  * @package		CodeIgniter

- * @author		Rick Ellis

+ * @author		ExpressionEngine Dev Team

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

  * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

@@ -23,7 +23,7 @@
  * class for the specific database will extend and instantiate it.

  *

  * @category	Database

- * @author		Rick Ellis

+ * @author		ExpressionEngine Dev Team

  * @link		http://www.codeigniter.com/user_guide/database/

  */

 class CI_DB_result {