Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | |
| 2 | The Sleepycat License |
| 3 | Copyright (c) 1990-1999 |
| 4 | Sleepycat Software. All rights reserved. |
| 5 | |
| 6 | Redistribution and use in source and binary forms, with or without |
| 7 | modification, are permitted provided that the following conditions |
| 8 | are met: |
| 9 | |
| 10 | Redistributions of source code must retain the above copyright |
| 11 | notice, this list of conditions and the following disclaimer. |
| 12 | Redistributions in binary form must reproduce the above copyright |
| 13 | notice, this list of conditions and the following disclaimer in the |
| 14 | documentation and/or other materials provided with the distribution. |
| 15 | Redistributions in any form must be accompanied by information on |
| 16 | how to obtain complete source code for the DB software and any |
| 17 | accompanying software that uses the DB software. The source code |
| 18 | must either be included in the distribution or be available for no |
| 19 | more than the cost of distribution plus a nominal fee, and must be |
| 20 | freely redistributable under reasonable conditions. For an |
| 21 | executable file, complete source code means the source code for all |
| 22 | modules it contains. It does not include source code for modules or |
| 23 | files that typically accompany the major components of the operating |
| 24 | system on which the executable file runs. |
| 25 | THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS`` AND ANY EXPRESS |
| 26 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 27 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
| 28 | NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE |
| 29 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 30 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 31 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 32 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 33 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 34 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 35 | THE POSSIBILITY OF SUCH DAMAGE. |
| 36 | |
| 37 | Copyright (c) 1990, 1993, 1994, 1995 |
| 38 | The Regents of the University of California. All rights reserved. |
| 39 | |
| 40 | Redistribution and use in source and binary forms, with or without |
| 41 | modification, are permitted provided that the following conditions |
| 42 | are met: |
| 43 | |
| 44 | Redistributions of source code must retain the above copyright |
| 45 | notice, this list of conditions and the following disclaimer. |
| 46 | Redistributions in binary form must reproduce the above copyright |
| 47 | notice, this list of conditions and the following disclaimer in the |
| 48 | documentation and/or other materials provided with the distribution. |
| 49 | Neither the name of the University nor the names of its contributors |
| 50 | may be used to endorse or promote products derived from this software |
| 51 | without specific prior written permission. |
| 52 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS`` AND |
| 53 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 54 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 55 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 56 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 57 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 58 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 59 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 60 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 61 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 62 | SUCH DAMAGE. |
| 63 | |
| 64 | Copyright (c) 1995, 1996 |
| 65 | The President and Fellows of Harvard University. All rights reserved. |
| 66 | |
| 67 | Redistribution and use in source and binary forms, with or without |
| 68 | modification, are permitted provided that the following conditions |
| 69 | are met: |
| 70 | |
| 71 | Redistributions of source code must retain the above copyright |
| 72 | notice, this list of conditions and the following disclaimer. |
| 73 | Redistributions in binary form must reproduce the above copyright |
| 74 | notice, this list of conditions and the following disclaimer in the |
| 75 | documentation and/or other materials provided with the distribution. |
| 76 | Neither the name of the University nor the names of its contributors |
| 77 | may be used to endorse or promote products derived from this software |
| 78 | without specific prior written permission. |
| 79 | THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS`` AND |
| 80 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 81 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 82 | ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE |
| 83 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 84 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 85 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 86 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 87 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 88 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 89 | SUCH DAMAGE. |
| 90 | |