diff options
-rw-r--r-- | ext/oci8/CREDITS | 2 | ||||
-rw-r--r-- | ext/oci8/oci8.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ext/oci8/CREDITS b/ext/oci8/CREDITS index 30c88be459..122ed2acdb 100644 --- a/ext/oci8/CREDITS +++ b/ext/oci8/CREDITS @@ -1,2 +1,2 @@ OCI8 -Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson +Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 03ea68e7e9..3b14052ff7 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -14,6 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken <ssb@fast.no> | | Thies C. Arntzen <thies@thieso.net> | + | Maxim Maletsky <maxim@maxim.cx> | | | | Collection support by Andy Sautins <asautins@veripost.net> | | Temporary LOB support by David Benson <dbenson@mancala.com> | |