]> granicus.if.org Git - php/commitdiff
- Change license of .c and .h files of TSRM. It's still not the complete
authorAndi Gutmans <andi@php.net>
Thu, 31 Aug 2000 19:02:14 +0000 (19:02 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 31 Aug 2000 19:02:14 +0000 (19:02 +0000)
- text like in the PHP headers because we don't have it on the web yet but
- it should be enough to allow Sascha to touch TSRM :)

TSRM/LICENSE
TSRM/TSRM.c
TSRM/TSRM.h

index 9150fc1b51ba5ff5d01fe78f995a523713cfe882..8d208476e4198fb753344b2b7cc1f095c45a2cc8 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 1999,2000, Andi Gutmans, Sascha Schumann, Zeev Suraski.
+Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 20dc9931c37aac83fa78a14f8f52bab2a602d054..5750bc7d4a09bb0a78a8cd99bbbdf7fe1d246619 100644 (file)
@@ -2,14 +2,11 @@
    +----------------------------------------------------------------------+
    | Thread Safe Resource Manager                                         |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Zeev Suraski                                |
+   | Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski|
+   | This source file is subject to the TSRM license, that is bundled     |
+   | with this package in the file LICENSE                                |
    +----------------------------------------------------------------------+
-   | This source file is subject to the Zend license, that is bundled     |
-   | with this package in the file LICENSE.  If you did not receive a     |
-   | copy of the Zend license, please mail us at zend@zend.com so we can  |
-   | send you a copy immediately.                                         |
-   +----------------------------------------------------------------------+
-   | Author:  Zeev Suraski <zeev@zend.com>                                |
+   | Authors:  Zeev Suraski <zeev@zend.com>                               |
    +----------------------------------------------------------------------+
 */
 
index 12a3c52b1aa625e8afe07e05490443884135f388..dbf5fbe898a8c5f3577562ff34f7b4c54f760fab 100644 (file)
@@ -2,18 +2,14 @@
    +----------------------------------------------------------------------+
    | Thread Safe Resource Manager                                         |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998, 1999 Zeev Suraski                                |
+   | Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski|
+   | This source file is subject to the TSRM license, that is bundled     |
+   | with this package in the file LICENSE                                |
    +----------------------------------------------------------------------+
-   | This source file is subject to the Zend license, that is bundled     |
-   | with this package in the file LICENSE.  If you did not receive a     |
-   | copy of the Zend license, please mail us at zend@zend.com so we can  |
-   | send you a copy immediately.                                         |
-   +----------------------------------------------------------------------+
-   | Author:  Zeev Suraski <zeev@zend.com>                                |
+   | Authors:  Zeev Suraski <zeev@zend.com>                               |
    +----------------------------------------------------------------------+
 */
 
-
 #ifndef TSRM_H
 #define TSRM_H