components/php-5_2/apache-php52.license
changeset 4073 4f086b95f18c
parent 4071 4b68c2b0134b
child 4074 3b59c13ef5ec
equal deleted inserted replaced
4071:4b68c2b0134b 4073:4f086b95f18c
     1 /*
       
     2  * -------------------------------------------------------------------- 
       
     3  *                   The PHP License, version 3.01
       
     4  * Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
       
     5  * -------------------------------------------------------------------- 
       
     6  * 
       
     7  * Redistribution and use in source and binary forms, with or without
       
     8  * modification, is permitted provided that the following conditions
       
     9  * are met:
       
    10  * 
       
    11  *   1. Redistributions of source code must retain the above copyright
       
    12  *      notice, this list of conditions and the following disclaimer.
       
    13  *  
       
    14  *   2. Redistributions in binary form must reproduce the above copyright
       
    15  *      notice, this list of conditions and the following disclaimer in
       
    16  *      the documentation and/or other materials provided with the
       
    17  *      distribution.
       
    18  *  
       
    19  *   3. The name "PHP" must not be used to endorse or promote products
       
    20  *      derived from this software without prior written permission. For
       
    21  *      written permission, please contact [email protected].
       
    22  *   
       
    23  *   4. Products derived from this software may not be called "PHP", nor
       
    24  *      may "PHP" appear in their name, without prior written permission
       
    25  *      from [email protected].  You may indicate that your software works in
       
    26  *      conjunction with PHP by saying "Foo for PHP" instead of calling
       
    27  *      it "PHP Foo" or "phpfoo"
       
    28  *  
       
    29  *   5. The PHP Group may publish revised and/or new versions of the
       
    30  *      license from time to time. Each version will be given a
       
    31  *      distinguishing version number.
       
    32  *      Once covered code has been published under a particular version
       
    33  *      of the license, you may always continue to use it under the terms
       
    34  *      of that version. You may also choose to use such covered code
       
    35  *      under the terms of any subsequent version of the license
       
    36  *      published by the PHP Group. No one other than the PHP Group has
       
    37  *      the right to modify the terms applicable to covered code created
       
    38  *      under this License.
       
    39  * 
       
    40  *   6. Redistributions of any form whatsoever must retain the following
       
    41  *      acknowledgment:
       
    42  *      "This product includes PHP software, freely available from
       
    43  *      <http://www.php.net/software/>".
       
    44  * 
       
    45  * THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
       
    46  * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    47  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
       
    48  * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
       
    49  * DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
       
    50  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
       
    51  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
    52  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
    53  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
       
    54  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    55  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
       
    56  * OF THE POSSIBILITY OF SUCH DAMAGE.
       
    57  * 
       
    58  * -------------------------------------------------------------------- 
       
    59  * 
       
    60  * This software consists of voluntary contributions made by many
       
    61  * individuals on behalf of the PHP Group.
       
    62  * 
       
    63  * The PHP Group can be contacted via Email at [email protected].
       
    64  * 
       
    65  * For more information on the PHP Group and the PHP project, 
       
    66  * please see <http://www.php.net>.
       
    67  * 
       
    68  * PHP includes the Zend Engine, freely available at
       
    69  * <http://www.zend.com>.
       
    70  */
       
    71 
       
    72 
       
    73 
       
    74 libbcmath:
       
    75 
       
    76 /*
       
    77     Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
       
    78     Copyright (C) 2000 Philip A. Nelson
       
    79 
       
    80     This library is free software; you can redistribute it and/or
       
    81     modify it under the terms of the GNU Lesser General Public
       
    82     License as published by the Free Software Foundation; either
       
    83     version 2 of the License, or (at your option) any later version.
       
    84 
       
    85     This library is distributed in the hope that it will be useful,
       
    86     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    87     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    88     Lesser General Public License for more details.  (COPYING.LIB)
       
    89 
       
    90     You should have received a copy of the GNU Lesser General Public
       
    91     License along with this library; if not, write to:
       
    92 
       
    93       The Free Software Foundation, Inc.
       
    94       59 Temple Place, Suite 330
       
    95       Boston, MA 02111-1307 USA.
       
    96 
       
    97     You may contact the author by:
       
    98        e-mail:  [email protected]
       
    99       us-mail:  Philip A. Nelson
       
   100                 Computer Science Department, 9062
       
   101                 Western Washington University
       
   102                 Bellingham, WA 98226-9062
       
   103        
       
   104 *************************************************************************/
       
   105 
       
   106 
       
   107 libmbfl:
       
   108 
       
   109 /*
       
   110  * "streamable kanji code filter and converter"
       
   111  * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
       
   112  *
       
   113  * LICENSE NOTICES
       
   114  *
       
   115  * This file is part of "streamable kanji code filter and converter",
       
   116  * which is distributed under the terms of GNU Lesser General Public 
       
   117  * License (version 2) as published by the Free Software Foundation.
       
   118  *
       
   119  * This software is distributed in the hope that it will be useful,
       
   120  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   121  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
   122  * GNU Lesser General Public License for more details.
       
   123  *
       
   124  * You should have received a copy of the GNU Lesser General Public
       
   125  * License along with "streamable kanji code filter and converter";
       
   126  * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
       
   127  * Suite 330, Boston, MA  02111-1307  USA
       
   128  *
       
   129  * The author of this file:
       
   130  *
       
   131  */
       
   132 
       
   133 
       
   134 
       
   135 PHP SERVER EXTENSIONS: 
       
   136 
       
   137 The PHP Server includes a number of additional extensions with
       
   138 separate copyright notices and license terms. Your use of the source
       
   139 code for the these extensions is subject to the terms and
       
   140 conditions of the following licenses. 
       
   141 
       
   142 For tcpwrap extension:
       
   143 /*
       
   144  *  +----------------------------------------------------------------------+
       
   145  *  | PHP Version 4                                                        |
       
   146  *  +----------------------------------------------------------------------+
       
   147  *  | Copyright (c) 1997-2003 The PHP Group                                |
       
   148  *  +----------------------------------------------------------------------+
       
   149  *  | This source file is subject to version 2.02 of the PHP license,      |
       
   150  *  | that is bundled with this package in the file LICENSE, and is        |
       
   151  *  | available at through the world-wide-web at                           |
       
   152  *  | http://www.php.net/license/2_02.txt.                                 |
       
   153  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   154  *  | obtain it through the world-wide-web, please send a note to          |
       
   155  *  | [email protected] so we can mail you a copy immediately.               |
       
   156  *  +----------------------------------------------------------------------+
       
   157  *  | Author: Marcin Gibula <[email protected]>                                  |
       
   158  *  +----------------------------------------------------------------------+
       
   159  *
       
   160  *
       
   161  */
       
   162 
       
   163 For suhosin extension (covered under multiple licenses):
       
   164 /*
       
   165  *  +----------------------------------------------------------------------+
       
   166  *  | Suhosin Version 1                                                    |
       
   167  *  +----------------------------------------------------------------------+
       
   168  *  | Copyright (c) 2006 The Hardened-PHP Project                          |
       
   169  *  +----------------------------------------------------------------------+
       
   170  *  | This source file is subject to version 3.01 of the PHP license,      |
       
   171  *  | that is bundled with this package in the file LICENSE, and is        |
       
   172  *  | available through the world-wide-web at the following url:           |
       
   173  *  | http://www.php.net/license/3_01.txt                                  |
       
   174  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   175  *  | obtain it through the world-wide-web, please send a note to          |
       
   176  *  | [email protected] so we can mail you a copy immediately.               |
       
   177  *  +----------------------------------------------------------------------+
       
   178  *  | Author: Stefan Esser <[email protected]>                       |
       
   179  *  +----------------------------------------------------------------------+
       
   180 */
       
   181 
       
   182 /*
       
   183  *  +----------------------------------------------------------------------+
       
   184  *  | PHP Version 5                                                        |
       
   185  *  +----------------------------------------------------------------------+
       
   186  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   187  *  +----------------------------------------------------------------------+
       
   188  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   189  *  | that is bundled with this package in the file LICENSE, and is        |
       
   190  *  | available through the world-wide-web at the following url:           |
       
   191  *  | http://www.php.net/license/3_0.txt.                                  |
       
   192  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   193  *  | obtain it through the world-wide-web, please send a note to          |
       
   194  *  | [email protected] so we can mail you a copy immediately.               |
       
   195  *  +----------------------------------------------------------------------+
       
   196  *  | Author: Wez Furlong <[email protected]>                                 |
       
   197  *  +----------------------------------------------------------------------+
       
   198 */
       
   199 
       
   200 /*
       
   201   +----------------------------------------------------------------------+
       
   202   | PHP Version 4                                                        |
       
   203   +----------------------------------------------------------------------+
       
   204   | Copyright (c) 1997-2003 The PHP Group                                |
       
   205   +----------------------------------------------------------------------+
       
   206   | This source file is subject to version 2.02 of the PHP license,      |
       
   207   | that is bundled with this package in the file LICENSE, and is        |
       
   208   | available at through the world-wide-web at                           |
       
   209   | http://www.php.net/license/2_02.txt.                                 |
       
   210   | If you did not receive a copy of the PHP license and are unable to   |
       
   211   | obtain it through the world-wide-web, please send a note to          |
       
   212   | [email protected] so we can mail you a copy immediately.               |
       
   213   +----------------------------------------------------------------------+
       
   214   | Author:                                                              |
       
   215   +----------------------------------------------------------------------+
       
   216 */
       
   217 
       
   218 /* ====================================================================
       
   219  * Copyright (c) 1995-1998 The Apache Group.  All rights reserved.
       
   220  *
       
   221  * Redistribution and use in source and binary forms, with or without
       
   222  * modification, are permitted provided that the following conditions
       
   223  * are met:
       
   224  *
       
   225  * 1. Redistributions of source code must retain the above copyright
       
   226  *    notice, this list of conditions and the following disclaimer.
       
   227  *
       
   228  * 2. Redistributions in binary form must reproduce the above copyright
       
   229  *    notice, this list of conditions and the following disclaimer in
       
   230  *    the documentation and/or other materials provided with the
       
   231  *    distribution.
       
   232  *
       
   233  * 3. All advertising materials mentioning features or use of this
       
   234  *    software must display the following acknowledgment:
       
   235  *    "This product includes software developed by the Apache Group
       
   236  *    for use in the Apache HTTP server project (http://www.apache.org/)."
       
   237  *
       
   238  * 4. The names "Apache Server" and "Apache Group" must not be used to
       
   239  *    endorse or promote products derived from this software without
       
   240  *    prior written permission.
       
   241  *
       
   242  * 5. Redistributions of any form whatsoever must retain the following
       
   243  *    acknowledgment:
       
   244  *    "This product includes software developed by the Apache Group
       
   245  *    for use in the Apache HTTP server project (http://www.apache.org/)."
       
   246  *
       
   247  * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
       
   248  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   249  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       
   250  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
       
   251  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
   252  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
       
   253  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
       
   254  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
   255  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
       
   256  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
   257  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
       
   258  * OF THE POSSIBILITY OF SUCH DAMAGE.
       
   259  * ====================================================================
       
   260  *
       
   261  * This software consists of voluntary contributions made by many
       
   262  * individuals on behalf of the Apache Group and was originally based
       
   263  * on public domain software written at the National Center for
       
   264  * Supercomputing Applications, University of Illinois, Urbana-Champaign.
       
   265  * For more information on the Apache Group and the Apache HTTP server
       
   266  * project, please see <http://www.apache.org/>.
       
   267  *
       
   268  * This code is based on, and used with the permission of, the
       
   269  * SIO stdio-replacement strx_* functions by Panos Tsirigotis
       
   270  * <[email protected]> for xinetd.
       
   271  */
       
   272 
       
   273 
       
   274 For dtrace extension:
       
   275 /*
       
   276  *  +----------------------------------------------------------------------+
       
   277  *  | PHP Version 5                                                        |
       
   278  *  +----------------------------------------------------------------------+
       
   279  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   280  *  +----------------------------------------------------------------------+
       
   281  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   282  *  | that is bundled with this package in the file LICENSE, and is        |
       
   283  *  | available through the world-wide-web at the following url:           |
       
   284  *  | http://www.php.net/license/3_0.txt.                                  |
       
   285  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   286  *  | obtain it through the world-wide-web, please send a note to          |
       
   287  *  | [email protected] so we can mail you a copy immediately.               |
       
   288  *  +----------------------------------------------------------------------+
       
   289  *  | Author: Wez Furlong <[email protected]>                                 |
       
   290  *  +----------------------------------------------------------------------+
       
   291 */
       
   292 
       
   293 For idn extension:
       
   294 /*
       
   295  *  +----------------------------------------------------------------------+
       
   296  *  | PHP Version 5                                                        |
       
   297  *  +----------------------------------------------------------------------+
       
   298  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   299  *  +----------------------------------------------------------------------+
       
   300  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   301  *  | that is bundled with this package in the file LICENSE, and is        |
       
   302  *  | available through the world-wide-web at the following url:           |
       
   303  *  | http://www.php.net/license/3_0.txt.                                  |
       
   304  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   305  *  | obtain it through the world-wide-web, please send a note to          |
       
   306  *  | [email protected] so we can mail you a copy immediately.               |
       
   307  *  +----------------------------------------------------------------------+
       
   308  *  | Author: Wez Furlong <[email protected]>                                 |
       
   309  *  +----------------------------------------------------------------------+
       
   310 */
       
   311