]> granicus.if.org Git - php/commitdiff
- Add license
authorAndi Gutmans <andi@php.net>
Fri, 23 Jun 2000 00:04:53 +0000 (00:04 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 23 Jun 2000 00:04:53 +0000 (00:04 +0000)
Zend/zend_static_allocator.c
Zend/zend_static_allocator.h

index af89a8c7bc14e1c05ba156513a2a9857876cb61d..d5fd8cff02ab405f126e639e1c859515ef2f79f8 100644 (file)
@@ -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"
index 132d18283aaa603ca4ebeaeda6da1c731de3c0fb..dde3f7fddc38d7d1a1d87847c063308606e993cc 100644 (file)
@@ -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