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