Skip to content

Commit 429d8fd

Browse files
committed
Add Zend Engine license
1 parent a4414cd commit 429d8fd

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

license-files/zend.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
--------------------------------------------------------------------
2+
The Zend Engine License, Version 2.00
3+
Copyright (c) 1999-2006 Zend Technologies Ltd. All rights reserved.
4+
--------------------------------------------------------------------
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, is permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above
14+
copyright notice, this list of conditions and the following
15+
disclaimer in the documentation and/or other materials provided
16+
with the distribution.
17+
18+
3. The names "Zend" and "Zend Engine" must not be used to endorse
19+
or promote products derived from this software without prior
20+
permission from Zend Technologies Ltd. For written permission,
21+
please contact [email protected].
22+
23+
4. Zend Technologies Ltd. may publish revised and/or new versions
24+
of the license from time to time. Each version will be given a
25+
distinguishing version number.
26+
Once covered code has been published under a particular version
27+
of the license, you may always continue to use it under the
28+
terms of that version. You may also choose to use such covered
29+
code under the terms of any subsequent version of the license
30+
published by Zend Technologies Ltd. No one other than Zend
31+
Technologies Ltd. has the right to modify the terms applicable
32+
to covered code created under this License.
33+
34+
5. Redistributions of any form whatsoever must retain the following
35+
acknowledgment:
36+
"This product includes the Zend Engine, freely available at
37+
http://www.zend.com"
38+
39+
6. All advertising materials mentioning features or use of this
40+
software must display the following acknowledgment:
41+
"The Zend Engine is freely available at http://www.zend.com"
42+
43+
THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND
44+
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
45+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
46+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZEND
47+
TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
48+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
49+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
50+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
51+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
52+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
53+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54+
SUCH DAMAGE.
55+
56+
--------------------------------------------------------------------

0 commit comments

Comments
 (0)