summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-09-30 19:04:36 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-09-30 19:42:39 -0400
commit8144f1f6125282980387978425570e7dc7b26d2f (patch)
treecd1538a8e54f0bd9d8aab14985d6b82af4a3496c /licenses
parentnet-misc/wireguard: version bump (diff)
downloadgentoo-8144f1f6125282980387978425570e7dc7b26d2f.tar.gz
gentoo-8144f1f6125282980387978425570e7dc7b26d2f.tar.bz2
gentoo-8144f1f6125282980387978425570e7dc7b26d2f.zip
licenses: add new Zend-2.0 license as part of the @MISC-FREE group.
The "Zend Engine License, version 2.00" covers parts of the PHP runtime. The latest version of the Zend license is vanilla BSD: https://framework.zend.com/license However, all of the sources shipped with dev-lang/php still refer to version 2.00 of the license, so we're including it. Version 2.00 is a modified BSD license with a few more attribution clauses thrown in. It is still a free software license (although not approved, to my knowledge), so it has been added to the @MISC-FREE license group. Gentoo-Bug: 595664
Diffstat (limited to 'licenses')
-rw-r--r--licenses/Zend-2.056
1 files changed, 56 insertions, 0 deletions
diff --git a/licenses/Zend-2.0 b/licenses/Zend-2.0
new file mode 100644
index 000000000000..5837d7cf3c39
--- /dev/null
+++ b/licenses/Zend-2.0
@@ -0,0 +1,56 @@
+--------------------------------------------------------------------
+ The Zend Engine License, version 2.00
+Copyright (c) 1999-2002 Zend Technologies Ltd. All rights reserved.
+--------------------------------------------------------------------
+
+Redistribution and use in source and binary forms, with or without
+modification, is permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+
+ 3. The names "Zend" and "Zend Engine" must not be used to endorse
+ or promote products derived from this software without prior
+ permission from Zend Technologies Ltd. For written permission,
+ please contact license@zend.com.
+
+ 4. Zend Technologies Ltd. may publish revised and/or new versions
+ of the license from time to time. Each version will be given a
+ distinguishing version number.
+ Once covered code has been published under a particular version
+ of the license, you may always continue to use it under the
+ terms of that version. You may also choose to use such covered
+ code under the terms of any subsequent version of the license
+ published by Zend Technologies Ltd. No one other than Zend
+ Technologies Ltd. has the right to modify the terms applicable
+ to covered code created under this License.
+
+ 5. Redistributions of any form whatsoever must retain the following
+ acknowledgment:
+ "This product includes the Zend Engine, freely available at
+ http://www.zend.com"
+
+ 6. All advertising materials mentioning features or use of this
+ software must display the following acknowledgment:
+ "The Zend Engine is freely available at http://www.zend.com"
+
+THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND
+ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZEND
+TECHNOLOGIES LTD. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+--------------------------------------------------------------------