oceanbase

Форк
0
/
NOTICE 
226 строк · 10.8 Кб
1
==============================libev==============================
2

3
libev event processing core, watcher management
4

5
Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libev@schmorp.de>
6
All rights reserved.
7

8
Redistribution and use in source and binary forms, with or without modifica-
9
tion, are permitted provided that the following conditions are met:
10

11
  1.  Redistributions of source code must retain the above copyright notice,
12
      this list of conditions and the following disclaimer.
13

14
  2.  Redistributions in binary form must reproduce the above copyright
15
      notice, this list of conditions and the following disclaimer in the
16
      documentation and/or other materials provided with the distribution.
17

18
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
19
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
20
CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
21
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
22
CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
26
ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27
OF THE POSSIBILITY OF SUCH DAMAGE.
28

29
Alternatively, the contents of this file may be used under the terms of
30
the GNU General Public License ("GPL") version 2 or any later version,
31
in which case the provisions of the GPL are applicable instead of
32
the above. If you wish to allow the use of your version of this file
33
only under the terms of the GPL and not to allow others to use your
34
version of this file under the BSD license, indicate your decision
35
by deleting the provisions above and replace them with the notice
36
and other provisions required by the GPL. If you do not delete the
37
provisions above, a recipient may use your version of this file under
38
either the BSD or the GPL.
39

40
==============================http_parser==============================
41

42
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
43

44
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to
46
deal in the Software without restriction, including without limitation the
47
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
48
sell copies of the Software, and to permit persons to whom the Software is
49
furnished to do so, subject to the following conditions:
50

51
The above copyright notice and this permission notice shall be included in
52
all copies or substantial portions of the Software.
53

54
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
59
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
60
IN THE SOFTWARE.
61

62
==============================lz4.171==============================
63

64
LZ4 - Fast LZ compression algorithm
65
Copyright (C) 2011-2015, Yann Collet.
66

67
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
68

69
Redistribution and use in source and binary forms, with or without
70
modification, are permitted provided that the following conditions are
71
met:
72

73
    * Redistributions of source code must retain the above copyright
74
notice, this list of conditions and the following disclaimer.
75
    * Redistributions in binary form must reproduce the above
76
copyright notice, this list of conditions and the following disclaimer
77
in the documentation and/or other materials provided with the
78
distribution.
79

80
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
81
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
82
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
83
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
84
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
85
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
86
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
87
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
88
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
89
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
90
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
91

92
You can contact the author at :
93
 - LZ4 source repository : https://github.com/Cyan4973/lz4
94
 - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
95

96
==============================lz4.191==============================
97

98
LZ4 - Fast LZ compression algorithm
99
Copyright (C) 2011-present, Yann Collet.
100

101
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
102

103
Redistribution and use in source and binary forms, with or without
104
modification, are permitted provided that the following conditions are
105
met:
106

107
    * Redistributions of source code must retain the above copyright
108
notice, this list of conditions and the following disclaimer.
109
    * Redistributions in binary form must reproduce the above
110
copyright notice, this list of conditions and the following disclaimer
111
in the documentation and/or other materials provided with the
112
distribution.
113

114
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
115
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
116
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
117
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
118
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
119
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
120
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
121
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
122
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
123
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
124
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
125

126
You can contact the author at :
127
 - LZ4 homepage : http://www.lz4.org
128
 - LZ4 source repository : https://github.com/lz4/lz4
129

130
==============================snappy==============================
131

132
Copyright 2011 Martin Gieseking <martin.gieseking@uos.de>.
133

134
Redistribution and use in source and binary forms, with or without
135
modification, are permitted provided that the following conditions are
136
met:
137

138
    * Redistributions of source code must retain the above copyright
139
notice, this list of conditions and the following disclaimer.
140
    * Redistributions in binary form must reproduce the above
141
copyright notice, this list of conditions and the following disclaimer
142
in the documentation and/or other materials provided with the
143
distribution.
144
    * Neither the name of Google Inc. nor the names of its
145
contributors may be used to endorse or promote products derived from
146
this software without specific prior written permission.
147

148
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
149
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
150
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
151
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
152
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
153
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
154
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
155
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
156
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
157
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
158
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
159

160
==============================zlib==============================
161

162
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
163

164
This software is provided 'as-is', without any express or implied
165
warranty.  In no event will the authors be held liable for any damages
166
arising from the use of this software.
167

168
Permission is granted to anyone to use this software for any purpose,
169
including commercial applications, and to alter it and redistribute it
170
freely, subject to the following restrictions:
171

172
1. The origin of this software must not be misrepresented; you must not
173
   claim that you wrote the original software. If you use this software
174
   in a product, an acknowledgment in the product documentation would be
175
   appreciated but is not required.
176
2. Altered source versions must be plainly marked as such, and must not be
177
   misrepresented as being the original software.
178
3. This notice may not be removed or altered from any source distribution.
179

180
Jean-loup Gailly        Mark Adler
181
jloup@gzip.org          madler@alumni.caltech.edu
182

183

184
The data format used by the zlib library is described by RFCs (Request for
185
Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
186
(zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
187

188
==============================zstd==============================
189

190
Copyright (C) 2013-2016, Yann Collet.
191

192
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
193

194
Redistribution and use in source and binary forms, with or without
195
modification, are permitted provided that the following conditions are
196
met:
197

198
    * Redistributions of source code must retain the above copyright
199
notice, this list of conditions and the following disclaimer.
200
    * Redistributions in binary form must reproduce the above
201
copyright notice, this list of conditions and the following disclaimer
202
in the documentation and/or other materials provided with the
203
distribution.
204

205
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
206
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
207
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
208
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
209
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
210
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
211
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
212
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
213
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
214
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
215
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
216

217
You can contact the author at :
218
- Source repository : https://github.com/Cyan4973/FiniteStateEntropy
219

220

221
Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
222
All rights reserved.
223

224
This source code is licensed under the BSD-style license found in the
225
LICENSE file in the root directory of this source tree. An additional grant
226
of patent rights can be found in the PATENTS file in the same directory
227

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.