1*7c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 2*7c478bd9Sstevel@tonic-gate 3*7c478bd9Sstevel@tonic-gate/*- 4*7c478bd9Sstevel@tonic-gate * @(#)LICENSE 10.10 (Sleepycat) 1/12/99 5*7c478bd9Sstevel@tonic-gate */ 6*7c478bd9Sstevel@tonic-gate 7*7c478bd9Sstevel@tonic-gateThe following are the copyrights and redistribution conditions that apply to 8*7c478bd9Sstevel@tonic-gatethis copy of the Berkeley DB software. For a license to use, redistribute 9*7c478bd9Sstevel@tonic-gateor sell Berkeley DB software under conditions other than those described here, 10*7c478bd9Sstevel@tonic-gateor to purchase support for this software, please contact Sleepycat Software at 11*7c478bd9Sstevel@tonic-gateone of the following addresses: 12*7c478bd9Sstevel@tonic-gate 13*7c478bd9Sstevel@tonic-gate Sleepycat Software db@sleepycat.com 14*7c478bd9Sstevel@tonic-gate 394 E. Riding Dr. 510-526-3972 15*7c478bd9Sstevel@tonic-gate Carlisle, MA 01741 877-SLEEPYCAT (toll-free, USA only) 16*7c478bd9Sstevel@tonic-gate USA 17*7c478bd9Sstevel@tonic-gate 18*7c478bd9Sstevel@tonic-gate=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 19*7c478bd9Sstevel@tonic-gate/* 20*7c478bd9Sstevel@tonic-gate * Copyright (c) 1990, 1993, 1994, 1995, 1996, 1997, 1998 21*7c478bd9Sstevel@tonic-gate * Sleepycat Software. All rights reserved. 22*7c478bd9Sstevel@tonic-gate * 23*7c478bd9Sstevel@tonic-gate * Redistribution and use in source and binary forms, with or without 24*7c478bd9Sstevel@tonic-gate * modification, are permitted provided that the following conditions 25*7c478bd9Sstevel@tonic-gate * are met: 26*7c478bd9Sstevel@tonic-gate * 1. Redistributions of source code must retain the above copyright 27*7c478bd9Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer. 28*7c478bd9Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright 29*7c478bd9Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer in the 30*7c478bd9Sstevel@tonic-gate * documentation and/or other materials provided with the distribution. 31*7c478bd9Sstevel@tonic-gate * 3. Redistributions in any form must be accompanied by information on 32*7c478bd9Sstevel@tonic-gate * how to obtain complete source code for the DB software and any 33*7c478bd9Sstevel@tonic-gate * accompanying software that uses the DB software. The source code 34*7c478bd9Sstevel@tonic-gate * must either be included in the distribution or be available for no 35*7c478bd9Sstevel@tonic-gate * more than the cost of distribution plus a nominal fee, and must be 36*7c478bd9Sstevel@tonic-gate * freely redistributable under reasonable conditions. For an 37*7c478bd9Sstevel@tonic-gate * executable file, complete source code means the source code for all 38*7c478bd9Sstevel@tonic-gate * modules it contains. It does not mean source code for modules or 39*7c478bd9Sstevel@tonic-gate * files that typically accompany the operating system on which the 40*7c478bd9Sstevel@tonic-gate * executable file runs, e.g., standard library modules or system 41*7c478bd9Sstevel@tonic-gate * header files. 42*7c478bd9Sstevel@tonic-gate * 43*7c478bd9Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND 44*7c478bd9Sstevel@tonic-gate * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 45*7c478bd9Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 46*7c478bd9Sstevel@tonic-gate * ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE BE LIABLE 47*7c478bd9Sstevel@tonic-gate * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 48*7c478bd9Sstevel@tonic-gate * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 49*7c478bd9Sstevel@tonic-gate * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 50*7c478bd9Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 51*7c478bd9Sstevel@tonic-gate * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 52*7c478bd9Sstevel@tonic-gate * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 53*7c478bd9Sstevel@tonic-gate * SUCH DAMAGE. 54*7c478bd9Sstevel@tonic-gate */ 55*7c478bd9Sstevel@tonic-gate/* 56*7c478bd9Sstevel@tonic-gate * Copyright (c) 1990, 1993, 1994, 1995 57*7c478bd9Sstevel@tonic-gate * The Regents of the University of California. All rights reserved. 58*7c478bd9Sstevel@tonic-gate * 59*7c478bd9Sstevel@tonic-gate * Redistribution and use in source and binary forms, with or without 60*7c478bd9Sstevel@tonic-gate * modification, are permitted provided that the following conditions 61*7c478bd9Sstevel@tonic-gate * are met: 62*7c478bd9Sstevel@tonic-gate * 1. Redistributions of source code must retain the above copyright 63*7c478bd9Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer. 64*7c478bd9Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright 65*7c478bd9Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer in the 66*7c478bd9Sstevel@tonic-gate * documentation and/or other materials provided with the distribution. 67*7c478bd9Sstevel@tonic-gate * 3. All advertising materials mentioning features or use of this software 68*7c478bd9Sstevel@tonic-gate * must display the following acknowledgement: 69*7c478bd9Sstevel@tonic-gate * This product includes software developed by the University of 70*7c478bd9Sstevel@tonic-gate * California, Berkeley and its contributors. 71*7c478bd9Sstevel@tonic-gate * 4. Neither the name of the University nor the names of its contributors 72*7c478bd9Sstevel@tonic-gate * may be used to endorse or promote products derived from this software 73*7c478bd9Sstevel@tonic-gate * without specific prior written permission. 74*7c478bd9Sstevel@tonic-gate * 75*7c478bd9Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 76*7c478bd9Sstevel@tonic-gate * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 77*7c478bd9Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 78*7c478bd9Sstevel@tonic-gate * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 79*7c478bd9Sstevel@tonic-gate * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 80*7c478bd9Sstevel@tonic-gate * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 81*7c478bd9Sstevel@tonic-gate * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 82*7c478bd9Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 83*7c478bd9Sstevel@tonic-gate * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 84*7c478bd9Sstevel@tonic-gate * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 85*7c478bd9Sstevel@tonic-gate * SUCH DAMAGE. 86*7c478bd9Sstevel@tonic-gate */ 87*7c478bd9Sstevel@tonic-gate/* 88*7c478bd9Sstevel@tonic-gate * Copyright (c) 1995, 1996 89*7c478bd9Sstevel@tonic-gate * The President and Fellows of Harvard University. All rights reserved. 90*7c478bd9Sstevel@tonic-gate * 91*7c478bd9Sstevel@tonic-gate * Redistribution and use in source and binary forms, with or without 92*7c478bd9Sstevel@tonic-gate * modification, are permitted provided that the following conditions 93*7c478bd9Sstevel@tonic-gate * are met: 94*7c478bd9Sstevel@tonic-gate * 1. Redistributions of source code must retain the above copyright 95*7c478bd9Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer. 96*7c478bd9Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright 97*7c478bd9Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer in the 98*7c478bd9Sstevel@tonic-gate * documentation and/or other materials provided with the distribution. 99*7c478bd9Sstevel@tonic-gate * 3. All advertising materials mentioning features or use of this software 100*7c478bd9Sstevel@tonic-gate * must display the following acknowledgement: 101*7c478bd9Sstevel@tonic-gate * This product includes software developed by Harvard University 102*7c478bd9Sstevel@tonic-gate * and its contributors. 103*7c478bd9Sstevel@tonic-gate * 4. Neither the name of the University nor the names of its contributors 104*7c478bd9Sstevel@tonic-gate * may be used to endorse or promote products derived from this software 105*7c478bd9Sstevel@tonic-gate * without specific prior written permission. 106*7c478bd9Sstevel@tonic-gate * 107*7c478bd9Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND 108*7c478bd9Sstevel@tonic-gate * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 109*7c478bd9Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 110*7c478bd9Sstevel@tonic-gate * ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE 111*7c478bd9Sstevel@tonic-gate * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 112*7c478bd9Sstevel@tonic-gate * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 113*7c478bd9Sstevel@tonic-gate * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 114*7c478bd9Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 115*7c478bd9Sstevel@tonic-gate * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 116*7c478bd9Sstevel@tonic-gate * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 117*7c478bd9Sstevel@tonic-gate * SUCH DAMAGE. 118*7c478bd9Sstevel@tonic-gate */ 119