// ------------------------------------------------------------------
// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for 
// ------------------------------------------------------------------

Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi)

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

Apache Commons IO
Copyright 2002-2025 The Apache Software Foundation

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

Apache Commons Collections
Copyright 2001-2025 The Apache Software Foundation

Apache Commons Lang
Copyright 2001-2025 The Apache Software Foundation

Apache TinkerPop :: Gremlin Shaded
Copyright 2015-2025 Apache Software Foundation

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


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

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

Apache Commons Text
Copyright 2014-2022 The Apache Software Foundation

Apache Commons Configuration
Copyright 2001-2023 The Apache Software Foundation

Apache Commons Logging
Copyright 2003-2014 The Apache Software Foundation

Apache Commons BeanUtils
Copyright 2000-2019 The Apache Software Foundation

Apache Commons Collections
Copyright 2001-2015 The Apache Software Foundation

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

Apache Ivy (TM)
Copyright 2007-2024 The Apache Software Foundation

Portions of Ivy were originally developed at
Jayasoft SARL (http://www.jayasoft.fr/)
and are licensed to the Apache Software Foundation under the
"Software Grant License Agreement"

SSH and SFTP support is provided by the JCraft JSch package, 
which is open source software, available under
the terms of a BSD style license.  
The original software and related information is available
at http://www.jcraft.com/jsch/.

The Scp class is based on the SCPClient from the ganymed ssh
library. Which has been distributed under the BSD style license
included in the LICENSE file.

Apache Groovy
Copyright 2003-2025 The Apache Software Foundation

This product includes/uses ANTLR4 (https://github.com/antlr/antlr4)
Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.

# 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

## Licensing

Jackson 2.x core and extension components are licensed under Apache License 2.0
To find the details that apply to this artifact see the accompanying LICENSE file.

## Credits

A list of contributors may be found from CREDITS(-2.x) file, which is included
in some artifacts (usually source distributions); but is always available
from the source code management (SCM) system project uses.

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

