diff options
Diffstat (limited to 'Zend/zend_static_allocator.h')
-rw-r--r-- | Zend/zend_static_allocator.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Zend/zend_static_allocator.h b/Zend/zend_static_allocator.h index 132d18283a..dde3f7fddc 100644 --- a/Zend/zend_static_allocator.h +++ b/Zend/zend_static_allocator.h @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) | + +----------------------------------------------------------------------+ + | This source file is subject to version 0.92 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_92.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> | + +----------------------------------------------------------------------+ +*/ + #ifndef _STATIC_ALLOCATOR_H #define _STATIC_ALLOCATOR_H |