summaryrefslogtreecommitdiff
path: root/Zend/zend_static_allocator.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-23 00:04:53 +0000
committerAndi Gutmans <andi@php.net>2000-06-23 00:04:53 +0000
commit947e17b1dafb4310723e5deae0309d41b2ac7870 (patch)
tree73c9f8b082e8c45923f8d29957eec4506a667f3f /Zend/zend_static_allocator.c
parent56adbffdbff07997a7e05e7e4bee470ee524ffff (diff)
downloadphp-git-947e17b1dafb4310723e5deae0309d41b2ac7870.tar.gz
- Add license
Diffstat (limited to 'Zend/zend_static_allocator.c')
-rw-r--r--Zend/zend_static_allocator.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/Zend/zend_static_allocator.c b/Zend/zend_static_allocator.c
index af89a8c7bc..d5fd8cff02 100644
--- a/Zend/zend_static_allocator.c
+++ b/Zend/zend_static_allocator.c
@@ -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> |
+ +----------------------------------------------------------------------+
+*/
+
#include <stdlib.h>
#include "zend_static_allocator.h"