diff options
author | Andi Gutmans <andi@php.net> | 2000-06-23 00:04:53 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-23 00:04:53 +0000 |
commit | 947e17b1dafb4310723e5deae0309d41b2ac7870 (patch) | |
tree | 73c9f8b082e8c45923f8d29957eec4506a667f3f /Zend/zend_static_allocator.h | |
parent | 56adbffdbff07997a7e05e7e4bee470ee524ffff (diff) | |
download | php-git-947e17b1dafb4310723e5deae0309d41b2ac7870.tar.gz |
- Add license
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 |