File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / LICENSE
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:52 2012 UTC (12 years, 8 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

    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 license@zend.com. 
   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: -------------------------------------------------------------------- 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>