| Apache Gravitino |
| Copyright 2026 The Apache Software Foundation |
| |
| This product includes software developed at |
| The Apache Software Foundation (http://www.apache.org/). |
| |
| The initial code for the Gravitino project was donated |
| to the ASF by Datastrato (https://datastrato.ai/) copyright 2023-2024. |
| |
| Apache Commons Codec |
| Copyright 2002-2017 The Apache Software Foundation |
| |
| src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java |
| contains test data from http://aspell.net/test/orig/batch0.tab. |
| Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org) |
| |
| The content of package org.apache.commons.codec.language.bm has been translated |
| from the original php source code available at http://stevemorse.org/phoneticinfo.htm |
| with permission from the original authors. |
| Original source copyright: |
| Copyright (c) 2008 Alexander Beider & Stephen P. Morse. |
| |
| Apache Commons Collections |
| Copyright 2001-2015 The Apache Software Foundation |
| |
| Apache Commons Lang |
| Copyright 2001-2023 The Apache Software Foundation |
| |
| Apache log4j |
| Copyright 2010 The Apache Software Foundation |
| |
| Apache Log4j |
| Copyright 1999-2024 Apache Software Foundation |
| |
| Apache Log4j 1.x Compatibility API |
| Copyright 1999-2023 The Apache Software Foundation |
| |
| Apache Log4j API |
| Copyright 1999-2023 The Apache Software Foundation |
| |
| Apache Log4j Core |
| Copyright 1999-2012 Apache Software Foundation |
| |
| ResolverUtil.java |
| Copyright 2005-2006 Tim Fennell |
| |
| Apache Log4j SLF4J 2.0 Binding |
| Copyright 1999-2023 The Apache Software Foundation |
| |
| Google Guice - Core Library |
| Copyright 2006-2023 Google, Inc. |
| |
| LanceDB Lance Namespace Core |
| Copyright 2024 LanceDB, Inc. |
| |
| LanceDB Lance Namespace Apache Client |
| Copyright 2024 LanceDB, Inc. |
| |
| Apache Arrow |
| Copyright 2016-2024 The Apache Software Foundation |
| |
| This product includes software developed at |
| The Apache Software Foundation (http://www.apache.org/). |
| |
| Apache HttpComponents Client |
| Copyright 1999-2023 The Apache Software Foundation |
| |
| Apache HttpCore |
| Copyright 2005-2020 The Apache Software Foundation |
| |
| Apache HttpComponents Core HTTP/1.1 |
| Copyright 2005-2021 The Apache Software Foundation |
| |
| Apache HttpComponents Core HTTP/2 |
| Copyright 2005-2021 The Apache Software Foundation |
| |
| # Jackson JSON processor |
| |
| Jackson is a high-performance, Free/Open Source JSON processing library. |
| It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has |
| been in development since 2007. |
| It is currently developed by a community of developers. |
| |
| ## Copyright |
| |
| Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) |
| |
| ## FastDoubleParser |
| |
| jackson-core bundles a shaded copy of FastDoubleParser <https://github.com/wrandelshofer/FastDoubleParser>. |
| That code is available under an MIT license <https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE> |
| under the following copyright. |
| |
| Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. |
| |
| See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser |
| and the licenses and copyrights that apply to that code. |
| |
| ## Base64 implementation |
| |
| JJWT's `io.jsonwebtoken.io.Base64` implementation is based on [MigBase64](https://github.com/brsanthu/migbase64) with |
| continued modifications for Base64 URL support and additional test cases. The MigBase64 copyright and license notice |
| have been retained and are repeated here per that code's requirements: |
| |
| ``` |
| Licence (BSD): |
| ============== |
| |
| Copyright (c) 2004, Mikael Grev, MiG InfoCom AB. (base64 @ miginfocom . com) |
| All rights reserved. |
| |
| Redistribution and use in source and binary forms, with or without modification, |
| are permitted provided that the following conditions are met: |
| Redistributions of source code must retain the above copyright notice, this list |
| of conditions and the following disclaimer. |
| Redistributions in binary form must reproduce the above copyright notice, this |
| list of conditions and the following disclaimer in the documentation and/or other |
| materials provided with the distribution. |
| Neither the name of the MiG InfoCom AB nor the names of its contributors may be |
| used to endorse or promote products derived from this software without specific |
| prior written permission. |
| |
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
| OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
| OF SUCH DAMAGE. |
| ``` |
| |
| Additionally, the following classes were copied from the Apache Commons-Codec project, with further JJWT-specific |
| modifications: |
| * io.jsonwebtoken.impl.io.Base64Codec |
| * io.jsonwebtoken.impl.io.Base64InputStream |
| * io.jsonwebtoken.impl.io.Base64OutputStream |
| * io.jsonwebtoken.impl.io.BaseNCodec |
| * io.jsonwebtoken.impl.io.BaseNCodecInputStream |
| * io.jsonwebtoken.impl.io.BaseNCodecOutputStream |
| * io.jsonwebtoken.impl.io.CodecPolicy |
| |
| Its attribution: |
| |
| ``` |
| Apache Commons Codec |
| Copyright 2002-2023 The Apache Software Foundation |
| |
| This product includes software developed at |
| The Apache Software Foundation (https://www.apache.org/). |
| ``` |
| |
| Also, the following classes were copied from the Apache Commons-IO project, with further JJWT-specific modifications: |
| * io.jsonwebtoken.impl.io.CharSequenceReader |
| * io.jsonwebtoken.impl.io.FilteredInputStream |
| * io.jsonwebtoken.impl.io.FilteredOutputStream |
| * io.jsonwebtoken.impl.io.ClosedInputStream |
| * io.jsonwebtoken.impl.io.UncloseableInputStream |
| |
| It's attribution: |
| |
| ``` |
| Apache Commons IO |
| Copyright 2002-2023 The Apache Software Foundation |
| |
| This product includes software developed at |
| The Apache Software Foundation (https://www.apache.org/). |
| ``` |
| |
| The Netty Project |
| ================= |
| |
| Please visit the Netty web site for more information: |
| |
| * http://netty.io/ |
| |
| Copyright 2011 The Netty Project |
| |
| The Netty Project licenses this file to you under the Apache License, |
| version 2.0 (the "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at: |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| License for the specific language governing permissions and limitations |
| under the License. |
| |
| Also, please refer to each LICENSE.<component>.txt file, which is located in |
| the 'license' directory of the distribution file, for the license terms of the |
| components that this product depends on. |
| |
| ------------------------------------------------------------------------------- |
| This product contains the extensions to Java Collections Framework which has |
| been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: |
| |
| * LICENSE: |
| * license/LICENSE.jsr166y.txt (Public Domain) |
| * HOMEPAGE: |
| * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ |
| * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ |
| |
| This product contains a modified version of Robert Harder's Public Domain |
| Base64 Encoder and Decoder, which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.base64.txt (Public Domain) |
| * HOMEPAGE: |
| * http://iharder.sourceforge.net/current/java/base64/ |
| |
| This product contains a modified version of 'JZlib', a re-implementation of |
| zlib in pure Java, which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.jzlib.txt (BSD Style License) |
| * HOMEPAGE: |
| * http://www.jcraft.com/jzlib/ |
| |
| This product optionally depends on 'SLF4J', a simple logging facade for Java, |
| which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.slf4j.txt (MIT License) |
| * HOMEPAGE: |
| * http://www.slf4j.org/ |
| |
| This product optionally depends on 'Apache Commons Logging', a logging |
| framework, which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.commons-logging.txt (Apache License 2.0) |
| * HOMEPAGE: |
| * http://commons.apache.org/logging/ |
| |
| This product optionally depends on 'Apache Log4J', a logging framework, |
| which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.log4j.txt (Apache License 2.0) |
| * HOMEPAGE: |
| * http://logging.apache.org/log4j/ |
| |
| This product optionally depends on 'JBoss Logging', a logging framework, |
| which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) |
| * HOMEPAGE: |
| * http://anonsvn.jboss.org/repos/common/common-logging-spi/ |
| |
| This product optionally depends on 'Apache Felix', an open source OSGi |
| framework implementation, which can be obtained at: |
| |
| * LICENSE: |
| * license/LICENSE.felix.txt (Apache License 2.0) |
| * HOMEPAGE: |
| * http://felix.apache.org/ |
| |
| This product optionally depends on 'Webbit', a Java event based |
| WebSocket and HTTP server: |
| |
| * LICENSE: |
| * license/LICENSE.webbit.txt (BSD License) |
| * HOMEPAGE: |
| * https://github.com/joewalnes/webbit |
| |
| FlatBuffers |
| Copyright 2014 Google Inc. |
| |
| Eclipse Collections |
| Copyright (c) 2022 Goldman Sachs and others. |
| All rights reserved. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License v1.0 and Eclipse Distribution License v1.0 |
| which accompany this distribution. |
| |
| Prometheus instrumentation library for JVM applications |
| Copyright 2012-2015 The Prometheus Authors |
| |
| This product includes software developed at |
| Boxever Ltd. (http://www.boxever.com/). |
| |
| This product includes software developed at |
| SoundCloud Ltd. (http://soundcloud.com/). |
| |
| This product includes software developed as part of the |
| Ocelli project by Netflix Inc. (https://github.com/Netflix/ocelli/). |