components/php-5_3/php-suhosin.license
changeset 846 fe258446a1ae
child 1205 6c6c27bcf9ac
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 ------------------
       
     2 - suhosin 0.9.33 -
       
     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 Suhosin extension (covered under multiple licenses):
       
   115 /*
       
   116  *  +----------------------------------------------------------------------+
       
   117  *  | Suhosin Version 1                                                    |
       
   118  *  +----------------------------------------------------------------------+
       
   119  *  | Copyright (c) 2006 The Hardened-PHP Project                          |
       
   120  *  | Copyright (c) 2007 SektionEins GmbH                                  |
       
   121  *  +----------------------------------------------------------------------+
       
   122  *  | This source file is subject to version 3.01 of the PHP license,      |
       
   123  *  | that is bundled with this package in the file LICENSE, and is        |
       
   124  *  | available through the world-wide-web at the following url:           |
       
   125  *  | http://www.php.net/license/3_01.txt                                  |
       
   126  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   127  *  | obtain it through the world-wide-web, please send a note to          |
       
   128  *  | [email protected] so we can mail you a copy immediately.               |
       
   129  *  +----------------------------------------------------------------------+
       
   130  *  | Author: Stefan Esser <[email protected]>                       |
       
   131  *  +----------------------------------------------------------------------+
       
   132 */
       
   133 
       
   134 /*
       
   135  *  +----------------------------------------------------------------------+
       
   136  *  | PHP Version 5                                                        |
       
   137  *  +----------------------------------------------------------------------+
       
   138  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   139  *  +----------------------------------------------------------------------+
       
   140  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   141  *  | that is bundled with this package in the file LICENSE, and is        |
       
   142  *  | available through the world-wide-web at the following url:           |
       
   143  *  | http://www.php.net/license/3_0.txt.                                  |
       
   144  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   145  *  | obtain it through the world-wide-web, please send a note to          |
       
   146  *  | [email protected] so we can mail you a copy immediately.               |
       
   147  *  +----------------------------------------------------------------------+
       
   148  *  | Author: Wez Furlong <[email protected]>                                 |
       
   149  *  +----------------------------------------------------------------------+
       
   150 */
       
   151 /*
       
   152  * ----------------------------------------------------------------------------
       
   153  * "THE BEER-WARE LICENSE" (Revision 42):
       
   154  * <[email protected]> wrote this file.  As long as you retain this notice you
       
   155  * can do whatever you want with this stuff. If we meet some day, and you think
       
   156  * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
       
   157  * ----------------------------------------------------------------------------
       
   158  *
       
   159  * from FreeBSD: crypt.c,v 1.5 1996/10/14 08:34:02 phk Exp
       
   160  * via OpenBSD: md5crypt.c,v 1.9 1997/07/23 20:58:27 kstailey Exp
       
   161  * via NetBSD: md5crypt.c,v 1.4.2.1 2002/01/22 19:31:59 he Exp
       
   162  *
       
   163  */
       
   164 
       
   165 /*
       
   166   +----------------------------------------------------------------------+
       
   167   | PHP Version 4                                                        |
       
   168   +----------------------------------------------------------------------+
       
   169   | Copyright (c) 1997-2003 The PHP Group                                |
       
   170   +----------------------------------------------------------------------+
       
   171   | This source file is subject to version 2.02 of the PHP license,      |
       
   172   | that is bundled with this package in the file LICENSE, and is        |
       
   173   | available at through the world-wide-web at                           |
       
   174   | http://www.php.net/license/2_02.txt.                                 |
       
   175   | If you did not receive a copy of the PHP license and are unable to   |
       
   176   | obtain it through the world-wide-web, please send a note to          |
       
   177   | [email protected] so we can mail you a copy immediately.               |
       
   178   +----------------------------------------------------------------------+
       
   179   | Author:                                                              |
       
   180   +----------------------------------------------------------------------+
       
   181 */
       
   182 
       
   183 /* ====================================================================
       
   184  * Copyright (c) 1995-1998 The Apache Group.  All rights reserved.
       
   185  *
       
   186  * Redistribution and use in source and binary forms, with or without
       
   187  * modification, are permitted provided that the following conditions
       
   188  * are met:
       
   189  *
       
   190  * 1. Redistributions of source code must retain the above copyright
       
   191  *    notice, this list of conditions and the following disclaimer.
       
   192  *
       
   193  * 2. Redistributions in binary form must reproduce the above copyright
       
   194  *    notice, this list of conditions and the following disclaimer in
       
   195  *    the documentation and/or other materials provided with the
       
   196  *    distribution.
       
   197  *
       
   198  * 3. All advertising materials mentioning features or use of this
       
   199  *    software must display the following acknowledgment:
       
   200  *    "This product includes software developed by the Apache Group
       
   201  *    for use in the Apache HTTP server project (http://www.apache.org/)."
       
   202  *
       
   203  * 4. The names "Apache Server" and "Apache Group" must not be used to
       
   204  *    endorse or promote products derived from this software without
       
   205  *    prior written permission.
       
   206  *
       
   207  * 5. Redistributions of any form whatsoever must retain the following
       
   208  *    acknowledgment:
       
   209  *    "This product includes software developed by the Apache Group
       
   210  *    for use in the Apache HTTP server project (http://www.apache.org/)."
       
   211  *
       
   212  * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
       
   213  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   214  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   215  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
       
   216  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
   217  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
       
   218  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
       
   219  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   220  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
       
   221  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
   222  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
       
   223  * OF THE POSSIBILITY OF SUCH DAMAGE.
       
   224  * ====================================================================
       
   225  *
       
   226  * This software consists of voluntary contributions made by many
       
   227  * individuals on behalf of the Apache Group and was originally based
       
   228  * on public domain software written at the National Center for
       
   229  * Supercomputing Applications, University of Illinois, Urbana-Champaign.
       
   230  * For more information on the Apache Group and the Apache HTTP server
       
   231  * project, please see <http://www.apache.org/>.
       
   232  *
       
   233  * This code is based on, and used with the permission of, the
       
   234  * SIO stdio-replacement strx_* functions by Panos Tsirigotis
       
   235  * <[email protected]> for xinetd.
       
   236  */
       
   237 
       
   238