Apache TinkerPop
Copyright 2015-2025 The Apache Software Foundation.

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

------------------------------------------------------------------------
HPPC 0.7.1
------------------------------------------------------------------------
HPPC borrowed code, ideas or both from:

 * Apache Lucene, http://lucene.apache.org/
   (Apache license)
 * Fastutil, http://fastutil.di.unimi.it/
   (Apache license)
 * Koloboke, https://github.com/OpenHFT/Koloboke
   (Apache license)

------------------------------------------------------------------------
Jackson-Databind, Jackson-Annotation and Jackson-Core 2.15.2 (Included through gremlin-shaded)
------------------------------------------------------------------------
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.

* 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.

    Some portions of the code have been derived from other projects.

        fast_double_parser, Copyright (c) 2022 Daniel Lemire. Apache 2.0 License.
        https://github.com/fastfloat/fast_float

        fast_float, Copyright (c) 2021 The fast_float authors. Apache 2.0 License.
        https://github.com/fastfloat/fast_float

        bigint, Copyright 2020 Tim Buktu. 2-clause BSD License.
        https://github.com/tbuktu/bigint/tree/floatfft
        (We only use those portions of the bigint project that can be licensed under 2-clause BSD License.)

------------------------------------------------------------------------
JavaTuples 1.2
------------------------------------------------------------------------
Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)

------------------------------------------------------------------------
Netty 4.1.125.Final
------------------------------------------------------------------------
Copyright 2014 The Netty Project

------------------------------------------------------------------------
Objenesis 3.3 - shaded in gremlin-shaded to org.apache.tinkerpop.shaded.objenesis
------------------------------------------------------------------------
Copyright 2006-2022 Joe Walnes, Henri Tremblay, Leonardo Mesquita
