diff options
Diffstat (limited to 'ext/reflection/php_reflection.h')
-rw-r--r-- | ext/reflection/php_reflection.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/reflection/php_reflection.h b/ext/reflection/php_reflection.h index 8bdd77c621..9cc324d275 100644 --- a/ext/reflection/php_reflection.h +++ b/ext/reflection/php_reflection.h @@ -1,16 +1,16 @@ /* +----------------------------------------------------------------------+ - | Zend Engine | + | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2005 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ - | 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 | + | 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 | | available through the world-wide-web at the following url: | - | http://www.zend.com/license/2_00.txt. | - | If you did not receive a copy of the Zend license and are unable to | + | http://www.php.net/license/3_0.txt. | + | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | - | license@zend.com so we can mail you a copy immediately. | + | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: George Schlossnagle <george@omniti.com> | +----------------------------------------------------------------------+ |