]> granicus.if.org Git - php/commitdiff
- License for core extensions is PHP License
authorMarcus Boerger <helly@php.net>
Thu, 24 Nov 2005 00:30:41 +0000 (00:30 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 24 Nov 2005 00:30:41 +0000 (00:30 +0000)
- Add Johannes to credits for his work here

ext/reflection/CREDITS
ext/reflection/php_reflection.c
ext/reflection/php_reflection.h

index 9d5a6891d53075c06c8ab20da2f36e6402c88b9b..84be98880297f1148828da4f86328f646a5992b1 100755 (executable)
@@ -1,2 +1,2 @@
-reflection
-Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski
+Reflection
+Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter
index 92b15b16c64e90aa6d81bea160ef482f78ab9f58..ef1e51ba183dc605068f26fc83b2e6f294a0b2f5 100644 (file)
@@ -1,21 +1,22 @@
 /*
    +----------------------------------------------------------------------+
-   | 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,     |
+   | 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: Timm Friebe <thekid@thekid.de>                              |
    |          George Schlossnagle <george@omniti.com>                     |
    |          Andrei Zmievski <andrei@gravitonic.com>                     |
    |          Marcus Boerger <helly@php.net>                              |
+   |          Johannes Schlueter <johannes@php.net>                       |
    +----------------------------------------------------------------------+
 */
 
index 8bdd77c621c853121c6e5a5a7e3ff1d13053104e..9cc324d27509a1ce0478b52569840003744e6783 100644 (file)
@@ -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>                     |
    +----------------------------------------------------------------------+