summaryrefslogtreecommitdiff
path: root/main/php_reentrancy.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-11-26 17:12:01 +0000
committerSascha Schumann <sas@php.net>1999-11-26 17:12:01 +0000
commita64691615ac5e3db4187d4ba6ebe7ab77198761a (patch)
tree8fed2d84c9927526939022f946fa3b83bb11ed4f /main/php_reentrancy.h
parente56e63a6e4f7bb0d2e10db2562dda55e3d0af7eb (diff)
downloadphp-git-a64691615ac5e3db4187d4ba6ebe7ab77198761a.tar.gz
Add/update copyright headers
Diffstat (limited to 'main/php_reentrancy.h')
-rw-r--r--main/php_reentrancy.h19
1 files changed, 19 insertions, 0 deletions
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