Blame SOURCES/LICENSE

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