]> granicus.if.org Git - php/commitdiff
Add/update copyright headers
authorSascha Schumann <sas@php.net>
Fri, 26 Nov 1999 17:12:01 +0000 (17:12 +0000)
committerSascha Schumann <sas@php.net>
Fri, 26 Nov 1999 17:12:01 +0000 (17:12 +0000)
ext/mhash/mhash.c
main/php_reentrancy.h
main/reentrancy.c

index e1746b99075ddfd858b6f9cb79bc7c56af7f8183..d2e3e389d69f165dee424f68497d9daee55abee2 100644 (file)
@@ -12,7 +12,7 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors: Sascha Schumann <sascha@schumann.2ns.de>                    |
+   | Authors: Sascha Schumann <sascha@schumann.cx>                        |
    +----------------------------------------------------------------------+
  */
 
index 942a27bca332cc568fc8f2fa40c44a3f01990bb5..eaf5e37751b8a3e53f82bb8eac66995890b703cf 100644 (file)
@@ -1,3 +1,22 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP version 4.0                                                      |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997, 1998, 1999 The PHP Group                         |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.0 of the PHP license,       |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_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@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Authors: Sascha Schumann <sascha@schumann.cx>                        |
+   +----------------------------------------------------------------------+
+ */
+
+
 #ifndef PHP_REENTRANCY_H
 #define PHP_REENTRANCY_H
 
index a828e0f6e10654588d90d7bd8c8e9d89dc574427..b04ea475fa8db61430bef52a164ad0167527b904 100644 (file)
@@ -1,3 +1,20 @@
+/*
+   +----------------------------------------------------------------------+
+   | PHP version 4.0                                                      |
+   +----------------------------------------------------------------------+
+   | Copyright (c) 1997, 1998, 1999 The PHP Group                         |
+   +----------------------------------------------------------------------+
+   | This source file is subject to version 2.0 of the PHP license,       |
+   | that is bundled with this package in the file LICENSE, and is        |
+   | available at through the world-wide-web at                           |
+   | http://www.php.net/license/2_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@php.net so we can mail you a copy immediately.               |
+   +----------------------------------------------------------------------+
+   | Authors: Sascha Schumann <sascha@schumann.cx>                        |
+   +----------------------------------------------------------------------+
+ */
 
 #include "php_reentrancy.h"