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