| Apache TinkerPop |
| Copyright 2015-2026 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 |
| |
| ------------------------------------------------------------------------ |
| AWS SDK for Java 2.0 |
| ------------------------------------------------------------------------ |
| Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| |
| This product includes software developed by |
| Amazon Technologies, Inc (http://www.amazon.com/). |
| |
| ********************** |
| THIRD PARTY COMPONENTS |
| ********************** |
| This software includes third party software subject to the following copyrights: |
| - XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. |
| - PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. |
| - Apache Commons Lang - https://github.com/apache/commons-lang |
| - Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams |
| - Jackson-core - https://github.com/FasterXML/jackson-core |
| - Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary |