helly           Wed Nov 23 19:30:42 2005 EDT

  Modified files:              
    /php-src/ext/reflection     CREDITS php_reflection.c php_reflection.h 
  Log:
  - License for core extensions is PHP License
  - Add Johannes to credits for his work here
  
  
http://cvs.php.net/diff.php/php-src/ext/reflection/CREDITS?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/reflection/CREDITS
diff -u php-src/ext/reflection/CREDITS:1.1 php-src/ext/reflection/CREDITS:1.2
--- php-src/ext/reflection/CREDITS:1.1  Thu Nov 17 17:42:00 2005
+++ php-src/ext/reflection/CREDITS      Wed Nov 23 19:30:41 2005
@@ -1,2 +1,2 @@
-reflection
-Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski
+Reflection
+Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes 
Schlueter
http://cvs.php.net/diff.php/php-src/ext/reflection/php_reflection.c?r1=1.193&r2=1.194&ty=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.193 
php-src/ext/reflection/php_reflection.c:1.194
--- php-src/ext/reflection/php_reflection.c:1.193       Wed Nov 23 15:47:42 2005
+++ php-src/ext/reflection/php_reflection.c     Wed Nov 23 19:30:41 2005
@@ -1,25 +1,26 @@
 /*
    +----------------------------------------------------------------------+
-   | 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          |
-   | [EMAIL PROTECTED] so we can mail you a copy immediately.              |
+   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
    | Authors: Timm Friebe <[EMAIL PROTECTED]>                              |
    |          George Schlossnagle <[EMAIL PROTECTED]>                     |
    |          Andrei Zmievski <[EMAIL PROTECTED]>                     |
    |          Marcus Boerger <[EMAIL PROTECTED]>                              |
+   |          Johannes Schlueter <[EMAIL PROTECTED]>                       |
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_reflection.c,v 1.193 2005/11/23 20:47:42 johannes Exp $ */
+/* $Id: php_reflection.c,v 1.194 2005/11/24 00:30:41 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -4276,7 +4277,7 @@
        php_info_print_table_start();
        php_info_print_table_header(2, "Reflection", "enabled");
 
-       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.193 
2005/11/23 20:47:42 johannes Exp $");
+       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.194 
2005/11/24 00:30:41 helly Exp $");
 
        php_info_print_table_end();
 } /* }}} */
http://cvs.php.net/diff.php/php-src/ext/reflection/php_reflection.h?r1=1.8&r2=1.9&ty=u
Index: php-src/ext/reflection/php_reflection.h
diff -u php-src/ext/reflection/php_reflection.h:1.8 
php-src/ext/reflection/php_reflection.h:1.9
--- php-src/ext/reflection/php_reflection.h:1.8 Thu Nov 17 17:59:39 2005
+++ php-src/ext/reflection/php_reflection.h     Wed Nov 23 19:30:41 2005
@@ -1,22 +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,     |
-   | 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          |
-   | [EMAIL PROTECTED] so we can mail you a copy immediately.              |
+   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
    | Authors: George Schlossnagle <[EMAIL PROTECTED]>                     |
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_reflection.h,v 1.8 2005/11/17 22:59:39 helly Exp $ */
+/* $Id: php_reflection.h,v 1.9 2005/11/24 00:30:41 helly Exp $ */
 
 #ifndef PHP_REFLECTION_H
 #define PHP_REFLECTION_H

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to