diff options
Diffstat (limited to 'Zend/config.unix.h')
| -rw-r--r-- | Zend/config.unix.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Zend/config.unix.h b/Zend/config.unix.h index c62983fcf3..f0d44e5b2e 100644 --- a/Zend/config.unix.h +++ b/Zend/config.unix.h @@ -1,3 +1,22 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski | + +----------------------------------------------------------------------+ + | This source file is subject to version 0.90 of the Zend license, | + | that is bundled with this package in the file LICENSE, and is | + | available at through the world-wide-web at | + | http://www.zend.com/license/0_90.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + #ifndef _CONFIG_UNIX_H #define _CONFIG_UNIX_H |
