xref: /web-php/license/2_02.txt (revision 614caa0d)
1============= An example PHP License, version 2.02 file ============
2
3This is the original PHP License, version 2.02 which applies only to
4very old versions of PHP software (such as versions 4.2.2 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.02
15Copyright (c) 1999 - 2002 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. The software incorporates the Zend Engine, a product of Zend
53     Technologies, Ltd. ("Zend"). The Zend Engine is licensed to the
54     PHP Association (pursuant to a grant from Zend that can be
55     found at http://www.php.net/license/ZendGrant/) for
56     distribution to you under this license agreement, only as a
57     part of PHP.  In the event that you separate the Zend Engine
58     (or any portion thereof) from the rest of the software, or
59     modify the Zend Engine, or any portion thereof, your use of the
60     separated or modified Zend Engine software shall not be governed
61     by this license, and instead shall be governed by the license
62     set forth at http://www.zend.com/license/ZendLicense/.
63
64
65
66THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
67ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
68THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
69PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
70DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
71INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
72(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
73SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
74HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
75STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
76ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
77OF THE POSSIBILITY OF SUCH DAMAGE.
78
79--------------------------------------------------------------------
80
81This software consists of voluntary contributions made by many
82individuals on behalf of the PHP Group.
83
84The PHP Group can be contacted via Email at group@php.net.
85
86For more information on the PHP Group and the PHP project,
87please see <http://www.php.net>.
88