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