components/php-5_2/php-mysql.license
changeset 461 edabdd6aff23
child 846 fe258446a1ae
equal deleted inserted replaced
460:aded0f0f9594 461:edabdd6aff23
       
     1 Oracle elects to use only the GNU Lesser General Public License version
       
     2 2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
       
     3 where a choice of LGPL/GPL license versions are made available with the
       
     4 language indicating that LGPLv2.1/GPLv2 or any later version may be
       
     5 used, or where a choice of which version of the LGPL/GPL is applied is
       
     6 unspecified.  Unless specifically stated otherwise, where a choice
       
     7 exists between another license and either the GPL or the LGPL, Oracle
       
     8 chooses the other license.
       
     9 ====================================================================
       
    10 
       
    11 
       
    12 /*
       
    13  * -------------------------------------------------------------------- 
       
    14  *                   The PHP License, version 3.01
       
    15  * Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
       
    16  * -------------------------------------------------------------------- 
       
    17  * 
       
    18  * Redistribution and use in source and binary forms, with or without
       
    19  * modification, is permitted provided that the following conditions
       
    20  * are met:
       
    21  * 
       
    22  *   1. Redistributions of source code must retain the above copyright
       
    23  *      notice, this list of conditions and the following disclaimer.
       
    24  *  
       
    25  *   2. Redistributions in binary form must reproduce the above copyright
       
    26  *      notice, this list of conditions and the following disclaimer in
       
    27  *      the documentation and/or other materials provided with the
       
    28  *      distribution.
       
    29  *  
       
    30  *   3. The name "PHP" must not be used to endorse or promote products
       
    31  *      derived from this software without prior written permission. For
       
    32  *      written permission, please contact [email protected].
       
    33  *   
       
    34  *   4. Products derived from this software may not be called "PHP", nor
       
    35  *      may "PHP" appear in their name, without prior written permission
       
    36  *      from [email protected].  You may indicate that your software works in
       
    37  *      conjunction with PHP by saying "Foo for PHP" instead of calling
       
    38  *      it "PHP Foo" or "phpfoo"
       
    39  *  
       
    40  *   5. The PHP Group may publish revised and/or new versions of the
       
    41  *      license from time to time. Each version will be given a
       
    42  *      distinguishing version number.
       
    43  *      Once covered code has been published under a particular version
       
    44  *      of the license, you may always continue to use it under the terms
       
    45  *      of that version. You may also choose to use such covered code
       
    46  *      under the terms of any subsequent version of the license
       
    47  *      published by the PHP Group. No one other than the PHP Group has
       
    48  *      the right to modify the terms applicable to covered code created
       
    49  *      under this License.
       
    50  * 
       
    51  *   6. Redistributions of any form whatsoever must retain the following
       
    52  *      acknowledgment:
       
    53  *      "This product includes PHP software, freely available from
       
    54  *      <http://www.php.net/software/>".
       
    55  * 
       
    56  * THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
       
    57  * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
       
    58  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
       
    59  * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
       
    60  * DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
       
    61  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
       
    62  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
    63  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
    64  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
       
    65  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    66  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
       
    67  * OF THE POSSIBILITY OF SUCH DAMAGE.
       
    68  * 
       
    69  * -------------------------------------------------------------------- 
       
    70  * 
       
    71  * This software consists of voluntary contributions made by many
       
    72  * individuals on behalf of the PHP Group.
       
    73  * 
       
    74  * The PHP Group can be contacted via Email at [email protected].
       
    75  * 
       
    76  * For more information on the PHP Group and the PHP project, 
       
    77  * please see <http://www.php.net>.
       
    78  * 
       
    79  * PHP includes the Zend Engine, freely available at
       
    80  * <http://www.zend.com>.
       
    81  */
       
    82 
       
    83 /*
       
    84  *  +----------------------------------------------------------------------+
       
    85  *  | PHP Version 4                                                        |
       
    86  *  +----------------------------------------------------------------------+
       
    87  *  | Copyright (c) 1997-2003 The PHP Group                                |
       
    88  *  +----------------------------------------------------------------------+
       
    89  *  | This source file is subject to version 2.02 of the PHP license,      |
       
    90  *  | that is bundled with this package in the file LICENSE, and is        |
       
    91  *  | available at through the world-wide-web at                           |
       
    92  *  | http://www.php.net/license/2_02.txt.                                 |
       
    93  *  | If you did not receive a copy of the PHP license and are unable to   |
       
    94  *  | obtain it through the world-wide-web, please send a note to          |
       
    95  *  | [email protected] so we can mail you a copy immediately.               |
       
    96  *  +----------------------------------------------------------------------+
       
    97  *  | Author: Marcin Gibula <[email protected]>                                  |
       
    98  *  +----------------------------------------------------------------------+
       
    99  *
       
   100  *
       
   101  */
       
   102 
       
   103 /*
       
   104  *  +----------------------------------------------------------------------+
       
   105  *  | PHP Version 5                                                        |
       
   106  *  +----------------------------------------------------------------------+
       
   107  *  | Copyright (c) 1997-2005 The PHP Group                                |
       
   108  *  +----------------------------------------------------------------------+
       
   109  *  | This source file is subject to version 3.0 of the PHP license,       |
       
   110  *  | that is bundled with this package in the file LICENSE, and is        |
       
   111  *  | available through the world-wide-web at the following url:           |
       
   112  *  | http://www.php.net/license/3_0.txt.                                  |
       
   113  *  | If you did not receive a copy of the PHP license and are unable to   |
       
   114  *  | obtain it through the world-wide-web, please send a note to          |
       
   115  *  | [email protected] so we can mail you a copy immediately.               |
       
   116  *  +----------------------------------------------------------------------+
       
   117  *  | Author: Wez Furlong <[email protected]>                                 |
       
   118  *  +----------------------------------------------------------------------+
       
   119 */
       
   120 
       
   121 
       
   122 libbcmath:
       
   123 
       
   124 /*
       
   125     Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
       
   126     Copyright (C) 2000 Philip A. Nelson
       
   127 
       
   128     This library is free software; you can redistribute it and/or
       
   129     modify it under the terms of the GNU Lesser General Public
       
   130     License as published by the Free Software Foundation; either
       
   131     version 2 of the License, or (at your option) any later version.
       
   132 
       
   133     This library is distributed in the hope that it will be useful,
       
   134     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   135     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
   136     Lesser General Public License for more details.  (COPYING.LIB)
       
   137 
       
   138     You should have received a copy of the GNU Lesser General Public
       
   139     License along with this library; if not, write to:
       
   140 
       
   141       The Free Software Foundation, Inc.
       
   142       59 Temple Place, Suite 330
       
   143       Boston, MA 02111-1307 USA.
       
   144 
       
   145     You may contact the author by:
       
   146        e-mail:  [email protected]
       
   147       us-mail:  Philip A. Nelson
       
   148                 Computer Science Department, 9062
       
   149                 Western Washington University
       
   150                 Bellingham, WA 98226-9062
       
   151        
       
   152 *************************************************************************/
       
   153 
       
   154 
       
   155 libmbfl:
       
   156 
       
   157 /*
       
   158  * "streamable kanji code filter and converter"
       
   159  * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
       
   160  *
       
   161  * LICENSE NOTICES
       
   162  *
       
   163  * This file is part of "streamable kanji code filter and converter",
       
   164  * which is distributed under the terms of GNU Lesser General Public 
       
   165  * License (version 2) as published by the Free Software Foundation.
       
   166  *
       
   167  * This software is distributed in the hope that it will be useful,
       
   168  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
   169  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
   170  * GNU Lesser General Public License for more details.
       
   171  *
       
   172  * You should have received a copy of the GNU Lesser General Public
       
   173  * License along with "streamable kanji code filter and converter";
       
   174  * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
       
   175  * Suite 330, Boston, MA  02111-1307  USA
       
   176  *
       
   177  * The author of this file:
       
   178  *
       
   179  */
       
   180 
       
   181 CREDITS
       
   182 
       
   183 MySQL
       
   184 Zeev Suraski, Zak Greant, Georg Richter
       
   185 
       
   186 MySQLi
       
   187 Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
       
   188 
       
   189 MySQL driver for PDO
       
   190 George Schlossnagle, Wez Furlong, Ilia Alshanetsky