components/berkeleydb/berkeleydb.license
changeset 460 aded0f0f9594
equal deleted inserted replaced
459:c7579764bc73 460:aded0f0f9594
       
     1 
       
     2 The following is the license that applies to this copy of the Berkeley DB
       
     3 software.  For a license to use the Berkeley DB software under conditions
       
     4 other than those described here, or to purchase support for this software,
       
     5 please contact Oracle at [email protected].
       
     6 
       
     7 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
       
     8 /*
       
     9  * Copyright (c) 1990, 2011, Oracle and/or its affiliates. All rights reserved.
       
    10  *
       
    11  * Redistribution and use in source and binary forms, with or without
       
    12  * modification, are permitted provided that the following conditions
       
    13  * are met:
       
    14  * 1. Redistributions of source code must retain the above copyright
       
    15  *    notice, this list of conditions and the following disclaimer.
       
    16  * 2. Redistributions in binary form must reproduce the above copyright
       
    17  *    notice, this list of conditions and the following disclaimer in the
       
    18  *    documentation and/or other materials provided with the distribution.
       
    19  * 3. Redistributions in any form must be accompanied by information on
       
    20  *    how to obtain complete source code for the DB software and any
       
    21  *    accompanying software that uses the DB software.  The source code
       
    22  *    must either be included in the distribution or be available for no
       
    23  *    more than the cost of distribution plus a nominal fee, and must be
       
    24  *    freely redistributable under reasonable conditions.  For an
       
    25  *    executable file, complete source code means the source code for all
       
    26  *    modules it contains.  It does not include source code for modules or
       
    27  *    files that typically accompany the major components of the operating
       
    28  *    system on which the executable file runs.
       
    29  *
       
    30  * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR
       
    31  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
       
    32  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
       
    33  * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL ORACLE BE LIABLE
       
    34  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
    35  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
    36  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
       
    37  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
       
    38  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
       
    39  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
       
    40  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    41  */
       
    42 /*
       
    43  * Copyright (c) 1990, 1993, 1994, 1995
       
    44  *	The Regents of the University of California.  All rights reserved.
       
    45  *
       
    46  * Redistribution and use in source and binary forms, with or without
       
    47  * modification, are permitted provided that the following conditions
       
    48  * are met:
       
    49  * 1. Redistributions of source code must retain the above copyright
       
    50  *    notice, this list of conditions and the following disclaimer.
       
    51  * 2. Redistributions in binary form must reproduce the above copyright
       
    52  *    notice, this list of conditions and the following disclaimer in the
       
    53  *    documentation and/or other materials provided with the distribution.
       
    54  * 3. Neither the name of the University nor the names of its contributors
       
    55  *    may be used to endorse or promote products derived from this software
       
    56  *    without specific prior written permission.
       
    57  *
       
    58  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
       
    59  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
    60  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
    61  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
       
    62  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       
    63  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       
    64  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
    65  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       
    66  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
    67  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
    68  * SUCH DAMAGE.
       
    69  */
       
    70 /*
       
    71  * Copyright (c) 1995, 1996
       
    72  *	The President and Fellows of Harvard University.  All rights reserved.
       
    73  *
       
    74  * Redistribution and use in source and binary forms, with or without
       
    75  * modification, are permitted provided that the following conditions
       
    76  * are met:
       
    77  * 1. Redistributions of source code must retain the above copyright
       
    78  *    notice, this list of conditions and the following disclaimer.
       
    79  * 2. Redistributions in binary form must reproduce the above copyright
       
    80  *    notice, this list of conditions and the following disclaimer in the
       
    81  *    documentation and/or other materials provided with the distribution.
       
    82  * 3. Neither the name of the University nor the names of its contributors
       
    83  *    may be used to endorse or promote products derived from this software
       
    84  *    without specific prior written permission.
       
    85  *
       
    86  * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
       
    87  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
    88  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
    89  * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
       
    90  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       
    91  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       
    92  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       
    93  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       
    94  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       
    95  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       
    96  * SUCH DAMAGE.
       
    97  */
       
    98 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
       
    99 /***
       
   100  * ASM: a very small and fast Java bytecode manipulation framework
       
   101  * Copyright (c) 2000-2005 INRIA, France Telecom
       
   102  * All rights reserved.
       
   103  *
       
   104  * Redistribution and use in source and binary forms, with or without
       
   105  * modification, are permitted provided that the following conditions
       
   106  * are met:
       
   107  * 1. Redistributions of source code must retain the above copyright
       
   108  *    notice, this list of conditions and the following disclaimer.
       
   109  * 2. Redistributions in binary form must reproduce the above copyright
       
   110  *    notice, this list of conditions and the following disclaimer in the
       
   111  *    documentation and/or other materials provided with the distribution.
       
   112  * 3. Neither the name of the copyright holders nor the names of its
       
   113  *    contributors may be used to endorse or promote products derived from
       
   114  *    this software without specific prior written permission.
       
   115  *
       
   116  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
       
   117  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
   118  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
   119  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
       
   120  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
   121  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
   122  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
   123  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
   124  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
   125  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
       
   126  * THE POSSIBILITY OF SUCH DAMAGE.
       
   127  */