diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-28 08:29:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-28 08:29:35 +0000 |
commit | 90613d2282e4863630b2facc023af175dd973311 (patch) | |
tree | 6774779a49c082adbd023fabc33786c1d7286494 /ext/odbc | |
parent | a0c2defe8eac43fb9cf43ce7499319f72ea105de (diff) | |
download | php-git-90613d2282e4863630b2facc023af175dd973311.tar.gz |
Maintain headers.
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/php_odbc.c | 4 | ||||
-rw-r--r-- | ext/odbc/php_odbc.h | 4 | ||||
-rw-r--r-- | ext/odbc/php_velocis.h | 2 | ||||
-rw-r--r-- | ext/odbc/velocis.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index e71b80b647..1e4830dc85 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -15,8 +15,8 @@ | Authors: Stig Sæther Bakken <ssb@fast.no> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | | Frank M. Kromann <frank@frontbase.com> Support for DB/2 CLI | - | Kevin N. Shallow <kshallow@tampabay.rr.com> Velocis Support | - | Daniel R. Kalowsky <kalowsky@php.net> | + | Kevin N. Shallow <kshallow@tampabay.rr.com> Velocis Support | + | Daniel R. Kalowsky <kalowsky@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 5c715f0e4d..f40b19f130 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@guardian.no> | + | Authors: Stig Sæther Bakken <ssb@fast.no> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | - | Kevin N. Shallow <kshallow@tampabay.rr.com> Velocis Support | + | Kevin N. Shallow <kshallow@tampabay.rr.com> Velocis Support | +----------------------------------------------------------------------+ */ diff --git a/ext/odbc/php_velocis.h b/ext/odbc/php_velocis.h index 8468d9ac3b..2841d5eb9e 100644 --- a/ext/odbc/php_velocis.h +++ b/ext/odbc/php_velocis.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Nikolay P. Romanyuk <mag@redcom.ru> | + | Author: Nikolay P. Romanyuk <mag@redcom.ru> | +----------------------------------------------------------------------+ */ diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 2d35f59ac4..98a43a9ad3 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Nikolay P. Romanyuk <mag@redcom.ru> | + | Author: Nikolay P. Romanyuk <mag@redcom.ru> | +----------------------------------------------------------------------+ */ |