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/dbplus | |
| parent | d863d52a5d1bd35d08950df8955a9d353b79b8b3 (diff) | |
| download | php-git-38933514e1d60ac2f93225a705ed36b5b23d4e45.tar.gz | |
Update headers.
Diffstat (limited to 'ext/dbplus')
| -rw-r--r-- | ext/dbplus/dbplus.c | 3 | ||||
| -rw-r--r-- | ext/dbplus/php_dbplus.c | 2 | ||||
| -rw-r--r-- | ext/dbplus/php_dbplus.h | 5 |
3 files changed, 4 insertions, 6 deletions
diff --git a/ext/dbplus/dbplus.c b/ext/dbplus/dbplus.c index 5b225b52b6..38bd329986 100644 --- a/ext/dbplus/dbplus.c +++ b/ext/dbplus/dbplus.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | +----------------------------------------------------------------------+ @@ -13,7 +13,6 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Hartmut Holzgraefe <hartmut@six.de> | - | | +----------------------------------------------------------------------+ */ diff --git a/ext/dbplus/php_dbplus.c b/ext/dbplus/php_dbplus.c index 9515c5f5dd..50e82587cb 100644 --- a/ext/dbplus/php_dbplus.c +++ b/ext/dbplus/php_dbplus.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/dbplus/php_dbplus.h b/ext/dbplus/php_dbplus.h index 232c656697..60889226b7 100644 --- a/ext/dbplus/php_dbplus.h +++ b/ext/dbplus/php_dbplus.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | +----------------------------------------------------------------------+ @@ -12,8 +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: | - | | + | Authors: Hartmut Holzgraefe <hartmut@six.de> | +----------------------------------------------------------------------+ */ |
