components/php-5_3/php-mysql.license
changeset 846 fe258446a1ae
child 1205 6c6c27bcf9ac
child 2926 73b93bcb8a2c
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 --------------------
       
     2 - php-mysql 5.3.10 -
       
     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 - 2010 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  *  | PHP Version 4                                                        |
       
    90  *  +----------------------------------------------------------------------+
       
    91  *  | Copyright (c) 1997-2003 The PHP Group                                |
       
    92  *  +----------------------------------------------------------------------+
       
    93  *  | This source file is subject to version 2.02 of the PHP license,      |
       
    94  *  | that is bundled with this package in the file LICENSE, and is        |
       
    95  *  | available at through the world-wide-web at                           |
       
    96  *  | http://www.php.net/license/2_02.txt.                                 |
       
    97  *  | If you did not receive a copy of the PHP license and are unable to   |
       
    98  *  | obtain it through the world-wide-web, please send a note to          |
       
    99  *  | [email protected] so we can mail you a copy immediately.               |
       
   100  *  +----------------------------------------------------------------------+
       
   101  *  | Author: Marcin Gibula <[email protected]>                                  |
       
   102  *  +----------------------------------------------------------------------+
       
   103  *
       
   104  *
       
   105  */
       
   106 
       
   107 /*
       
   108  *  +----------------------------------------------------------------------+
       
   109  *  | PHP Version 5                                                        |
       
   110  *  +----------------------------------------------------------------------+
       
   111  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   112  *  +----------------------------------------------------------------------+
       
   113  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   114  *  | that is bundled with this package in the file LICENSE, and is        |
       
   115  *  | available through the world-wide-web at the following url:           |
       
   116  *  | http://www.php.net/license/3_0.txt.                                  |
       
   117  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   118  *  | obtain it through the world-wide-web, please send a note to          |
       
   119  *  | [email protected] so we can mail you a copy immediately.               |
       
   120  *  +----------------------------------------------------------------------+
       
   121  *  | Author: Wez Furlong <[email protected]>                                 |
       
   122  *  +----------------------------------------------------------------------+
       
   123 */
       
   124 
       
   125 
       
   126 libbcmath:
       
   127 
       
   128 /*
       
   129     Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
       
   130     Copyright (C) 2000 Philip A. Nelson
       
   131 
       
   132     This library is free software; you can redistribute it and/or
       
   133     modify it under the terms of the GNU Lesser General Public
       
   134     License as published by the Free Software Foundation; either
       
   135     version 2 of the License, or (at your option) any later version.
       
   136 
       
   137     This library is distributed in the hope that it will be useful,
       
   138     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   139     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
   140     Lesser General Public License for more details.  (COPYING.LIB)
       
   141 
       
   142     You should have received a copy of the GNU Lesser General Public
       
   143     License along with this library; if not, write to:
       
   144 
       
   145       The Free Software Foundation, Inc.
       
   146       59 Temple Place, Suite 330
       
   147       Boston, MA 02111-1307 USA.
       
   148 
       
   149     You may contact the author by:
       
   150        e-mail:  [email protected]
       
   151       us-mail:  Philip A. Nelson
       
   152                 Computer Science Department, 9062
       
   153                 Western Washington University
       
   154                 Bellingham, WA 98226-9062
       
   155        
       
   156 *************************************************************************/
       
   157 
       
   158 
       
   159 libmbfl:
       
   160 
       
   161 /*
       
   162  * "streamable kanji code filter and converter"
       
   163  * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
       
   164  *
       
   165  * LICENSE NOTICES
       
   166  *
       
   167  * This file is part of "streamable kanji code filter and converter",
       
   168  * which is distributed under the terms of GNU Lesser General Public 
       
   169  * License (version 2) as published by the Free Software Foundation.
       
   170  *
       
   171  * This software is distributed in the hope that it will be useful,
       
   172  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   173  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
   174  * GNU Lesser General Public License for more details.
       
   175  *
       
   176  * You should have received a copy of the GNU Lesser General Public
       
   177  * License along with "streamable kanji code filter and converter";
       
   178  * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
       
   179  * Suite 330, Boston, MA  02111-1307  USA
       
   180  *
       
   181  * The author of this file:
       
   182  *
       
   183  */
       
   184 
       
   185 CREDITS
       
   186 
       
   187 MySQL
       
   188 Zeev Suraski, Zak Greant, Georg Richter
       
   189 
       
   190 MySQLi
       
   191 Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
       
   192 
       
   193 MySQL driver for PDO
       
   194 George Schlossnagle, Wez Furlong, Ilia Alshanetsky