diff options
author | foobar <sniper@php.net> | 2005-08-03 14:08:58 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-08-03 14:08:58 +0000 |
commit | 23e671a51ee7bf5abca3d9e2326d2adbd524b30b (patch) | |
tree | 50c774df6e5f8805f21436fc5bb4cf8af7774936 /ext/bz2 | |
parent | ce32c4ece753bb399926146f880f415c3ea781c0 (diff) | |
download | php-git-23e671a51ee7bf5abca3d9e2326d2adbd524b30b.tar.gz |
- Bumber up year
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 efe0aab3ec..81fed64246 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c index 4227cc55d9..6abf36d65a 100644 --- a/ext/bz2/bz2_filter.c +++ b/ext/bz2/bz2_filter.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/bz2/php_bz2.h b/ext/bz2/php_bz2.h index 886308d3c0..88cd6d95d8 100644 --- a/ext/bz2/php_bz2.h +++ b/ext/bz2/php_bz2.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |