@@ -200,3 +200,130 @@ distributed under the License is distributed on an "AS IS" BASIS,
200200WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201See the License for the specific language governing permissions and
202202limitations under the License.
203+
204+ --------------------------------------------------------------------------------
205+
206+ rdsn/** - MIT License & Apache 2.0 License
207+
208+ The MIT License (MIT)
209+
210+ Copyright (c) 2015 Microsoft Corporation
211+
212+ -=- Robust Distributed System Nucleus (rDSN) -=-
213+
214+ Permission is hereby granted, free of charge, to any person obtaining a copy
215+ of this software and associated documentation files (the "Software"), to deal
216+ in the Software without restriction, including without limitation the rights
217+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
218+ copies of the Software, and to permit persons to whom the Software is
219+ furnished to do so, subject to the following conditions:
220+
221+ The above copyright notice and this permission notice shall be included in
222+ all copies or substantial portions of the Software.
223+
224+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
225+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
226+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
227+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
228+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
229+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
230+ THE SOFTWARE.
231+
232+ Copyright (c) 2017-present, Xiaomi, Inc. All rights reserved.
233+ This source code is licensed under the Apache License Version 2.0.
234+
235+ --------------------------------------------------------------------------------
236+
237+ src/shell/linenoise/* - BSD-2-Clause License
238+
239+ Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com>
240+ Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
241+
242+ All rights reserved.
243+
244+ Redistribution and use in source and binary forms, with or without
245+ modification, are permitted provided that the following conditions are
246+ met:
247+
248+ * Redistributions of source code must retain the above copyright
249+ notice, this list of conditions and the following disclaimer.
250+
251+ * Redistributions in binary form must reproduce the above copyright
252+ notice, this list of conditions and the following disclaimer in the
253+ documentation and/or other materials provided with the distribution.
254+
255+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
256+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
257+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
258+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
259+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
260+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
261+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
262+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
263+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
264+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
265+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
266+
267+ --------------------------------------------------------------------------------
268+
269+ src/shell/sds/* - BSD-2-Clause License
270+
271+ Copyright (c) 2006-2015, Salvatore Sanfilippo <antirez at gmail dot com>
272+ Copyright (c) 2015, Oran Agra
273+ Copyright (c) 2015, Redis Labs, Inc
274+ All rights reserved.
275+
276+ Redistribution and use in source and binary forms, with or without
277+ modification, are permitted provided that the following conditions are met:
278+
279+ * Redistributions of source code must retain the above copyright notice,
280+ this list of conditions and the following disclaimer.
281+ * Redistributions in binary form must reproduce the above copyright
282+ notice, this list of conditions and the following disclaimer in the
283+ documentation and/or other materials provided with the distribution.
284+ * Neither the name of Redis nor the names of its contributors may be used
285+ to endorse or promote products derived from this software without
286+ specific prior written permission.
287+
288+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
289+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
290+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
291+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
292+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
293+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
294+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
295+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
296+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
297+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
298+ POSSIBILITY OF SUCH DAMAGE.
299+
300+ --------------------------------------------------------------------------------
301+
302+ src/shell/argh.h - BSD 3-Clause
303+
304+ Copyright (c) 2016, Adi Shavit
305+ All rights reserved.
306+
307+ Redistribution and use in source and binary forms, with or without
308+ modification, are permitted provided that the following conditions are met:
309+
310+ * Redistributions of source code must retain the above copyright notice,
311+ this list of conditions and the following disclaimer.
312+ * Redistributions in binary form must reproduce the above copyright
313+ notice, this list of conditions and the following disclaimer in the
314+ documentation and/or other materials provided with the distribution.
315+ * Neither the name of nor the names of its contributors may be used to
316+ endorse or promote products derived from this software without specific
317+ prior written permission.
318+
319+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
320+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
321+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
322+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
323+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
324+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
325+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
326+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
327+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
328+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
329+ POSSIBILITY OF SUCH DAMAGE.
0 commit comments