From 5d70e9dc58f0a5bc56b7e9bc337bb014f40a61bf Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 27 Jul 2026 22:39:38 +0200 Subject: [PATCH] GH-3690: Update third-party NOTICE and LICENSE --- .../src/main/resources/META-INF/LICENSE | 15 +- .../src/main/resources/META-INF/LICENSE | 286 ++++++++++-------- .../src/main/resources/META-INF/NOTICE | 81 ++++- .../src/main/resources/META-INF/LICENSE | 19 +- .../src/main/resources/META-INF/NOTICE | 7 + .../src/main/resources/META-INF/LICENSE | 186 ++++++++++++ .../src/main/resources/META-INF/NOTICE | 18 ++ .../src/main/resources/META-INF/LICENSE | 109 +++---- .../src/main/resources/META-INF/NOTICE | 36 +++ .../src/main/resources/META-INF/LICENSE | 11 +- .../src/main/resources/META-INF/NOTICE | 7 + .../src/main/resources/META-INF/LICENSE | 43 ++- .../src/main/resources/META-INF/NOTICE | 25 ++ 13 files changed, 652 insertions(+), 191 deletions(-) create mode 100644 parquet-column/src/main/resources/META-INF/NOTICE create mode 100644 parquet-format-structures/src/main/resources/META-INF/LICENSE create mode 100644 parquet-format-structures/src/main/resources/META-INF/NOTICE create mode 100644 parquet-hadoop-bundle/src/main/resources/META-INF/NOTICE create mode 100644 parquet-hadoop/src/main/resources/META-INF/NOTICE create mode 100644 parquet-jackson/src/main/resources/META-INF/NOTICE diff --git a/parquet-avro/src/main/resources/META-INF/LICENSE b/parquet-avro/src/main/resources/META-INF/LICENSE index 20b23c9604..0e82488fd2 100644 --- a/parquet-avro/src/main/resources/META-INF/LICENSE +++ b/parquet-avro/src/main/resources/META-INF/LICENSE @@ -178,9 +178,18 @@ -------------------------------------------------------------------------------- -This product includes code from Apache Avro. +This product includes code derived from Apache Avro. -Copyright: 2014 The Apache Software Foundation. +Copyright: 2009-2025 The Apache Software Foundation Home page: https://avro.apache.org/ -License: http://www.apache.org/licenses/LICENSE-2.0 +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) + +-------------------------------------------------------------------------------- + +This product bundles fastutil in this binary artifact. fastutil provides +type-specific collection implementations. + +Copyright: 2002-2024 Sebastiano Vigna +Home page: https://fastutil.di.unimi.it/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) diff --git a/parquet-cli/src/main/resources/META-INF/LICENSE b/parquet-cli/src/main/resources/META-INF/LICENSE index 3479acc5f1..37e3901221 100644 --- a/parquet-cli/src/main/resources/META-INF/LICENSE +++ b/parquet-cli/src/main/resources/META-INF/LICENSE @@ -178,170 +178,208 @@ -------------------------------------------------------------------------------- -This product depends on Apache Thrift and includes it in this binary artifact. +This product includes code from Daniel Lemire's JavaFastPFOR project in this +binary artifact. The "Lemire" bit packing classes produced by parquet-generator +are derived from the JavaFastPFOR project. -Copyright: 2006-2010 The Apache Software Foundation. -Home page: https://thrift.apache.org/ -License: http://www.apache.org/licenses/LICENSE-2.0 +Copyright: 2013 Daniel Lemire +Home page: http://lemire.me/en/ +Project page: https://github.com/lemire/JavaFastPFOR +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This product depends on SLF4J and includes SLF4J in this binary artifact. SLF4J -is a simple logging facade for Java. - -Copyright: 2004-2013 QOS.ch. -Home page: http://www.slf4j.org/ -License: http://slf4j.org/license.html (MIT license) +This product bundles fastutil in this binary artifact. fastutil provides +type-specific collection implementations. -The following is the SLF4J license (MIT): +Copyright: 2002-2024 Sebastiano Vigna +Home page: https://fastutil.di.unimi.it/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) - Copyright (c) 2004-2013 QOS.ch - All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: +-------------------------------------------------------------------------------- - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. +This product bundles Zero-Allocation-Hashing in this binary artifact. +Zero-Allocation-Hashing provides fast non-cryptographic hashing. - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright: 2014-2018 Chronicle Software Ltd +Home page: https://github.com/OpenHFT/Zero-Allocation-Hashing +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This project includes code from Daniel Lemire's JavaFastPFOR project in this -binary artifact. The "Lemire" bit packing classes produced by parquet-generator -are derived from the JavaFastPFOR project. +This product bundles Apache Thrift (libthrift) in this binary artifact. -Copyright: 2013 Daniel Lemire -Home page: http://lemire.me/en/ -Project page: https://github.com/lemire/JavaFastPFOR -License: Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 +Copyright: 2006-2019 The Apache Software Foundation +Home page: https://thrift.apache.org/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This product depends on Apache Avro and includes it in this binary artifact. +This product bundles Jackson (jackson-core, jackson-databind, +jackson-annotations, and jackson-datatype-jsr310) in this binary artifact. +Jackson is a high-performance JSON processor. -Copyright: 2010-2016 The Apache Software Foundation. -Home page: https://avro.apache.org/ -License: http://www.apache.org/licenses/LICENSE-2.0 +Copyright: 2007-2024 Tatu Saloranta and other Jackson contributors +Home page: https://github.com/FasterXML/jackson +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) --------------------------------------------------------------------------------- +jackson-core bundles a shaded copy of FastDoubleParser and a copy of the +Schubfach number-writing code, both of which are available under the MIT +License: -This product depends on fastutil and includes it in this binary artifact. -Fastutil provides type-specific collection implementations. + FastDoubleParser + Copyright (c) 2023 Werner Randelshofer, Switzerland + https://github.com/wrandelshofer/FastDoubleParser -Copyright: 2002-2014 Sebastiano Vigna -Home page: http://fasutil.di.unimi.it/ -License: http://www.apache.org/licenses/LICENSE-2.0.html + Schubfach + Copyright (c) 2018-2020 Raffaello Giulietti + https://github.com/c4f7fcce9cb06515/Schubfach --------------------------------------------------------------------------------- + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: -This product depends on Jackson and includes it in this binary artifact. -Jackson is a high-performance JSON processor. + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. -Copyright: 2007-2015 Tatu Saloranta and other contributors -Home page: http://jackson.codehaus.org/ -Home page: http://wiki.fasterxml.com/JacksonHome -License: http://www.apache.org/licenses/LICENSE-2.0.txt + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. -------------------------------------------------------------------------------- -This product depends on snappy-java and includes it in this binary artifact. -Snappy is a fast compression codec that aims for high speeds and reasonable -compression, developed by Google. - -Copyright: 2011 Taro L. Saito and other contributors -Home page: http://www.xerial.org/ -License: http://www.apache.org/licenses/LICENSE-2.0.txt +This product bundles the following Apache License 2.0 dependencies in this +binary artifact: + + Apache Avro + Copyright 2009-2025 The Apache Software Foundation + https://avro.apache.org/ + Apache Commons Codec + Copyright 2002-2017 The Apache Software Foundation + https://commons.apache.org/proper/commons-codec/ + Apache Commons Compress + Copyright 2002-2024 The Apache Software Foundation + https://commons.apache.org/proper/commons-compress/ + Apache Commons Lang + Copyright 2001-2025 The Apache Software Foundation + https://commons.apache.org/proper/commons-lang/ + Apache Commons Pool + Copyright 2001-2012 The Apache Software Foundation + https://commons.apache.org/proper/commons-pool/ + Apache Commons Text + Copyright 2014-2025 The Apache Software Foundation + https://commons.apache.org/proper/commons-text/ + aircompressor + Copyright 2011-2024 the original authors + https://github.com/airlift/aircompressor + JCommander + Copyright 2010-2022 Cedric Beust and contributors + https://jcommander.org/ + opencsv + Copyright 2005 Bytecode Pty Ltd + http://opencsv.sourceforge.net/ + snappy-java + Copyright 2011-2024 Taro L. Saito and other contributors + https://github.com/xerial/snappy-java + + Each of the above is licensed under the Apache License, Version 2.0 + (https://www.apache.org/licenses/LICENSE-2.0). + +Apache Commons Compress includes files derived from the LZMA SDK, version 9.20 +(in package org.apache.commons.compress.archivers.sevenz), which is placed in +the public domain (http://www.7-zip.org/sdk.html). -------------------------------------------------------------------------------- -This product depends on Apache Commons and includes commons-pool, and -commons-compress in this binary artifact. +This product bundles zstd-jni in this binary artifact. zstd-jni provides JNI +bindings for the Zstandard compression library. + +Copyright: 2015-2025 Luben Karavelov +Home page: https://github.com/luben/zstd-jni +License: BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause) + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. -Copyright: 2002-2015 The Apache Software Foundation. -Home page: https://commons.apache.org/proper/commons-pool/ -License: http://www.apache.org/licenses/LICENSE-2.0 +-------------------------------------------------------------------------------- -Commons Compress includes files derived from the LZMA SDK, version 9.20 (C/ and -CPP/7zip/), in the package org.apache.commons.compress.archivers.sevenz: +This product bundles XZ for Java in this binary artifact. -| LZMA SDK is placed in the public domain. (http://www.7-zip.org/sdk.html) +Home page: https://tukaani.org/xz/java.html +License: This Java implementation of XZ has been put into the public domain, +thus you can do whatever you want with it. All the files in the package have +been written by Lasse Collin and/or Igor Pavlov, and are based on public domain +code. -------------------------------------------------------------------------------- -This product depends on Google guava and includes it in this binary artifact. +This product bundles SLF4J (slf4j-api) in this binary artifact. SLF4J is a +simple logging facade for Java. + +Copyright: 2004-2022 QOS.ch +Home page: https://www.slf4j.org/ +License: MIT License (https://www.slf4j.org/license.html) -Copyright: 2010-2015 The Guava Authors -Home page: https://github.com/google/guava -License: http://www.apache.org/licenses/LICENSE-2.0 + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. -------------------------------------------------------------------------------- -This product depends on JCommander and includes it in this binary artifact. +This product bundles the JTS Topology Suite (jts-core) in this binary artifact. -Copyright: Copyright 2012, Cedric Beust and contributors -Home page: http://jcommander.org -License: https://github.com/cbeust/jcommander/blob/master/license.txt +Copyright: 2001-2024 Vivid Solutions, Inc. and others +Home page: https://github.com/locationtech/jts +License: JTS is dual-licensed under the Eclipse Public License 2.0 +(https://www.eclipse.org/legal/epl-v20.html) and the Eclipse Distribution +License 1.0, a BSD-style license (https://www.eclipse.org/org/documents/edl-v10.php). -------------------------------------------------------------------------------- -This product depends on OpenCSV and includes it in this binary artifact. - -Copyright: 2006 Glen Smith and contributors -Home page: http://opencsv.sourceforge.net/ -License: http://www.apache.org/licenses/LICENSE-2.0 - ----------------------------------------------------------------------- - -License for paranamer, included in this binary artifact: - -Copyright (c) 2006 Paul Hammant & ThoughtWorks Inc -All rights reserved. - -| Redistribution and use in source and binary forms, with or without -| modification, are permitted provided that the following conditions -| are met: -| 1. Redistributions of source code must retain the above copyright -| notice, this list of conditions and the following disclaimer. -| 2. Redistributions in binary form must reproduce the above copyright -| notice, this list of conditions and the following disclaimer in the -| documentation and/or other materials provided with the distribution. -| 3. Neither the name of the copyright holders nor the names of its -| contributors may be used to endorse or promote products derived from -| this software without specific prior written permission. -| -| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -| ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -| LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -| CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -| SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -| INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -| CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -| ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -| THE POSSIBILITY OF SUCH DAMAGE. - ----------------------------------------------------------------------- - -License for xz compression, included in this binary artifact: - -Home page: http://tukaani.org/xz/java.html - -| This Java implementation of XZ has been put into the public domain, thus you -| can do whatever you want with it. All the files in the package have been -| written by Lasse Collin, but some files are heavily based on public domain code -| written by Igor Pavlov. +This product bundles the Common Annotations API (javax.annotation-api) in this +binary artifact. + +Copyright: 2005-2018 Oracle and/or its affiliates +Home page: https://github.com/javaee/javax.annotation +License: CDDL 1.1 and GPL 2.0 with Classpath Exception (dual-licensed) +(https://github.com/javaee/javax.annotation/blob/master/LICENSE) diff --git a/parquet-cli/src/main/resources/META-INF/NOTICE b/parquet-cli/src/main/resources/META-INF/NOTICE index 16d96dc43b..90956ed679 100644 --- a/parquet-cli/src/main/resources/META-INF/NOTICE +++ b/parquet-cli/src/main/resources/META-INF/NOTICE @@ -1,5 +1,5 @@ -Apache Parquet Java +Apache Parquet CLI Copyright 2014-2024 The Apache Software Foundation This product includes software developed at @@ -43,3 +43,82 @@ notice: | See the License for the specific language governing permissions and | limitations under the License. +-------------------------------------------------------------------------------- + +This product bundles Apache Avro, which includes the following in its NOTICE +file: + + Apache Avro + Copyright 2009-2025 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product bundles Apache Thrift, which includes the following in its NOTICE +file: + + Apache Thrift + Copyright (C) 2006 - 2019, The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product bundles Jackson, which includes the following in its NOTICE file: + + # 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 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + + jackson-core bundles a shaded copy of FastDoubleParser + and a copy of the + Schubfach number-writing code , + both available under the MIT license. + +-------------------------------------------------------------------------------- + +This product bundles several Apache Commons libraries, which include the +following in their NOTICE files: + + Apache Commons Codec + Copyright 2002-2017 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + + src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java + contains test data from http://aspell.net/test/orig/batch0.tab. + Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org) + + The content of package org.apache.commons.codec.language.bm has been + translated from the original php source code available at + http://stevemorse.org/phoneticinfo.htm with permission from the original + authors. Original source copyright: Copyright (c) 2008 Alexander Beider & + Stephen P. Morse. + + Apache Commons Compress + Copyright 2002-2024 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). + + Apache Commons Lang + Copyright 2001-2025 The Apache Software Foundation + + Apache Commons Text + Copyright 2014-2025 The Apache Software Foundation + + Apache Commons Pool + Copyright 2001-2012 The Apache Software Foundation + + This product includes software developed by + The Apache Software Foundation (http://www.apache.org/). + diff --git a/parquet-column/src/main/resources/META-INF/LICENSE b/parquet-column/src/main/resources/META-INF/LICENSE index dfb7e46e6e..25ff5b4a13 100644 --- a/parquet-column/src/main/resources/META-INF/LICENSE +++ b/parquet-column/src/main/resources/META-INF/LICENSE @@ -178,10 +178,19 @@ -------------------------------------------------------------------------------- -This product depends on fastutil and includes it in this binary artifact. -Fastutil provides type-specific collection implementations. +This product bundles fastutil in this binary artifact. fastutil provides +type-specific collection implementations. -Copyright: 2002-2014 Sebastiano Vigna -Home page: http://fasutil.di.unimi.it/ -License: http://www.apache.org/licenses/LICENSE-2.0.html +Copyright: 2002-2024 Sebastiano Vigna +Home page: https://fastutil.di.unimi.it/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) + +-------------------------------------------------------------------------------- + +This product bundles Zero-Allocation-Hashing in this binary artifact. +Zero-Allocation-Hashing provides fast non-cryptographic hashing. + +Copyright: 2014-2018 Chronicle Software Ltd +Home page: https://github.com/OpenHFT/Zero-Allocation-Hashing +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) diff --git a/parquet-column/src/main/resources/META-INF/NOTICE b/parquet-column/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000000..608d2f5a4f --- /dev/null +++ b/parquet-column/src/main/resources/META-INF/NOTICE @@ -0,0 +1,7 @@ + +Apache Parquet Column +Copyright 2014-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + diff --git a/parquet-format-structures/src/main/resources/META-INF/LICENSE b/parquet-format-structures/src/main/resources/META-INF/LICENSE new file mode 100644 index 0000000000..6971af20f7 --- /dev/null +++ b/parquet-format-structures/src/main/resources/META-INF/LICENSE @@ -0,0 +1,186 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + +-------------------------------------------------------------------------------- + +This product bundles Apache Thrift (libthrift) in this binary artifact. + +Copyright: 2006-2019 The Apache Software Foundation +Home page: https://thrift.apache.org/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) + diff --git a/parquet-format-structures/src/main/resources/META-INF/NOTICE b/parquet-format-structures/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000000..6aef569494 --- /dev/null +++ b/parquet-format-structures/src/main/resources/META-INF/NOTICE @@ -0,0 +1,18 @@ + +Apache Parquet Format Structures +Copyright 2014-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product bundles Apache Thrift, which includes the following in its NOTICE +file: + + Apache Thrift + Copyright (C) 2006 - 2019, The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + diff --git a/parquet-hadoop-bundle/src/main/resources/META-INF/LICENSE b/parquet-hadoop-bundle/src/main/resources/META-INF/LICENSE index b53f78f5c8..dc4c7b0e81 100644 --- a/parquet-hadoop-bundle/src/main/resources/META-INF/LICENSE +++ b/parquet-hadoop-bundle/src/main/resources/META-INF/LICENSE @@ -178,71 +178,78 @@ -------------------------------------------------------------------------------- -This product depends on Apache Thrift and includes it in this binary artifact. +This product includes code from Daniel Lemire's JavaFastPFOR project in this +binary artifact. The "Lemire" bit packing classes produced by parquet-generator +are derived from the JavaFastPFOR project. -Copyright: 2006-2010 The Apache Software Foundation. -Home page: https://thrift.apache.org/ -License: http://www.apache.org/licenses/LICENSE-2.0 +Copyright: 2013 Daniel Lemire +Home page: http://lemire.me/en/ +Project page: https://github.com/lemire/JavaFastPFOR +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This product depends on SLF4J and includes SLF4J in this binary artifact. SLF4J -is a simple logging facade for Java. - -Copyright: 2004-2013 QOS.ch. -Home page: http://www.slf4j.org/ -License: http://slf4j.org/license.html (MIT license) - -The following is the SLF4J license (MIT): - - Copyright (c) 2004-2013 QOS.ch - All rights reserved. +This product bundles fastutil in this binary artifact. fastutil provides +type-specific collection implementations. - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Copyright: 2002-2024 Sebastiano Vigna +Home page: https://fastutil.di.unimi.it/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This project includes code from Daniel Lemire's JavaFastPFOR project in this -binary artifact. The "Lemire" bit packing classes produced by parquet-generator -are derived from the JavaFastPFOR project. +This product bundles Zero-Allocation-Hashing in this binary artifact. +Zero-Allocation-Hashing provides fast non-cryptographic hashing. -Copyright: 2013 Daniel Lemire -Home page: http://lemire.me/en/ -Project page: https://github.com/lemire/JavaFastPFOR -License: Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 +Copyright: 2014-2018 Chronicle Software Ltd +Home page: https://github.com/OpenHFT/Zero-Allocation-Hashing +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This product depends on fastutil and includes it in this binary artifact. -Fastutil provides type-specific collection implementations. +This product bundles Apache Thrift (libthrift) in this binary artifact. -Copyright: 2002-2014 Sebastiano Vigna -Home page: http://fasutil.di.unimi.it/ -License: http://www.apache.org/licenses/LICENSE-2.0.html +Copyright: 2006-2019 The Apache Software Foundation +Home page: https://thrift.apache.org/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) -------------------------------------------------------------------------------- -This product depends on Jackson and includes it in this binary artifact. -Jackson is a high-performance JSON processor. - -Copyright: 2007-2015 Tatu Saloranta and other contributors -Home page: http://jackson.codehaus.org/ -License: http://www.apache.org/licenses/LICENSE-2.0.txt +This product bundles Jackson (jackson-core, jackson-databind, and +jackson-annotations) in this binary artifact. Jackson is a high-performance +JSON processor. + +Copyright: 2007-2024 Tatu Saloranta and other Jackson contributors +Home page: https://github.com/FasterXML/jackson +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) + +jackson-core bundles a shaded copy of FastDoubleParser and a copy of the +Schubfach number-writing code, both of which are available under the MIT +License: + + FastDoubleParser + Copyright (c) 2023 Werner Randelshofer, Switzerland + https://github.com/wrandelshofer/FastDoubleParser + + Schubfach + Copyright (c) 2018-2020 Raffaello Giulietti + https://github.com/c4f7fcce9cb06515/Schubfach + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/parquet-hadoop-bundle/src/main/resources/META-INF/NOTICE b/parquet-hadoop-bundle/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000000..76bfdfebfd --- /dev/null +++ b/parquet-hadoop-bundle/src/main/resources/META-INF/NOTICE @@ -0,0 +1,36 @@ + +Apache Parquet Hadoop Bundle +Copyright 2014-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product bundles Apache Thrift, which includes the following in its NOTICE +file: + + Apache Thrift + Copyright (C) 2006 - 2019, The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product bundles Jackson, which includes the following in its NOTICE file: + + # 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 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + + jackson-core bundles a shaded copy of FastDoubleParser + and a copy of the + Schubfach number-writing code , + both available under the MIT license. + diff --git a/parquet-hadoop/src/main/resources/META-INF/LICENSE b/parquet-hadoop/src/main/resources/META-INF/LICENSE index 8772a504c4..906156fc71 100644 --- a/parquet-hadoop/src/main/resources/META-INF/LICENSE +++ b/parquet-hadoop/src/main/resources/META-INF/LICENSE @@ -185,5 +185,14 @@ This product includes code from Twitter's ElephantBird project. Copyright: 2012-2014 Twitter Home page: https://github.com/twitter/elephant-bird -License: http://www.apache.org/licenses/LICENSE-2.0 +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) + +-------------------------------------------------------------------------------- + +This product bundles fastutil in this binary artifact. fastutil provides +type-specific collection implementations. + +Copyright: 2002-2024 Sebastiano Vigna +Home page: https://fastutil.di.unimi.it/ +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) diff --git a/parquet-hadoop/src/main/resources/META-INF/NOTICE b/parquet-hadoop/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000000..3dcf2f6f4b --- /dev/null +++ b/parquet-hadoop/src/main/resources/META-INF/NOTICE @@ -0,0 +1,7 @@ + +Apache Parquet Hadoop +Copyright 2014-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + diff --git a/parquet-jackson/src/main/resources/META-INF/LICENSE b/parquet-jackson/src/main/resources/META-INF/LICENSE index 7e3e1ba5c6..72df54fb0b 100644 --- a/parquet-jackson/src/main/resources/META-INF/LICENSE +++ b/parquet-jackson/src/main/resources/META-INF/LICENSE @@ -178,10 +178,41 @@ -------------------------------------------------------------------------------- -This product depends on Jackson and includes it in this binary artifact. -Jackson is a high-performance JSON processor. - -Copyright: 2007-2015 Tatu Saloranta and other contributors -Home page: http://jackson.codehaus.org/ -License: http://www.apache.org/licenses/LICENSE-2.0.txt +This product bundles Jackson (jackson-core, jackson-databind, and +jackson-annotations) in this binary artifact. Jackson is a high-performance +JSON processor. + +Copyright: 2007-2024 Tatu Saloranta and other Jackson contributors +Home page: https://github.com/FasterXML/jackson +License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) + +jackson-core bundles a shaded copy of FastDoubleParser and a copy of the +Schubfach number-writing code, both of which are available under the MIT +License: + + FastDoubleParser + Copyright (c) 2023 Werner Randelshofer, Switzerland + https://github.com/wrandelshofer/FastDoubleParser + + Schubfach + Copyright (c) 2018-2020 Raffaello Giulietti + https://github.com/c4f7fcce9cb06515/Schubfach + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/parquet-jackson/src/main/resources/META-INF/NOTICE b/parquet-jackson/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000000..dc67914178 --- /dev/null +++ b/parquet-jackson/src/main/resources/META-INF/NOTICE @@ -0,0 +1,25 @@ + +Apache Parquet Jackson +Copyright 2014-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product bundles Jackson, which includes the following in its NOTICE file: + + # 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 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + + jackson-core bundles a shaded copy of FastDoubleParser + and a copy of the + Schubfach number-writing code , + both available under the MIT license. +