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 /main/reentrancy.c | |
parent | e56e63a6e4f7bb0d2e10db2562dda55e3d0af7eb (diff) | |
download | php-git-a64691615ac5e3db4187d4ba6ebe7ab77198761a.tar.gz |
Add/update copyright headers
Diffstat (limited to 'main/reentrancy.c')
-rw-r--r-- | main/reentrancy.c | 17 |
1 files changed, 17 insertions, 0 deletions
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" |