ExpressionEngine Dev Team in credit
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 56095e9..820501c 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -4,12 +4,12 @@
  *

  * An open source application development framework for PHP 4.3.2 or newer

  *

- * @package	 CodeIgniter

- * @author	  Rick Ellis

+ * @package	 	CodeIgniter

+ * @author	  	ExpressionEngine Dev Team

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

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

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

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

- * @since	   Version 1.0

+ * @since	   	Version 1.0

  * @filesource

  */

 

@@ -22,10 +22,10 @@
  * creates dynamically based on whether the active record

  * class is being used or not.

  *

- * @package	 CodeIgniter

+ * @package	 	CodeIgniter

  * @subpackage  Drivers

  * @category	Database

- * @author	  Rick Ellis

+ * @author	  	ExpressionEngine Dev Team

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

  */

 

diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php
index c982e66..57f2885 100644
--- a/system/database/drivers/oci8/oci8_forge.php
+++ b/system/database/drivers/oci8/oci8_forge.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

@@ -19,7 +19,7 @@
  * Oracle Forge Class

  *

  * @category	Database

- * @author		Rick Ellis

+ * @author		ExpressionEngine Dev Team

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

  */

 class CI_DB_oci8_forge extends CI_DB_forge {

diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php
index cb27caf..b1a703b 100644
--- a/system/database/drivers/oci8/oci8_result.php
+++ b/system/database/drivers/oci8/oci8_result.php
@@ -4,12 +4,12 @@
  *

  * An open source application development framework for PHP 4.3.2 or newer

  *

- * @package	 CodeIgniter

- * @author	  Rick Ellis

+ * @package	 	CodeIgniter

+ * @author	 	ExpressionEngine Dev Team

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

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

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

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

- * @since	   Version 1.0

+ * @since	   	Version 1.0

  * @filesource

  */

 

@@ -21,7 +21,7 @@
  * This class extends the parent result class: CI_DB_result

  *

  * @category	Database

- * @author	  Rick Ellis

+ * @author	 	ExpressionEngine Dev Team

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

  */

 class CI_DB_oci8_result extends CI_DB_result {

diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php
index 67296da..6b53a4f 100644
--- a/system/database/drivers/oci8/oci8_utility.php
+++ b/system/database/drivers/oci8/oci8_utility.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

@@ -19,7 +19,7 @@
  * Oracle Utility Class

  *

  * @category	Database

- * @author		Rick Ellis

+ * @author		ExpressionEngine Dev Team

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

  */

 class CI_DB_oci8_utility extends CI_DB_utility {