diff options
author | foobar <sniper@php.net> | 2005-08-03 13:30:58 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-08-03 13:30:58 +0000 |
commit | 916815b779f5e0d7683fa0ab10801fcdfb8e68f4 (patch) | |
tree | e1c15898392b3f907032a5b8fbc36f32c635c76b /ext | |
parent | b732622dfae6943ee50b3febe4f284d7cb554c84 (diff) | |
download | php-git-916815b779f5e0d7683fa0ab10801fcdfb8e68f4.tar.gz |
Bump up the year
Diffstat (limited to 'ext')
-rw-r--r-- | ext/reflection/php_reflection.c | 2 | ||||
-rw-r--r-- | ext/reflection/php_reflection.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 19d32fa351..6034af75ce 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2004 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2005 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/reflection/php_reflection.h b/ext/reflection/php_reflection.h index ddaedd9710..fb06af4687 100644 --- a/ext/reflection/php_reflection.h +++ b/ext/reflection/php_reflection.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2004 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2005 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | |