diff options
| author | Damien Regad <dregad@mantisbt.org> | 2015-11-25 02:37:35 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2015-11-26 23:19:33 +0100 |
| commit | c90c8457aed6d950e3794e4936603352952e777e (patch) | |
| tree | 3f1e2a308ee2bd8c9f24166da9c72785c74f1ffc /drivers/adodb-db2.inc.php | |
| parent | 7d5d9f91842b78b145f371ccccfe051ac724635f (diff) | |
| download | adodb-c90c8457aed6d950e3794e4936603352952e777e.tar.gz adodb-c90c8457aed6d950e3794e4936603352952e777e.tar.bz2 adodb-c90c8457aed6d950e3794e4936603352952e777e.zip | |
Adjust header comment blocks
- running SED script
- manual adjustments for files not processed by regex
Diffstat (limited to 'drivers/adodb-db2.inc.php')
| -rw-r--r-- | drivers/adodb-db2.inc.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/adodb-db2.inc.php b/drivers/adodb-db2.inc.php index a3f3f792..0a54b2d5 100644 --- a/drivers/adodb-db2.inc.php +++ b/drivers/adodb-db2.inc.php @@ -1,6 +1,8 @@ <?php -/* - V5.20dev ??-???-2014 (c) 2000-2012 (jlim#natsoft.com). All rights reserved. +/** + @version V5.20dev ??-???-2014 + @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved. + @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community This is a version of the ADODB driver for DB2. It uses the 'ibm_db2' PECL extension for PHP (http://pecl.php.net/package/ibm_db2), which in turn requires DB2 V8.2.2 or |
