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