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