Skip to content

Commit 9177426

Browse files
committed
adding zstd-jni license mentions
1 parent 7157008 commit 9177426

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,43 @@ License text:
373373
| NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
374374
| DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
375375
| OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**
376+
377+
--------------------------------------------------------------------------------
378+
379+
This binary artifact contains zstd-jni 1.5.7-6.
380+
381+
Copyright: Copyright (c) 2015-present, Luben Karavelov
382+
Home page: https://github.com/luben/zstd-jni
383+
License: BSD 2-Clause License
384+
License text:
385+
386+
| Copyright (c) 2015-present, Luben Karavelov. All rights reserved.
387+
|
388+
| Redistribution and use in source and binary forms, with or without modification,
389+
| are permitted provided that the following conditions are met:
390+
|
391+
| * Redistributions of source code must retain the above copyright notice, this
392+
| list of conditions and the following disclaimer.
393+
|
394+
| * Redistributions in binary form must reproduce the above copyright notice, this
395+
| list of conditions and the following disclaimer in the documentation and/or
396+
| other materials provided with the distribution.
397+
|
398+
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
399+
| ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
400+
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
401+
| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
402+
| ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
403+
| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
404+
| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
405+
| ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
406+
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
407+
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
408+
409+
--------------------------------------------------------------------------------
410+
411+
This binary artifact contains Apache Commons Compress 1.27.1.
412+
413+
Copyright: Copyright 2002-2024 The Apache Software Foundation
414+
Home page: https://commons.apache.org/proper/commons-compress/
415+
License: https://www.apache.org/licenses/LICENSE-2.0

flight/flight-sql-jdbc-driver/src/shade/NOTICE.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,3 +338,34 @@ This product includes Netty 4.1.119.Final, with the following in its NOTICE:
338338
| * license/LICENSE.brotli4j.txt (Apache License 2.0)
339339
| * HOMEPAGE:
340340
| * https://github.com/hyperxpro/Brotli4j
341+
342+
---------------------------------------------------
343+
344+
This product includes zstd-jni 1.5.7-6, with the following in its NOTICE:
345+
346+
| zstd-jni - JNI bindings for Zstd
347+
| =================================
348+
|
349+
| Copyright (c) 2015-present, Luben Karavelov. All rights reserved.
350+
|
351+
| This product provides JNI bindings for the Zstd compression library.
352+
|
353+
| * LICENSE:
354+
| * BSD 2-Clause License
355+
| * HOMEPAGE:
356+
| * https://github.com/luben/zstd-jni
357+
358+
---------------------------------------------------
359+
360+
This product includes Apache Commons Compress 1.27.1, with the following in its NOTICE:
361+
362+
| Apache Commons Compress
363+
| Copyright 2002-2024 The Apache Software Foundation
364+
|
365+
| This product includes software developed at
366+
| The Apache Software Foundation (https://www.apache.org/).
367+
|
368+
| * LICENSE:
369+
| * Apache License 2.0
370+
| * HOMEPAGE:
371+
| * https://commons.apache.org/proper/commons-compress/

0 commit comments

Comments
 (0)