diff options
author | Sascha Schumann <sas@php.net> | 1999-11-26 17:12:01 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-11-26 17:12:01 +0000 |
commit | a64691615ac5e3db4187d4ba6ebe7ab77198761a (patch) | |
tree | 8fed2d84c9927526939022f946fa3b83bb11ed4f | |
parent | e56e63a6e4f7bb0d2e10db2562dda55e3d0af7eb (diff) | |
download | php-git-a64691615ac5e3db4187d4ba6ebe7ab77198761a.tar.gz |
Add/update copyright headers
-rw-r--r-- | ext/mhash/mhash.c | 2 | ||||
-rw-r--r-- | main/php_reentrancy.h | 19 | ||||
-rw-r--r-- | main/reentrancy.c | 17 |
3 files changed, 37 insertions, 1 deletions
diff --git a/ext/mhash/mhash.c b/ext/mhash/mhash.c index e1746b9907..d2e3e389d6 100644 --- a/ext/mhash/mhash.c +++ b/ext/mhash/mhash.c @@ -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> | +----------------------------------------------------------------------+ */ diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index 942a27bca3..eaf5e37751 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -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 diff --git a/main/reentrancy.c b/main/reentrancy.c index a828e0f6e1..b04ea475fa 100644 --- a/main/reentrancy.c +++ b/main/reentrancy.c @@ -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" |