diff options
Diffstat (limited to 'ext/bz2')
| -rw-r--r-- | ext/bz2/bz2.c | 2 | ||||
| -rw-r--r-- | ext/bz2/bz2_filter.c | 2 | ||||
| -rw-r--r-- | ext/bz2/php_bz2.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c index cafa782702..432c2f2290 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 6 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2009 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c index f6b64a9a3b..6b24fbdf20 100644 --- a/ext/bz2/bz2_filter.c +++ b/ext/bz2/bz2_filter.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 6 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2009 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/bz2/php_bz2.h b/ext/bz2/php_bz2.h index ad2d547089..5a779fe460 100644 --- a/ext/bz2/php_bz2.h +++ b/ext/bz2/php_bz2.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 6 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2009 The PHP Group | +----------------------------------------------------------------------+ |
