~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

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