1============= An example PHP License, version 3.0 file ============= 2 3This is the original PHP License, version 3.0 which applies only to 4very old versions of PHP software (such as versions 5.1.1, 4.4.1, and 5earlier). 6 7The PHP License, version 3.0 is an Open Source Initiative approved 8license, available at <https://opensource.org/licenses/PHP-3.0>. 9 10This license has been superseded by the PHP License, version 3.01, 11available at <https://www.php.net/license/3_01.txt>. All new works 12using the PHP License should use the PHP License, version 3.01. 13 14 15-------------------------------------------------------------------- 16 The PHP License, version 3.0 17Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. 18-------------------------------------------------------------------- 19 20Redistribution and use in source and binary forms, with or without 21modification, is permitted provided that the following conditions 22are met: 23 24 1. Redistributions of source code must retain the above copyright 25 notice, this list of conditions and the following disclaimer. 26 27 2. Redistributions in binary form must reproduce the above copyright 28 notice, this list of conditions and the following disclaimer in 29 the documentation and/or other materials provided with the 30 distribution. 31 32 3. The name "PHP" must not be used to endorse or promote products 33 derived from this software without prior written permission. For 34 written permission, please contact group@php.net. 35 36 4. Products derived from this software may not be called "PHP", nor 37 may "PHP" appear in their name, without prior written permission 38 from group@php.net. You may indicate that your software works in 39 conjunction with PHP by saying "Foo for PHP" instead of calling 40 it "PHP Foo" or "phpfoo" 41 42 5. The PHP Group may publish revised and/or new versions of the 43 license from time to time. Each version will be given a 44 distinguishing version number. 45 Once covered code has been published under a particular version 46 of the license, you may always continue to use it under the terms 47 of that version. You may also choose to use such covered code 48 under the terms of any subsequent version of the license 49 published by the PHP Group. No one other than the PHP Group has 50 the right to modify the terms applicable to covered code created 51 under this License. 52 53 6. Redistributions of any form whatsoever must retain the following 54 acknowledgment: 55 "This product includes PHP, freely available from 56 <http://www.php.net/>". 57 58THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 59ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 60THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 61PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP 62DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 63INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 64(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 65SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 66HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 67STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 68ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 69OF THE POSSIBILITY OF SUCH DAMAGE. 70 71-------------------------------------------------------------------- 72 73This software consists of voluntary contributions made by many 74individuals on behalf of the PHP Group. 75 76The PHP Group can be contacted via Email at group@php.net. 77 78For more information on the PHP Group and the PHP project, 79please see <http://www.php.net>. 80 81This product includes the Zend Engine, freely available at 82<http://www.zend.com>. 83