diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2001-12-11 15:32:16 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2001-12-11 15:32:16 +0000 |
| commit | 38933514e1d60ac2f93225a705ed36b5b23d4e45 (patch) | |
| tree | b3659d96ba9b716c5519d9a8122a3275a48010cf /ext/odbc | |
| parent | d863d52a5d1bd35d08950df8955a9d353b79b8b3 (diff) | |
| download | php-git-38933514e1d60ac2f93225a705ed36b5b23d4e45.tar.gz | |
Update 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 | 4 | ||||
| -rw-r--r-- | ext/odbc/velocis.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index daf5c50296..73e38156ec 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index df599553bd..5c715f0e4d 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/odbc/php_velocis.h b/ext/odbc/php_velocis.h index 109795255b..8468d9ac3b 100644 --- a/ext/odbc/php_velocis.h +++ b/ext/odbc/php_velocis.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index db1c292c8b..467717955c 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |
