~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/docs/sleepycat/license.html

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--$Id: license.so,v 10.6 2001/06/09 14:34:49 bostic Exp $-->
 
2
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
 
3
<!--All rights reserved.-->
 
4
<html>
 
5
<head>
 
6
<title>Berkeley DB: Sleepycat Software Product License</title>
 
7
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
 
8
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
 
9
</head>
 
10
<body bgcolor=white>
 
11
<p align=center>
 
12
<img src="../images/sleepycat.gif" alt="Sleepycat Software Inc."></p>
 
13
<h1 align=center>Sleepycat Software Product License</h1>
 
14
<p>The following is the license that applies to this copy of the Berkeley DB
 
15
software.  For a license to use the Berkeley DB software under conditions
 
16
other than those described here, or to purchase support for this
 
17
software, please <a href="contact.html">contact Sleepycat Software</a>.
 
18
<p><blockquote><pre>/*
 
19
 * Copyright (c) 1990-2001
 
20
 *      Sleepycat Software.  All rights reserved.
 
21
 *
 
22
 * Redistribution and use in source and binary forms, with or without
 
23
 * modification, are permitted provided that the following conditions
 
24
 * are met:
 
25
 * 1. Redistributions of source code must retain the above copyright
 
26
 *    notice, this list of conditions and the following disclaimer.
 
27
 * 2. Redistributions in binary form must reproduce the above copyright
 
28
 *    notice, this list of conditions and the following disclaimer in the
 
29
 *    documentation and/or other materials provided with the distribution.
 
30
 * 3. Redistributions in any form must be accompanied by information on
 
31
 *    how to obtain complete source code for the DB software and any
 
32
 *    accompanying software that uses the DB software.  The source code
 
33
 *    must either be included in the distribution or be available for no
 
34
 *    more than the cost of distribution plus a nominal fee, and must be
 
35
 *    freely redistributable under reasonable conditions.  For an
 
36
 *    executable file, complete source code means the source code for all
 
37
 *    modules it contains.  It does not include source code for modules or
 
38
 *    files that typically accompany the major components of the operating
 
39
 *    system on which the executable file runs.
 
40
 *
 
41
 * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
 
42
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 
43
 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
 
44
 * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL SLEEPYCAT SOFTWARE
 
45
 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
46
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
47
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
48
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
49
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
50
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 
51
 * THE POSSIBILITY OF 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. Neither the name of the University nor the names of its contributors
 
66
 *    may be used to endorse or promote products derived from this software
 
67
 *    without specific prior written permission.
 
68
 *
 
69
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 
70
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
71
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
72
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 
73
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
74
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
75
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
76
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
77
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
78
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
79
 * SUCH DAMAGE.
 
80
 */
 
81
/*
 
82
 * Copyright (c) 1995, 1996
 
83
 *      The President and Fellows of Harvard University.  All rights reserved.
 
84
 *
 
85
 * Redistribution and use in source and binary forms, with or without
 
86
 * modification, are permitted provided that the following conditions
 
87
 * are met:
 
88
 * 1. Redistributions of source code must retain the above copyright
 
89
 *    notice, this list of conditions and the following disclaimer.
 
90
 * 2. Redistributions in binary form must reproduce the above copyright
 
91
 *    notice, this list of conditions and the following disclaimer in the
 
92
 *    documentation and/or other materials provided with the distribution.
 
93
 * 3. Neither the name of the University nor the names of its contributors
 
94
 *    may be used to endorse or promote products derived from this software
 
95
 *    without specific prior written permission.
 
96
 *
 
97
 * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
 
98
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
99
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
100
 * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
 
101
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
102
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
103
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
104
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
105
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
106
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
107
 * SUCH DAMAGE.
 
108
 */
 
109
</pre></blockquote>
 
110
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
 
111
</body>
 
112
</html>