Blame SOURCES/LICENSE

721b43
/*-
721b43
 * $Id: LICENSE,v 12.9 2008/02/07 17:12:17 mark Exp $
721b43
 */
721b43
721b43
The following is the license that applies to this copy of the Berkeley DB
721b43
software.  For a license to use the Berkeley DB software under conditions
721b43
other than those described here, or to purchase support for this software,
721b43
please contact Oracle at berkeleydb-info_us@oracle.com.
721b43
721b43
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
721b43
/*
721b43
 * Copyright (c) 1990,2008 Oracle.  All rights reserved.
721b43
 *
721b43
 * Redistribution and use in source and binary forms, with or without
721b43
 * modification, are permitted provided that the following conditions
721b43
 * are met:
721b43
 * 1. Redistributions of source code must retain the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer.
721b43
 * 2. Redistributions in binary form must reproduce the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer in the
721b43
 *    documentation and/or other materials provided with the distribution.
721b43
 * 3. Redistributions in any form must be accompanied by information on
721b43
 *    how to obtain complete source code for the DB software and any
721b43
 *    accompanying software that uses the DB software.  The source code
721b43
 *    must either be included in the distribution or be available for no
721b43
 *    more than the cost of distribution plus a nominal fee, and must be
721b43
 *    freely redistributable under reasonable conditions.  For an
721b43
 *    executable file, complete source code means the source code for all
721b43
 *    modules it contains.  It does not include source code for modules or
721b43
 *    files that typically accompany the major components of the operating
721b43
 *    system on which the executable file runs.
721b43
 *
721b43
 * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR
721b43
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
721b43
 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
721b43
 * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL ORACLE BE LIABLE
721b43
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
721b43
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
721b43
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
721b43
 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
721b43
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
721b43
 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
721b43
 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
721b43
 */
721b43
/*
721b43
 * Copyright (c) 1990, 1993, 1994, 1995
721b43
 *	The Regents of the University of California.  All rights reserved.
721b43
 *
721b43
 * Redistribution and use in source and binary forms, with or without
721b43
 * modification, are permitted provided that the following conditions
721b43
 * are met:
721b43
 * 1. Redistributions of source code must retain the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer.
721b43
 * 2. Redistributions in binary form must reproduce the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer in the
721b43
 *    documentation and/or other materials provided with the distribution.
721b43
 * 3. Neither the name of the University nor the names of its contributors
721b43
 *    may be used to endorse or promote products derived from this software
721b43
 *    without specific prior written permission.
721b43
 *
721b43
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
721b43
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
721b43
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
721b43
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
721b43
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
721b43
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
721b43
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
721b43
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
721b43
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
721b43
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
721b43
 * SUCH DAMAGE.
721b43
 */
721b43
/*
721b43
 * Copyright (c) 1995, 1996
721b43
 *	The President and Fellows of Harvard University.  All rights reserved.
721b43
 *
721b43
 * Redistribution and use in source and binary forms, with or without
721b43
 * modification, are permitted provided that the following conditions
721b43
 * are met:
721b43
 * 1. Redistributions of source code must retain the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer.
721b43
 * 2. Redistributions in binary form must reproduce the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer in the
721b43
 *    documentation and/or other materials provided with the distribution.
721b43
 * 3. Neither the name of the University nor the names of its contributors
721b43
 *    may be used to endorse or promote products derived from this software
721b43
 *    without specific prior written permission.
721b43
 *
721b43
 * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
721b43
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
721b43
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
721b43
 * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
721b43
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
721b43
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
721b43
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
721b43
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
721b43
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
721b43
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
721b43
 * SUCH DAMAGE.
721b43
 */
721b43
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
721b43
/***
721b43
 * ASM: a very small and fast Java bytecode manipulation framework
721b43
 * Copyright (c) 2000-2005 INRIA, France Telecom
721b43
 * All rights reserved.
721b43
 *
721b43
 * Redistribution and use in source and binary forms, with or without
721b43
 * modification, are permitted provided that the following conditions
721b43
 * are met:
721b43
 * 1. Redistributions of source code must retain the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer.
721b43
 * 2. Redistributions in binary form must reproduce the above copyright
721b43
 *    notice, this list of conditions and the following disclaimer in the
721b43
 *    documentation and/or other materials provided with the distribution.
721b43
 * 3. Neither the name of the copyright holders nor the names of its
721b43
 *    contributors may be used to endorse or promote products derived from
721b43
 *    this software without specific prior written permission.
721b43
 *
721b43
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
721b43
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
721b43
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
721b43
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
721b43
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
721b43
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
721b43
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
721b43
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
721b43
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
721b43
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
721b43
 * THE POSSIBILITY OF SUCH DAMAGE.
721b43
 */