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

Apache Paimon
Copyright 2023-2025 The Apache Software Foundation

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

paimon-format
Copyright 2023-2025 The Apache Software Foundation

This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.orc:orc-core:1.9.2
- org.apache.orc:orc-shims:1.9.2
- org.apache.hive:hive-storage-api:2.8.1
- io.airlift:aircompressor:0.27
- commons-lang:commons-lang:2.6
- org.apache.commons:commons-lang3:3.12.0

- org.apache.avro:avro:1.11.4
- com.fasterxml.jackson.core:jackson-core:2.14.2
- com.fasterxml.jackson.core:jackson-databind:2.14.2
- com.fasterxml.jackson.core:jackson-annotations:2.14.2
- org.apache.commons:commons-compress:1.22

- org.apache.parquet:parquet-hadoop:1.15.1
- org.apache.parquet:parquet-column:1.15.1
- org.apache.parquet:parquet-common:1.15.1
- org.apache.parquet:parquet-encoding:1.15.1
- org.apache.parquet:parquet-format-structures:1.15.1
- org.apache.parquet:parquet-jackson:1.15.1
- commons-pool:commons-pool:1.6

This project bundles the following dependencies under the BSD license.
You find it under licenses/LICENSE.protobuf, licenses/LICENSE.zstd-jni
and licenses/LICENSE.threeten-extra

- com.google.protobuf:protobuf-java:3.19.6
- com.github.luben:zstd-jni:1.5.5-11
- org.threeten:threeten-extra:1.7.1

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

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

Apache Commons Lang
Copyright 2001-2011 The Apache Software Foundation

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


ORC Core
Copyright 2013-2023 The Apache Software Foundation

ORC Shims
Copyright 2013-2023 The Apache Software Foundation

Apache Commons Lang
Copyright 2001-2021 The Apache Software Foundation

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

Hive Storage API
Copyright 2020 The Apache Software Foundation

Apache Avro
Copyright 2009-2024 The Apache Software Foundation

## 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 Apache license under the following copyright.

Copyright (c) Werner Randelshofer. Apache 2.0 License.

FastDoubleParser code also contains code from:

fast_double_parser <https://github.com/lemire/fast_double_parser>
Copyright 2020 Daniel Lemire. Apache 2.0 License.

fast_float <https://github.com/fastfloat/fast_float>
Copyright 2021 The fast_float authors. Apache 2.0 License.

bigint <https://github.com/tbuktu/bigint/tree/floatfft> (only using code from the  BSD License source files)
Copyright 2020 Tim Buktu. 2-clause BSD License

Apache Commons Compress
Copyright 2002-2024 The Apache Software Foundation

Apache Commons IO
Copyright 2002-2024 The Apache Software Foundation

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.

Apache Commons Pool
Copyright 2001-2012 The Apache Software Foundation

