comparison docs/db_license.html @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3dc0c5604566
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><title>open source license</title></head>
3
4
5 <body>
6 <pre>The following is the license that applies to this copy of the Berkeley
7 DB Java Edition software. For a license to use the Berkeley DB Java
8 Edition software under conditions other than those described here, or
9 to purchase support for this software, please contact Sleepycat Software
10 by email at info@sleepycat.com, or on the Web at http://www.sleepycat.com.
11
12 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13 /*
14 * Copyright (c) 2002-2004
15 * Sleepycat Software. All rights reserved.
16 *
17 * Redistribution and use in source and binary forms, with or without
18 * modification, are permitted provided that the following conditions
19 * are met:
20 * 1. Redistributions of source code must retain the above copyright
21 * notice, this list of conditions and the following disclaimer.
22 * 2. Redistributions in binary form must reproduce the above copyright
23 * notice, this list of conditions and the following disclaimer in the
24 * documentation and/or other materials provided with the distribution.
25 * 3. Redistributions in any form must be accompanied by information on
26 * how to obtain complete source code for the DB software and any
27 * accompanying software that uses the DB software. The source code
28 * must either be included in the distribution or be available for no
29 * more than the cost of distribution plus a nominal fee, and must be
30 * freely redistributable under reasonable conditions. For an
31 * executable file, complete source code means the source code for all
32 * modules it contains. It does not include source code for modules or
33 * files that typically accompany the major components of the operating
34 * system on which the executable file runs.
35 *
36 * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
37 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
38 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
39 * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE
40 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
41 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
42 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
43 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
44 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
45 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
46 * THE POSSIBILITY OF SUCH DAMAGE.
47 */
48
49 </pre>
50
51
52 </body></html>