summaryrefslogtreecommitdiff
path: root/Zend/zend_stack.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-16 14:58:16 +0000
committerZeev Suraski <zeev@php.net>1999-07-16 14:58:16 +0000
commitb5b111776071cb7819c94bc3a8255498080c5b64 (patch)
tree529c77f8e50fa2a1af4b02e00160aa51730831de /Zend/zend_stack.c
parentc5724cbd143d56c48e933ee49c10141228dd64b5 (diff)
downloadphp-git-b5b111776071cb7819c94bc3a8255498080c5b64.tar.gz
License update
Diffstat (limited to 'Zend/zend_stack.c')
-rw-r--r--Zend/zend_stack.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c
index 4744fed0b6..3e53f04df9 100644
--- a/Zend/zend_stack.c
+++ b/Zend/zend_stack.c
@@ -4,16 +4,20 @@
+----------------------------------------------------------------------+
| Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski |
+----------------------------------------------------------------------+
- | This source file is subject to the Zend license, that is bundled |
- | with this package in the file LICENSE. If you did not receive a |
- | copy of the Zend license, please mail us at zend@zend.com so we can |
- | send you a copy immediately. |
+ | 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> |
+----------------------------------------------------------------------+
*/
+
#include "zend.h"
#include "zend_stack.h"