@@ -5,6 +5,136 @@ Licenses
5
5
This document describes the licenses of all software distributed with the
6
6
bundled application.
7
7
8
+ Berkeley DB
9
+ ===========
10
+
11
+ The following is the license that applies to this copy of the Berkeley DB
12
+ software. For a license to use the Berkeley DB software under conditions
13
+ other than those described here, or to purchase support for this software,
14
+ please contact Oracle at
[email protected] .
15
+
16
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17
+ /*
18
+ * Copyright (c) 1990, 2013 Oracle and/or its affiliates. All rights reserved.
19
+ *
20
+ * Redistribution and use in source and binary forms, with or without
21
+ * modification, are permitted provided that the following conditions
22
+ * are met:
23
+ * 1. Redistributions of source code must retain the above copyright
24
+ * notice, this list of conditions and the following disclaimer.
25
+ * 2. Redistributions in binary form must reproduce the above copyright
26
+ * notice, this list of conditions and the following disclaimer in the
27
+ * documentation and/or other materials provided with the distribution.
28
+ * 3. Redistributions in any form must be accompanied by information on
29
+ * how to obtain complete source code for the DB software and any
30
+ * accompanying software that uses the DB software. The source code
31
+ * must either be included in the distribution or be available for no
32
+ * more than the cost of distribution plus a nominal fee, and must be
33
+ * freely redistributable under reasonable conditions. For an
34
+ * executable file, complete source code means the source code for all
35
+ * modules it contains. It does not include source code for modules or
36
+ * files that typically accompany the major components of the operating
37
+ * system on which the executable file runs.
38
+ *
39
+ * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR
40
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
41
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
42
+ * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE BE LIABLE
43
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
44
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
45
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
46
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
47
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
48
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
49
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
+ */
51
+ /*
52
+ * Copyright (c) 1990, 1993, 1994, 1995
53
+ * The Regents of the University of California. All rights reserved.
54
+ *
55
+ * Redistribution and use in source and binary forms, with or without
56
+ * modification, are permitted provided that the following conditions
57
+ * are met:
58
+ * 1. Redistributions of source code must retain the above copyright
59
+ * notice, this list of conditions and the following disclaimer.
60
+ * 2. Redistributions in binary form must reproduce the above copyright
61
+ * notice, this list of conditions and the following disclaimer in the
62
+ * documentation and/or other materials provided with the distribution.
63
+ * 3. Neither the name of the University nor the names of its contributors
64
+ * may be used to endorse or promote products derived from this software
65
+ * without specific prior written permission.
66
+ *
67
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
68
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
69
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
70
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
71
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
72
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
73
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
74
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
75
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
76
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
77
+ * SUCH DAMAGE.
78
+ */
79
+ /*
80
+ * Copyright (c) 1995, 1996
81
+ * The President and Fellows of Harvard University. All rights reserved.
82
+ *
83
+ * Redistribution and use in source and binary forms, with or without
84
+ * modification, are permitted provided that the following conditions
85
+ * are met:
86
+ * 1. Redistributions of source code must retain the above copyright
87
+ * notice, this list of conditions and the following disclaimer.
88
+ * 2. Redistributions in binary form must reproduce the above copyright
89
+ * notice, this list of conditions and the following disclaimer in the
90
+ * documentation and/or other materials provided with the distribution.
91
+ * 3. Neither the name of the University nor the names of its contributors
92
+ * may be used to endorse or promote products derived from this software
93
+ * without specific prior written permission.
94
+ *
95
+ * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
96
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
97
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
98
+ * ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
99
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
100
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
101
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
102
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
103
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
104
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
105
+ * SUCH DAMAGE.
106
+ */
107
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
108
+ /***
109
+ * ASM: a very small and fast Java bytecode manipulation framework
110
+ * Copyright (c) 2000-2005 INRIA, France Telecom
111
+ * All rights reserved.
112
+ *
113
+ * Redistribution and use in source and binary forms, with or without
114
+ * modification, are permitted provided that the following conditions
115
+ * are met:
116
+ * 1. Redistributions of source code must retain the above copyright
117
+ * notice, this list of conditions and the following disclaimer.
118
+ * 2. Redistributions in binary form must reproduce the above copyright
119
+ * notice, this list of conditions and the following disclaimer in the
120
+ * documentation and/or other materials provided with the distribution.
121
+ * 3. Neither the name of the copyright holders nor the names of its
122
+ * contributors may be used to endorse or promote products derived from
123
+ * this software without specific prior written permission.
124
+ *
125
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
126
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
127
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
128
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
129
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
130
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
131
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
132
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
133
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
134
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
135
+ * THE POSSIBILITY OF SUCH DAMAGE.
136
+ */
137
+
8
138
bzip2
9
139
=====
10
140
0 commit comments