Apache TinkerPop :: Gremlin Shaded
Copyright 2013-2023 Apache Software Foundation

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

------------------------------------------------------------------------
Jackson-Databind, Jackson-Annotation and Jackson-Core 2.15.2
------------------------------------------------------------------------
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.)

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