components/php-5_3/php-tcpwrap.license
changeset 846 fe258446a1ae
child 1205 6c6c27bcf9ac
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 -----------------
       
     2 - tcpwrap 1.1.3 -
       
     3 -----------------
       
     4 
       
     5 /*
       
     6  * -------------------------------------------------------------------- 
       
     7  *                   The PHP License, version 3.01
       
     8  * Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
       
     9  * -------------------------------------------------------------------- 
       
    10  * 
       
    11  * Redistribution and use in source and binary forms, with or without
       
    12  * modification, is permitted provided that the following conditions
       
    13  * are met:
       
    14  * 
       
    15  *   1. Redistributions of source code must retain the above copyright
       
    16  *      notice, this list of conditions and the following disclaimer.
       
    17  *  
       
    18  *   2. Redistributions in binary form must reproduce the above copyright
       
    19  *      notice, this list of conditions and the following disclaimer in
       
    20  *      the documentation and/or other materials provided with the
       
    21  *      distribution.
       
    22  *  
       
    23  *   3. The name "PHP" must not be used to endorse or promote products
       
    24  *      derived from this software without prior written permission. For
       
    25  *      written permission, please contact [email protected].
       
    26  *   
       
    27  *   4. Products derived from this software may not be called "PHP", nor
       
    28  *      may "PHP" appear in their name, without prior written permission
       
    29  *      from [email protected].  You may indicate that your software works in
       
    30  *      conjunction with PHP by saying "Foo for PHP" instead of calling
       
    31  *      it "PHP Foo" or "phpfoo"
       
    32  *  
       
    33  *   5. The PHP Group may publish revised and/or new versions of the
       
    34  *      license from time to time. Each version will be given a
       
    35  *      distinguishing version number.
       
    36  *      Once covered code has been published under a particular version
       
    37  *      of the license, you may always continue to use it under the terms
       
    38  *      of that version. You may also choose to use such covered code
       
    39  *      under the terms of any subsequent version of the license
       
    40  *      published by the PHP Group. No one other than the PHP Group has
       
    41  *      the right to modify the terms applicable to covered code created
       
    42  *      under this License.
       
    43  * 
       
    44  *   6. Redistributions of any form whatsoever must retain the following
       
    45  *      acknowledgment:
       
    46  *      "This product includes PHP software, freely available from
       
    47  *      <http://www.php.net/software/>".
       
    48  * 
       
    49  * THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
       
    50  * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    51  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
       
    52  * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
       
    53  * DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
       
    54  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
       
    55  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
    56  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
    57  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
       
    58  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    59  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
       
    60  * OF THE POSSIBILITY OF SUCH DAMAGE.
       
    61  * 
       
    62  * -------------------------------------------------------------------- 
       
    63  * 
       
    64  * This software consists of voluntary contributions made by many
       
    65  * individuals on behalf of the PHP Group.
       
    66  * 
       
    67  * The PHP Group can be contacted via Email at [email protected].
       
    68  * 
       
    69  * For more information on the PHP Group and the PHP project, 
       
    70  * please see <http://www.php.net>.
       
    71  * 
       
    72  * PHP includes the Zend Engine, freely available at
       
    73  * <http://www.zend.com>.
       
    74  */
       
    75 
       
    76 /*
       
    77  *  +----------------------------------------------------------------------+
       
    78  *  | PHP Version 4                                                        |
       
    79  *  +----------------------------------------------------------------------+
       
    80  *  | Copyright (c) 1997-2003 The PHP Group                                |
       
    81  *  +----------------------------------------------------------------------+
       
    82  *  | This source file is subject to version 2.02 of the PHP license,      |
       
    83  *  | that is bundled with this package in the file LICENSE, and is        |
       
    84  *  | available at through the world-wide-web at                           |
       
    85  *  | http://www.php.net/license/2_02.txt.                                 |
       
    86  *  | If you did not receive a copy of the PHP license and are unable to   |
       
    87  *  | obtain it through the world-wide-web, please send a note to          |
       
    88  *  | [email protected] so we can mail you a copy immediately.               |
       
    89  *  +----------------------------------------------------------------------+
       
    90  *  | Author: Marcin Gibula <[email protected]>                                  |
       
    91  *  +----------------------------------------------------------------------+
       
    92  *
       
    93  *
       
    94  */
       
    95 
       
    96 /*
       
    97  *  +----------------------------------------------------------------------+
       
    98  *  | PHP Version 5                                                        |
       
    99  *  +----------------------------------------------------------------------+
       
   100  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   101  *  +----------------------------------------------------------------------+
       
   102  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   103  *  | that is bundled with this package in the file LICENSE, and is        |
       
   104  *  | available through the world-wide-web at the following url:           |
       
   105  *  | http://www.php.net/license/3_0.txt.                                  |
       
   106  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   107  *  | obtain it through the world-wide-web, please send a note to          |
       
   108  *  | [email protected] so we can mail you a copy immediately.               |
       
   109  *  +----------------------------------------------------------------------+
       
   110  *  | Author: Wez Furlong <[email protected]>                                 |
       
   111  *  +----------------------------------------------------------------------+
       
   112 */
       
   113 
       
   114 For tcpwrap extension:
       
   115 /*
       
   116  *  +----------------------------------------------------------------------+
       
   117  *  | PHP Version 4                                                        |
       
   118  *  +----------------------------------------------------------------------+
       
   119  *  | Copyright (c) 1997-2003 The PHP Group                                |
       
   120  *  +----------------------------------------------------------------------+
       
   121  *  | This source file is subject to version 2.02 of the PHP license,      |
       
   122  *  | that is bundled with this package in the file LICENSE, and is        |
       
   123  *  | available at through the world-wide-web at                           |
       
   124  *  | http://www.php.net/license/2_02.txt.                                 |
       
   125  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   126  *  | obtain it through the world-wide-web, please send a note to          |
       
   127  *  | [email protected] so we can mail you a copy immediately.               |
       
   128  *  +----------------------------------------------------------------------+
       
   129  *  | Author: Marcin Gibula <[email protected]>                                  |
       
   130  *  +----------------------------------------------------------------------+
       
   131  *
       
   132  *
       
   133  */