From 5fd5b8d72e4fe890316247da41455363509247bb Mon Sep 17 00:00:00 2001 From: Bob Bai Date: Sat, 6 Jun 2026 16:09:33 -0700 Subject: [PATCH 1/3] chore(licensing): auto-generate per-module NOTICE-binary from jars' META-INF Adds bin/licensing/generate_notice_binary.py: walks each module's bundled jars, extracts every META-INF/NOTICE (and root-level NOTICE) file, skips first-party org.apache.texera.* jars, dedupes by content hash so jars from the same upstream collapse into one block, prepends the project's own root NOTICE, and emits one block per unique blob. Each block carries a heading derived from the longest common dotted prefix of its contributing jars' coordinates, the list of those jars, and the upstream NOTICE verbatim. Output is deterministic: CRLF->LF normalized and sorted by jar-count with a hash tiebreaker. Optional --extras appends non-jar attribution blocks (amber/NOTICE-binary-python carries the aiohttp + Matplotlib python wheels, which ship no NOTICE inside any jar). Replaces the 6 hand-curated per-module NOTICE-binary files (introduced in #4668) with the generator's output, so every distinct upstream attribution actually shipped is preserved verbatim and stays in sync with the deps. CI (build.yml): after each dist is built and unzipped, a new step regenerates that module's NOTICE-binary against the dist lib/ dir and diffs it against the committed file, failing with a one-line fix-up command on drift. The amber check runs in the scala job; the five platform services are each checked in the per-service platform matrix job, alongside the existing LICENSE-binary check. .licenserc.yaml: exclude **/NOTICE-binary-* from the license-header check (the extras manifest is plain text with no comment style), mirroring the existing **/LICENSE-binary-* exclusion. --- .github/workflows/build.yml | 29 + .licenserc.yaml | 1 + access-control-service/NOTICE-binary | 1183 +++--- amber/NOTICE-binary | 2985 ++++++++++----- amber/NOTICE-binary-python | 24 + bin/licensing/generate_notice_binary.py | 215 ++ computing-unit-managing-service/NOTICE-binary | 2729 +++++++++----- config-service/NOTICE-binary | 1183 +++--- file-service/NOTICE-binary | 2688 +++++++++----- workflow-compiling-service/NOTICE-binary | 3268 ++++++++++++----- 10 files changed, 9331 insertions(+), 4974 deletions(-) create mode 100644 amber/NOTICE-binary-python create mode 100755 bin/licensing/generate_notice_binary.py diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8954766b57a..665b7ee087f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,6 +246,21 @@ jobs: /tmp/dists/amber-*/lib || check_exit=$? ./bin/licensing/audit_jar_licenses.py /tmp/dists/amber-*/lib || true exit "$check_exit" + - name: Verify amber NOTICE-binary matches generator output + # amber/NOTICE-binary is generated from the bundled jars' META-INF/NOTICE + # content via bin/licensing/generate_notice_binary.py, plus + # amber/NOTICE-binary-python for the python-only (non-jar) attributions. + # Regenerate against the amber dist lib dir unzipped by the step above + # and diff against the committed file. Drift means a dep was added, + # removed, or bumped without rerunning the generator — fix by running: + # ./bin/licensing/generate_notice_binary.py amber/NOTICE-binary /tmp/dists/amber-*/lib --extras amber/NOTICE-binary-python + run: | + set -euo pipefail + ./bin/licensing/generate_notice_binary.py /tmp/notice-amber.txt /tmp/dists/amber-*/lib --extras amber/NOTICE-binary-python + if ! diff -u amber/NOTICE-binary /tmp/notice-amber.txt; then + echo "::error::amber/NOTICE-binary differs from generator output. Regenerate with bin/licensing/generate_notice_binary.py and commit." + exit 1 + fi - name: Create texera_db_for_test_cases run: psql -h localhost -U postgres -v DB_NAME=texera_db_for_test_cases -f sql/texera_ddl.sql env: @@ -602,6 +617,20 @@ jobs: /tmp/dists/${{ matrix.service }}-*/lib || check_exit=$? ./bin/licensing/audit_jar_licenses.py /tmp/dists/${{ matrix.service }}-*/lib || true exit "$check_exit" + - name: Verify ${{ matrix.service }} NOTICE-binary matches generator output + # Each service's NOTICE-binary is generated from its bundled jars' + # META-INF/NOTICE content via bin/licensing/generate_notice_binary.py. + # Regenerate against the dist lib dir unzipped by the step above and + # diff against the committed file. Drift means a dep was added, removed, + # or bumped without rerunning the generator — fix by running: + # ./bin/licensing/generate_notice_binary.py ${{ matrix.service }}/NOTICE-binary /tmp/dists/${{ matrix.service }}-*/lib + run: | + set -euo pipefail + ./bin/licensing/generate_notice_binary.py /tmp/notice-${{ matrix.service }}.txt /tmp/dists/${{ matrix.service }}-*/lib + if ! diff -u ${{ matrix.service }}/NOTICE-binary /tmp/notice-${{ matrix.service }}.txt; then + echo "::error::${{ matrix.service }}/NOTICE-binary differs from generator output. Regenerate with bin/licensing/generate_notice_binary.py and commit." + exit 1 + fi - name: Upload ${{ matrix.service }} coverage to Codecov # Per-service flag so each matrix entry has its own Codecov view # rather than being merged into one umbrella `platform` flag. diff --git a/.licenserc.yaml b/.licenserc.yaml index 0e395184ee8..62f71479621 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -20,6 +20,7 @@ header: - '**/LICENSE-binary' - '**/LICENSE-binary-*' - '**/NOTICE-binary' + - '**/NOTICE-binary-*' - '.dockerignore' - '.gitattributes' - '.github/PULL_REQUEST_TEMPLATE' diff --git a/access-control-service/NOTICE-binary b/access-control-service/NOTICE-binary index 4376b27b7cf..900dcad7d56 100644 --- a/access-control-service/NOTICE-binary +++ b/access-control-service/NOTICE-binary @@ -1,280 +1,14 @@ Apache Texera (Incubating) -Copyright 2025-2026 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jetty +org.eclipse.jetty -------------------------------------------------------------------------------- -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. - -The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd unless -otherwise noted. Jetty is dual licensed under both the Apache 2.0 License -and the Eclipse Public 1.0 License; Texera redistributes it under the -Apache 2.0 terms. - -Jetty bundles select artifacts under secondary licenses: - * Eclipse Public License: org.eclipse.jetty.orbit:org.eclipse.jdt.core, - javax.security.auth.message (EPL + ASL2), - javax.mail.glassfish (EPL + CDDL 1.0) - * CDDL + GPLv2 with classpath exception: javax.servlet:javax.servlet-api, - javax.annotation:javax.annotation-api, - javax.transaction:javax.transaction-api, - javax.websocket:javax.websocket-api - * OW2 license: org.ow2.asm:asm-commons, org.ow2.asm:asm - * MortBay ASL2: org.mortbay.jasper:apache-jsp, apache-el (based on - selected classes from Apache Tomcat) - -The UnixCrypt.java code implements one-way cryptography used by Unix -systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. - --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- - -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 2.x core and extension components are licensed under Apache -License 2.0. This attribution applies to jackson-core, jackson-databind, -jackson-annotations, and every jackson-datatype-*, jackson-module-*, -jackson-dataformat-*, and jackson-jaxrs-* artifact bundled in this -distribution. - -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. - --------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) --------------------------------------------------------------------------------- - -# 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## 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 . -That code is available under an MIT 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. - -# FastDoubleParser - -This is a Java port of Daniel Lemire's fast_float project. -This project provides parsers for double, float, BigDecimal and BigInteger values. - -## Copyright - -Copyright © 2024 Werner Randelshofer, Switzerland. - -## Licensing - -This code is licensed under MIT License. -https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE -(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - -Some portions of the code have been derived from other projects. -All these projects require that we include a copyright notice, and some require that we also include some text of their -license file. - -fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. -https://github.com/lemire/fast_double_parser -https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - -fast_float, Copyright (c) 2021 The fast_float authors. MIT License. -https://github.com/fastfloat/fast_float -https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - -bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. -https://github.com/tbuktu/bigint/tree/floatfft -https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE -https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE -(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - --------------------------------------------------------------------------------- -Jackson modules and datatypes --------------------------------------------------------------------------------- - -# 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## 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. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components (as well their dependencies) may be licensed under -different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## Licensing - -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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 components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - --------------------------------------------------------------------------------- -Eclipse Jetty 11.0 --------------------------------------------------------------------------------- +Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) Notices for Eclipse Jetty ========================= @@ -371,28 +105,10 @@ for non-commercial or commercial purposes and without fee is granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -R2DBC SPI +org.glassfish.jersey -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity - -Copyright 2017-2021 the original author or authors. - -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 - - https://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. - --------------------------------------------------------------------------------- -Eclipse Jersey (jersey-container-servlet, jersey-container-servlet-core, jersey-client, jersey-hk2, jersey-media-jaxb) --------------------------------------------------------------------------------- +Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -509,16 +225,20 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Core Server +org.glassfish.hk2 -------------------------------------------------------------------------------- -# Notice for Jersey Core Server module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar -* https://projects.eclipse.org/projects/ee4j.jersey +# Notices for Eclipse GlassFish + +This content is produced and maintained by the Eclipse GlassFish project. + +* Project home: https://projects.eclipse.org/projects/ee4j.glassfish ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. ## Copyright @@ -539,32 +259,73 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code -The project maintains the following source code repositories: - -* https://github.com/eclipse-ee4j/jersey -## Third-party Content +The project maintains the following source code repositories: -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +* https://github.com/eclipse-ee4j/glassfish-ha-api +* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor +* https://github.com/eclipse-ee4j/glassfish-shoal +* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck +* https://github.com/eclipse-ee4j/glassfish-jsftemplating +* https://github.com/eclipse-ee4j/glassfish-hk2-extra +* https://github.com/eclipse-ee4j/glassfish-hk2 +* https://github.com/eclipse-ee4j/glassfish-fighterfish -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved. +## Third-party Content -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This project leverages the following third party content. -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +None -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar + +# 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 components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. + +-------------------------------------------------------------------------------- +jakarta.el.jakarta.el-api-4.0.0.jar +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar + +# Notices for Jakarta Expression Language + +This content is produced and maintained by the Jakarta Expression Language project. + +* Project home: https://projects.eclipse.org/projects/ee4j.el ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Jakarta Expression Language is a trademark of the Eclipse +Foundation. ## Copyright @@ -585,100 +346,268 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +* https://github.com/eclipse-ee4j/el-ri ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +## Cryptography -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +-------------------------------------------------------------------------------- +com.sun.activation.jakarta.activation-2.0.1.jar +-------------------------------------------------------------------------------- + +Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar + +# Notices for Jakarta Activation + +This content is produced and maintained by Jakarta Activation project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaf + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaf + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar + +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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. + +-------------------------------------------------------------------------------- +org.scala-lang +-------------------------------------------------------------------------------- + +Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar + +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). + +Licensed under the Apache License, Version 2.0 (the "License"). +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. + +This software includes projects with other licenses -- see `doc/LICENSE.md`. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core-2.18.6 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar + +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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 . +That code is available under an MIT 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. + +# FastDoubleParser + +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. + +## Copyright + +Copyright © 2024 Werner Randelshofer, Switzerland. + +## Licensing + +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. + +fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. +https://github.com/lemire/fast_double_parser +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +fast_float, Copyright (c) 2021 The fast_float authors. MIT License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3-3.13.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-lang3-3.13.0.jar + +Apache Commons Lang +Copyright 2001-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar + +# Notices for Eclipse Project for Servlet + +This content is produced and maintained by the Eclipse Project for Servlet +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.servlet + + +## Trademarks + +Eclipse Project for Servlet is a trademark of the Eclipse Foundation. + + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +## Source Code -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +The project maintains the following source code repositories: -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. + * https://github.com/eclipse-ee4j/servlet-api + * https://github.com/eclipse/jetty.toolchain -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +## Third-party Content -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +## Jakarta -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell + * jakarta.servlet:jakarta.servlet-api -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +## GlassFish -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ + * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +org.glassfish.jersey.core.jersey-server-3.0.12 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar +# Notice for Jersey Core Server module +This content is produced and maintained by the Eclipse Jersey project. * https://projects.eclipse.org/projects/ee4j.jersey @@ -710,16 +639,18 @@ The project maintains the following source code repositories: ## Third-party Content -Google Guava Version 18.0 +org.glassfish.jersey.server.internal.monitoring.core * License: Apache License, 2.0 -* Copyright: (C) 2009 The Guava Authors +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. -JSR-166 Extension - JEP 266 -* License: Creative Commons 1.0 (CC0) -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 -* Expert Group and released to the public domain, as explained at -* http://creativecommons.org/publicdomain/zero/1.0/ +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved. + +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -836,9 +767,11 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 -------------------------------------------------------------------------------- +Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar + # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -876,6 +809,7 @@ Hibernate Validator CDI, 7.0.5.Final * License: Apache License, 2.0 * Project: https://beanvalidation.org/ * Repackaged in org.glassfish.jersey.server.validation.internal.hibernate + # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -991,81 +925,48 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish - -This content is produced and maintained by the Eclipse GlassFish project. - -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar -## Trademarks +# Jackson JSON processor -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +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 -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. - -## Declared Project Licenses - -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. - -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - -## Source Code - -The project maintains the following source code repositories: - -* https://github.com/eclipse-ee4j/glassfish-ha-api -* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor -* https://github.com/eclipse-ee4j/glassfish-shoal -* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck -* https://github.com/eclipse-ee4j/glassfish-jsftemplating -* https://github.com/eclipse-ee4j/glassfish-hk2-extra -* https://github.com/eclipse-ee4j/glassfish-hk2 -* https://github.com/eclipse-ee4j/glassfish-fighterfish - -## Third-party Content +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -This project leverages the following third party content. +## Licensing -None +Jackson components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. -## Cryptography +## Credits -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Eclipse Jetty Servlet API (jakarta-servlet-api 5.0.2) +jakarta.inject.jakarta.inject-api-2.0.1 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet +Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar -This content is produced and maintained by the Eclipse Project for Servlet -project. +# Notices for Eclipse Jakarta Dependency Injection -* Project home: https://projects.eclipse.org/projects/ee4j.servlet +This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +* Project home: https://projects.eclipse.org/projects/cdi.batch ## Trademarks -Eclipse Project for Servlet is a trademark of the Eclipse Foundation. - +Jakarta Dependency Injection is a trademark of the Eclipse Foundation. ## Copyright @@ -1073,49 +974,38 @@ All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs. - ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. - -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +of the Apache License, Version 2.0 which is available at +https://www.apache.org/licenses/LICENSE-2.0. +SPDX-License-Identifier: Apache-2.0 ## Source Code The project maintains the following source code repositories: - * https://github.com/eclipse-ee4j/servlet-api - * https://github.com/eclipse/jetty.toolchain - +https://github.com/eclipse-ee4j/injection-api +https://github.com/eclipse-ee4j/injection-spec +https://github.com/eclipse-ee4j/injection-tck ## Third-party Content -## Jakarta - -The following artifacts are EPL 2.0 + GPLv2 with classpath exception. -https://projects.eclipse.org/projects/ee4j.servlet - - * jakarta.servlet:jakarta.servlet-api - +This project leverages the following third party content. -## GlassFish +None -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +## Cryptography - * org.eclipse.jetty.toolchain:jetty-schemas +None -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 -------------------------------------------------------------------------------- +Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar + [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1195,9 +1085,11 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) +jakarta.ws.rs.jakarta.ws.rs-api-3.0.0 -------------------------------------------------------------------------------- +Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.0.0.jar + # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1260,109 +1152,112 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta Expression Language API (jakarta.el-api 4.0.0, glassfish jakarta.el 4.0.2) +io.r2dbc.r2dbc-spi-0.9.0.RELEASE -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language - -This content is produced and maintained by the Jakarta Expression Language project. - -* Project home: https://projects.eclipse.org/projects/ee4j.el +Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar -## Trademarks +Reactive Relational Database Connectivity -Jakarta Expression Language is a trademark of the Eclipse -Foundation. +Copyright 2017-2021 the original author or authors. -## Copyright +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 -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + https://www.apache.org/licenses/LICENSE-2.0 -## Declared Project Licenses +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. -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar -## Source Code +# Jackson JSON processor -The project maintains the following source code repositories: +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, as well as supported +commercially by FasterXML.com. -* https://github.com/eclipse-ee4j/el-ri +## Licensing -## Third-party Content +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -## Cryptography +## Credits -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) +com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 -------------------------------------------------------------------------------- -# Notices for Jakarta Annotations +Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar -This content is produced and maintained by the Jakarta Annotations project. +# Jackson JSON processor - * Project home: https://projects.eclipse.org/projects/ee4j.ca +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, as well as supported +commercially by FasterXML.com. -## Trademarks +## Licensing -Jakarta Annotations is a trademark of the Eclipse Foundation. +Jackson core and extension components (as well their dependencies) may be licensed under +different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -## Declared Project Licenses +## Credits -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +-------------------------------------------------------------------------------- +com.fasterxml.classmate-1.7.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: com.fasterxml.classmate-1.7.0.jar -The project maintains the following source code repositories: +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) - * https://github.com/eclipse-ee4j/common-annotations-api +Other developers who have contributed code are: -## Third-party Content +* Brian Langel -## Cryptography +## Copyright -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +-------------------------------------------------------------------------------- +org.glassfish.jersey.core.jersey-common-3.0.12 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar -# Notices for Jakarta Annotations +# Notice for Jersey Core Common module +This content is produced and maintained by the Eclipse Jersey project. -This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/ee4j.ca +* https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Annotations™ is a trademark of the Eclipse Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1374,42 +1269,39 @@ source code repository logs. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at -https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: -GPL-2.0 with Classpath-exception-2.0 which is available at -https://openjdk.java.net/legal/gplv2+ce.html. +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -* https://github.com/jakartaee/common-annotations-api - -## Cryptography +* https://github.com/eclipse-ee4j/jersey -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +## Third-party Content --------------------------------------------------------------------------------- -Jakarta Inject API (jakarta.inject-api 2.0.1) --------------------------------------------------------------------------------- +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors -# Notices for Eclipse Jakarta Dependency Injection +JSR-166 Extension - JEP 266 +* License: Creative Commons 1.0 (CC0) +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 +* Expert Group and released to the public domain, as explained at +* http://creativecommons.org/publicdomain/zero/1.0/ -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. -* Project home: https://projects.eclipse.org/projects/cdi.batch +* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Dependency Injection is a trademark of the Eclipse Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1420,127 +1312,156 @@ source code repository logs. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: Apache-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -https://github.com/eclipse-ee4j/injection-api -https://github.com/eclipse-ee4j/injection-spec -https://github.com/eclipse-ee4j/injection-tck +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -This project leverages the following third party content. - -None - -## Cryptography +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. -None +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright --------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) --------------------------------------------------------------------------------- +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. -# Notices for Eclipse Project for JAF +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -This content is produced and maintained by the Eclipse Project for JAF project. +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -## Copyright +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. -## Declared Project Licenses +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -SPDX-License-Identifier: BSD-3-Clause +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com -## Source Code +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ -The project maintains the following source code repositories: +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell -* https://github.com/eclipse-ee4j/jaf +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. -## Third-party Content +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. -This project leverages the following third party content. +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. -JUnit (4.12) +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -* License: Eclipse Public License +-------------------------------------------------------------------------------- +jakarta.annotation.jakarta.annotation-api-2.1.1 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar -# Notices for Jakarta Activation +# Notices for Jakarta Annotations -This content is produced and maintained by Jakarta Activation project. +This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * Project home: https://projects.eclipse.org/projects/ee4j.ca -## Copyright +## Trademarks -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Jakarta Annotations is a trademark of the Eclipse Foundation. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: BSD-3-Clause +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jaf + * https://github.com/eclipse-ee4j/common-annotations-api ## Third-party Content -This project leverages the following third party content. - -JUnit (4.12) - -* License: Eclipse Public License - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Notices for Jakarta Activation - -This content is produced and maintained by Jakarta Activation project. - -* Project home: https://projects.eclipse.org/projects/ee4j.jaf - -## Copyright - -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. - -## Declared Project Licenses +## Cryptography -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +org.apache.commons.commons-text-1.11.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: org.apache.commons.commons-text-1.11.0.jar -The project maintains the following source code repositories: +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/amber/NOTICE-binary b/amber/NOTICE-binary index 5c8c0b0ae84..619c6494288 100644 --- a/amber/NOTICE-binary +++ b/amber/NOTICE-binary @@ -1,160 +1,231 @@ Apache Texera (Incubating) -Copyright 2025-2026 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Apache Hadoop +software.amazon.awssdk -------------------------------------------------------------------------------- -Apache Hadoop -Copyright 2006 and onwards The Apache Software Foundation. +Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) -Export Control Notice ---------------------- +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -This distribution includes cryptographic software. The country in which -you currently reside may have restrictions on the import, possession, use, -and/or re-export to another country, of encryption software. BEFORE using -any encryption software, please check your country's laws, regulations and -policies concerning the import, possession, or use, and re-export of -encryption software, to see if this is permitted. See - for more information. +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 + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). -The U.S. Government Department of Commerce, Bureau of Industry and -Security (BIS), has classified this software as Export Commodity Control -Number (ECCN) 5D002.C.1, which includes information security software -using or performing cryptographic functions with asymmetric algorithms. -The form and manner of this Apache Software Foundation distribution makes -it eligible for export under the License Exception ENC Technology Software -Unrestricted (TSU) exception (see the BIS Export Administration -Regulations, Section 740.13) for both object code and source code. +-------------------------------------------------------------------------------- +org.eclipse.jetty +-------------------------------------------------------------------------------- -The following provides more details on the included cryptographic software: +Bundled jars (21): org.eclipse.jetty.jetty-annotations-9.4.18.v20190429.jar, org.eclipse.jetty.jetty-client-9.4.40.v20210413.jar, org.eclipse.jetty.jetty-continuation-9.4.18.v20190429.jar, ... (+18 more) - This software uses the SSL libraries from the Jetty project written - by mortbay.org. +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== - Hadoop Yarn Server Web Proxy uses the BouncyCastle Java cryptography - APIs written by the Legion of the Bouncy Castle Inc. +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. --------------------------------------------------------------------------------- -Apache Lucene --------------------------------------------------------------------------------- +Jetty is dual licensed under both -Apache Lucene -Copyright 2001-2021 The Apache Software Foundation + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -Includes software from other Apache Software Foundation projects, -including, but not limited to Apache Ant, Apache Jakarta Regexp, -Apache Commons, and Apache Xerces. + and -ICU4J (under analysis/icu) is licensed under an MIT-style license and -Copyright (c) 1995-2008 International Business Machines Corporation and -others. + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html -Some data files (under analysis/icu/src/data) are derived from Unicode -data such as the Unicode Character Database. See -http://unicode.org/copyright.html for more details. +Jetty may be distributed under either license. -Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is -BSD-licensed, created by Anders Moller. See http://www.brics.dk/automaton/ +------ +Eclipse -The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) -were automatically generated with the moman/finenight FSA library, created -by Jean-Philippe Barrette-LaPierre. This library is available under an -MIT license. +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -The class org.apache.lucene.util.WeakIdentityMap was derived from the -Apache CXF project and is Apache License 2.0. +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4 -compression library (https://github.com/lz4/lz4/tree/dev/lib) that is -licensed under the 2-clause BSD license. -The Google Code Prettify is Apache License 2.0. +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish + + +------ +Oracle + +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + + * javax.servlet:javax.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api + +------ +Oracle OpenJDK + +If ALPN is used to negotiate HTTP/2 connections, then the following +artifacts may be included in the distribution or downloaded when ALPN +module is selected. + + * java.sun.security.ssl + +These artifacts replace/modify OpenJDK classes. The modififications +are hosted at github and both modified and original are under GPL v2 with +classpath exceptions. +http://openjdk.java.net/legal/gplv2+ce.html -This product includes code (JaspellTernarySearchTrie) from Java Spelling -Checking Package (jaspell): http://jaspell.sourceforge.net/ (BSD License). -The snowball stemmers (in analysis/common/src/java/net/sf/snowball) were -developed by Martin Porter and Richard Boulton. +------ +OW2 -The KStem stemmer in analysis/common/src/org/apache/lucene/analysis/en was -developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst) under -the BSD license. +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -Arabic, Persian, Romanian, Bulgarian, Hindi and Bengali analyzer stopword -lists are BSD-licensed and were created by Jacques Savoy. +org.ow2.asm:asm-commons +org.ow2.asm:asm -The German, Spanish, Finnish, French, Hungarian, Italian, Portuguese, -Russian and Swedish light stemmers are based on BSD-licensed reference -implementations created by Jacques Savoy and Ljiljana Dolamic. -The Stempel analyzer includes BSD-licensed software developed by the -Egothor project (http://egothor.sf.net/), created by Leo Galambos, -Martin Kvapil, and Edmond Nolan. +------ +Apache -The Polish analyzer stopword list is BSD-licensed and was created by the -Carrot2 project. +The following artifacts are ASL2 licensed. -The SmartChineseAnalyzer source code (smartcn) was provided by -Xiaoping Gao and copyright 2009 by www.imdict.net. +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl -WordBreakTestUnicode_*.java is derived from Unicode data such as the -Unicode Character Database. + +------ +MortBay + +The following artifacts are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. + +org.mortbay.jasper:apache-jsp + org.apache.tomcat:tomcat-jasper + org.apache.tomcat:tomcat-juli + org.apache.tomcat:tomcat-jsp-api + org.apache.tomcat:tomcat-el-api + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-api + org.apache.tomcat:tomcat-util-scan + org.apache.tomcat:tomcat-util + +org.mortbay.jasper:apache-el + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-el-api + + +------ +Mortbay + +The following artifacts are CDDL + GPLv2 with classpath exception. + +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + +org.eclipse.jetty.toolchain:jetty-schemas + +------ +Assorted + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -Apache Pekko +org.apache.pekko -------------------------------------------------------------------------------- +Bundled jars (8): org.apache.pekko.pekko-cluster-metrics_2.13-1.2.1.jar, org.apache.pekko.pekko-cluster-tools_2.13-1.2.1.jar, org.apache.pekko.pekko-cluster_2.13-1.2.1.jar, ... (+5 more) + Apache Pekko Copyright 2022-2025 The Apache Software Foundation -This product contains significant parts that were originally based on -software from Lightbend (Akka ). +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +This product contains significant parts that were originally based on software from Lightbend (Akka ). Copyright (C) 2009-2022 Lightbend Inc. -Apache Pekko is derived from Akka 2.6.x, the last version that was -distributed under the Apache License, Version 2.0. +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. -pekko-actor contains MurmurHash.scala, scala-collection-compat, and code -from scala-library, each modified by the Scala-Lang team under an Apache -2.0 license. +-------------------------------------------------------------------------------- +org.apache.hadoop +-------------------------------------------------------------------------------- - Scala - Copyright (c) 2002-2023 EPFL - Copyright (c) 2011-2023 Lightbend, Inc. +Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.3.jar, org.apache.hadoop.hadoop-auth-3.3.3.jar, org.apache.hadoop.hadoop-common-3.3.3.jar, ... (+5 more) - Scala includes software developed at LAMP/EPFL (https://lamp.epfl.ch/) - and Lightbend, Inc. (https://www.lightbend.com/). +Apache Hadoop +Copyright 2006 and onwards The Apache Software Foundation. -pekko-actor contains code from Netty, released under an Apache 2.0 -license. Copyright 2014 The Netty Project (https://netty.io/). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -pekko-actor contains code from java-uuid-generator -(https://github.com/cowtowncoder/java-uuid-generator) in -`org.apache.pekko.util.UUIDComparator.scala`, released under an Apache 2.0 -license. Java UUID generator library has been written by Tatu Saloranta -(tatu.saloranta@iki.fi). +Export Control Notice +--------------------- --------------------------------------------------------------------------------- -Apache Parquet --------------------------------------------------------------------------------- +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See for more +information. -Apache Parquet MR -Copyright 2014-2024 The Apache Software Foundation +The U.S. Government Department of Commerce, Bureau of Industry and +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this Apache Software Foundation +distribution makes it eligible for export under the License Exception +ENC Technology Software Unrestricted (TSU) exception (see the BIS +Export Administration Regulations, Section 740.13) for both object +code and source code. -This product includes code from Apache Avro. +The following provides more details on the included cryptographic software: - Apache Avro - Copyright 2010-2024 The Apache Software Foundation +This software uses the SSL libraries from the Jetty project written +by mortbay.org. +Hadoop Yarn Server Web Proxy uses the BouncyCastle Java +cryptography APIs written by the Legion of the Bouncy Castle Inc. -------------------------------------------------------------------------------- -Apache Iceberg +org.apache.iceberg -------------------------------------------------------------------------------- +Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) + Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -180,268 +251,676 @@ the following copyright notice: | See the License for the specific language governing permissions and | limitations under the License. - Apache Arrow (arrow-format, arrow-memory-core, arrow-memory-netty, - arrow-vector, flight-core, flight-grpc) - Copyright 2016-2023 The Apache Software Foundation +-------------------------------------------------------------------------------- +io.netty.netty-tcnative-boringssl-static-2.0.61 +-------------------------------------------------------------------------------- + +Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +The Netty Project + ================= - Apache Commons BeanUtils - Copyright 2000-2019 The Apache Software Foundation +Please visit the Netty web site for more information: - Apache Commons CLI - Copyright 2001-2022 The Apache Software Foundation + * http://netty.io/ - Apache Commons Codec - Copyright 2002-2024 The Apache Software Foundation +Copyright 2016 The Netty Project - Apache Commons Collections (3.x and 4.x) - Copyright 2001-2024 The Apache Software Foundation +The Netty Project licenses this file to you 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: - Apache Commons Compress - Copyright 2002-2024 The Apache Software Foundation + http://www.apache.org/licenses/LICENSE-2.0 - Apache Commons Configuration - Copyright 2001-2024 The Apache Software Foundation +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 IO - Copyright 2002-2024 The Apache Software Foundation +------------------------------------------------------------------------------- +This product contains a forked and modified version of Tomcat Native - Apache Commons JCS - Copyright 2002-2024 The Apache Software Foundation + * LICENSE: + * license/LICENSE.tomcat-native.txt (Apache License 2.0) + * HOMEPAGE: + * http://tomcat.apache.org/native-doc/ + * https://svn.apache.org/repos/asf/tomcat/native/ - Apache Commons Lang (2.x and 3.x) - Copyright 2001-2024 The Apache Software Foundation +This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build. - Apache Commons Logging - Copyright 2003-2014 The Apache Software Foundation + * LICENSE: + * license/LICENSE.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper - Apache Commons Math - Copyright 2001-2016 The Apache Software Foundation +This product contains small piece of code to support AIX, taken from netbsd. - Apache Commons Net - Copyright 2001-2023 The Apache Software Foundation + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist - Apache Commons Pool - Copyright 2001-2024 The Apache Software Foundation - Apache Commons Text - Copyright 2014-2024 The Apache Software Foundation +This product contains code from boringssl. - Apache Commons VFS - Copyright 2002-2024 The Apache Software Foundation + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ - Apache Curator - Copyright 2011-2024 The Apache Software Foundation +-------------------------------------------------------------------------------- +org.apache.lucene +-------------------------------------------------------------------------------- - Apache HttpComponents (httpclient, httpcore, httpasyncclient, - httpclient5, httpcore5, httpcore5-h2, httpmime) - Copyright 1999-2024 The Apache Software Foundation - Apache HTrace (Incubating) - Copyright 2016-2017 The Apache Software Foundation +Bundled jars: org.apache.lucene.lucene-memory-8.7.0.jar, org.apache.lucene.lucene-queries-8.7.0.jar, org.apache.lucene.lucene-queryparser-8.7.0.jar, org.apache.lucene.lucene-sandbox-8.7.0.jar - Apache Iceberg - Copyright 2017-2024 The Apache Software Foundation +Apache Lucene +Copyright 2001-2020 The Apache Software Foundation - Apache Kerby (kerb-* and kerby-* subprojects) - Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - Apache Maven (many subprojects including wagon-*) - Copyright 2001-2024 The Apache Software Foundation +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces - Apache ORC - Copyright 2013-2024 The Apache Software Foundation +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others - Apache Yetus - Copyright 2015-2023 The Apache Software Foundation +Some data files (under analysis/icu/src/data) are derived from Unicode data such +as the Unicode Character Database. See http://unicode.org/copyright.html for more +details. - Apache ZooKeeper - Copyright 2008-2024 The Apache Software Foundation +Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is +BSD-licensed, created by Anders Møller. See http://www.brics.dk/automaton/ - Apache log4j 1.2 / reload4j - Copyright 2007 The Apache Software Foundation +The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) were +automatically generated with the moman/finenight FSA library, created by +Jean-Philippe Barrette-LaPierre. This library is available under an MIT license, +see http://sites.google.com/site/rrettesite/moman and +http://bitbucket.org/jpbarrette/moman/overview/ --------------------------------------------------------------------------------- -Netty --------------------------------------------------------------------------------- +The class org.apache.lucene.util.WeakIdentityMap was derived from +the Apache CXF project and is Apache License 2.0. -The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). +The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4 +compression library (https://github.com/lz4/lz4/tree/dev/lib) that is licensed +under the 2-clause BSD license. +(https://opensource.org/licenses/bsd-license.php) -This product contains the extensions to Java Collections Framework derived -from the works by JSR-166 EG, Doug Lea, and Jason T. Greene (Public -Domain). +The Google Code Prettify is Apache License 2.0. +See http://code.google.com/p/google-code-prettify/ + +JUnit (junit-4.10) is licensed under the Common Public License v. 1.0 +See http://junit.sourceforge.net/cpl-v10.html + +This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin +g Package (jaspell): http://jaspell.sourceforge.net/ +License: The BSD License (http://www.opensource.org/licenses/bsd-license.php) + +The snowball stemmers in + analysis/common/src/java/net/sf/snowball +were developed by Martin Porter and Richard Boulton. +The snowball stopword lists in + analysis/common/src/resources/org/apache/lucene/analysis/snowball +were developed by Martin Porter and Richard Boulton. +The full snowball package is available from + http://snowball.tartarus.org/ + +The KStem stemmer in + analysis/common/src/org/apache/lucene/analysis/en +was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst) +under the BSD-license. + +The Arabic,Persian,Romanian,Bulgarian, Hindi and Bengali analyzers (common) come with a default +stopword list that is BSD-licensed created by Jacques Savoy. These files reside in: +analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bn/stopwords.txt +See http://members.unine.ch/jacques.savoy/clef/index.html. + +The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers +(common) are based on BSD-licensed reference implementations created by Jacques Savoy and +Ljiljana Dolamic. These files reside in: +analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java + +The Stempel analyzer (stempel) includes BSD-licensed software developed +by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil, +and Edmond Nolan. + +The Polish analyzer (stempel) comes with a default +stopword list that is BSD-licensed created by the Carrot2 project. The file resides +in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt. +See http://project.carrot2.org/license.html. + +The SmartChineseAnalyzer source code (smartcn) was +provided by Xiaoping Gao and copyright 2009 by www.imdict.net. + +WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/) +is derived from Unicode data such as the Unicode Character Database. +See http://unicode.org/copyright.html for more details. + +The Morfologik analyzer (morfologik) includes BSD-licensed software +developed by Dawid Weiss and Marcin Miłkowski (http://morfologik.blogspot.com/). + +Morfologik uses data from Polish ispell/myspell dictionary +(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia) +LGPL and Creative Commons ShareAlike. + +Morfologic includes data from BSD-licensed dictionary of Polish (SGJP) +(http://sgjp.pl/morfeusz/) + +Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original +source code for this can be found at http://www.eclipse.org/jetty/downloads.php + +=========================================================================== +Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ipadic-2.7.0-20070801 + +which can be obtained from + + http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz + +or + + http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz + +=========================================================================== +mecab-ipadic-2.7.0-20070801 Notice +=========================================================================== + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +=========================================================================== +Nori Korean Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ko-dic-2.0.3-20170922 + +which can be obtained from + + https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. +-------------------------------------------------------------------------------- +ch.qos.reload4j.reload4j-1.2.18.3.jar +-------------------------------------------------------------------------------- -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). +Bundled jars: ch.qos.reload4j.reload4j-1.2.18.3.jar, log4j.log4j-1.2.17.jar -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). +Apache log4j +Copyright 2007 The Apache Software Foundation -This product optionally depends on 'Protocol Buffers' (New BSD License, -http://code.google.com/p/protobuf/), 'Bouncy Castle Crypto APIs' (MIT -License, http://www.bouncycastle.org/), 'SLF4J' (MIT License, -http://www.slf4j.org/), 'Apache Commons Logging' (Apache License 2.0), -'Apache Log4J' (Apache License 2.0), 'JBoss Logging' (GNU LGPL 2.1), and -'Apache Felix' (Apache License 2.0). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jetty +org.apache.lucene -------------------------------------------------------------------------------- -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +Bundled jars: org.apache.lucene.lucene-analyzers-common-8.11.4.jar, org.apache.lucene.lucene-core-8.11.4.jar + +Apache Lucene +Copyright 2001-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces + +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others + +Some data files (under analysis/icu/src/data) are derived from Unicode data such +as the Unicode Character Database. See http://unicode.org/copyright.html for more +details. + +Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is +BSD-licensed, created by Anders Møller. See http://www.brics.dk/automaton/ + +The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) were +automatically generated with the moman/finenight FSA library, created by +Jean-Philippe Barrette-LaPierre. This library is available under an MIT license, +see http://sites.google.com/site/rrettesite/moman and +http://bitbucket.org/jpbarrette/moman/overview/ -The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd unless -otherwise noted. Jetty is dual licensed under both the Apache 2.0 License -and the Eclipse Public 1.0 License; Texera redistributes it under the -Apache 2.0 terms. +The class org.apache.lucene.util.WeakIdentityMap was derived from +the Apache CXF project and is Apache License 2.0. -Jetty bundles select artifacts under secondary licenses: - * Eclipse Public License: org.eclipse.jetty.orbit:org.eclipse.jdt.core, - javax.security.auth.message (EPL + ASL2), - javax.mail.glassfish (EPL + CDDL 1.0) - * CDDL + GPLv2 with classpath exception: javax.servlet:javax.servlet-api, - javax.annotation:javax.annotation-api, - javax.transaction:javax.transaction-api, - javax.websocket:javax.websocket-api - * OW2 license: org.ow2.asm:asm-commons, org.ow2.asm:asm - * MortBay ASL2: org.mortbay.jasper:apache-jsp, apache-el (based on - selected classes from Apache Tomcat) +The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4 +compression library (https://github.com/lz4/lz4/tree/dev/lib) that is licensed +under the 2-clause BSD license. +(https://opensource.org/licenses/bsd-license.php) -The UnixCrypt.java code implements one-way cryptography used by Unix -systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. +The Google Code Prettify is Apache License 2.0. +See http://code.google.com/p/google-code-prettify/ + +JUnit (junit-4.10) is licensed under the Common Public License v. 1.0 +See http://junit.sourceforge.net/cpl-v10.html + +This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin +g Package (jaspell): http://jaspell.sourceforge.net/ +License: The BSD License (http://www.opensource.org/licenses/bsd-license.php) + +The snowball stemmers in + analysis/common/src/java/net/sf/snowball +were developed by Martin Porter and Richard Boulton. +The snowball stopword lists in + analysis/common/src/resources/org/apache/lucene/analysis/snowball +were developed by Martin Porter and Richard Boulton. +The full snowball package is available from + http://snowball.tartarus.org/ + +The KStem stemmer in + analysis/common/src/org/apache/lucene/analysis/en +was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst) +under the BSD-license. + +The Arabic,Persian,Romanian,Bulgarian, Hindi and Bengali analyzers (common) come with a default +stopword list that is BSD-licensed created by Jacques Savoy. These files reside in: +analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bn/stopwords.txt +See http://members.unine.ch/jacques.savoy/clef/index.html. + +The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers +(common) are based on BSD-licensed reference implementations created by Jacques Savoy and +Ljiljana Dolamic. These files reside in: +analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java + +The Stempel analyzer (stempel) includes BSD-licensed software developed +by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil, +and Edmond Nolan. + +The Polish analyzer (stempel) comes with a default +stopword list that is BSD-licensed created by the Carrot2 project. The file resides +in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt. +See http://project.carrot2.org/license.html. + +The SmartChineseAnalyzer source code (smartcn) was +provided by Xiaoping Gao and copyright 2009 by www.imdict.net. + +WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/) +is derived from Unicode data such as the Unicode Character Database. +See http://unicode.org/copyright.html for more details. + +The Morfologik analyzer (morfologik) includes BSD-licensed software +developed by Dawid Weiss and Marcin Miłkowski (http://morfologik.blogspot.com/). + +Morfologik uses data from Polish ispell/myspell dictionary +(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia) +LGPL and Creative Commons ShareAlike. + +Morfologic includes data from BSD-licensed dictionary of Polish (SGJP) +(http://sgjp.pl/morfeusz/) + +Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original +source code for this can be found at http://www.eclipse.org/jetty/downloads.php + +=========================================================================== +Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ipadic-2.7.0-20070801 + +which can be obtained from + + http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz + +or + + http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz + +=========================================================================== +mecab-ipadic-2.7.0-20070801 Notice +=========================================================================== + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +=========================================================================== +Nori Korean Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ko-dic-2.0.3-20170922 + +which can be obtained from + + https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz -------------------------------------------------------------------------------- -Jackson (FasterXML) +com.fasterxml.jackson.module -------------------------------------------------------------------------------- -Jackson JSON processor +Bundled jars: com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.10.5.jar, com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar + +# 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. +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, as well as supported +commercially by FasterXML.com. + +## Licensing -Copyright 2007- Tatu Saloranta (tatu.saloranta@iki.fi) +Jackson core and extension components may licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -Jackson 2.x core and extension components are licensed under Apache -License 2.0. This attribution applies to jackson-core, jackson-databind, -jackson-annotations, and every jackson-datatype-*, jackson-module-*, -jackson-dataformat-*, and jackson-jaxrs-* artifact bundled in this -distribution. +## Credits -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Google Guice +com.fasterxml.jackson -------------------------------------------------------------------------------- -Google Guice - Core Library (and guice-servlet extension) -Copyright 2006-2015 Google, Inc. +Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.9.10.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar + +# 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, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -AWS SDK for Java 2.0 +com.fasterxml.jackson.core -------------------------------------------------------------------------------- -AWS SDK for Java 2.0 -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar -This product includes software developed by Amazon Technologies, Inc -(http://www.amazon.com/). - -The AWS SDK bundles the following third-party works: - * 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), shaded as - software.amazon.awssdk:third-party-jackson-core - * Jackson-dataformat-cbor - (https://github.com/FasterXML/jackson-dataformats-binary) - -Required Apache Commons Lang attribution: - Apache Commons Lang - Copyright 2001-2020 The Apache Software Foundation +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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. -------------------------------------------------------------------------------- -Kryo +org.scala-lang -------------------------------------------------------------------------------- -Kryo bundles Objenesis (see below). +Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar + +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). + +Licensed under the Apache License, Version 2.0 (the "License"). +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. + +This software includes projects with other licenses -- see `doc/LICENSE.md`. -------------------------------------------------------------------------------- -Objenesis +com.esotericsoftware.kryo.kryo5-5.6.2.jar -------------------------------------------------------------------------------- +Bundled jars: com.esotericsoftware.kryo.kryo5-5.6.2.jar, org.objenesis.objenesis-3.4.jar + +// ------------------------------------------------------------------ +// NOTICE file corresponding to the section 4d of The Apache License, +// Version 2.0, in this case for Objenesis + +// ------------------------------------------------------------------ + Objenesis Copyright 2006-2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita -(NOTICE file corresponding to section 4d of the Apache License, Version -2.0, in this case for Objenesis.) - -------------------------------------------------------------------------------- -Jasypt +org.apache.hadoop.thirdparty -------------------------------------------------------------------------------- -Copyright (c) 2007-2010, The JASYPT team (http://www.jasypt.org) +Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar -This distribution includes cryptographic software. The country in which -you currently reside may have restrictions on the import, possession, use, -and/or re-export to another country, of encryption software. BEFORE using -any encryption software, please check your country's laws, regulations and -policies concerning the import, possession, use, or re-export of -encryption software. +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The U.S. Government Department of Commerce, Bureau of Industry and -Security (BIS), has classified this software as Export Commodity Control -Number (ECCN) 5D002.C.1. The PBE Encryption facilities require the Java -Cryptography Extensions. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Jasypt includes the ICU License (ICU 1.8.1 and later): +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - Copyright (c) 1995-2006 International Business Machines Corporation and - others. All rights reserved. +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework-4.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, and/or sell copies of the Software, and to permit persons - to whom the Software is furnished to do so, provided that the above - copyright notice(s) and this permission notice appear in all copies of - the Software and that both the above copyright notice(s) and this - permission notice appear in supporting documentation. +Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED. +Curator Framework +Copyright 2011-2019 The Apache Software Foundation - Except as contained in this notice, the name of a copyright holder - shall not be used in advertising or otherwise to promote the sale, use - or other dealings in this Software without prior written authorization - of the copyright holder. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Joda-Time +commons-beanutils.commons-beanutils-1.9.4 -------------------------------------------------------------------------------- -This product includes software developed by Joda.org (https://www.joda.org/). +Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar + +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) +com.fasterxml.jackson.core.jackson-core-2.18.6 -------------------------------------------------------------------------------- +Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar + # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -516,126 +995,355 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -Jackson modules and datatypes +org.apache.zookeeper.zookeeper-3.5.6 -------------------------------------------------------------------------------- -# Jackson JSON processor +Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar -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. +Apache ZooKeeper - Server +Copyright 2008-2019 The Apache Software Foundation -## Copyright +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpasyncclient-4.1.5 +-------------------------------------------------------------------------------- -## Licensing +Bundled jars: org.apache.httpcomponents.httpasyncclient-4.1.5.jar -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. +Apache HttpAsyncClient +Copyright 2010-2021 The Apache Software Foundation -## Credits +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -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. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-util-1.0.1 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar -# Jackson JSON processor +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation -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, as well as supported -commercially by FasterXML.com. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Licensing +-------------------------------------------------------------------------------- +org.jasypt.jasypt-1.9.3 +-------------------------------------------------------------------------------- -Jackson core and extension components (as well their dependencies) may be licensed under -different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +Bundled jars: org.jasypt.jasypt-1.9.3.jar -## Credits +Copyright (c) 2007-2010, The JASYPT team (http://www.jasypt.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. -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +--------------------------------- -# 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, as well as supported -commercially by FasterXML.com. -## Licensing +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See http://www.wassenaar.org/ for more +information. -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +The U.S. Government Department of Commerce, Bureau of Industry and +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this distribution makes it +eligible for export under the License Exception ENC Technology +Software Unrestricted (TSU) exception (see the BIS Export +Administration Regulations, Section 740.13) for both object code and +source code. -## Credits +The following provides more details on the cryptographic software +used (note that this software is not included in the distribution): -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. + * The PBE Encryption facilities require the Java Cryptography + extensions: http://java.sun.com/javase/technologies/security/. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +--------------------------------- -# Jackson JSON processor +Distributions of this software may include software developed by +The Apache Software Foundation (http://www.apache.org/). -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 -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +ICU License - ICU 1.8.1 and later -## Licensing +COPYRIGHT AND PERMISSION NOTICE -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. +Copyright (c) 1995-2006 International Business Machines +Corporation and others -## Credits +All rights reserved. -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +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, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, +provided that the above copyright notice(s) and this +permission notice appear in all copies of the Software and +that both the above copyright notice(s) and this +permission notice appear in supporting documentation. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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 OF THIRD PARTY RIGHTS. IN NO +EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN +THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL +INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. -# Jackson JSON processor +Except as contained in this notice, the name of a copyright +holder shall not be used in advertising or otherwise to +promote the sale, use or other dealings in this Software +without prior written authorization of the copyright holder. -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, as well as supported -commercially by FasterXML.com. +-------------------------------------------------------------------------------- +commons-codec.commons-codec-1.17.1 +-------------------------------------------------------------------------------- -## Licensing +Bundled jars: commons-codec.commons-codec-1.17.1.jar -Jackson core and extension components may licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +Apache Commons Codec +Copyright 2002-2024 The Apache Software Foundation -## Credits +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +-------------------------------------------------------------------------------- +org.apache.pekko.pekko-actor_2.13-1.2.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.pekko.pekko-actor_2.13-1.2.1.jar + +Apache Pekko +Copyright 2022-2025 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. + +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. + +--------------- + +pekko-actor contains MurmurHash.scala which has changes made by the Scala-Lang team under an Apache 2.0 license. + +Copyright (c) 2002-2023 EPFL +Copyright (c) 2011-2023 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). + +--------------- + +pekko-actor contains code from scala-collection-compat which has changes made by the Scala-Lang team +under an Apache 2.0 license. + +scala-collection-compat +Copyright (c) 2002-2023 EPFL +Copyright (c) 2011-2023 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). + +--------------- + +pekko-actor contains code from scala-library which was released under an Apache 2.0 license. + +Scala +Copyright (c) 2002-2023 EPFL +Copyright (c) 2011-2023 Lightbend, Inc. + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Lightbend, Inc. (https://www.lightbend.com/). + +--------------- + +pekko-actor contains code from Netty which was released under an Apache 2.0 license. + + The Netty Project + ================= -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Please visit the Netty web site for more information: + + * https://netty.io/ + +Copyright 2014 The Netty Project + +The Netty Project licenses this file to you 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: + + https://www.apache.org/licenses/LICENSE-2.0 + +--------------- + +pekko-actor contains code from java-uuid-generator +in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license. + +Java UUID generator library has been written by Tatu Saloranta (tatu.saloranta@iki.fi) + +Other developers who have contributed code are: + +* Eric Bie contributed extensive unit test suite which has helped ensure high implementation + quality + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-admin-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar + +Kerby-kerb Admin +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-math3-3.1.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-math3-3.1.1.jar + +Apache Commons Math +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +=============================================================================== + +The BracketFinder (package org.apache.commons.math3.optimization.univariate) +and PowellOptimizer (package org.apache.commons.math3.optimization.general) +classes are based on the Python code in module "optimize.py" (version 0.5) +developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/) +Copyright © 2003-2009 SciPy Developers. +=============================================================================== + +The LinearConstraint, LinearObjectiveFunction, LinearOptimizer, +RelationShip, SimplexSolver and SimplexTableau classes in package +org.apache.commons.math3.optimization.linear include software developed by +Benjamin McCann (http://www.benmccann.com) and distributed with +the following copyright: Copyright 2009 Google Inc. +=============================================================================== + +This product includes software developed by the +University of Chicago, as Operator of Argonne National +Laboratory. +The LevenbergMarquardtOptimizer class in package +org.apache.commons.math3.optimization.general includes software +translated from the lmder, lmpar and qrsolv Fortran routines +from the Minpack package +Minpack Copyright Notice (1999) University of Chicago. All rights reserved +=============================================================================== + +The GraggBulirschStoerIntegrator class in package +org.apache.commons.math3.ode.nonstiff includes software translated +from the odex Fortran routine developed by E. Hairer and G. Wanner. +Original source copyright: +Copyright (c) 2004, Ernst Hairer +=============================================================================== + +The EigenDecompositionImpl class in package +org.apache.commons.math3.linear includes software translated +from some LAPACK Fortran routines. Original source copyright: +Copyright (c) 1992-2008 The University of Tennessee. All rights reserved. +=============================================================================== + +The MersenneTwister class in package org.apache.commons.math3.random +includes software translated from the 2002-01-26 version of +the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji +Nishimura. Original source copyright: +Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, +All rights reserved +=============================================================================== + +The LocalizedFormatsTest class in the unit tests is an adapted version of +the OrekitMessagesTest class from the orekit library distributed under the +terms of the Apache 2 licence. Original source copyright: +Copyright 2010 CS Systèmes d'Information +=============================================================================== + +The HermiteInterpolator class and its corresponding test have been imported from +the orekit library distributed under the terms of the Apache 2 licence. Original +source copyright: +Copyright 2010-2012 CS Systèmes d'Information +=============================================================================== + +The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired +by an original code donated by Sébastien Brisard. +=============================================================================== + + +The complete text of licenses and disclaimers associated with the the original +sources enumerated above at the time of code translation are in the LICENSE.txt +file. + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-config-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar + +Kerby Config +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations-0.13.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar + +Apache Yetus - Audience Annotations +Copyright 2015-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.0 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.0.jar # Jackson JSON processor @@ -656,9 +1364,11 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Apache Parquet (per-component supplementary notices) +org.apache.parquet.parquet-avro-1.13.1 -------------------------------------------------------------------------------- +Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar + Apache Parquet MR (Incubating) Copyright 2014-2015 The Apache Software Foundation @@ -676,82 +1386,368 @@ its NOTICE file: This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-format-15.0.2 +-------------------------------------------------------------------------------- -# Jackson JSON processor +Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar -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. +Arrow Format +Copyright 2024 The Apache Software Foundation -## Licensing +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -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. +-------------------------------------------------------------------------------- +org.apache.commons.commons-vfs2-2.9.0 +-------------------------------------------------------------------------------- -## Credits +Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar -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 VFS Project +Copyright 2002-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -R2DBC SPI +org.apache.arrow.flight-grpc-15.0.2 -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity +Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar -Copyright 2017-2021 the original author or authors. +Arrow Flight GRPC +Copyright 2024 The Apache Software Foundation -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 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - https://www.apache.org/licenses/LICENSE-2.0 +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-vector-15.0.2 +-------------------------------------------------------------------------------- -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. +Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar + +Arrow Vectors +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Joda-Convert +org.apache.commons.commons-collections4-4.2 -------------------------------------------------------------------------------- -Joda Convert -Copyright 2010-present Stephen Colebourne +Bundled jars: org.apache.commons.commons-collections4-4.2.jar -This product includes software developed by -Joda.org (https://www.joda.org/). +Apache Commons Collections +Copyright 2001-2018 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Joda-Convert includes code from Google Guava, which is licensed as follows: +-------------------------------------------------------------------------------- +org.apache.httpcomponents.client5.httpclient5-5.4 +-------------------------------------------------------------------------------- -Copyright (C) 2011 The Guava Authors +Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar -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 +Apache HttpClient +Copyright 1999-2021 The Apache Software Foundation -https://www.apache.org/licenses/LICENSE-2.0 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -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. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar + +Kerby-kerb Crypto +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-text-1.4 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-text-1.4.jar + +Apache Commons Text +Copyright 2014-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-core-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar + +Kerby-kerb core +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-core-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar + +Arrow Memory - Core +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey (jersey-container-servlet, jersey-container-servlet-core, jersey-client, jersey-hk2, jersey-media-jaxb) +org.apache.kerby.token-provider-1.0.1 -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.kerby.token-provider-1.0.1.jar -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +Token provider +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.xml.bind.jakarta.xml.bind-api-3.0.0 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.0.jar + +[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " +[//]: # " " +[//]: # " This program and the accompanying materials are made available under the " +[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " +[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " +[//]: # " " +[//]: # " SPDX-License-Identifier: BSD-3-Clause " + +# Notices for Jakarta XML Binding + +This content is produced and maintained by the Jakarta XML Binding +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxb ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Jakarta XML Binding is a trademark of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0 which is available at +http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaxb-api +* https://github.com/eclipse-ee4j/jaxb-tck + +## Third-party Content + +This project leverages the following third party content. + +Apache River (3.0.0) + +* License: Apache-2.0 AND BSD-3-Clause + +ASM 7 (n/a) + +* License: BSD-3-Clause +* Project: https://asm.ow2.io/ +* Source: + https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand + +JTHarness (5.0) + +* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) +* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness +* Source: http://hg.openjdk.java.net/code-tools/jtharness/ + +normalize.css (3.0.2) + +* License: MIT + +SigTest (n/a) + +* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-simplekdc-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar + +Kerb Simple Kdc +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpcore-4.4.16 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar + +Apache HttpCore +Copyright 2005-2022 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.sun.activation.jakarta.activation-2.0.0 +-------------------------------------------------------------------------------- + +Bundled jars: com.sun.activation.jakarta.activation-2.0.0.jar + +# Notices for Jakarta Activation + +This content is produced and maintained by Jakarta Activation project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaf + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaf + +## Third-party Content + +This project leverages the following third party content. + +JUnit (4.12) + +* License: Eclipse Public License + +-------------------------------------------------------------------------------- +commons-logging.commons-logging-1.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-logging.commons-logging-1.2.jar + +Apache Commons Logging +Copyright 2003-2014 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.pekko.pekko-protobuf-v3_2.13-1.2.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.pekko.pekko-protobuf-v3_2.13-1.2.1.jar + +Apache Pekko +Copyright 2022-2025 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. + +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. + +Apache Pekko +Copyright 2022-2025 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. + +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. + +-------------------------------------------------------------------------------- +org.apache.curator.curator-recipes-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar + +Curator Recipes +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-pool.commons-pool-1.6 +-------------------------------------------------------------------------------- + +Bundled jars: commons-pool.commons-pool-1.6.jar + +Apache Commons Pool +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.ws.rs.jakarta.ws.rs-api-3.0.0 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.0.0.jar + +# Notices for Jakarta RESTful Web Services + +This content is produced and maintained by the **Jakarta RESTful Web Services** +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs + +## Trademarks + +**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. ## Copyright @@ -772,104 +1768,119 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +* https://github.com/eclipse-ee4j/jaxrs-api ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +This project leverages the following third party content. + +javaee-api (7.0) + +* License: Apache-2.0 AND W3C + +JUnit (4.11) -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +* License: Common Public License 1.0 -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +Mockito (2.16.0) -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +* Project: http://site.mockito.org +* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +## Cryptography -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +-------------------------------------------------------------------------------- +org.apache.avro.avro-1.12.0 +-------------------------------------------------------------------------------- -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +Bundled jars: org.apache.avro.avro-1.12.0.jar -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +Apache Avro +Copyright 2009-2024 The Apache Software Foundation -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty-15.0.2 +-------------------------------------------------------------------------------- -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +Arrow Memory - Netty +Copyright 2024 The Apache Software Foundation -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-client-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-client-4.2.0.jar + +Curator Client +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-collections.commons-collections-3.2.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-collections.commons-collections-3.2.2.jar + +Apache Commons Collections +Copyright 2001-2015 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +io.r2dbc.r2dbc-spi-0.9.0.RELEASE +-------------------------------------------------------------------------------- + +Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar + +Reactive Relational Database Connectivity + +Copyright 2017-2021 the original author or authors. + +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 -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. + https://www.apache.org/licenses/LICENSE-2.0 -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +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. -------------------------------------------------------------------------------- -Eclipse Jersey Core Server +jakarta.activation.jakarta.activation-api-1.2.1 -------------------------------------------------------------------------------- -# Notice for Jersey Core Server module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: jakarta.activation.jakarta.activation-api-1.2.1.jar + +# Notices for Eclipse Project for JAF -* https://projects.eclipse.org/projects/ee4j.jersey +This content is produced and maintained by the Eclipse Project for JAF project. -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +* Project home: https://projects.eclipse.org/projects/ee4j.jaf ## Copyright @@ -880,613 +1891,531 @@ source code repository logs. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +SPDX-License-Identifier: BSD-3-Clause ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +* https://github.com/eclipse-ee4j/jaf ## Third-party Content -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. - -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved. - -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This project leverages the following third party content. -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +JUnit (4.12) -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +* License: Eclipse Public License -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +-------------------------------------------------------------------------------- +commons-cli.commons-cli-1.2 +-------------------------------------------------------------------------------- -## Copyright +Bundled jars: commons-cli.commons-cli-1.2.jar -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Apache Commons CLI +Copyright 2001-2009 The Apache Software Foundation -## Declared Project Licenses +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-h2-5.3 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar -## Source Code -The project maintains the following source code repositories: +Apache HttpComponents Core HTTP/2 +Copyright 2005-2021 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jersey +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +org.joda.joda-convert-2.2.2 +-------------------------------------------------------------------------------- -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +Bundled jars: org.joda.joda-convert-2.2.2.jar -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +Joda Convert +Copyright 2010-present Stephen Colebourne -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +This product includes software developed by +Joda.org (https://www.joda.org/). -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +Joda-Convert includes code from Google Guava, which is licensed as follows: -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +Copyright (C) 2011 The Guava Authors -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +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 -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +https://www.apache.org/licenses/LICENSE-2.0 -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +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. -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-server-1.0.1 +-------------------------------------------------------------------------------- -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +Kerby-kerb Server +Copyright 2014-2017 The Apache Software Foundation -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +-------------------------------------------------------------------------------- +org.apache.commons.commons-jcs3-core-3.2 +-------------------------------------------------------------------------------- -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +Apache Commons JCS :: Core +Copyright 2002-2023 The Apache Software Foundation -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +org.apache.httpcomponents.httpclient-4.5.14 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. - +Bundled jars: org.apache.httpcomponents.httpclient-4.5.14.jar -* https://projects.eclipse.org/projects/ee4j.jersey - -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +Apache HttpClient +Copyright 1999-2022 The Apache Software Foundation -## Copyright +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +-------------------------------------------------------------------------------- +joda-time.joda-time-2.11.0 +-------------------------------------------------------------------------------- -## Declared Project Licenses +Bundled jars: joda-time.joda-time-2.11.0.jar -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +============================================================================= += NOTICE file corresponding to section 4d of the Apache License Version 2.0 = +============================================================================= +This product includes software developed by +Joda.org (https://www.joda.org/). -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +-------------------------------------------------------------------------------- +com.google.inject.extensions.guice-servlet-4.0 +-------------------------------------------------------------------------------- -## Source Code -The project maintains the following source code repositories: +Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar -* https://github.com/eclipse-ee4j/jersey +Google Guice - Extensions - Servlet +Copyright 2006-2015 Google, Inc. -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright: (C) 2009 The Guava Authors +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-5.3 +-------------------------------------------------------------------------------- -JSR-166 Extension - JEP 266 -* License: Creative Commons 1.0 (CC0) -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 -* Expert Group and released to the public domain, as explained at -* http://creativecommons.org/publicdomain/zero/1.0/ +Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +Apache HttpComponents Core HTTP/1.1 +Copyright 2005-2021 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +-------------------------------------------------------------------------------- +org.apache.commons.commons-compress-1.27.1 +-------------------------------------------------------------------------------- -## Copyright +Bundled jars: org.apache.commons.commons-compress-1.27.1.jar -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Apache Commons Compress +Copyright 2002-2024 The Apache Software Foundation -## Declared Project Licenses +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +org.apache.orc.orc-shims-1.9.4 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: org.apache.orc.orc-shims-1.9.4.jar -## Source Code -The project maintains the following source code repositories: +ORC Shims +Copyright 2013-2024 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jersey +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +org.apache.pekko.pekko-remote_2.13-1.2.1 +-------------------------------------------------------------------------------- -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +Bundled jars: org.apache.pekko.pekko-remote_2.13-1.2.1.jar -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +Apache Pekko +Copyright 2022-2025 The Apache Software Foundation -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +--------------- -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license. -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +stream-lib +Copyright 2016 AddThis -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +This product includes software developed by AddThis. -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +-------------------------------------------------------------------------------- +org.apache.parquet.parquet-jackson-1.13.1 +-------------------------------------------------------------------------------- -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +# Jackson JSON processor -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +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. -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +## Licensing -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +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. -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +## Credits -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +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. -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +com.fasterxml.classmate-1.3.1 -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: com.fasterxml.classmate-1.3.1.jar -* https://projects.eclipse.org/projects/ee4j.jersey +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +Other developers who have contributed code are: -## Copyright +* Brian Langel -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-client-1.0.1 +-------------------------------------------------------------------------------- -## Declared Project Licenses +Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +Kerby-kerb Client +Copyright 2014-2017 The Apache Software Foundation -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Source Code -The project maintains the following source code repositories: +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-xdr-1.0.1 +-------------------------------------------------------------------------------- -* https://github.com/eclipse-ee4j/jersey +Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar -## Third-party Content +Kerby XDR Project +Copyright 2014-2017 The Apache Software Foundation -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-asn1-1.0.1 +-------------------------------------------------------------------------------- -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar -## Copyright +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Declared Project Licenses +-------------------------------------------------------------------------------- +commons-io.commons-io-2.16.1 +-------------------------------------------------------------------------------- -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +Bundled jars: commons-io.commons-io-2.16.1.jar -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation -## Source Code -The project maintains the following source code repositories: +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix-1.0.1 +-------------------------------------------------------------------------------- -* https://github.com/eclipse-ee4j/jersey +Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar -## Third-party Content +Kerby PKIX Project +Copyright 2014-2017 The Apache Software Foundation -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-identity-1.0.1 +-------------------------------------------------------------------------------- -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +Kerby-kerb Identity +Copyright 2014-2017 The Apache Software Foundation -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-afterburner-2.9.10 +-------------------------------------------------------------------------------- -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +Bundled jars: com.fasterxml.jackson.module.jackson-module-afterburner-2.9.10.jar -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +# Jackson JSON processor -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +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, as well as supported +commercially by FasterXML.com. -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +## Licensing -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +Jackson core and extension components (as well their dependencies) may be licensed under +different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +## Credits -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +-------------------------------------------------------------------------------- +org.apache.zookeeper.zookeeper-jute-3.5.6 +-------------------------------------------------------------------------------- -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +org.apache.httpcomponents.httpcore-nio-4.4.13 -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish - -This content is produced and maintained by the Eclipse GlassFish project. +Bundled jars: org.apache.httpcomponents.httpcore-nio-4.4.13.jar -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +Apache HttpCore NIO +Copyright 2005-2020 The Apache Software Foundation -## Trademarks +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util-1.0.1 +-------------------------------------------------------------------------------- -## Copyright +Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Kerby Util +Copyright 2014-2017 The Apache Software Foundation -## Declared Project Licenses +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +com.esotericsoftware.kryo5-5.6.0 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: com.esotericsoftware.kryo5-5.6.0.jar -## Source Code +// ------------------------------------------------------------------ +// NOTICE file corresponding to the section 4d of The Apache License, +// Version 2.0, in this case for Objenesis +// ------------------------------------------------------------------ -The project maintains the following source code repositories: +Objenesis +Copyright 2006-2022 Joe Walnes, Henri Tremblay, Leonardo Mesquita -* https://github.com/eclipse-ee4j/glassfish-ha-api -* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor -* https://github.com/eclipse-ee4j/glassfish-shoal -* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck -* https://github.com/eclipse-ee4j/glassfish-jsftemplating -* https://github.com/eclipse-ee4j/glassfish-hk2-extra -* https://github.com/eclipse-ee4j/glassfish-hk2 -* https://github.com/eclipse-ee4j/glassfish-fighterfish +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3-3.16.0 +-------------------------------------------------------------------------------- -## Third-party Content +Bundled jars: org.apache.commons.commons-lang3-3.16.0.jar -This project leverages the following third party content. +Apache Commons Lang +Copyright 2001-2024 The Apache Software Foundation -None +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -## Cryptography +-------------------------------------------------------------------------------- +org.apache.commons.commons-configuration2-2.1.1 +-------------------------------------------------------------------------------- -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar + +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +com.google.inject.guice-4.0 -------------------------------------------------------------------------------- -[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " -[//]: # " " -[//]: # " This program and the accompanying materials are made available under the " -[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " -[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " -[//]: # " " -[//]: # " SPDX-License-Identifier: BSD-3-Clause " +Bundled jars: com.google.inject.guice-4.0.jar -# Notices for Jakarta XML Binding +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. -This content is produced and maintained by the Jakarta XML Binding -project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -## Trademarks +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core-2.29.51 +-------------------------------------------------------------------------------- -Jakarta XML Binding is a trademark of the Eclipse Foundation. +Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar -## Copyright +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +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 + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). -## Declared Project Licenses +# Jackson JSON processor -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0 which is available at -http://www.eclipse.org/org/documents/edl-v10.php. +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. -SPDX-License-Identifier: BSD-3-Clause +## Copyright -## Source Code +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -The project maintains the following source code repositories: +## Licensing -* https://github.com/eclipse-ee4j/jaxb-api -* https://github.com/eclipse-ee4j/jaxb-tck +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. -## Third-party Content +## Credits -This project leverages the following third party content. +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 River (3.0.0) +## FastDoubleParser -* License: Apache-2.0 AND BSD-3-Clause +jackson-core bundles a shaded copy of FastDoubleParser . +That code is available under an MIT license +under the following copyright. -ASM 7 (n/a) +Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -* License: BSD-3-Clause -* Project: https://asm.ow2.io/ -* Source: - https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand +See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser +and the licenses and copyrights that apply to that code. -JTHarness (5.0) +# FastDoubleParser -* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) -* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness -* Source: http://hg.openjdk.java.net/code-tools/jtharness/ +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. -normalize.css (3.0.2) +## Copyright -* License: MIT +Copyright © 2023 Werner Randelshofer, Switzerland. -SigTest (n/a) +## Licensing -* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -## Cryptography +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +fast_double_parser, Copyright (c) 2022 Daniel Lemire. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/dc88f6f882ac7eb8ec3765f633835cb76afa0ac2/LICENSE-APACHE + +fast_float, Copyright (c) 2021 The fast_float authors. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE + +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'bigint-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1) +jakarta.annotation.jakarta.annotation-api-2.1.1 -------------------------------------------------------------------------------- +Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar + # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -1527,168 +2456,208 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) +org.apache.kerby.kerb-common-1.0.1 -------------------------------------------------------------------------------- -# Notices for Jakarta RESTful Web Services - -This content is produced and maintained by the **Jakarta RESTful Web Services** -project. - -* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs - -## Trademarks - -**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. - -## Copyright - -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. - -## Declared Project Licenses - -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Kerby-kerb Common +Copyright 2014-2017 The Apache Software Foundation -## Source Code +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The project maintains the following source code repositories: +-------------------------------------------------------------------------------- +org.apache.arrow.flight-core-15.0.2 +-------------------------------------------------------------------------------- -* https://github.com/eclipse-ee4j/jaxrs-api +Bundled jars: org.apache.arrow.flight-core-15.0.2.jar -## Third-party Content +Arrow Flight Core +Copyright 2024 The Apache Software Foundation -This project leverages the following third party content. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -javaee-api (7.0) +-------------------------------------------------------------------------------- +org.apache.iceberg.iceberg-bundled-guava-1.7.1 +-------------------------------------------------------------------------------- -* License: Apache-2.0 AND W3C +Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar -JUnit (4.11) +Apache Iceberg +Copyright 2017-2024 The Apache Software Foundation -* License: Common Public License 1.0 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Mockito (2.16.0) +-------------------------------------------------------------------------------- +commons-net.commons-net-3.6 +-------------------------------------------------------------------------------- -* Project: http://site.mockito.org -* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 +Bundled jars: commons-net.commons-net-3.6.jar -## Cryptography +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +io.netty.netty-3.10.6.Final -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Bundled jars: io.netty.netty-3.10.6.Final.jar -This content is produced and maintained by the Eclipse Project for JAF project. +The Netty Project + ================= -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Please visit the Netty web site for more information: -## Copyright + * http://netty.io/ -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Copyright 2011 The Netty Project -## Declared Project Licenses +The Netty Project licenses this file to you 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: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +http://www.apache.org/licenses/LICENSE-2.0 -SPDX-License-Identifier: BSD-3-Clause +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. -## Source Code +Also, please refer to each LICENSE..txt file, which is located in +the 'license' directory of the distribution file, for the license terms of the +components that this product depends on. -The project maintains the following source code repositories: +------------------------------------------------------------------------------- +This product contains the extensions to Java Collections Framework which has +been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.jsr166y.txt (Public Domain) + * HOMEPAGE: + * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ + * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ -## Third-party Content +This product contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -This project leverages the following third party content. + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -JUnit (4.12) +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -* License: Eclipse Public License + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -# Notices for Jakarta Activation + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -This content is produced and maintained by Jakarta Activation project. +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -## Copyright +This product optionally depends on 'Bouncy Castle Crypto APIs' to generate +a temporary self-signed X.509 certificate when the JVM does not provide the +equivalent functionality. It can be obtained at: -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -## Declared Project Licenses +This product optionally depends on 'SLF4J', a simple logging facade for Java, +which can be obtained at: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. + * LICENSE: + * license/LICENSE.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -SPDX-License-Identifier: BSD-3-Clause +This product optionally depends on 'Apache Commons Logging', a logging +framework, which can be obtained at: -## Source Code + * LICENSE: + * license/LICENSE.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -The project maintains the following source code repositories: +This product optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ -## Third-party Content +This product optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: -This project leverages the following third party content. + * LICENSE: + * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) + * HOMEPAGE: + * http://anonsvn.jboss.org/repos/common/common-logging-spi/ -JUnit (4.12) +This product optionally depends on 'Apache Felix', an open source OSGi +framework implementation, which can be obtained at: -* License: Eclipse Public License + * LICENSE: + * license/LICENSE.felix.txt (Apache License 2.0) + * HOMEPAGE: + * http://felix.apache.org/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpmime-4.5.13 +-------------------------------------------------------------------------------- -# Notices for Jakarta Activation +Bundled jars: org.apache.httpcomponents.httpmime-4.5.13.jar -This content is produced and maintained by Jakarta Activation project. +Apache HttpClient Mime +Copyright 1999-2020 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +aiohttp (vendored MIT-licensed C parser code) +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +The aiohttp wheel is primarily Apache-2.0 but bundles a small amount of +MIT-licensed C code used for HTTP parsing. The MIT attribution required +for redistribution of that code is: -## Declared Project Licenses + Copyright (c) the aiohttp contributors and upstream authors of the + vendored parser source. Distributed under the MIT License. -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +Consumers of the aiohttp wheel must preserve that MIT copyright notice in +any downstream redistribution of the parser source or object code. -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +Matplotlib +-------------------------------------------------------------------------------- -## Source Code +Matplotlib is distributed under the "Matplotlib License", a modification of +the PSF License. The attribution required for redistribution is: -The project maintains the following source code repositories: + Copyright (c) 2012- Matplotlib Development Team; All Rights Reserved. -* https://github.com/eclipse-ee4j/jaf +The full license text is covered by licenses/LICENSE-PSF-2.0.txt. diff --git a/amber/NOTICE-binary-python b/amber/NOTICE-binary-python new file mode 100644 index 00000000000..08750dcd924 --- /dev/null +++ b/amber/NOTICE-binary-python @@ -0,0 +1,24 @@ +-------------------------------------------------------------------------------- +aiohttp (vendored MIT-licensed C parser code) +-------------------------------------------------------------------------------- + +The aiohttp wheel is primarily Apache-2.0 but bundles a small amount of +MIT-licensed C code used for HTTP parsing. The MIT attribution required +for redistribution of that code is: + + Copyright (c) the aiohttp contributors and upstream authors of the + vendored parser source. Distributed under the MIT License. + +Consumers of the aiohttp wheel must preserve that MIT copyright notice in +any downstream redistribution of the parser source or object code. + +-------------------------------------------------------------------------------- +Matplotlib +-------------------------------------------------------------------------------- + +Matplotlib is distributed under the "Matplotlib License", a modification of +the PSF License. The attribution required for redistribution is: + + Copyright (c) 2012- Matplotlib Development Team; All Rights Reserved. + +The full license text is covered by licenses/LICENSE-PSF-2.0.txt. diff --git a/bin/licensing/generate_notice_binary.py b/bin/licensing/generate_notice_binary.py new file mode 100755 index 00000000000..d4ae459643e --- /dev/null +++ b/bin/licensing/generate_notice_binary.py @@ -0,0 +1,215 @@ +#!/usr/bin/env python3 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +"""Generate a NOTICE-binary for a service from its bundled jars' META-INF/NOTICE +files. + +The output starts with the project's own NOTICE (Texera ASF header), then +emits one block per unique META-INF/NOTICE content (deduped by SHA-1 hash +across the jars in the given lib dirs). Each block is headed by a synthesized +project name derived from the longest common prefix of its members' Maven +coordinates, plus the list of contributing jars. + +Blocks are sorted by jar count (largest cluster first), with hash as a stable +tiebreaker. + +Optional `--extras ` appends a verbatim text file at the end. Use this +for non-jar attributions (Apache-2.0 Python wheels like aiohttp, Matplotlib) +that don't ship a NOTICE inside any jar. + +Usage: + generate_notice_binary.py [ ...] [--extras ] [--project-notice ] +""" +from __future__ import annotations + +import argparse +import hashlib +import os +import re +import sys +import zipfile +from collections import defaultdict +from pathlib import Path + + +SEP = "-" * 80 +TEXERA_OWN_JAR_PREFIX = "org.apache.texera." + +NOTICE_NAMES_TOPLEVEL = {"notice", "notice.txt", "notice.md"} + + +def is_notice_entry(parts: list[str]) -> bool: + """Return True if the zip entry path is a NOTICE-style file we want to + pick up. Mirrors audit_jar_licenses.py's classifier (notice side).""" + if len(parts) == 1: + return parts[0].lower() in NOTICE_NAMES_TOPLEVEL + if parts[0].upper() != "META-INF": + return False + return "notice" in parts[-1].lower() + + +def extract_notice_blob(jar_path: Path) -> str | None: + """Concatenate every NOTICE-style file in a jar (root level or + META-INF/...) into one blob. Return None for bad-zip jars or jars + whose NOTICE blobs are all empty.""" + pieces: list[str] = [] + try: + with zipfile.ZipFile(jar_path) as zf: + for name in zf.namelist(): + if is_notice_entry(name.split("/")): + try: + raw = zf.read(name).decode("utf-8", errors="replace") + except Exception: + continue + # Normalize line endings: jars from Windows-built upstreams + # ship CRLF, which git auto-converts on commit and would + # cause spurious drift between committed and regenerated. + blob = raw.replace("\r\n", "\n").replace("\r", "\n").strip() + if blob: + pieces.append(blob) + except zipfile.BadZipFile: + return None + if not pieces: + return None + return "\n\n".join(pieces) + + +def short_hash(text: str) -> str: + return hashlib.sha1(text.encode("utf-8", errors="replace")).hexdigest()[:10] + + +def project_name_for_cluster(jar_names: list[str]) -> str: + """Return a heading for a cluster of jars sharing a NOTICE. + + Uses the longest common dotted prefix of the jar filenames (e.g. + `org.apache.hadoop.hadoop-annotations-3.3.3.jar` and siblings yield + `org.apache.hadoop`). For single-jar clusters, returns the jar name + without `.jar`. The "Bundled jars: ..." line in each block lists + exact filenames, so the heading just needs to be a navigational + summary, not a polished project label. + """ + if not jar_names: + return "(unknown)" + if len(jar_names) == 1: + name = jar_names[0] + return name[:-4] if name.endswith(".jar") else name + common = os.path.commonprefix(jar_names) + if "." in common: + common = common[: common.rfind(".")] + return common or jar_names[0] + + +def collect_clusters(lib_dirs: list[Path]) -> dict[str, dict]: + """Return {hash: {'content': str, 'jars': sorted list[str]}} for every + unique NOTICE blob found across the union of lib dirs.""" + seen_jars: dict[str, Path] = {} + for d in lib_dirs: + if not d.is_dir(): + sys.stderr.write(f"error: {d} is not a directory\n") + sys.exit(2) + for jar in d.glob("*.jar"): + if jar.name.startswith(TEXERA_OWN_JAR_PREFIX): + continue + seen_jars.setdefault(jar.name, jar) + + clusters: dict[str, dict] = defaultdict(lambda: {"content": "", "jars": []}) + for name, path in sorted(seen_jars.items()): + blob = extract_notice_blob(path) + if not blob: + continue + h = short_hash(blob) + clusters[h]["content"] = blob + clusters[h]["jars"].append(name) + for c in clusters.values(): + c["jars"].sort() + return clusters + + +def emit_block(heading: str, jars: list[str], content: str) -> str: + out: list[str] = [] + out.append(SEP) + out.append(heading) + out.append(SEP) + out.append("") + if len(jars) <= 4: + out.append("Bundled jars: " + ", ".join(jars)) + else: + out.append(f"Bundled jars ({len(jars)}): " + ", ".join(jars[:3]) + f", ... (+{len(jars) - 3} more)") + out.append("") + out.append(content) + out.append("") + return "\n".join(out) + + +def main() -> int: + ap = argparse.ArgumentParser() + ap.add_argument("output", help="Path to write the NOTICE-binary") + ap.add_argument("lib_dirs", nargs="+", help="lib/ directories to scan for jars") + ap.add_argument( + "--project-notice", + default=str(Path(__file__).resolve().parent.parent.parent / "NOTICE"), + help="Path to project's own NOTICE file (Texera ASF header). " + "Prepended verbatim to the output.", + ) + ap.add_argument( + "--extras", + default=None, + help="Optional path to a file containing additional NOTICE blocks " + "(e.g. for non-jar Apache-2.0 deps like aiohttp / matplotlib). " + "Appended verbatim to the output.", + ) + args = ap.parse_args() + + project_notice = Path(args.project_notice) + if not project_notice.is_file(): + sys.stderr.write(f"error: --project-notice {project_notice} not found\n") + return 2 + + clusters = collect_clusters([Path(d) for d in args.lib_dirs]) + + parts: list[str] = [] + parts.append(project_notice.read_text().rstrip()) + parts.append("") + # Sort: by jar count desc, then by hash for stable ordering. + sorted_clusters = sorted( + clusters.items(), + key=lambda kv: (-len(kv[1]["jars"]), kv[0]), + ) + for h, c in sorted_clusters: + heading = project_name_for_cluster(c["jars"]) + parts.append(emit_block(heading, c["jars"], c["content"])) + + if args.extras: + extras = Path(args.extras) + if not extras.is_file(): + sys.stderr.write(f"error: --extras {extras} not found\n") + return 2 + parts.append(extras.read_text().rstrip()) + parts.append("") + + Path(args.output).write_text("\n".join(parts)) + print( + f"Wrote {args.output}: {len(clusters)} unique NOTICE blocks " + f"from {sum(len(c['jars']) for c in clusters.values())} jars across " + f"{len(args.lib_dirs)} lib dir(s)" + ) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/computing-unit-managing-service/NOTICE-binary b/computing-unit-managing-service/NOTICE-binary index 66f67bf0add..d687e38dfdf 100644 --- a/computing-unit-managing-service/NOTICE-binary +++ b/computing-unit-managing-service/NOTICE-binary @@ -1,60 +1,188 @@ Apache Texera (Incubating) -Copyright 2025-2026 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Apache Hadoop +software.amazon.awssdk +-------------------------------------------------------------------------------- + +Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) + +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 + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). + -------------------------------------------------------------------------------- +org.apache.hadoop +-------------------------------------------------------------------------------- + +Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.1.jar, org.apache.hadoop.hadoop-auth-3.3.1.jar, org.apache.hadoop.hadoop-common-3.3.1.jar, ... (+5 more) Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + Export Control Notice --------------------- -This distribution includes cryptographic software. The country in which -you currently reside may have restrictions on the import, possession, use, -and/or re-export to another country, of encryption software. BEFORE using -any encryption software, please check your country's laws, regulations and -policies concerning the import, possession, or use, and re-export of -encryption software, to see if this is permitted. See - for more information. +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See for more +information. The U.S. Government Department of Commerce, Bureau of Industry and -Security (BIS), has classified this software as Export Commodity Control -Number (ECCN) 5D002.C.1, which includes information security software -using or performing cryptographic functions with asymmetric algorithms. -The form and manner of this Apache Software Foundation distribution makes -it eligible for export under the License Exception ENC Technology Software -Unrestricted (TSU) exception (see the BIS Export Administration -Regulations, Section 740.13) for both object code and source code. +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this Apache Software Foundation +distribution makes it eligible for export under the License Exception +ENC Technology Software Unrestricted (TSU) exception (see the BIS +Export Administration Regulations, Section 740.13) for both object +code and source code. The following provides more details on the included cryptographic software: - This software uses the SSL libraries from the Jetty project written - by mortbay.org. - - Hadoop Yarn Server Web Proxy uses the BouncyCastle Java cryptography - APIs written by the Legion of the Bouncy Castle Inc. +This software uses the SSL libraries from the Jetty project written +by mortbay.org. +Hadoop Yarn Server Web Proxy uses the BouncyCastle Java +cryptography APIs written by the Legion of the Bouncy Castle Inc. -------------------------------------------------------------------------------- -Apache Parquet +org.eclipse.jetty -------------------------------------------------------------------------------- -Apache Parquet MR -Copyright 2014-2024 The Apache Software Foundation +Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) -This product includes code from Apache Avro. +Notices for Eclipse Jetty +========================= +This content is produced and maintained by the Eclipse Jetty project. - Apache Avro - Copyright 2010-2024 The Apache Software Foundation +Project home: https://eclipse.dev/jetty/ + +Trademarks +---------- +Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. + +Copyright +--------- +All contributions are the property of the respective authors or of +entities to which copyright has been assigned by the authors (eg. employer). + +Declared Project Licenses +------------------------- +This artifacts of this project are made available under the terms of: + + * the Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-2.0 + SPDX-License-Identifier: EPL-2.0 + + or + + * the Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + SPDX-License-Identifier: Apache-2.0 + +The following dependencies are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core + +The following dependencies are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message + +The following dependencies are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish + +The following dependencies are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + + * jakarta.servlet:jakarta.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api + +The following dependencies are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html + + * org.ow2.asm:asm-commons + * org.ow2.asm:asm + +The following dependencies are ASL2 licensed. + + * org.apache.taglibs:taglibs-standard-spec + * org.apache.taglibs:taglibs-standard-impl + +The following dependencies are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. + + * org.mortbay.jasper:apache-jsp + * org.apache.tomcat:tomcat-jasper + * org.apache.tomcat:tomcat-juli + * org.apache.tomcat:tomcat-jsp-api + * org.apache.tomcat:tomcat-el-api + * org.apache.tomcat:tomcat-jasper-el + * org.apache.tomcat:tomcat-api + * org.apache.tomcat:tomcat-util-scan + * org.apache.tomcat:tomcat-util + * org.mortbay.jasper:apache-el + * org.apache.tomcat:tomcat-jasper-el + * org.apache.tomcat:tomcat-el-api + +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + + * org.eclipse.jetty.toolchain:jetty-schemas + +Cryptography +------------ +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -Apache Iceberg +org.apache.iceberg -------------------------------------------------------------------------------- +Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) + Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -80,352 +208,376 @@ the following copyright notice: | See the License for the specific language governing permissions and | limitations under the License. - Apache Arrow (arrow-format, arrow-memory-core, arrow-memory-netty, - arrow-vector, flight-core, flight-grpc) - Copyright 2016-2023 The Apache Software Foundation +-------------------------------------------------------------------------------- +org.glassfish.jersey +-------------------------------------------------------------------------------- + +Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jersey + +## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. + +## Copyright - Apache Commons BeanUtils - Copyright 2000-2019 The Apache Software Foundation +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. - Apache Commons CLI - Copyright 2001-2022 The Apache Software Foundation +## Declared Project Licenses - Apache Commons Codec - Copyright 2002-2024 The Apache Software Foundation +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. - Apache Commons Collections (3.x and 4.x) - Copyright 2001-2024 The Apache Software Foundation +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - Apache Commons Compress - Copyright 2002-2024 The Apache Software Foundation +## Source Code +The project maintains the following source code repositories: - Apache Commons Configuration - Copyright 2001-2024 The Apache Software Foundation +* https://github.com/eclipse-ee4j/jersey - Apache Commons IO - Copyright 2002-2024 The Apache Software Foundation +## Third-party Content - Apache Commons JCS - Copyright 2002-2024 The Apache Software Foundation +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. - Apache Commons Lang (2.x and 3.x) - Copyright 2001-2024 The Apache Software Foundation +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright - Apache Commons Logging - Copyright 2003-2014 The Apache Software Foundation +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. - Apache Commons Math - Copyright 2001-2016 The Apache Software Foundation +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate - Apache Commons Net - Copyright 2001-2023 The Apache Software Foundation +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc - Apache Commons Pool - Copyright 2001-2024 The Apache Software Foundation +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors - Apache Commons Text - Copyright 2014-2024 The Apache Software Foundation +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group - Apache Commons VFS - Copyright 2002-2024 The Apache Software Foundation +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. - Apache Curator - Copyright 2011-2024 The Apache Software Foundation +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. - Apache HttpComponents (httpclient, httpcore, httpasyncclient, - httpclient5, httpcore5, httpcore5-h2, httpmime) - Copyright 1999-2024 The Apache Software Foundation - Apache HTrace (Incubating) - Copyright 2016-2017 The Apache Software Foundation +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation - Apache Iceberg - Copyright 2017-2024 The Apache Software Foundation +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com - Apache Kerby (kerb-* and kerby-* subprojects) - Copyright 2014-2017 The Apache Software Foundation +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ - Apache Maven (many subprojects including wagon-*) - Copyright 2001-2024 The Apache Software Foundation +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell - Apache ORC - Copyright 2013-2024 The Apache Software Foundation +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. - Apache Yetus - Copyright 2015-2023 The Apache Software Foundation +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. - Apache ZooKeeper - Copyright 2008-2024 The Apache Software Foundation +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. - Apache log4j 1.2 / reload4j - Copyright 2007 The Apache Software Foundation +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Netty +io.netty.netty-tcnative-boringssl-static-2.0.61 -------------------------------------------------------------------------------- -The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). +Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) -This product contains the extensions to Java Collections Framework derived -from the works by JSR-166 EG, Doug Lea, and Jason T. Greene (Public -Domain). +The Netty Project + ================= -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. +Please visit the Netty web site for more information: -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). + * http://netty.io/ -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). +Copyright 2016 The Netty Project -This product optionally depends on 'Protocol Buffers' (New BSD License, -http://code.google.com/p/protobuf/), 'Bouncy Castle Crypto APIs' (MIT -License, http://www.bouncycastle.org/), 'SLF4J' (MIT License, -http://www.slf4j.org/), 'Apache Commons Logging' (Apache License 2.0), -'Apache Log4J' (Apache License 2.0), 'JBoss Logging' (GNU LGPL 2.1), and -'Apache Felix' (Apache License 2.0). +The Netty Project licenses this file to you 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: --------------------------------------------------------------------------------- -Eclipse Jetty --------------------------------------------------------------------------------- + http://www.apache.org/licenses/LICENSE-2.0 -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +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. -The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd unless -otherwise noted. Jetty is dual licensed under both the Apache 2.0 License -and the Eclipse Public 1.0 License; Texera redistributes it under the -Apache 2.0 terms. +------------------------------------------------------------------------------- +This product contains a forked and modified version of Tomcat Native -Jetty bundles select artifacts under secondary licenses: - * Eclipse Public License: org.eclipse.jetty.orbit:org.eclipse.jdt.core, - javax.security.auth.message (EPL + ASL2), - javax.mail.glassfish (EPL + CDDL 1.0) - * CDDL + GPLv2 with classpath exception: javax.servlet:javax.servlet-api, - javax.annotation:javax.annotation-api, - javax.transaction:javax.transaction-api, - javax.websocket:javax.websocket-api - * OW2 license: org.ow2.asm:asm-commons, org.ow2.asm:asm - * MortBay ASL2: org.mortbay.jasper:apache-jsp, apache-el (based on - selected classes from Apache Tomcat) + * LICENSE: + * license/LICENSE.tomcat-native.txt (Apache License 2.0) + * HOMEPAGE: + * http://tomcat.apache.org/native-doc/ + * https://svn.apache.org/repos/asf/tomcat/native/ -The UnixCrypt.java code implements one-way cryptography used by Unix -systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. +This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build. --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- + * LICENSE: + * license/LICENSE.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper -Jackson JSON processor +This product contains small piece of code to support AIX, taken from netbsd. -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. + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist -Copyright 2007- Tatu Saloranta (tatu.saloranta@iki.fi) -Jackson 2.x core and extension components are licensed under Apache -License 2.0. This attribution applies to jackson-core, jackson-databind, -jackson-annotations, and every jackson-datatype-*, jackson-module-*, -jackson-dataformat-*, and jackson-jaxrs-* artifact bundled in this -distribution. +This product contains code from boringssl. -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ -------------------------------------------------------------------------------- -Google Guice +org.glassfish.hk2 -------------------------------------------------------------------------------- -Google Guice - Core Library (and guice-servlet extension) -Copyright 2006-2015 Google, Inc. - --------------------------------------------------------------------------------- -AWS SDK for Java 2.0 --------------------------------------------------------------------------------- +Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar -AWS SDK for Java 2.0 -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Notices for Eclipse GlassFish -This product includes software developed by Amazon Technologies, Inc -(http://www.amazon.com/). - -The AWS SDK bundles the following third-party works: - * 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), shaded as - software.amazon.awssdk:third-party-jackson-core - * Jackson-dataformat-cbor - (https://github.com/FasterXML/jackson-dataformats-binary) - -Required Apache Commons Lang attribution: - Apache Commons Lang - Copyright 2001-2020 The Apache Software Foundation +This content is produced and maintained by the Eclipse GlassFish project. --------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) --------------------------------------------------------------------------------- +* Project home: https://projects.eclipse.org/projects/ee4j.glassfish -# Jackson JSON processor +## Trademarks -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. +Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. ## Copyright -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. -## Licensing +## Declared Project Licenses -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. +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -## Credits +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -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. +## Source Code -## FastDoubleParser +The project maintains the following source code repositories: -jackson-core bundles a shaded copy of FastDoubleParser . -That code is available under an MIT license -under the following copyright. +* https://github.com/eclipse-ee4j/glassfish-ha-api +* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor +* https://github.com/eclipse-ee4j/glassfish-shoal +* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck +* https://github.com/eclipse-ee4j/glassfish-jsftemplating +* https://github.com/eclipse-ee4j/glassfish-hk2-extra +* https://github.com/eclipse-ee4j/glassfish-hk2 +* https://github.com/eclipse-ee4j/glassfish-fighterfish -Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. +## Third-party Content -See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser -and the licenses and copyrights that apply to that code. +This project leverages the following third party content. -# FastDoubleParser +None -This is a Java port of Daniel Lemire's fast_float project. -This project provides parsers for double, float, BigDecimal and BigInteger values. +## Cryptography -## Copyright +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -Copyright © 2024 Werner Randelshofer, Switzerland. +-------------------------------------------------------------------------------- +org.eclipse.jetty.websocket +-------------------------------------------------------------------------------- -## Licensing +Bundled jars: org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-client-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-common-9.4.40.v20210413.jar -This code is licensed under MIT License. -https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE -(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -Some portions of the code have been derived from other projects. -All these projects require that we include a copyright notice, and some require that we also include some text of their -license file. +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. -fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. -https://github.com/lemire/fast_double_parser -https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +Jetty is dual licensed under both -fast_float, Copyright (c) 2021 The fast_float authors. MIT License. -https://github.com/fastfloat/fast_float -https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. -https://github.com/tbuktu/bigint/tree/floatfft -https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE -https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE -(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) + and --------------------------------------------------------------------------------- -Jackson modules and datatypes --------------------------------------------------------------------------------- + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html -# Jackson JSON processor +Jetty may be distributed under either license. -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. +------ +Eclipse -## Copyright +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -## 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. +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -## 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. +------ +Oracle -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -# Jackson JSON processor + * javax.servlet:javax.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api -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, as well as supported -commercially by FasterXML.com. +------ +Oracle OpenJDK -## Licensing +If ALPN is used to negotiate HTTP/2 connections, then the following +artifacts may be included in the distribution or downloaded when ALPN +module is selected. -Jackson core and extension components (as well their dependencies) may be licensed under -different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). + * java.sun.security.ssl -## Credits +These artifacts replace/modify OpenJDK classes. The modififications +are hosted at github and both modified and original are under GPL v2 with +classpath exceptions. +http://openjdk.java.net/legal/gplv2+ce.html -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +------ +OW2 -# Jackson JSON processor +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -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, as well as supported -commercially by FasterXML.com. +org.ow2.asm:asm-commons +org.ow2.asm:asm -## Licensing -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +------ +Apache -## Credits +The following artifacts are ASL2 licensed. -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl + + +------ +MortBay + +The following artifacts are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. + +org.mortbay.jasper:apache-jsp + org.apache.tomcat:tomcat-jasper + org.apache.tomcat:tomcat-juli + org.apache.tomcat:tomcat-jsp-api + org.apache.tomcat:tomcat-el-api + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-api + org.apache.tomcat:tomcat-util-scan + org.apache.tomcat:tomcat-util + +org.mortbay.jasper:apache-el + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-el-api + + +------ +Mortbay + +The following artifacts are CDDL + GPLv2 with classpath exception. + +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + +org.eclipse.jetty.toolchain:jetty-schemas + +------ +Assorted + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.17.0.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar # Jackson JSON processor @@ -434,10 +586,6 @@ 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - ## Licensing Jackson components are licensed under Apache (Software) License, version 2.0, @@ -449,7 +597,95 @@ A list of contributors may be found from CREDITS file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +jakarta.el.jakarta.el-api-4.0.0.jar +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar + +# Notices for Jakarta Expression Language + +This content is produced and maintained by the Jakarta Expression Language project. + +* Project home: https://projects.eclipse.org/projects/ee4j.el + +## Trademarks + +Jakarta Expression Language is a trademark of the Eclipse +Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. + +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/el-ri + +## Third-party Content + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +com.sun.activation.jakarta.activation-2.0.1.jar +-------------------------------------------------------------------------------- + +Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar + +# Notices for Jakarta Activation + +This content is produced and maintained by Jakarta Activation project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaf + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaf + +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar # Jackson JSON processor @@ -461,7 +697,7 @@ commercially by FasterXML.com. ## Licensing -Jackson core and extension components may licensed under different licenses. +Jackson core and extension components may be licensed under different licenses. To find the details that apply to this artifact see the accompanying LICENSE file. For more information, including possible other licensing options, contact FasterXML.com (http://fasterxml.com). @@ -472,7 +708,11 @@ A list of contributors may be found from CREDITS file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar # Jackson JSON processor @@ -481,187 +721,374 @@ 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + ## Licensing -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. +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 file, which is included +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. -------------------------------------------------------------------------------- -Eclipse Jetty 11.0 +org.scala-lang -------------------------------------------------------------------------------- -Notices for Eclipse Jetty -========================= -This content is produced and maintained by the Eclipse Jetty project. - -Project home: https://eclipse.dev/jetty/ +Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar -Trademarks ----------- -Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka -Copyright ---------- -All contributions are the property of the respective authors or of -entities to which copyright has been assigned by the authors (eg. employer). +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). -Declared Project Licenses -------------------------- -This artifacts of this project are made available under the terms of: +Licensed under the Apache License, Version 2.0 (the "License"). +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. - * the Eclipse Public License v2.0 - https://www.eclipse.org/legal/epl-2.0 - SPDX-License-Identifier: EPL-2.0 +This software includes projects with other licenses -- see `doc/LICENSE.md`. - or +-------------------------------------------------------------------------------- +org.apache.hadoop.thirdparty +-------------------------------------------------------------------------------- - * the Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - SPDX-License-Identifier: Apache-2.0 +Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar -The following dependencies are EPL. - * org.eclipse.jetty.orbit:org.eclipse.jdt.core +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The following dependencies are EPL and ASL2. - * org.eclipse.jetty.orbit:javax.security.auth.message +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The following dependencies are EPL and CDDL 1.0. - * org.eclipse.jetty.orbit:javax.mail.glassfish +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The following dependencies are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * jakarta.servlet:jakarta.servlet-api - * javax.annotation:javax.annotation-api - * javax.transaction:javax.transaction-api - * javax.websocket:javax.websocket-api +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework-4.2.0 +-------------------------------------------------------------------------------- -The following dependencies are licensed by the OW2 Foundation according to the -terms of http://asm.ow2.org/license.html +Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - * org.ow2.asm:asm-commons - * org.ow2.asm:asm +Curator Framework +Copyright 2011-2019 The Apache Software Foundation -The following dependencies are ASL2 licensed. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * org.apache.taglibs:taglibs-standard-spec - * org.apache.taglibs:taglibs-standard-impl +-------------------------------------------------------------------------------- +commons-beanutils.commons-beanutils-1.9.4 +-------------------------------------------------------------------------------- -The following dependencies are ASL2 licensed. Based on selected classes from -following Apache Tomcat jars, all ASL2 licensed. +Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar - * org.mortbay.jasper:apache-jsp - * org.apache.tomcat:tomcat-jasper - * org.apache.tomcat:tomcat-juli - * org.apache.tomcat:tomcat-jsp-api - * org.apache.tomcat:tomcat-el-api - * org.apache.tomcat:tomcat-jasper-el - * org.apache.tomcat:tomcat-api - * org.apache.tomcat:tomcat-util-scan - * org.apache.tomcat:tomcat-util - * org.mortbay.jasper:apache-el - * org.apache.tomcat:tomcat-jasper-el - * org.apache.tomcat:tomcat-el-api +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * org.eclipse.jetty.toolchain:jetty-schemas +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core-2.18.6 +-------------------------------------------------------------------------------- -Cryptography ------------- -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar -The UnixCrypt.java code implements the one way cryptography used by -Unix systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. -Permission to use, copy, modify and distribute UnixCrypt -for non-commercial or commercial purposes and without fee is -granted provided that the copyright notice appears in all copies. +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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 . +That code is available under an MIT 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. + +# FastDoubleParser + +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. + +## Copyright + +Copyright © 2024 Werner Randelshofer, Switzerland. + +## Licensing + +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. + +fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. +https://github.com/lemire/fast_double_parser +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +fast_float, Copyright (c) 2021 The fast_float authors. MIT License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -------------------------------------------------------------------------------- -Apache Parquet (per-component supplementary notices) +org.apache.zookeeper.zookeeper-3.5.6 -------------------------------------------------------------------------------- -Apache Parquet MR (Incubating) -Copyright 2014-2015 The Apache Software Foundation +Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar + +Apache ZooKeeper - Server +Copyright 2008-2019 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-util-1.0.1 -------------------------------------------------------------------------------- -This product includes code from Apache Avro, which includes the following in -its NOTICE file: +Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar - Apache Avro - Copyright 2010-2015 The Apache Software Foundation +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +log4j.log4j-1.2.17 +-------------------------------------------------------------------------------- + +Bundled jars: log4j.log4j-1.2.17.jar + +Apache log4j +Copyright 2007 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-codec.commons-codec-1.17.1 +-------------------------------------------------------------------------------- + +Bundled jars: commons-codec.commons-codec-1.17.1.jar + +Apache Commons Codec +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-admin-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar + +Kerby-kerb Admin +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3-3.14.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-lang3-3.14.0.jar + +Apache Commons Lang +Copyright 2001-2023 The Apache Software Foundation -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-math3-3.1.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-math3-3.1.1.jar + +Apache Commons Math +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +=============================================================================== + +The BracketFinder (package org.apache.commons.math3.optimization.univariate) +and PowellOptimizer (package org.apache.commons.math3.optimization.general) +classes are based on the Python code in module "optimize.py" (version 0.5) +developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/) +Copyright © 2003-2009 SciPy Developers. +=============================================================================== + +The LinearConstraint, LinearObjectiveFunction, LinearOptimizer, +RelationShip, SimplexSolver and SimplexTableau classes in package +org.apache.commons.math3.optimization.linear include software developed by +Benjamin McCann (http://www.benmccann.com) and distributed with +the following copyright: Copyright 2009 Google Inc. +=============================================================================== + +This product includes software developed by the +University of Chicago, as Operator of Argonne National +Laboratory. +The LevenbergMarquardtOptimizer class in package +org.apache.commons.math3.optimization.general includes software +translated from the lmder, lmpar and qrsolv Fortran routines +from the Minpack package +Minpack Copyright Notice (1999) University of Chicago. All rights reserved +=============================================================================== + +The GraggBulirschStoerIntegrator class in package +org.apache.commons.math3.ode.nonstiff includes software translated +from the odex Fortran routine developed by E. Hairer and G. Wanner. +Original source copyright: +Copyright (c) 2004, Ernst Hairer +=============================================================================== + +The EigenDecompositionImpl class in package +org.apache.commons.math3.linear includes software translated +from some LAPACK Fortran routines. Original source copyright: +Copyright (c) 1992-2008 The University of Tennessee. All rights reserved. +=============================================================================== + +The MersenneTwister class in package org.apache.commons.math3.random +includes software translated from the 2002-01-26 version of +the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji +Nishimura. Original source copyright: +Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, +All rights reserved +=============================================================================== + +The LocalizedFormatsTest class in the unit tests is an adapted version of +the OrekitMessagesTest class from the orekit library distributed under the +terms of the Apache 2 licence. Original source copyright: +Copyright 2010 CS Systèmes d'Information +=============================================================================== + +The HermiteInterpolator class and its corresponding test have been imported from +the orekit library distributed under the terms of the Apache 2 licence. Original +source copyright: +Copyright 2010-2012 CS Systèmes d'Information +=============================================================================== + +The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired +by an original code donated by Sébastien Brisard. +=============================================================================== + + +The complete text of licenses and disclaimers associated with the the original +sources enumerated above at the time of code translation are in the LICENSE.txt +file. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar # 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. +It is currently developed by a community of developers, as well as supported +commercially by FasterXML.com. ## Licensing -Jackson 2.x core and extension components are licensed under Apache License 2.0 +Jackson core and extension components may licensed under different licenses. To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). ## Credits -A list of contributors may be found from CREDITS(-2.x) file, which is included +A list of contributors may be found from CREDITS file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -R2DBC SPI +org.apache.kerby.kerby-config-1.0.1 -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity - -Copyright 2017-2021 the original author or authors. - -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 +Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar - https://www.apache.org/licenses/LICENSE-2.0 +Kerby Config +Copyright 2014-2017 The Apache Software Foundation -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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey (jersey-container-servlet, jersey-container-servlet-core, jersey-client, jersey-hk2, jersey-media-jaxb) +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar + +# Notices for Eclipse Project for Servlet + +This content is produced and maintained by the Eclipse Project for Servlet +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.servlet -* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Eclipse Project for Servlet is a trademark of the Eclipse Foundation. + ## Copyright @@ -669,6 +1096,7 @@ All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs. + ## Declared Project Licenses This program and the accompanying materials are made available under the terms @@ -681,98 +1109,50 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey + * https://github.com/eclipse-ee4j/servlet-api + * https://github.com/eclipse/jetty.toolchain + ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +## Jakarta -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright - -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. - -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate - -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc - -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors - -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group - -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. + * jakarta.servlet:jakarta.servlet-api -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +## GlassFish -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell + * org.eclipse.jetty.toolchain:jetty-schemas -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations-0.13.0 +-------------------------------------------------------------------------------- -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +Apache Yetus - Audience Annotations +Copyright 2015-2020 The Apache Software Foundation -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey Core Server +org.glassfish.jersey.core.jersey-server-3.0.12 -------------------------------------------------------------------------------- +Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar + # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -934,12 +1314,36 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +org.apache.parquet.parquet-avro-1.13.1 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar + +Apache Parquet MR (Incubating) +Copyright 2014-2015 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product includes code from Apache Avro, which includes the following in +its NOTICE file: + + Apache Avro + Copyright 2010-2015 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +-------------------------------------------------------------------------------- +Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar + +# Notice for Jersey Bean Validation module +This content is produced and maintained by the Eclipse Jersey project. * https://projects.eclipse.org/projects/ee4j.jersey @@ -971,16 +1375,10 @@ The project maintains the following source code repositories: ## Third-party Content -Google Guava Version 18.0 +Hibernate Validator CDI, 7.0.5.Final * License: Apache License, 2.0 -* Copyright: (C) 2009 The Guava Authors - -JSR-166 Extension - JEP 266 -* License: Creative Commons 1.0 (CC0) -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 -* Expert Group and released to the public domain, as explained at -* http://creativecommons.org/publicdomain/zero/1.0/ +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -1097,16 +1495,361 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +org.apache.arrow.arrow-format-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar + +Arrow Format +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-vfs2-2.9.0 -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar + +Apache Commons VFS Project +Copyright 2002-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.17.0 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.17.0.jar + +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## Licensing + +Jackson components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. + +-------------------------------------------------------------------------------- +jakarta.inject.jakarta.inject-api-2.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar + +# Notices for Eclipse Jakarta Dependency Injection + +This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. + +* Project home: https://projects.eclipse.org/projects/cdi.batch + +## Trademarks + +Jakarta Dependency Injection is a trademark of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Apache License, Version 2.0 which is available at +https://www.apache.org/licenses/LICENSE-2.0. + +SPDX-License-Identifier: Apache-2.0 + +## Source Code + +The project maintains the following source code repositories: + +https://github.com/eclipse-ee4j/injection-api +https://github.com/eclipse-ee4j/injection-spec +https://github.com/eclipse-ee4j/injection-tck + +## Third-party Content + +This project leverages the following third party content. + +None + +## Cryptography + +None + +-------------------------------------------------------------------------------- +org.apache.arrow.flight-grpc-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar + +Arrow Flight GRPC +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-vector-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar + +Arrow Vectors +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.client5.httpclient5-5.4 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar + +Apache HttpClient +Copyright 1999-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar + +Kerby-kerb Crypto +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-core-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar + +Kerby-kerb core +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-core-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar + +Arrow Memory - Core +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-collections4-4.4 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-collections4-4.4.jar + +Apache Commons Collections +Copyright 2001-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.token-provider-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.token-provider-1.0.1.jar + +Token provider +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar + +[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " +[//]: # " " +[//]: # " This program and the accompanying materials are made available under the " +[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " +[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " +[//]: # " " +[//]: # " SPDX-License-Identifier: BSD-3-Clause " + +# Notices for Jakarta XML Binding + +This content is produced and maintained by the Jakarta XML Binding +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxb + +## Trademarks + +Jakarta XML Binding is a trademark of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0 which is available at +http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaxb-api +* https://github.com/eclipse-ee4j/jaxb-tck + +## Third-party Content + +This project leverages the following third party content. + +Apache River (3.0.0) + +* License: Apache-2.0 AND BSD-3-Clause + +ASM 7 (n/a) + +* License: BSD-3-Clause +* Project: https://asm.ow2.io/ +* Source: + https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand + +JTHarness (5.0) + +* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) +* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness +* Source: http://hg.openjdk.java.net/code-tools/jtharness/ + +normalize.css (3.0.2) + +* License: MIT + +SigTest (n/a) + +* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-simplekdc-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar + +Kerb Simple Kdc +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpcore-4.4.16 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar + +Apache HttpCore +Copyright 2005-2022 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-logging.commons-logging-1.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-logging.commons-logging-1.2.jar + +Apache Commons Logging +Copyright 2003-2014 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-recipes-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar + +Curator Recipes +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-pool.commons-pool-1.6 +-------------------------------------------------------------------------------- + +Bundled jars: commons-pool.commons-pool-1.6.jar + +Apache Commons Pool +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.ws.rs.jakarta.ws.rs-api-3.1.0 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.1.0.jar + +# Notices for Jakarta RESTful Web Services -* https://projects.eclipse.org/projects/ee4j.jersey +This content is produced and maintained by the **Jakarta RESTful Web Services** +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. ## Copyright @@ -1127,143 +1870,195 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +* https://github.com/eclipse-ee4j/jaxrs-api ## Third-party Content -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +This project leverages the following third party content. -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +javaee-api (7.0) -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +* License: Apache-2.0 AND W3C -## Copyright +JUnit (4.11) -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +* License: Common Public License 1.0 -## Declared Project Licenses +Mockito (2.16.0) -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +* Project: http://site.mockito.org +* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +## Cryptography -## Source Code -The project maintains the following source code repositories: +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -* https://github.com/eclipse-ee4j/jersey +-------------------------------------------------------------------------------- +org.apache.avro.avro-1.12.0 +-------------------------------------------------------------------------------- -## Third-party Content +Bundled jars: org.apache.avro.avro-1.12.0.jar -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +Apache Avro +Copyright 2009-2024 The Apache Software Foundation -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty-15.0.2 +-------------------------------------------------------------------------------- -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +Arrow Memory - Netty +Copyright 2024 The Apache Software Foundation -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.curator.curator-client-4.2.0 +-------------------------------------------------------------------------------- -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +Bundled jars: org.apache.curator.curator-client-4.2.0.jar -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +Curator Client +Copyright 2011-2019 The Apache Software Foundation -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +-------------------------------------------------------------------------------- +commons-collections.commons-collections-3.2.2 +-------------------------------------------------------------------------------- -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +Bundled jars: commons-collections.commons-collections-3.2.2.jar -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +Apache Commons Collections +Copyright 2001-2015 The Apache Software Foundation -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +-------------------------------------------------------------------------------- +io.r2dbc.r2dbc-spi-0.9.0.RELEASE +-------------------------------------------------------------------------------- -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar + +Reactive Relational Database Connectivity + +Copyright 2017-2021 the original author or authors. + +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 + + https://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. -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +commons-cli.commons-cli-1.2 -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Bundled jars: commons-cli.commons-cli-1.2.jar -This content is produced and maintained by the Eclipse GlassFish project. +Apache Commons CLI +Copyright 2001-2009 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-h2-5.3 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar + +Apache HttpComponents Core HTTP/2 +Copyright 2005-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-server-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar + +Kerby-kerb Server +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-jcs3-core-3.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar + +Apache Commons JCS :: Core +Copyright 2002-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.htrace.htrace-core4-4.1.0-incubating +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.htrace.htrace-core4-4.1.0-incubating.jar + +htrace-core4 +Copyright 2016 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.extensions.guice-servlet-4.0 +-------------------------------------------------------------------------------- + +Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar + +Google Guice - Extensions - Servlet +Copyright 2006-2015 Google, Inc. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.annotation.jakarta.annotation-api-3.0.0 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.annotation.jakarta.annotation-api-3.0.0.jar + +# Notices for Jakarta Annotations + +This content is produced and maintained by the Jakarta Annotations project. + +* Project home: https://projects.eclipse.org/projects/ee4j.ca ## Trademarks -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +Jakarta Annotations™ is a trademark of the Eclipse Foundation. ## Copyright @@ -1275,314 +2070,389 @@ source code repository logs. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +availability set forth in the Eclipse Public License v. 2.0 are satisfied: +GPL-2.0 with Classpath-exception-2.0 which is available at +https://openjdk.java.net/legal/gplv2+ce.html. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0 ## Source Code The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/glassfish-ha-api -* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor -* https://github.com/eclipse-ee4j/glassfish-shoal -* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck -* https://github.com/eclipse-ee4j/glassfish-jsftemplating -* https://github.com/eclipse-ee4j/glassfish-hk2-extra -* https://github.com/eclipse-ee4j/glassfish-hk2 -* https://github.com/eclipse-ee4j/glassfish-fighterfish +* https://github.com/jakartaee/common-annotations-api -## Third-party Content +## Cryptography -This project leverages the following third party content. +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -None +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-5.3 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar + +Apache HttpComponents Core HTTP/1.1 +Copyright 2005-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-compress-1.26.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-compress-1.26.2.jar + +Apache Commons Compress +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpclient-4.5.13 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpclient-4.5.13.jar -## Cryptography +Apache HttpClient +Copyright 1999-2020 The Apache Software Foundation -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jetty Servlet API (jakarta-servlet-api 5.0.2) +org.apache.orc.orc-shims-1.9.4 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet +Bundled jars: org.apache.orc.orc-shims-1.9.4.jar -This content is produced and maintained by the Eclipse Project for Servlet -project. +ORC Shims +Copyright 2013-2024 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.servlet +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.parquet.parquet-jackson-1.13.1 +-------------------------------------------------------------------------------- +Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar -## Trademarks +# Jackson JSON processor -Eclipse Project for Servlet is a trademark of the Eclipse Foundation. +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 -## Copyright +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. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +## 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. -## Declared Project Licenses +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-client-1.0.1 +-------------------------------------------------------------------------------- -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Kerby-kerb Client +Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Source Code +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-xdr-1.0.1 +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar - * https://github.com/eclipse-ee4j/servlet-api - * https://github.com/eclipse/jetty.toolchain +Kerby XDR Project +Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-asn1-1.0.1 +-------------------------------------------------------------------------------- -## Jakarta +Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar -The following artifacts are EPL 2.0 + GPLv2 with classpath exception. -https://projects.eclipse.org/projects/ee4j.servlet +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation - * jakarta.servlet:jakarta.servlet-api +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +commons-io.commons-io-2.16.1 +-------------------------------------------------------------------------------- -## GlassFish +Bundled jars: commons-io.commons-io-2.16.1.jar -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation - * org.eclipse.jetty.toolchain:jetty-schemas +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +org.apache.kerby.kerby-pkix-1.0.1 -------------------------------------------------------------------------------- -[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " -[//]: # " " -[//]: # " This program and the accompanying materials are made available under the " -[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " -[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " -[//]: # " " -[//]: # " SPDX-License-Identifier: BSD-3-Clause " - -# Notices for Jakarta XML Binding +Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar -This content is produced and maintained by the Jakarta XML Binding -project. +Kerby PKIX Project +Copyright 2014-2017 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Trademarks +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-identity-1.0.1 +-------------------------------------------------------------------------------- -Jakarta XML Binding is a trademark of the Eclipse Foundation. +Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar -## Copyright +Kerby-kerb Identity +Copyright 2014-2017 The Apache Software Foundation -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Declared Project Licenses +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +-------------------------------------------------------------------------------- -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0 which is available at -http://www.eclipse.org/org/documents/edl-v10.php. +Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar -SPDX-License-Identifier: BSD-3-Clause +# Jackson JSON processor -## Source Code +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, as well as supported +commercially by FasterXML.com. -The project maintains the following source code repositories: +## Licensing -* https://github.com/eclipse-ee4j/jaxb-api -* https://github.com/eclipse-ee4j/jaxb-tck +Jackson core and extension components (as well their dependencies) may be licensed under +different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -## Third-party Content +## Credits -This project leverages the following third party content. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -Apache River (3.0.0) +-------------------------------------------------------------------------------- +org.apache.zookeeper.zookeeper-jute-3.5.6 +-------------------------------------------------------------------------------- -* License: Apache-2.0 AND BSD-3-Clause +Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar -ASM 7 (n/a) +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation -* License: BSD-3-Clause -* Project: https://asm.ow2.io/ -* Source: - https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -JTHarness (5.0) +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util-1.0.1 +-------------------------------------------------------------------------------- -* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) -* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness -* Source: http://hg.openjdk.java.net/code-tools/jtharness/ +Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar -normalize.css (3.0.2) +Kerby Util +Copyright 2014-2017 The Apache Software Foundation -* License: MIT +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -SigTest (n/a) +-------------------------------------------------------------------------------- +org.apache.commons.commons-configuration2-2.1.1 +-------------------------------------------------------------------------------- -* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar -## Cryptography +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) +com.google.inject.guice-4.0 -------------------------------------------------------------------------------- -# Notices for Jakarta RESTful Web Services +Bundled jars: com.google.inject.guice-4.0.jar -This content is produced and maintained by the **Jakarta RESTful Web Services** -project. +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. -* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Trademarks +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core-2.29.51 +-------------------------------------------------------------------------------- -## Copyright +Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -## Declared Project Licenses +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +********************** +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 -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +The licenses for these third party components are included in LICENSE.txt -## Source Code +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). -The project maintains the following source code repositories: +# Jackson JSON processor -* https://github.com/eclipse-ee4j/jaxrs-api +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. -## Third-party Content +## Copyright -This project leverages the following third party content. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -javaee-api (7.0) +## Licensing -* License: Apache-2.0 AND W3C +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. -JUnit (4.11) +## Credits -* License: Common Public License 1.0 +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. -Mockito (2.16.0) +## FastDoubleParser -* Project: http://site.mockito.org -* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 +jackson-core bundles a shaded copy of FastDoubleParser . +That code is available under an MIT license +under the following copyright. -## Cryptography +Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser +and the licenses and copyrights that apply to that code. --------------------------------------------------------------------------------- -Jakarta Expression Language API (jakarta.el-api 4.0.0, glassfish jakarta.el 4.0.2) --------------------------------------------------------------------------------- +# FastDoubleParser -# Notices for Jakarta Expression Language +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. -This content is produced and maintained by the Jakarta Expression Language project. +## Copyright -* Project home: https://projects.eclipse.org/projects/ee4j.el +Copyright © 2023 Werner Randelshofer, Switzerland. -## Trademarks +## Licensing -Jakarta Expression Language is a trademark of the Eclipse -Foundation. +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -## Copyright +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +fast_double_parser, Copyright (c) 2022 Daniel Lemire. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/dc88f6f882ac7eb8ec3765f633835cb76afa0ac2/LICENSE-APACHE -## Declared Project Licenses +fast_float, Copyright (c) 2021 The fast_float authors. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'bigint-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +-------------------------------------------------------------------------------- +com.fasterxml.classmate-1.7.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: com.fasterxml.classmate-1.7.0.jar -The project maintains the following source code repositories: +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -* https://github.com/eclipse-ee4j/el-ri +Other developers who have contributed code are: -## Third-party Content +* Brian Langel -## Cryptography +## Copyright -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) +org.glassfish.jersey.core.jersey-common-3.0.12 -------------------------------------------------------------------------------- -# Notices for Jakarta Annotations +Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar -This content is produced and maintained by the Jakarta Annotations project. +# Notice for Jersey Core Common module +This content is produced and maintained by the Eclipse Jersey project. - * Project home: https://projects.eclipse.org/projects/ee4j.ca + +* https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. + +## Copyright -Jakarta Annotations is a trademark of the Eclipse Foundation. +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. ## Declared Project Licenses @@ -1597,33 +2467,30 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: - * https://github.com/eclipse-ee4j/common-annotations-api +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -## Cryptography - -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors -# Notices for Jakarta Annotations +JSR-166 Extension - JEP 266 +* License: Creative Commons 1.0 (CC0) +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 +* Expert Group and released to the public domain, as explained at +* http://creativecommons.org/publicdomain/zero/1.0/ -This content is produced and maintained by the Jakarta Annotations project. +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. -* Project home: https://projects.eclipse.org/projects/ee4j.ca +* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Annotations™ is a trademark of the Eclipse Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1635,188 +2502,280 @@ source code repository logs. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at -https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: -GPL-2.0 with Classpath-exception-2.0 which is available at -https://openjdk.java.net/legal/gplv2+ce.html. +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -* https://github.com/jakartaee/common-annotations-api +* https://github.com/eclipse-ee4j/jersey -## Cryptography +## Third-party Content -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. --------------------------------------------------------------------------------- -Jakarta Inject API (jakarta.inject-api 2.0.1) --------------------------------------------------------------------------------- +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright -# Notices for Eclipse Jakarta Dependency Injection +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -* Project home: https://projects.eclipse.org/projects/cdi.batch +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -## Trademarks +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -Jakarta Dependency Injection is a trademark of the Eclipse Foundation. +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -## Copyright +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. -## Declared Project Licenses +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -This program and the accompanying materials are made available under the terms -of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com -SPDX-License-Identifier: Apache-2.0 +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ -## Source Code +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell -The project maintains the following source code repositories: +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. -https://github.com/eclipse-ee4j/injection-api -https://github.com/eclipse-ee4j/injection-spec -https://github.com/eclipse-ee4j/injection-tck +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. -## Third-party Content +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. -This project leverages the following third party content. +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -None +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-common-1.0.1 +-------------------------------------------------------------------------------- -## Cryptography +Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar -None +Kerby-kerb Common +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +org.apache.arrow.flight-core-15.0.2 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Bundled jars: org.apache.arrow.flight-core-15.0.2.jar -This content is produced and maintained by the Eclipse Project for JAF project. +Arrow Flight Core +Copyright 2024 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.iceberg.iceberg-bundled-guava-1.7.1 +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar -## Declared Project Licenses +Apache Iceberg +Copyright 2017-2024 The Apache Software Foundation -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +org.apache.commons.commons-text-1.11.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: org.apache.commons.commons-text-1.11.0.jar -The project maintains the following source code repositories: +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +commons-net.commons-net-3.6 +-------------------------------------------------------------------------------- -This project leverages the following third party content. +Bundled jars: commons-net.commons-net-3.6.jar -JUnit (4.12) +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -* License: Eclipse Public License +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +io.netty.netty-3.10.6.Final +-------------------------------------------------------------------------------- -# Notices for Jakarta Activation +Bundled jars: io.netty.netty-3.10.6.Final.jar -This content is produced and maintained by Jakarta Activation project. +The Netty Project + ================= -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Please visit the Netty web site for more information: -## Copyright + * http://netty.io/ -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Copyright 2011 The Netty Project -## Declared Project Licenses +The Netty Project licenses this file to you 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: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +http://www.apache.org/licenses/LICENSE-2.0 -SPDX-License-Identifier: BSD-3-Clause +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. -## Source Code +Also, please refer to each LICENSE..txt file, which is located in +the 'license' directory of the distribution file, for the license terms of the +components that this product depends on. -The project maintains the following source code repositories: +------------------------------------------------------------------------------- +This product contains the extensions to Java Collections Framework which has +been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.jsr166y.txt (Public Domain) + * HOMEPAGE: + * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ + * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ -## Third-party Content +This product contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -This project leverages the following third party content. + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -JUnit (4.12) +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -* License: Eclipse Public License + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -# Notices for Jakarta Activation + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -This content is produced and maintained by Jakarta Activation project. +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -## Copyright +This product optionally depends on 'Bouncy Castle Crypto APIs' to generate +a temporary self-signed X.509 certificate when the JVM does not provide the +equivalent functionality. It can be obtained at: -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -## Declared Project Licenses +This product optionally depends on 'SLF4J', a simple logging facade for Java, +which can be obtained at: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. + * LICENSE: + * license/LICENSE.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -SPDX-License-Identifier: BSD-3-Clause +This product optionally depends on 'Apache Commons Logging', a logging +framework, which can be obtained at: -## Source Code + * LICENSE: + * license/LICENSE.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -The project maintains the following source code repositories: +This product optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ --------------------------------------------------------------------------------- -Bouncy Castle --------------------------------------------------------------------------------- +This product optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: -Bouncy Castle Cryptography (org.bouncycastle.*) is distributed under the -Bouncy Castle License, whose text reproduces the MIT License with Bouncy -Castle's copyright line: + * LICENSE: + * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) + * HOMEPAGE: + * http://anonsvn.jboss.org/repos/common/common-logging-spi/ - Copyright (c) 2000-2024 The Legion of the Bouncy Castle Inc. - (https://www.bouncycastle.org) +This product optionally depends on 'Apache Felix', an open source OSGi +framework implementation, which can be obtained at: -The full MIT-equivalent text is reproduced in -licenses/LICENSE-MIT.txt; the Bouncy Castle copyright line above must be -preserved alongside it. + * LICENSE: + * license/LICENSE.felix.txt (Apache License 2.0) + * HOMEPAGE: + * http://felix.apache.org/ diff --git a/config-service/NOTICE-binary b/config-service/NOTICE-binary index 4376b27b7cf..e45acbade02 100644 --- a/config-service/NOTICE-binary +++ b/config-service/NOTICE-binary @@ -1,280 +1,14 @@ Apache Texera (Incubating) -Copyright 2025-2026 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jetty +org.eclipse.jetty -------------------------------------------------------------------------------- -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. - -The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd unless -otherwise noted. Jetty is dual licensed under both the Apache 2.0 License -and the Eclipse Public 1.0 License; Texera redistributes it under the -Apache 2.0 terms. - -Jetty bundles select artifacts under secondary licenses: - * Eclipse Public License: org.eclipse.jetty.orbit:org.eclipse.jdt.core, - javax.security.auth.message (EPL + ASL2), - javax.mail.glassfish (EPL + CDDL 1.0) - * CDDL + GPLv2 with classpath exception: javax.servlet:javax.servlet-api, - javax.annotation:javax.annotation-api, - javax.transaction:javax.transaction-api, - javax.websocket:javax.websocket-api - * OW2 license: org.ow2.asm:asm-commons, org.ow2.asm:asm - * MortBay ASL2: org.mortbay.jasper:apache-jsp, apache-el (based on - selected classes from Apache Tomcat) - -The UnixCrypt.java code implements one-way cryptography used by Unix -systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. - --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- - -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 2.x core and extension components are licensed under Apache -License 2.0. This attribution applies to jackson-core, jackson-databind, -jackson-annotations, and every jackson-datatype-*, jackson-module-*, -jackson-dataformat-*, and jackson-jaxrs-* artifact bundled in this -distribution. - -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. - --------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) --------------------------------------------------------------------------------- - -# 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## 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 . -That code is available under an MIT 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. - -# FastDoubleParser - -This is a Java port of Daniel Lemire's fast_float project. -This project provides parsers for double, float, BigDecimal and BigInteger values. - -## Copyright - -Copyright © 2024 Werner Randelshofer, Switzerland. - -## Licensing - -This code is licensed under MIT License. -https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE -(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - -Some portions of the code have been derived from other projects. -All these projects require that we include a copyright notice, and some require that we also include some text of their -license file. - -fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. -https://github.com/lemire/fast_double_parser -https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - -fast_float, Copyright (c) 2021 The fast_float authors. MIT License. -https://github.com/fastfloat/fast_float -https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - -bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. -https://github.com/tbuktu/bigint/tree/floatfft -https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE -https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE -(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) - --------------------------------------------------------------------------------- -Jackson modules and datatypes --------------------------------------------------------------------------------- - -# 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## 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. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components (as well their dependencies) may be licensed under -different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## Licensing - -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# 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 components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. - --------------------------------------------------------------------------------- -Eclipse Jetty 11.0 --------------------------------------------------------------------------------- +Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) Notices for Eclipse Jetty ========================= @@ -371,28 +105,10 @@ for non-commercial or commercial purposes and without fee is granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -R2DBC SPI +org.glassfish.jersey -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity - -Copyright 2017-2021 the original author or authors. - -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 - - https://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. - --------------------------------------------------------------------------------- -Eclipse Jersey (jersey-container-servlet, jersey-container-servlet-core, jersey-client, jersey-hk2, jersey-media-jaxb) --------------------------------------------------------------------------------- +Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -509,16 +225,20 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Core Server +org.glassfish.hk2 -------------------------------------------------------------------------------- -# Notice for Jersey Core Server module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar -* https://projects.eclipse.org/projects/ee4j.jersey +# Notices for Eclipse GlassFish + +This content is produced and maintained by the Eclipse GlassFish project. + +* Project home: https://projects.eclipse.org/projects/ee4j.glassfish ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. ## Copyright @@ -539,32 +259,73 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code -The project maintains the following source code repositories: - -* https://github.com/eclipse-ee4j/jersey -## Third-party Content +The project maintains the following source code repositories: -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +* https://github.com/eclipse-ee4j/glassfish-ha-api +* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor +* https://github.com/eclipse-ee4j/glassfish-shoal +* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck +* https://github.com/eclipse-ee4j/glassfish-jsftemplating +* https://github.com/eclipse-ee4j/glassfish-hk2-extra +* https://github.com/eclipse-ee4j/glassfish-hk2 +* https://github.com/eclipse-ee4j/glassfish-fighterfish -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved. +## Third-party Content -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This project leverages the following third party content. -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +None -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar + +# 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 components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. + +-------------------------------------------------------------------------------- +jakarta.el.jakarta.el-api-4.0.0.jar +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar + +# Notices for Jakarta Expression Language + +This content is produced and maintained by the Jakarta Expression Language project. + +* Project home: https://projects.eclipse.org/projects/ee4j.el ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Jakarta Expression Language is a trademark of the Eclipse +Foundation. ## Copyright @@ -585,100 +346,268 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +* https://github.com/eclipse-ee4j/el-ri ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +## Cryptography -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +-------------------------------------------------------------------------------- +com.sun.activation.jakarta.activation-2.0.1.jar +-------------------------------------------------------------------------------- + +Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar + +# Notices for Jakarta Activation + +This content is produced and maintained by Jakarta Activation project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaf + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaf + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar + +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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. + +-------------------------------------------------------------------------------- +org.scala-lang +-------------------------------------------------------------------------------- + +Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar + +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka + +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). + +Licensed under the Apache License, Version 2.0 (the "License"). +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. + +This software includes projects with other licenses -- see `doc/LICENSE.md`. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core-2.18.6 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar + +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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 . +That code is available under an MIT 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. + +# FastDoubleParser + +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. + +## Copyright + +Copyright © 2024 Werner Randelshofer, Switzerland. + +## Licensing + +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. + +fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. +https://github.com/lemire/fast_double_parser +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +fast_float, Copyright (c) 2021 The fast_float authors. MIT License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3-3.13.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-lang3-3.13.0.jar + +Apache Commons Lang +Copyright 2001-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar + +# Notices for Eclipse Project for Servlet + +This content is produced and maintained by the Eclipse Project for Servlet +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.servlet + + +## Trademarks + +Eclipse Project for Servlet is a trademark of the Eclipse Foundation. + + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +## Source Code -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +The project maintains the following source code repositories: -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. + * https://github.com/eclipse-ee4j/servlet-api + * https://github.com/eclipse/jetty.toolchain -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +## Third-party Content -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +## Jakarta -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell + * jakarta.servlet:jakarta.servlet-api -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +## GlassFish -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ + * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +org.glassfish.jersey.core.jersey-server-3.0.12 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar +# Notice for Jersey Core Server module +This content is produced and maintained by the Eclipse Jersey project. * https://projects.eclipse.org/projects/ee4j.jersey @@ -710,16 +639,18 @@ The project maintains the following source code repositories: ## Third-party Content -Google Guava Version 18.0 +org.glassfish.jersey.server.internal.monitoring.core * License: Apache License, 2.0 -* Copyright: (C) 2009 The Guava Authors +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. -JSR-166 Extension - JEP 266 -* License: Creative Commons 1.0 (CC0) -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 -* Expert Group and released to the public domain, as explained at -* http://creativecommons.org/publicdomain/zero/1.0/ +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright: (c) 2000-2011 INRIA, France Telecom. All rights reserved. + +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -836,9 +767,11 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 -------------------------------------------------------------------------------- +Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar + # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -876,6 +809,7 @@ Hibernate Validator CDI, 7.0.5.Final * License: Apache License, 2.0 * Project: https://beanvalidation.org/ * Repackaged in org.glassfish.jersey.server.validation.internal.hibernate + # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -991,81 +925,48 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish - -This content is produced and maintained by the Eclipse GlassFish project. - -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar -## Trademarks +# Jackson JSON processor -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +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 -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. - -## Declared Project Licenses - -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. - -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - -## Source Code - -The project maintains the following source code repositories: - -* https://github.com/eclipse-ee4j/glassfish-ha-api -* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor -* https://github.com/eclipse-ee4j/glassfish-shoal -* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck -* https://github.com/eclipse-ee4j/glassfish-jsftemplating -* https://github.com/eclipse-ee4j/glassfish-hk2-extra -* https://github.com/eclipse-ee4j/glassfish-hk2 -* https://github.com/eclipse-ee4j/glassfish-fighterfish - -## Third-party Content +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -This project leverages the following third party content. +## Licensing -None +Jackson components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. -## Cryptography +## Credits -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Eclipse Jetty Servlet API (jakarta-servlet-api 5.0.2) +jakarta.inject.jakarta.inject-api-2.0.1 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet +Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar -This content is produced and maintained by the Eclipse Project for Servlet -project. +# Notices for Eclipse Jakarta Dependency Injection -* Project home: https://projects.eclipse.org/projects/ee4j.servlet +This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +* Project home: https://projects.eclipse.org/projects/cdi.batch ## Trademarks -Eclipse Project for Servlet is a trademark of the Eclipse Foundation. - +Jakarta Dependency Injection is a trademark of the Eclipse Foundation. ## Copyright @@ -1073,49 +974,38 @@ All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs. - ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. - -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +of the Apache License, Version 2.0 which is available at +https://www.apache.org/licenses/LICENSE-2.0. +SPDX-License-Identifier: Apache-2.0 ## Source Code The project maintains the following source code repositories: - * https://github.com/eclipse-ee4j/servlet-api - * https://github.com/eclipse/jetty.toolchain - +https://github.com/eclipse-ee4j/injection-api +https://github.com/eclipse-ee4j/injection-spec +https://github.com/eclipse-ee4j/injection-tck ## Third-party Content -## Jakarta - -The following artifacts are EPL 2.0 + GPLv2 with classpath exception. -https://projects.eclipse.org/projects/ee4j.servlet - - * jakarta.servlet:jakarta.servlet-api - +This project leverages the following third party content. -## GlassFish +None -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +## Cryptography - * org.eclipse.jetty.toolchain:jetty-schemas +None -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 -------------------------------------------------------------------------------- +Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar + [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1195,9 +1085,11 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) +jakarta.ws.rs.jakarta.ws.rs-api-3.1.0 -------------------------------------------------------------------------------- +Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.1.0.jar + # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1260,109 +1152,112 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta Expression Language API (jakarta.el-api 4.0.0, glassfish jakarta.el 4.0.2) +io.r2dbc.r2dbc-spi-0.9.0.RELEASE -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language - -This content is produced and maintained by the Jakarta Expression Language project. - -* Project home: https://projects.eclipse.org/projects/ee4j.el +Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar -## Trademarks +Reactive Relational Database Connectivity -Jakarta Expression Language is a trademark of the Eclipse -Foundation. +Copyright 2017-2021 the original author or authors. -## Copyright +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 -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + https://www.apache.org/licenses/LICENSE-2.0 -## Declared Project Licenses +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. -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar -## Source Code +# Jackson JSON processor -The project maintains the following source code repositories: +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, as well as supported +commercially by FasterXML.com. -* https://github.com/eclipse-ee4j/el-ri +## Licensing -## Third-party Content +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -## Cryptography +## Credits -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) +com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 -------------------------------------------------------------------------------- -# Notices for Jakarta Annotations +Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar -This content is produced and maintained by the Jakarta Annotations project. +# Jackson JSON processor - * Project home: https://projects.eclipse.org/projects/ee4j.ca +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, as well as supported +commercially by FasterXML.com. -## Trademarks +## Licensing -Jakarta Annotations is a trademark of the Eclipse Foundation. +Jackson core and extension components (as well their dependencies) may be licensed under +different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -## Declared Project Licenses +## Credits -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +-------------------------------------------------------------------------------- +com.fasterxml.classmate-1.7.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: com.fasterxml.classmate-1.7.0.jar -The project maintains the following source code repositories: +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) - * https://github.com/eclipse-ee4j/common-annotations-api +Other developers who have contributed code are: -## Third-party Content +* Brian Langel -## Cryptography +## Copyright -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +-------------------------------------------------------------------------------- +org.glassfish.jersey.core.jersey-common-3.0.12 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar -# Notices for Jakarta Annotations +# Notice for Jersey Core Common module +This content is produced and maintained by the Eclipse Jersey project. -This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/ee4j.ca +* https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Annotations™ is a trademark of the Eclipse Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1374,42 +1269,39 @@ source code repository logs. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at -https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: -GPL-2.0 with Classpath-exception-2.0 which is available at -https://openjdk.java.net/legal/gplv2+ce.html. +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -* https://github.com/jakartaee/common-annotations-api - -## Cryptography +* https://github.com/eclipse-ee4j/jersey -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +## Third-party Content --------------------------------------------------------------------------------- -Jakarta Inject API (jakarta.inject-api 2.0.1) --------------------------------------------------------------------------------- +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors -# Notices for Eclipse Jakarta Dependency Injection +JSR-166 Extension - JEP 266 +* License: Creative Commons 1.0 (CC0) +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 +* Expert Group and released to the public domain, as explained at +* http://creativecommons.org/publicdomain/zero/1.0/ -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. -* Project home: https://projects.eclipse.org/projects/cdi.batch +* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Dependency Injection is a trademark of the Eclipse Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1420,127 +1312,156 @@ source code repository logs. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: Apache-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -https://github.com/eclipse-ee4j/injection-api -https://github.com/eclipse-ee4j/injection-spec -https://github.com/eclipse-ee4j/injection-tck +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -This project leverages the following third party content. - -None - -## Cryptography +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. -None +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright --------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) --------------------------------------------------------------------------------- +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. -# Notices for Eclipse Project for JAF +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -This content is produced and maintained by the Eclipse Project for JAF project. +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -## Copyright +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. -## Declared Project Licenses +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -SPDX-License-Identifier: BSD-3-Clause +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com -## Source Code +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ -The project maintains the following source code repositories: +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell -* https://github.com/eclipse-ee4j/jaf +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. -## Third-party Content +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. -This project leverages the following third party content. +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. -JUnit (4.12) +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -* License: Eclipse Public License +-------------------------------------------------------------------------------- +jakarta.annotation.jakarta.annotation-api-2.1.1 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar -# Notices for Jakarta Activation +# Notices for Jakarta Annotations -This content is produced and maintained by Jakarta Activation project. +This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * Project home: https://projects.eclipse.org/projects/ee4j.ca -## Copyright +## Trademarks -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Jakarta Annotations is a trademark of the Eclipse Foundation. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: BSD-3-Clause +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jaf + * https://github.com/eclipse-ee4j/common-annotations-api ## Third-party Content -This project leverages the following third party content. - -JUnit (4.12) - -* License: Eclipse Public License - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Notices for Jakarta Activation - -This content is produced and maintained by Jakarta Activation project. - -* Project home: https://projects.eclipse.org/projects/ee4j.jaf - -## Copyright - -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. - -## Declared Project Licenses +## Cryptography -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +org.apache.commons.commons-text-1.11.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: org.apache.commons.commons-text-1.11.0.jar -The project maintains the following source code repositories: +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/file-service/NOTICE-binary b/file-service/NOTICE-binary index 45eaaa880a3..026a76b7f65 100644 --- a/file-service/NOTICE-binary +++ b/file-service/NOTICE-binary @@ -1,60 +1,188 @@ Apache Texera (Incubating) -Copyright 2025-2026 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Apache Hadoop +software.amazon.awssdk +-------------------------------------------------------------------------------- + +Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) + +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 + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). + -------------------------------------------------------------------------------- +org.apache.hadoop +-------------------------------------------------------------------------------- + +Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.1.jar, org.apache.hadoop.hadoop-auth-3.3.1.jar, org.apache.hadoop.hadoop-common-3.3.1.jar, ... (+5 more) Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + Export Control Notice --------------------- -This distribution includes cryptographic software. The country in which -you currently reside may have restrictions on the import, possession, use, -and/or re-export to another country, of encryption software. BEFORE using -any encryption software, please check your country's laws, regulations and -policies concerning the import, possession, or use, and re-export of -encryption software, to see if this is permitted. See - for more information. +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See for more +information. The U.S. Government Department of Commerce, Bureau of Industry and -Security (BIS), has classified this software as Export Commodity Control -Number (ECCN) 5D002.C.1, which includes information security software -using or performing cryptographic functions with asymmetric algorithms. -The form and manner of this Apache Software Foundation distribution makes -it eligible for export under the License Exception ENC Technology Software -Unrestricted (TSU) exception (see the BIS Export Administration -Regulations, Section 740.13) for both object code and source code. +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this Apache Software Foundation +distribution makes it eligible for export under the License Exception +ENC Technology Software Unrestricted (TSU) exception (see the BIS +Export Administration Regulations, Section 740.13) for both object +code and source code. The following provides more details on the included cryptographic software: - This software uses the SSL libraries from the Jetty project written - by mortbay.org. - - Hadoop Yarn Server Web Proxy uses the BouncyCastle Java cryptography - APIs written by the Legion of the Bouncy Castle Inc. +This software uses the SSL libraries from the Jetty project written +by mortbay.org. +Hadoop Yarn Server Web Proxy uses the BouncyCastle Java +cryptography APIs written by the Legion of the Bouncy Castle Inc. -------------------------------------------------------------------------------- -Apache Parquet +org.eclipse.jetty -------------------------------------------------------------------------------- -Apache Parquet MR -Copyright 2014-2024 The Apache Software Foundation +Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) -This product includes code from Apache Avro. +Notices for Eclipse Jetty +========================= +This content is produced and maintained by the Eclipse Jetty project. - Apache Avro - Copyright 2010-2024 The Apache Software Foundation +Project home: https://eclipse.dev/jetty/ + +Trademarks +---------- +Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. + +Copyright +--------- +All contributions are the property of the respective authors or of +entities to which copyright has been assigned by the authors (eg. employer). + +Declared Project Licenses +------------------------- +This artifacts of this project are made available under the terms of: + + * the Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-2.0 + SPDX-License-Identifier: EPL-2.0 + + or + + * the Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + SPDX-License-Identifier: Apache-2.0 + +The following dependencies are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core + +The following dependencies are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message + +The following dependencies are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish + +The following dependencies are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + + * jakarta.servlet:jakarta.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api + +The following dependencies are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html + + * org.ow2.asm:asm-commons + * org.ow2.asm:asm + +The following dependencies are ASL2 licensed. + + * org.apache.taglibs:taglibs-standard-spec + * org.apache.taglibs:taglibs-standard-impl + +The following dependencies are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. + + * org.mortbay.jasper:apache-jsp + * org.apache.tomcat:tomcat-jasper + * org.apache.tomcat:tomcat-juli + * org.apache.tomcat:tomcat-jsp-api + * org.apache.tomcat:tomcat-el-api + * org.apache.tomcat:tomcat-jasper-el + * org.apache.tomcat:tomcat-api + * org.apache.tomcat:tomcat-util-scan + * org.apache.tomcat:tomcat-util + * org.mortbay.jasper:apache-el + * org.apache.tomcat:tomcat-jasper-el + * org.apache.tomcat:tomcat-el-api + +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + + * org.eclipse.jetty.toolchain:jetty-schemas + +Cryptography +------------ +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -Apache Iceberg +org.apache.iceberg -------------------------------------------------------------------------------- +Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) + Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -80,352 +208,376 @@ the following copyright notice: | See the License for the specific language governing permissions and | limitations under the License. - Apache Arrow (arrow-format, arrow-memory-core, arrow-memory-netty, - arrow-vector, flight-core, flight-grpc) - Copyright 2016-2023 The Apache Software Foundation +-------------------------------------------------------------------------------- +org.glassfish.jersey +-------------------------------------------------------------------------------- + +Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jersey + +## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. + +## Copyright - Apache Commons BeanUtils - Copyright 2000-2019 The Apache Software Foundation +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. - Apache Commons CLI - Copyright 2001-2022 The Apache Software Foundation +## Declared Project Licenses - Apache Commons Codec - Copyright 2002-2024 The Apache Software Foundation +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. - Apache Commons Collections (3.x and 4.x) - Copyright 2001-2024 The Apache Software Foundation +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - Apache Commons Compress - Copyright 2002-2024 The Apache Software Foundation +## Source Code +The project maintains the following source code repositories: - Apache Commons Configuration - Copyright 2001-2024 The Apache Software Foundation +* https://github.com/eclipse-ee4j/jersey - Apache Commons IO - Copyright 2002-2024 The Apache Software Foundation +## Third-party Content - Apache Commons JCS - Copyright 2002-2024 The Apache Software Foundation +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. - Apache Commons Lang (2.x and 3.x) - Copyright 2001-2024 The Apache Software Foundation +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright - Apache Commons Logging - Copyright 2003-2014 The Apache Software Foundation +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. - Apache Commons Math - Copyright 2001-2016 The Apache Software Foundation +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate - Apache Commons Net - Copyright 2001-2023 The Apache Software Foundation +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc - Apache Commons Pool - Copyright 2001-2024 The Apache Software Foundation +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors - Apache Commons Text - Copyright 2014-2024 The Apache Software Foundation +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group - Apache Commons VFS - Copyright 2002-2024 The Apache Software Foundation +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. - Apache Curator - Copyright 2011-2024 The Apache Software Foundation +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. - Apache HttpComponents (httpclient, httpcore, httpasyncclient, - httpclient5, httpcore5, httpcore5-h2, httpmime) - Copyright 1999-2024 The Apache Software Foundation - Apache HTrace (Incubating) - Copyright 2016-2017 The Apache Software Foundation +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation - Apache Iceberg - Copyright 2017-2024 The Apache Software Foundation +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com - Apache Kerby (kerb-* and kerby-* subprojects) - Copyright 2014-2017 The Apache Software Foundation +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ - Apache Maven (many subprojects including wagon-*) - Copyright 2001-2024 The Apache Software Foundation +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell - Apache ORC - Copyright 2013-2024 The Apache Software Foundation +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. - Apache Yetus - Copyright 2015-2023 The Apache Software Foundation +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. - Apache ZooKeeper - Copyright 2008-2024 The Apache Software Foundation +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. - Apache log4j 1.2 / reload4j - Copyright 2007 The Apache Software Foundation +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Netty +io.netty.netty-tcnative-boringssl-static-2.0.61 -------------------------------------------------------------------------------- -The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). +Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) -This product contains the extensions to Java Collections Framework derived -from the works by JSR-166 EG, Doug Lea, and Jason T. Greene (Public -Domain). +The Netty Project + ================= -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. +Please visit the Netty web site for more information: -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). + * http://netty.io/ -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). +Copyright 2016 The Netty Project -This product optionally depends on 'Protocol Buffers' (New BSD License, -http://code.google.com/p/protobuf/), 'Bouncy Castle Crypto APIs' (MIT -License, http://www.bouncycastle.org/), 'SLF4J' (MIT License, -http://www.slf4j.org/), 'Apache Commons Logging' (Apache License 2.0), -'Apache Log4J' (Apache License 2.0), 'JBoss Logging' (GNU LGPL 2.1), and -'Apache Felix' (Apache License 2.0). +The Netty Project licenses this file to you 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: --------------------------------------------------------------------------------- -Eclipse Jetty --------------------------------------------------------------------------------- + http://www.apache.org/licenses/LICENSE-2.0 -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +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. -The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd unless -otherwise noted. Jetty is dual licensed under both the Apache 2.0 License -and the Eclipse Public 1.0 License; Texera redistributes it under the -Apache 2.0 terms. +------------------------------------------------------------------------------- +This product contains a forked and modified version of Tomcat Native -Jetty bundles select artifacts under secondary licenses: - * Eclipse Public License: org.eclipse.jetty.orbit:org.eclipse.jdt.core, - javax.security.auth.message (EPL + ASL2), - javax.mail.glassfish (EPL + CDDL 1.0) - * CDDL + GPLv2 with classpath exception: javax.servlet:javax.servlet-api, - javax.annotation:javax.annotation-api, - javax.transaction:javax.transaction-api, - javax.websocket:javax.websocket-api - * OW2 license: org.ow2.asm:asm-commons, org.ow2.asm:asm - * MortBay ASL2: org.mortbay.jasper:apache-jsp, apache-el (based on - selected classes from Apache Tomcat) + * LICENSE: + * license/LICENSE.tomcat-native.txt (Apache License 2.0) + * HOMEPAGE: + * http://tomcat.apache.org/native-doc/ + * https://svn.apache.org/repos/asf/tomcat/native/ -The UnixCrypt.java code implements one-way cryptography used by Unix -systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. +This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build. --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- + * LICENSE: + * license/LICENSE.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper -Jackson JSON processor +This product contains small piece of code to support AIX, taken from netbsd. -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. + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist -Copyright 2007- Tatu Saloranta (tatu.saloranta@iki.fi) -Jackson 2.x core and extension components are licensed under Apache -License 2.0. This attribution applies to jackson-core, jackson-databind, -jackson-annotations, and every jackson-datatype-*, jackson-module-*, -jackson-dataformat-*, and jackson-jaxrs-* artifact bundled in this -distribution. +This product contains code from boringssl. -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ -------------------------------------------------------------------------------- -Google Guice +org.glassfish.hk2 -------------------------------------------------------------------------------- -Google Guice - Core Library (and guice-servlet extension) -Copyright 2006-2015 Google, Inc. - --------------------------------------------------------------------------------- -AWS SDK for Java 2.0 --------------------------------------------------------------------------------- +Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar -AWS SDK for Java 2.0 -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Notices for Eclipse GlassFish -This product includes software developed by Amazon Technologies, Inc -(http://www.amazon.com/). - -The AWS SDK bundles the following third-party works: - * 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), shaded as - software.amazon.awssdk:third-party-jackson-core - * Jackson-dataformat-cbor - (https://github.com/FasterXML/jackson-dataformats-binary) - -Required Apache Commons Lang attribution: - Apache Commons Lang - Copyright 2001-2020 The Apache Software Foundation +This content is produced and maintained by the Eclipse GlassFish project. --------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) --------------------------------------------------------------------------------- +* Project home: https://projects.eclipse.org/projects/ee4j.glassfish -# Jackson JSON processor +## Trademarks -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. +Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. ## Copyright -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. -## Licensing +## Declared Project Licenses -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. +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -## Credits +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -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. +## Source Code -## FastDoubleParser +The project maintains the following source code repositories: -jackson-core bundles a shaded copy of FastDoubleParser . -That code is available under an MIT license -under the following copyright. +* https://github.com/eclipse-ee4j/glassfish-ha-api +* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor +* https://github.com/eclipse-ee4j/glassfish-shoal +* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck +* https://github.com/eclipse-ee4j/glassfish-jsftemplating +* https://github.com/eclipse-ee4j/glassfish-hk2-extra +* https://github.com/eclipse-ee4j/glassfish-hk2 +* https://github.com/eclipse-ee4j/glassfish-fighterfish -Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. +## Third-party Content -See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser -and the licenses and copyrights that apply to that code. +This project leverages the following third party content. -# FastDoubleParser +None -This is a Java port of Daniel Lemire's fast_float project. -This project provides parsers for double, float, BigDecimal and BigInteger values. +## Cryptography -## Copyright +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -Copyright © 2024 Werner Randelshofer, Switzerland. +-------------------------------------------------------------------------------- +org.eclipse.jetty.websocket +-------------------------------------------------------------------------------- -## Licensing +Bundled jars: org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-client-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-common-9.4.40.v20210413.jar -This code is licensed under MIT License. -https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE -(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -Some portions of the code have been derived from other projects. -All these projects require that we include a copyright notice, and some require that we also include some text of their -license file. +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. -fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. -https://github.com/lemire/fast_double_parser -https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +Jetty is dual licensed under both -fast_float, Copyright (c) 2021 The fast_float authors. MIT License. -https://github.com/fastfloat/fast_float -https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. -https://github.com/tbuktu/bigint/tree/floatfft -https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE -https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE -(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) + and --------------------------------------------------------------------------------- -Jackson modules and datatypes --------------------------------------------------------------------------------- + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html -# Jackson JSON processor +Jetty may be distributed under either license. -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. +------ +Eclipse -## Copyright +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -## 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. +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -## 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. +------ +Oracle -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -# Jackson JSON processor + * javax.servlet:javax.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api -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, as well as supported -commercially by FasterXML.com. +------ +Oracle OpenJDK -## Licensing +If ALPN is used to negotiate HTTP/2 connections, then the following +artifacts may be included in the distribution or downloaded when ALPN +module is selected. -Jackson core and extension components (as well their dependencies) may be licensed under -different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). + * java.sun.security.ssl -## Credits +These artifacts replace/modify OpenJDK classes. The modififications +are hosted at github and both modified and original are under GPL v2 with +classpath exceptions. +http://openjdk.java.net/legal/gplv2+ce.html -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +------ +OW2 -# Jackson JSON processor +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -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, as well as supported -commercially by FasterXML.com. +org.ow2.asm:asm-commons +org.ow2.asm:asm -## Licensing -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +------ +Apache -## Credits +The following artifacts are ASL2 licensed. -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl + + +------ +MortBay + +The following artifacts are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. + +org.mortbay.jasper:apache-jsp + org.apache.tomcat:tomcat-jasper + org.apache.tomcat:tomcat-juli + org.apache.tomcat:tomcat-jsp-api + org.apache.tomcat:tomcat-el-api + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-api + org.apache.tomcat:tomcat-util-scan + org.apache.tomcat:tomcat-util + +org.mortbay.jasper:apache-el + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-el-api + + +------ +Mortbay + +The following artifacts are CDDL + GPLv2 with classpath exception. + +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + +org.eclipse.jetty.toolchain:jetty-schemas + +------ +Assorted + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar # Jackson JSON processor @@ -434,10 +586,6 @@ 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 - -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - ## Licensing Jackson components are licensed under Apache (Software) License, version 2.0, @@ -449,7 +597,95 @@ A list of contributors may be found from CREDITS file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +jakarta.el.jakarta.el-api-4.0.0.jar +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar + +# Notices for Jakarta Expression Language + +This content is produced and maintained by the Jakarta Expression Language project. + +* Project home: https://projects.eclipse.org/projects/ee4j.el + +## Trademarks + +Jakarta Expression Language is a trademark of the Eclipse +Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. + +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/el-ri + +## Third-party Content + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +com.sun.activation.jakarta.activation-2.0.1.jar +-------------------------------------------------------------------------------- + +Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar + +# Notices for Jakarta Activation + +This content is produced and maintained by Jakarta Activation project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaf + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaf + +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar # Jackson JSON processor @@ -461,7 +697,7 @@ commercially by FasterXML.com. ## Licensing -Jackson core and extension components may licensed under different licenses. +Jackson core and extension components may be licensed under different licenses. To find the details that apply to this artifact see the accompanying LICENSE file. For more information, including possible other licensing options, contact FasterXML.com (http://fasterxml.com). @@ -472,7 +708,11 @@ A list of contributors may be found from CREDITS file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar # Jackson JSON processor @@ -481,187 +721,374 @@ 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + ## Licensing -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. +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 file, which is included +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. -------------------------------------------------------------------------------- -Eclipse Jetty 11.0 +org.scala-lang -------------------------------------------------------------------------------- -Notices for Eclipse Jetty -========================= -This content is produced and maintained by the Eclipse Jetty project. - -Project home: https://eclipse.dev/jetty/ +Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar -Trademarks ----------- -Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka -Copyright ---------- -All contributions are the property of the respective authors or of -entities to which copyright has been assigned by the authors (eg. employer). +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). -Declared Project Licenses -------------------------- -This artifacts of this project are made available under the terms of: +Licensed under the Apache License, Version 2.0 (the "License"). +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. - * the Eclipse Public License v2.0 - https://www.eclipse.org/legal/epl-2.0 - SPDX-License-Identifier: EPL-2.0 +This software includes projects with other licenses -- see `doc/LICENSE.md`. - or +-------------------------------------------------------------------------------- +org.apache.hadoop.thirdparty +-------------------------------------------------------------------------------- - * the Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - SPDX-License-Identifier: Apache-2.0 +Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar -The following dependencies are EPL. - * org.eclipse.jetty.orbit:org.eclipse.jdt.core +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The following dependencies are EPL and ASL2. - * org.eclipse.jetty.orbit:javax.security.auth.message +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The following dependencies are EPL and CDDL 1.0. - * org.eclipse.jetty.orbit:javax.mail.glassfish +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The following dependencies are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * jakarta.servlet:jakarta.servlet-api - * javax.annotation:javax.annotation-api - * javax.transaction:javax.transaction-api - * javax.websocket:javax.websocket-api +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework-4.2.0 +-------------------------------------------------------------------------------- -The following dependencies are licensed by the OW2 Foundation according to the -terms of http://asm.ow2.org/license.html +Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - * org.ow2.asm:asm-commons - * org.ow2.asm:asm +Curator Framework +Copyright 2011-2019 The Apache Software Foundation -The following dependencies are ASL2 licensed. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * org.apache.taglibs:taglibs-standard-spec - * org.apache.taglibs:taglibs-standard-impl +-------------------------------------------------------------------------------- +commons-beanutils.commons-beanutils-1.9.4 +-------------------------------------------------------------------------------- -The following dependencies are ASL2 licensed. Based on selected classes from -following Apache Tomcat jars, all ASL2 licensed. +Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar - * org.mortbay.jasper:apache-jsp - * org.apache.tomcat:tomcat-jasper - * org.apache.tomcat:tomcat-juli - * org.apache.tomcat:tomcat-jsp-api - * org.apache.tomcat:tomcat-el-api - * org.apache.tomcat:tomcat-jasper-el - * org.apache.tomcat:tomcat-api - * org.apache.tomcat:tomcat-util-scan - * org.apache.tomcat:tomcat-util - * org.mortbay.jasper:apache-el - * org.apache.tomcat:tomcat-jasper-el - * org.apache.tomcat:tomcat-el-api +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * org.eclipse.jetty.toolchain:jetty-schemas +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core-2.18.6 +-------------------------------------------------------------------------------- -Cryptography ------------- -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar -The UnixCrypt.java code implements the one way cryptography used by -Unix systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. -Permission to use, copy, modify and distribute UnixCrypt -for non-commercial or commercial purposes and without fee is -granted provided that the copyright notice appears in all copies. +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## 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 . +That code is available under an MIT 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. + +# FastDoubleParser + +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. + +## Copyright + +Copyright © 2024 Werner Randelshofer, Switzerland. + +## Licensing + +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. + +fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. +https://github.com/lemire/fast_double_parser +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +fast_float, Copyright (c) 2021 The fast_float authors. MIT License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -------------------------------------------------------------------------------- -Apache Parquet (per-component supplementary notices) +org.apache.zookeeper.zookeeper-3.5.6 -------------------------------------------------------------------------------- -Apache Parquet MR (Incubating) -Copyright 2014-2015 The Apache Software Foundation +Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar + +Apache ZooKeeper - Server +Copyright 2008-2019 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-util-1.0.1 -------------------------------------------------------------------------------- -This product includes code from Apache Avro, which includes the following in -its NOTICE file: +Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar - Apache Avro - Copyright 2010-2015 The Apache Software Foundation +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +log4j.log4j-1.2.17 +-------------------------------------------------------------------------------- + +Bundled jars: log4j.log4j-1.2.17.jar + +Apache log4j +Copyright 2007 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-codec.commons-codec-1.17.1 +-------------------------------------------------------------------------------- + +Bundled jars: commons-codec.commons-codec-1.17.1.jar + +Apache Commons Codec +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-admin-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar + +Kerby-kerb Admin +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3-3.14.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-lang3-3.14.0.jar + +Apache Commons Lang +Copyright 2001-2023 The Apache Software Foundation -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-math3-3.1.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-math3-3.1.1.jar + +Apache Commons Math +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +=============================================================================== + +The BracketFinder (package org.apache.commons.math3.optimization.univariate) +and PowellOptimizer (package org.apache.commons.math3.optimization.general) +classes are based on the Python code in module "optimize.py" (version 0.5) +developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/) +Copyright © 2003-2009 SciPy Developers. +=============================================================================== + +The LinearConstraint, LinearObjectiveFunction, LinearOptimizer, +RelationShip, SimplexSolver and SimplexTableau classes in package +org.apache.commons.math3.optimization.linear include software developed by +Benjamin McCann (http://www.benmccann.com) and distributed with +the following copyright: Copyright 2009 Google Inc. +=============================================================================== + +This product includes software developed by the +University of Chicago, as Operator of Argonne National +Laboratory. +The LevenbergMarquardtOptimizer class in package +org.apache.commons.math3.optimization.general includes software +translated from the lmder, lmpar and qrsolv Fortran routines +from the Minpack package +Minpack Copyright Notice (1999) University of Chicago. All rights reserved +=============================================================================== + +The GraggBulirschStoerIntegrator class in package +org.apache.commons.math3.ode.nonstiff includes software translated +from the odex Fortran routine developed by E. Hairer and G. Wanner. +Original source copyright: +Copyright (c) 2004, Ernst Hairer +=============================================================================== + +The EigenDecompositionImpl class in package +org.apache.commons.math3.linear includes software translated +from some LAPACK Fortran routines. Original source copyright: +Copyright (c) 1992-2008 The University of Tennessee. All rights reserved. +=============================================================================== + +The MersenneTwister class in package org.apache.commons.math3.random +includes software translated from the 2002-01-26 version of +the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji +Nishimura. Original source copyright: +Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, +All rights reserved +=============================================================================== + +The LocalizedFormatsTest class in the unit tests is an adapted version of +the OrekitMessagesTest class from the orekit library distributed under the +terms of the Apache 2 licence. Original source copyright: +Copyright 2010 CS Systèmes d'Information +=============================================================================== + +The HermiteInterpolator class and its corresponding test have been imported from +the orekit library distributed under the terms of the Apache 2 licence. Original +source copyright: +Copyright 2010-2012 CS Systèmes d'Information +=============================================================================== + +The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired +by an original code donated by Sébastien Brisard. +=============================================================================== + + +The complete text of licenses and disclaimers associated with the the original +sources enumerated above at the time of code translation are in the LICENSE.txt +file. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar # 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. +It is currently developed by a community of developers, as well as supported +commercially by FasterXML.com. ## Licensing -Jackson 2.x core and extension components are licensed under Apache License 2.0 +Jackson core and extension components may licensed under different licenses. To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). ## Credits -A list of contributors may be found from CREDITS(-2.x) file, which is included +A list of contributors may be found from CREDITS file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -R2DBC SPI +org.apache.kerby.kerby-config-1.0.1 -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity - -Copyright 2017-2021 the original author or authors. - -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 +Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar - https://www.apache.org/licenses/LICENSE-2.0 +Kerby Config +Copyright 2014-2017 The Apache Software Foundation -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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey (jersey-container-servlet, jersey-container-servlet-core, jersey-client, jersey-hk2, jersey-media-jaxb) +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar + +# Notices for Eclipse Project for Servlet + +This content is produced and maintained by the Eclipse Project for Servlet +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.servlet -* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Eclipse Project for Servlet is a trademark of the Eclipse Foundation. + ## Copyright @@ -669,6 +1096,7 @@ All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs. + ## Declared Project Licenses This program and the accompanying materials are made available under the terms @@ -681,98 +1109,50 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey + * https://github.com/eclipse-ee4j/servlet-api + * https://github.com/eclipse/jetty.toolchain + ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +## Jakarta -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright - -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. - -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate - -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc - -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors - -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group - -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. + * jakarta.servlet:jakarta.servlet-api -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +## GlassFish -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell + * org.eclipse.jetty.toolchain:jetty-schemas -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations-0.13.0 +-------------------------------------------------------------------------------- -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +Apache Yetus - Audience Annotations +Copyright 2015-2020 The Apache Software Foundation -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey Core Server +org.glassfish.jersey.core.jersey-server-3.0.12 -------------------------------------------------------------------------------- +Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar + # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -934,12 +1314,36 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +org.apache.parquet.parquet-avro-1.13.1 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar + +Apache Parquet MR (Incubating) +Copyright 2014-2015 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product includes code from Apache Avro, which includes the following in +its NOTICE file: + + Apache Avro + Copyright 2010-2015 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +-------------------------------------------------------------------------------- + +Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar + +# Notice for Jersey Bean Validation module +This content is produced and maintained by the Eclipse Jersey project. * https://projects.eclipse.org/projects/ee4j.jersey @@ -971,16 +1375,10 @@ The project maintains the following source code repositories: ## Third-party Content -Google Guava Version 18.0 +Hibernate Validator CDI, 7.0.5.Final * License: Apache License, 2.0 -* Copyright: (C) 2009 The Guava Authors - -JSR-166 Extension - JEP 266 -* License: Creative Commons 1.0 (CC0) -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 -* Expert Group and released to the public domain, as explained at -* http://creativecommons.org/publicdomain/zero/1.0/ +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -1097,53 +1495,72 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +org.apache.arrow.arrow-format-15.0.2 -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar -* https://projects.eclipse.org/projects/ee4j.jersey +Arrow Format +Copyright 2024 The Apache Software Foundation -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-vfs2-2.9.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar + +Apache Commons VFS Project +Copyright 2002-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar + +# 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 -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -## Declared Project Licenses +## Licensing -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +Jackson components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +## Credits -## Source Code -The project maintains the following source code repositories: +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -* https://github.com/eclipse-ee4j/jersey +-------------------------------------------------------------------------------- +jakarta.inject.jakarta.inject-api-2.0.1 +-------------------------------------------------------------------------------- -## Third-party Content +Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +# Notices for Eclipse Jakarta Dependency Injection -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. + +* Project home: https://projects.eclipse.org/projects/cdi.batch ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Jakarta Dependency Injection is a trademark of the Eclipse Foundation. ## Copyright @@ -1154,116 +1571,273 @@ source code repository logs. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +of the Apache License, Version 2.0 which is available at +https://www.apache.org/licenses/LICENSE-2.0. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +SPDX-License-Identifier: Apache-2.0 ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +https://github.com/eclipse-ee4j/injection-api +https://github.com/eclipse-ee4j/injection-spec +https://github.com/eclipse-ee4j/injection-tck ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +This project leverages the following third party content. -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +None -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +## Cryptography -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +None -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +-------------------------------------------------------------------------------- +org.apache.arrow.flight-grpc-15.0.2 +-------------------------------------------------------------------------------- -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +Arrow Flight GRPC +Copyright 2024 The Apache Software Foundation -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-vector-15.0.2 +-------------------------------------------------------------------------------- -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +Arrow Vectors +Copyright 2024 The Apache Software Foundation -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +-------------------------------------------------------------------------------- +org.apache.httpcomponents.client5.httpclient5-5.4 +-------------------------------------------------------------------------------- -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +Apache HttpClient +Copyright 1999-2021 The Apache Software Foundation -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar + +Kerby-kerb Crypto +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +org.apache.kerby.kerb-core-1.0.1 -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar -This content is produced and maintained by the Eclipse GlassFish project. +Kerby-kerb core +Copyright 2014-2017 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-core-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar + +Arrow Memory - Core +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.token-provider-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.token-provider-1.0.1.jar + +Token provider +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar + +[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " +[//]: # " " +[//]: # " This program and the accompanying materials are made available under the " +[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " +[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " +[//]: # " " +[//]: # " SPDX-License-Identifier: BSD-3-Clause " + +# Notices for Jakarta XML Binding + +This content is produced and maintained by the Jakarta XML Binding +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxb ## Trademarks -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +Jakarta XML Binding is a trademark of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0 which is available at +http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaxb-api +* https://github.com/eclipse-ee4j/jaxb-tck + +## Third-party Content + +This project leverages the following third party content. + +Apache River (3.0.0) + +* License: Apache-2.0 AND BSD-3-Clause + +ASM 7 (n/a) + +* License: BSD-3-Clause +* Project: https://asm.ow2.io/ +* Source: + https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand + +JTHarness (5.0) + +* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) +* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness +* Source: http://hg.openjdk.java.net/code-tools/jtharness/ + +normalize.css (3.0.2) + +* License: MIT + +SigTest (n/a) + +* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-simplekdc-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar + +Kerb Simple Kdc +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpcore-4.4.16 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar + +Apache HttpCore +Copyright 2005-2022 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-logging.commons-logging-1.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-logging.commons-logging-1.2.jar + +Apache Commons Logging +Copyright 2003-2014 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-recipes-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar + +Curator Recipes +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-pool.commons-pool-1.6 +-------------------------------------------------------------------------------- + +Bundled jars: commons-pool.commons-pool-1.6.jar + +Apache Commons Pool +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.ws.rs.jakarta.ws.rs-api-3.1.0 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.1.0.jar + +# Notices for Jakarta RESTful Web Services + +This content is produced and maintained by the **Jakarta RESTful Web Services** +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs + +## Trademarks + +**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. ## Copyright @@ -1287,253 +1861,531 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/glassfish-ha-api -* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor -* https://github.com/eclipse-ee4j/glassfish-shoal -* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck -* https://github.com/eclipse-ee4j/glassfish-jsftemplating -* https://github.com/eclipse-ee4j/glassfish-hk2-extra -* https://github.com/eclipse-ee4j/glassfish-hk2 -* https://github.com/eclipse-ee4j/glassfish-fighterfish +* https://github.com/eclipse-ee4j/jaxrs-api + +## Third-party Content + +This project leverages the following third party content. + +javaee-api (7.0) + +* License: Apache-2.0 AND W3C + +JUnit (4.11) + +* License: Common Public License 1.0 + +Mockito (2.16.0) + +* Project: http://site.mockito.org +* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +org.apache.avro.avro-1.12.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.avro.avro-1.12.0.jar + +Apache Avro +Copyright 2009-2024 The Apache Software Foundation + + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar + +Arrow Memory - Netty +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-client-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-client-4.2.0.jar + +Curator Client +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-collections.commons-collections-3.2.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-collections.commons-collections-3.2.2.jar + +Apache Commons Collections +Copyright 2001-2015 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +io.r2dbc.r2dbc-spi-0.9.0.RELEASE +-------------------------------------------------------------------------------- + +Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar + +Reactive Relational Database Connectivity + +Copyright 2017-2021 the original author or authors. + +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 + + https://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. + +-------------------------------------------------------------------------------- +commons-cli.commons-cli-1.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-cli.commons-cli-1.2.jar + +Apache Commons CLI +Copyright 2001-2009 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-h2-5.3 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar + +Apache HttpComponents Core HTTP/2 +Copyright 2005-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-server-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar + +Kerby-kerb Server +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-jcs3-core-3.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar + +Apache Commons JCS :: Core +Copyright 2002-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.htrace.htrace-core4-4.1.0-incubating +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.htrace.htrace-core4-4.1.0-incubating.jar + +htrace-core4 +Copyright 2016 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.extensions.guice-servlet-4.0 +-------------------------------------------------------------------------------- + +Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar + +Google Guice - Extensions - Servlet +Copyright 2006-2015 Google, Inc. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-5.3 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar + +Apache HttpComponents Core HTTP/1.1 +Copyright 2005-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-compress-1.26.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-compress-1.26.2.jar + +Apache Commons Compress +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpclient-4.5.13 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpclient-4.5.13.jar + +Apache HttpClient +Copyright 1999-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.orc.orc-shims-1.9.4 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.orc.orc-shims-1.9.4.jar + +ORC Shims +Copyright 2013-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.parquet.parquet-jackson-1.13.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar + +# 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 -## Third-party Content +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. -This project leverages the following third party content. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-client-1.0.1 +-------------------------------------------------------------------------------- -None +Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar -## Cryptography +Kerby-kerb Client +Copyright 2014-2017 The Apache Software Foundation -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jetty Servlet API (jakarta-servlet-api 5.0.2) +org.apache.kerby.kerby-xdr-1.0.1 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet +Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar -This content is produced and maintained by the Eclipse Project for Servlet -project. +Kerby XDR Project +Copyright 2014-2017 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.servlet +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-asn1-1.0.1 +-------------------------------------------------------------------------------- -## Trademarks +Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar -Eclipse Project for Servlet is a trademark of the Eclipse Foundation. +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +commons-io.commons-io-2.16.1 +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Bundled jars: commons-io.commons-io-2.16.1.jar +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation -## Declared Project Licenses +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix-1.0.1 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar +Kerby PKIX Project +Copyright 2014-2017 The Apache Software Foundation -## Source Code +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The project maintains the following source code repositories: +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-identity-1.0.1 +-------------------------------------------------------------------------------- - * https://github.com/eclipse-ee4j/servlet-api - * https://github.com/eclipse/jetty.toolchain +Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar +Kerby-kerb Identity +Copyright 2014-2017 The Apache Software Foundation -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Jakarta +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +-------------------------------------------------------------------------------- -The following artifacts are EPL 2.0 + GPLv2 with classpath exception. -https://projects.eclipse.org/projects/ee4j.servlet +Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar - * jakarta.servlet:jakarta.servlet-api +# 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, as well as supported +commercially by FasterXML.com. +## Licensing -## GlassFish +Jackson core and extension components (as well their dependencies) may be licensed under +different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +## Credits - * org.eclipse.jetty.toolchain:jetty-schemas +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +org.apache.zookeeper.zookeeper-jute-3.5.6 -------------------------------------------------------------------------------- -[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " -[//]: # " " -[//]: # " This program and the accompanying materials are made available under the " -[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " -[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " -[//]: # " " -[//]: # " SPDX-License-Identifier: BSD-3-Clause " +Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar -# Notices for Jakarta XML Binding +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation -This content is produced and maintained by the Jakarta XML Binding -project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util-1.0.1 +-------------------------------------------------------------------------------- -## Trademarks +Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar -Jakarta XML Binding is a trademark of the Eclipse Foundation. +Kerby Util +Copyright 2014-2017 The Apache Software Foundation -## Copyright +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +-------------------------------------------------------------------------------- +org.apache.commons.commons-configuration2-2.1.1 +-------------------------------------------------------------------------------- -## Declared Project Licenses +Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0 which is available at -http://www.eclipse.org/org/documents/edl-v10.php. +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation -SPDX-License-Identifier: BSD-3-Clause +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Source Code +-------------------------------------------------------------------------------- +com.google.inject.guice-4.0 +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Bundled jars: com.google.inject.guice-4.0.jar -* https://github.com/eclipse-ee4j/jaxb-api -* https://github.com/eclipse-ee4j/jaxb-tck +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This project leverages the following third party content. +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -Apache River (3.0.0) +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core-2.29.51 +-------------------------------------------------------------------------------- -* License: Apache-2.0 AND BSD-3-Clause +Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar -ASM 7 (n/a) +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -* License: BSD-3-Clause -* Project: https://asm.ow2.io/ -* Source: - https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). -JTHarness (5.0) +********************** +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 -* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) -* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness -* Source: http://hg.openjdk.java.net/code-tools/jtharness/ +The licenses for these third party components are included in LICENSE.txt -normalize.css (3.0.2) +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). -* License: MIT +# Jackson JSON processor -SigTest (n/a) +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. -* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +## Copyright -## Cryptography +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +## Licensing --------------------------------------------------------------------------------- -Jakarta RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) --------------------------------------------------------------------------------- +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. -# Notices for Jakarta RESTful Web Services +## Credits -This content is produced and maintained by the **Jakarta RESTful Web Services** -project. +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. -* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs +## FastDoubleParser -## Trademarks +jackson-core bundles a shaded copy of FastDoubleParser . +That code is available under an MIT license +under the following copyright. -**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. +Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -## Copyright +See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser +and the licenses and copyrights that apply to that code. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +# FastDoubleParser -## Declared Project Licenses +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +## Copyright -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Copyright © 2023 Werner Randelshofer, Switzerland. -## Source Code +## Licensing -The project maintains the following source code repositories: +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -* https://github.com/eclipse-ee4j/jaxrs-api +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. -## Third-party Content +fast_double_parser, Copyright (c) 2022 Daniel Lemire. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/dc88f6f882ac7eb8ec3765f633835cb76afa0ac2/LICENSE-APACHE -This project leverages the following third party content. +fast_float, Copyright (c) 2021 The fast_float authors. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE -javaee-api (7.0) +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'bigint-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -* License: Apache-2.0 AND W3C +-------------------------------------------------------------------------------- +com.fasterxml.classmate-1.7.0 +-------------------------------------------------------------------------------- -JUnit (4.11) +Bundled jars: com.fasterxml.classmate-1.7.0.jar -* License: Common Public License 1.0 +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -Mockito (2.16.0) +Other developers who have contributed code are: -* Project: http://site.mockito.org -* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 +* Brian Langel -## Cryptography +## Copyright -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -Jakarta Expression Language API (jakarta.el-api 4.0.0, glassfish jakarta.el 4.0.2) +org.glassfish.jersey.core.jersey-common-3.0.12 -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language +Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar + +# Notice for Jersey Core Common module +This content is produced and maintained by the Eclipse Jersey project. -This content is produced and maintained by the Jakarta Expression Language project. -* Project home: https://projects.eclipse.org/projects/ee4j.el +* https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Expression Language is a trademark of the Eclipse -Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1554,35 +2406,36 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/el-ri +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -## Cryptography - -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. - --------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) --------------------------------------------------------------------------------- +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors -# Notices for Jakarta Annotations +JSR-166 Extension - JEP 266 +* License: Creative Commons 1.0 (CC0) +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 +* Expert Group and released to the public domain, as explained at +* http://creativecommons.org/publicdomain/zero/1.0/ -This content is produced and maintained by the Jakarta Annotations project. +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. - * Project home: https://projects.eclipse.org/projects/ee4j.ca +* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. -Jakarta Annotations is a trademark of the Eclipse Foundation. +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. ## Declared Project Licenses @@ -1597,211 +2450,316 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: - * https://github.com/eclipse-ee4j/common-annotations-api +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -## Cryptography - -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright -# Notices for Jakarta Annotations +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. -This content is produced and maintained by the Jakarta Annotations project. +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -* Project home: https://projects.eclipse.org/projects/ee4j.ca +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -## Trademarks +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -Jakarta Annotations™ is a trademark of the Eclipse Foundation. +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -## Copyright +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. -## Declared Project Licenses +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: -GPL-2.0 with Classpath-exception-2.0 which is available at -https://openjdk.java.net/legal/gplv2+ce.html. +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0 +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ -## Source Code +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell -The project maintains the following source code repositories: +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. -* https://github.com/jakartaee/common-annotations-api +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. -## Cryptography +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Jakarta Inject API (jakarta.inject-api 2.0.1) +jakarta.annotation.jakarta.annotation-api-2.1.1 -------------------------------------------------------------------------------- -# Notices for Eclipse Jakarta Dependency Injection - -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar -* Project home: https://projects.eclipse.org/projects/cdi.batch +# Notices for Jakarta Annotations -## Trademarks +This content is produced and maintained by the Jakarta Annotations project. -Jakarta Dependency Injection is a trademark of the Eclipse Foundation. + * Project home: https://projects.eclipse.org/projects/ee4j.ca -## Copyright +## Trademarks -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Jakarta Annotations is a trademark of the Eclipse Foundation. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: Apache-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code The project maintains the following source code repositories: -https://github.com/eclipse-ee4j/injection-api -https://github.com/eclipse-ee4j/injection-spec -https://github.com/eclipse-ee4j/injection-tck + * https://github.com/eclipse-ee4j/common-annotations-api ## Third-party Content -This project leverages the following third party content. +## Cryptography -None +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -## Cryptography +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-common-1.0.1 +-------------------------------------------------------------------------------- -None +Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar + +Kerby-kerb Common +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +org.apache.arrow.flight-core-15.0.2 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Bundled jars: org.apache.arrow.flight-core-15.0.2.jar -This content is produced and maintained by the Eclipse Project for JAF project. +Arrow Flight Core +Copyright 2024 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.iceberg.iceberg-bundled-guava-1.7.1 +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar -## Declared Project Licenses +Apache Iceberg +Copyright 2017-2024 The Apache Software Foundation -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +org.apache.commons.commons-text-1.11.0 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: org.apache.commons.commons-text-1.11.0.jar -The project maintains the following source code repositories: +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +commons-net.commons-net-3.6 +-------------------------------------------------------------------------------- -This project leverages the following third party content. +Bundled jars: commons-net.commons-net-3.6.jar -JUnit (4.12) +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -* License: Eclipse Public License +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +io.netty.netty-3.10.6.Final +-------------------------------------------------------------------------------- -# Notices for Jakarta Activation +Bundled jars: io.netty.netty-3.10.6.Final.jar -This content is produced and maintained by Jakarta Activation project. +The Netty Project + ================= -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Please visit the Netty web site for more information: -## Copyright + * http://netty.io/ -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Copyright 2011 The Netty Project -## Declared Project Licenses +The Netty Project licenses this file to you 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: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +http://www.apache.org/licenses/LICENSE-2.0 -SPDX-License-Identifier: BSD-3-Clause +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. -## Source Code +Also, please refer to each LICENSE..txt file, which is located in +the 'license' directory of the distribution file, for the license terms of the +components that this product depends on. -The project maintains the following source code repositories: +------------------------------------------------------------------------------- +This product contains the extensions to Java Collections Framework which has +been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.jsr166y.txt (Public Domain) + * HOMEPAGE: + * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ + * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ -## Third-party Content +This product contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -This project leverages the following third party content. + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -JUnit (4.12) +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -* License: Eclipse Public License + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -# Notices for Jakarta Activation + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -This content is produced and maintained by Jakarta Activation project. +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -## Copyright +This product optionally depends on 'Bouncy Castle Crypto APIs' to generate +a temporary self-signed X.509 certificate when the JVM does not provide the +equivalent functionality. It can be obtained at: -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -## Declared Project Licenses +This product optionally depends on 'SLF4J', a simple logging facade for Java, +which can be obtained at: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. + * LICENSE: + * license/LICENSE.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -SPDX-License-Identifier: BSD-3-Clause +This product optionally depends on 'Apache Commons Logging', a logging +framework, which can be obtained at: -## Source Code + * LICENSE: + * license/LICENSE.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -The project maintains the following source code repositories: +This product optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ + +This product optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: + + * LICENSE: + * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) + * HOMEPAGE: + * http://anonsvn.jboss.org/repos/common/common-logging-spi/ + +This product optionally depends on 'Apache Felix', an open source OSGi +framework implementation, which can be obtained at: + + * LICENSE: + * license/LICENSE.felix.txt (Apache License 2.0) + * HOMEPAGE: + * http://felix.apache.org/ diff --git a/workflow-compiling-service/NOTICE-binary b/workflow-compiling-service/NOTICE-binary index 36381d729e1..4e59d77f3e5 100644 --- a/workflow-compiling-service/NOTICE-binary +++ b/workflow-compiling-service/NOTICE-binary @@ -1,126 +1,188 @@ Apache Texera (Incubating) -Copyright 2025-2026 The Apache Software Foundation +Copyright 2025 and onwards The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Apache Hadoop +software.amazon.awssdk +-------------------------------------------------------------------------------- + +Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) + +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 + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). + -------------------------------------------------------------------------------- +org.apache.hadoop +-------------------------------------------------------------------------------- + +Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.1.jar, org.apache.hadoop.hadoop-auth-3.3.1.jar, org.apache.hadoop.hadoop-common-3.3.1.jar, ... (+5 more) Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + Export Control Notice --------------------- -This distribution includes cryptographic software. The country in which -you currently reside may have restrictions on the import, possession, use, -and/or re-export to another country, of encryption software. BEFORE using -any encryption software, please check your country's laws, regulations and -policies concerning the import, possession, or use, and re-export of -encryption software, to see if this is permitted. See - for more information. +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See for more +information. The U.S. Government Department of Commerce, Bureau of Industry and -Security (BIS), has classified this software as Export Commodity Control -Number (ECCN) 5D002.C.1, which includes information security software -using or performing cryptographic functions with asymmetric algorithms. -The form and manner of this Apache Software Foundation distribution makes -it eligible for export under the License Exception ENC Technology Software -Unrestricted (TSU) exception (see the BIS Export Administration -Regulations, Section 740.13) for both object code and source code. +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this Apache Software Foundation +distribution makes it eligible for export under the License Exception +ENC Technology Software Unrestricted (TSU) exception (see the BIS +Export Administration Regulations, Section 740.13) for both object +code and source code. The following provides more details on the included cryptographic software: - This software uses the SSL libraries from the Jetty project written - by mortbay.org. - - Hadoop Yarn Server Web Proxy uses the BouncyCastle Java cryptography - APIs written by the Legion of the Bouncy Castle Inc. +This software uses the SSL libraries from the Jetty project written +by mortbay.org. +Hadoop Yarn Server Web Proxy uses the BouncyCastle Java +cryptography APIs written by the Legion of the Bouncy Castle Inc. -------------------------------------------------------------------------------- -Apache Lucene +org.eclipse.jetty -------------------------------------------------------------------------------- -Apache Lucene -Copyright 2001-2021 The Apache Software Foundation +Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) -Includes software from other Apache Software Foundation projects, -including, but not limited to Apache Ant, Apache Jakarta Regexp, -Apache Commons, and Apache Xerces. +Notices for Eclipse Jetty +========================= +This content is produced and maintained by the Eclipse Jetty project. -ICU4J (under analysis/icu) is licensed under an MIT-style license and -Copyright (c) 1995-2008 International Business Machines Corporation and -others. +Project home: https://eclipse.dev/jetty/ -Some data files (under analysis/icu/src/data) are derived from Unicode -data such as the Unicode Character Database. See -http://unicode.org/copyright.html for more details. +Trademarks +---------- +Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. -Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is -BSD-licensed, created by Anders Moller. See http://www.brics.dk/automaton/ +Copyright +--------- +All contributions are the property of the respective authors or of +entities to which copyright has been assigned by the authors (eg. employer). -The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) -were automatically generated with the moman/finenight FSA library, created -by Jean-Philippe Barrette-LaPierre. This library is available under an -MIT license. +Declared Project Licenses +------------------------- +This artifacts of this project are made available under the terms of: -The class org.apache.lucene.util.WeakIdentityMap was derived from the -Apache CXF project and is Apache License 2.0. + * the Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-2.0 + SPDX-License-Identifier: EPL-2.0 -The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4 -compression library (https://github.com/lz4/lz4/tree/dev/lib) that is -licensed under the 2-clause BSD license. + or -The Google Code Prettify is Apache License 2.0. + * the Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + SPDX-License-Identifier: Apache-2.0 -This product includes code (JaspellTernarySearchTrie) from Java Spelling -Checking Package (jaspell): http://jaspell.sourceforge.net/ (BSD License). +The following dependencies are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core + +The following dependencies are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message + +The following dependencies are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -The snowball stemmers (in analysis/common/src/java/net/sf/snowball) were -developed by Martin Porter and Richard Boulton. +The following dependencies are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -The KStem stemmer in analysis/common/src/org/apache/lucene/analysis/en was -developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst) under -the BSD license. + * jakarta.servlet:jakarta.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api -Arabic, Persian, Romanian, Bulgarian, Hindi and Bengali analyzer stopword -lists are BSD-licensed and were created by Jacques Savoy. +The following dependencies are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -The German, Spanish, Finnish, French, Hungarian, Italian, Portuguese, -Russian and Swedish light stemmers are based on BSD-licensed reference -implementations created by Jacques Savoy and Ljiljana Dolamic. + * org.ow2.asm:asm-commons + * org.ow2.asm:asm -The Stempel analyzer includes BSD-licensed software developed by the -Egothor project (http://egothor.sf.net/), created by Leo Galambos, -Martin Kvapil, and Edmond Nolan. +The following dependencies are ASL2 licensed. -The Polish analyzer stopword list is BSD-licensed and was created by the -Carrot2 project. + * org.apache.taglibs:taglibs-standard-spec + * org.apache.taglibs:taglibs-standard-impl -The SmartChineseAnalyzer source code (smartcn) was provided by -Xiaoping Gao and copyright 2009 by www.imdict.net. +The following dependencies are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. -WordBreakTestUnicode_*.java is derived from Unicode data such as the -Unicode Character Database. + * org.mortbay.jasper:apache-jsp + * org.apache.tomcat:tomcat-jasper + * org.apache.tomcat:tomcat-juli + * org.apache.tomcat:tomcat-jsp-api + * org.apache.tomcat:tomcat-el-api + * org.apache.tomcat:tomcat-jasper-el + * org.apache.tomcat:tomcat-api + * org.apache.tomcat:tomcat-util-scan + * org.apache.tomcat:tomcat-util + * org.mortbay.jasper:apache-el + * org.apache.tomcat:tomcat-jasper-el + * org.apache.tomcat:tomcat-el-api --------------------------------------------------------------------------------- -Apache Parquet --------------------------------------------------------------------------------- +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -Apache Parquet MR -Copyright 2014-2024 The Apache Software Foundation + * org.eclipse.jetty.toolchain:jetty-schemas -This product includes code from Apache Avro. +Cryptography +------------ +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. - Apache Avro - Copyright 2010-2024 The Apache Software Foundation +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -Apache Iceberg +org.apache.iceberg -------------------------------------------------------------------------------- +Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) + Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -146,399 +208,592 @@ the following copyright notice: | See the License for the specific language governing permissions and | limitations under the License. - Apache Arrow (arrow-format, arrow-memory-core, arrow-memory-netty, - arrow-vector, flight-core, flight-grpc) - Copyright 2016-2023 The Apache Software Foundation +-------------------------------------------------------------------------------- +org.glassfish.jersey +-------------------------------------------------------------------------------- - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) + +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jersey + +## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. - Apache Commons BeanUtils - Copyright 2000-2019 The Apache Software Foundation +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. - Apache Commons CLI - Copyright 2001-2022 The Apache Software Foundation +## Declared Project Licenses - Apache Commons Codec - Copyright 2002-2024 The Apache Software Foundation +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. - Apache Commons Collections (3.x and 4.x) - Copyright 2001-2024 The Apache Software Foundation +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 - Apache Commons Compress - Copyright 2002-2024 The Apache Software Foundation +## Source Code +The project maintains the following source code repositories: - Apache Commons Configuration - Copyright 2001-2024 The Apache Software Foundation +* https://github.com/eclipse-ee4j/jersey - Apache Commons IO - Copyright 2002-2024 The Apache Software Foundation +## Third-party Content - Apache Commons JCS - Copyright 2002-2024 The Apache Software Foundation +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. - Apache Commons Lang (2.x and 3.x) - Copyright 2001-2024 The Apache Software Foundation +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright - Apache Commons Logging - Copyright 2003-2014 The Apache Software Foundation +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. - Apache Commons Math - Copyright 2001-2016 The Apache Software Foundation +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate - Apache Commons Net - Copyright 2001-2023 The Apache Software Foundation +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc - Apache Commons Pool - Copyright 2001-2024 The Apache Software Foundation +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors - Apache Commons Text - Copyright 2014-2024 The Apache Software Foundation +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group - Apache Commons VFS - Copyright 2002-2024 The Apache Software Foundation +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. - Apache Curator - Copyright 2011-2024 The Apache Software Foundation +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. - Apache HttpComponents (httpclient, httpcore, httpasyncclient, - httpclient5, httpcore5, httpcore5-h2, httpmime) - Copyright 1999-2024 The Apache Software Foundation - Apache HTrace (Incubating) - Copyright 2016-2017 The Apache Software Foundation +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation - Apache Iceberg - Copyright 2017-2024 The Apache Software Foundation +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com - Apache Kerby (kerb-* and kerby-* subprojects) - Copyright 2014-2017 The Apache Software Foundation +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ - Apache Maven (many subprojects including wagon-*) - Copyright 2001-2024 The Apache Software Foundation +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell - Apache ORC - Copyright 2013-2024 The Apache Software Foundation +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. - Apache Yetus - Copyright 2015-2023 The Apache Software Foundation +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. - Apache ZooKeeper - Copyright 2008-2024 The Apache Software Foundation +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. - Apache log4j 1.2 / reload4j - Copyright 2007 The Apache Software Foundation +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Netty +io.netty.netty-tcnative-boringssl-static-2.0.61 -------------------------------------------------------------------------------- -The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). +Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) -This product contains the extensions to Java Collections Framework derived -from the works by JSR-166 EG, Doug Lea, and Jason T. Greene (Public -Domain). +The Netty Project + ================= -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. +Please visit the Netty web site for more information: -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). + * http://netty.io/ -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). +Copyright 2016 The Netty Project -This product optionally depends on 'Protocol Buffers' (New BSD License, -http://code.google.com/p/protobuf/), 'Bouncy Castle Crypto APIs' (MIT -License, http://www.bouncycastle.org/), 'SLF4J' (MIT License, -http://www.slf4j.org/), 'Apache Commons Logging' (Apache License 2.0), -'Apache Log4J' (Apache License 2.0), 'JBoss Logging' (GNU LGPL 2.1), and -'Apache Felix' (Apache License 2.0). +The Netty Project licenses this file to you 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: --------------------------------------------------------------------------------- -Eclipse Jetty --------------------------------------------------------------------------------- + http://www.apache.org/licenses/LICENSE-2.0 -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +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. -The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd unless -otherwise noted. Jetty is dual licensed under both the Apache 2.0 License -and the Eclipse Public 1.0 License; Texera redistributes it under the -Apache 2.0 terms. +------------------------------------------------------------------------------- +This product contains a forked and modified version of Tomcat Native -Jetty bundles select artifacts under secondary licenses: - * Eclipse Public License: org.eclipse.jetty.orbit:org.eclipse.jdt.core, - javax.security.auth.message (EPL + ASL2), - javax.mail.glassfish (EPL + CDDL 1.0) - * CDDL + GPLv2 with classpath exception: javax.servlet:javax.servlet-api, - javax.annotation:javax.annotation-api, - javax.transaction:javax.transaction-api, - javax.websocket:javax.websocket-api - * OW2 license: org.ow2.asm:asm-commons, org.ow2.asm:asm - * MortBay ASL2: org.mortbay.jasper:apache-jsp, apache-el (based on - selected classes from Apache Tomcat) + * LICENSE: + * license/LICENSE.tomcat-native.txt (Apache License 2.0) + * HOMEPAGE: + * http://tomcat.apache.org/native-doc/ + * https://svn.apache.org/repos/asf/tomcat/native/ -The UnixCrypt.java code implements one-way cryptography used by Unix -systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. +This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build. --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- + * LICENSE: + * license/LICENSE.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper -Jackson JSON processor +This product contains small piece of code to support AIX, taken from netbsd. -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. + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist -Copyright 2007- Tatu Saloranta (tatu.saloranta@iki.fi) -Jackson 2.x core and extension components are licensed under Apache -License 2.0. This attribution applies to jackson-core, jackson-databind, -jackson-annotations, and every jackson-datatype-*, jackson-module-*, -jackson-dataformat-*, and jackson-jaxrs-* artifact bundled in this -distribution. +This product contains code from boringssl. -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ -------------------------------------------------------------------------------- -Google Guice +org.glassfish.hk2 -------------------------------------------------------------------------------- -Google Guice - Core Library (and guice-servlet extension) -Copyright 2006-2015 Google, Inc. - --------------------------------------------------------------------------------- -AWS SDK for Java 2.0 --------------------------------------------------------------------------------- +Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar -AWS SDK for Java 2.0 -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Notices for Eclipse GlassFish -This product includes software developed by Amazon Technologies, Inc -(http://www.amazon.com/). - -The AWS SDK bundles the following third-party works: - * 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), shaded as - software.amazon.awssdk:third-party-jackson-core - * Jackson-dataformat-cbor - (https://github.com/FasterXML/jackson-dataformats-binary) - -Required Apache Commons Lang attribution: - Apache Commons Lang - Copyright 2001-2020 The Apache Software Foundation +This content is produced and maintained by the Eclipse GlassFish project. --------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) --------------------------------------------------------------------------------- +* Project home: https://projects.eclipse.org/projects/ee4j.glassfish -# Jackson JSON processor +## Trademarks -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. +Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. ## Copyright -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - -## Licensing +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. -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. +## Declared Project Licenses -## Credits +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -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. +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -## FastDoubleParser +## Source Code -jackson-core bundles a shaded copy of FastDoubleParser . -That code is available under an MIT license -under the following copyright. +The project maintains the following source code repositories: -Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. +* https://github.com/eclipse-ee4j/glassfish-ha-api +* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor +* https://github.com/eclipse-ee4j/glassfish-shoal +* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck +* https://github.com/eclipse-ee4j/glassfish-jsftemplating +* https://github.com/eclipse-ee4j/glassfish-hk2-extra +* https://github.com/eclipse-ee4j/glassfish-hk2 +* https://github.com/eclipse-ee4j/glassfish-fighterfish -See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser -and the licenses and copyrights that apply to that code. +## Third-party Content -# FastDoubleParser +This project leverages the following third party content. -This is a Java port of Daniel Lemire's fast_float project. -This project provides parsers for double, float, BigDecimal and BigInteger values. +None -## Copyright +## Cryptography -Copyright © 2024 Werner Randelshofer, Switzerland. +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -## Licensing +-------------------------------------------------------------------------------- +org.apache.lucene +-------------------------------------------------------------------------------- -This code is licensed under MIT License. -https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE -(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +Bundled jars: org.apache.lucene.lucene-memory-8.7.0.jar, org.apache.lucene.lucene-queries-8.7.0.jar, org.apache.lucene.lucene-queryparser-8.7.0.jar, org.apache.lucene.lucene-sandbox-8.7.0.jar -Some portions of the code have been derived from other projects. -All these projects require that we include a copyright notice, and some require that we also include some text of their -license file. +Apache Lucene +Copyright 2001-2020 The Apache Software Foundation -fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. -https://github.com/lemire/fast_double_parser -https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -fast_float, Copyright (c) 2021 The fast_float authors. MIT License. -https://github.com/fastfloat/fast_float -https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces -bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. -https://github.com/tbuktu/bigint/tree/floatfft -https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE -https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE -(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) -(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project -- as is required by that license.) +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others + +Some data files (under analysis/icu/src/data) are derived from Unicode data such +as the Unicode Character Database. See http://unicode.org/copyright.html for more +details. + +Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is +BSD-licensed, created by Anders Møller. See http://www.brics.dk/automaton/ + +The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) were +automatically generated with the moman/finenight FSA library, created by +Jean-Philippe Barrette-LaPierre. This library is available under an MIT license, +see http://sites.google.com/site/rrettesite/moman and +http://bitbucket.org/jpbarrette/moman/overview/ + +The class org.apache.lucene.util.WeakIdentityMap was derived from +the Apache CXF project and is Apache License 2.0. + +The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4 +compression library (https://github.com/lz4/lz4/tree/dev/lib) that is licensed +under the 2-clause BSD license. +(https://opensource.org/licenses/bsd-license.php) + +The Google Code Prettify is Apache License 2.0. +See http://code.google.com/p/google-code-prettify/ + +JUnit (junit-4.10) is licensed under the Common Public License v. 1.0 +See http://junit.sourceforge.net/cpl-v10.html + +This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin +g Package (jaspell): http://jaspell.sourceforge.net/ +License: The BSD License (http://www.opensource.org/licenses/bsd-license.php) + +The snowball stemmers in + analysis/common/src/java/net/sf/snowball +were developed by Martin Porter and Richard Boulton. +The snowball stopword lists in + analysis/common/src/resources/org/apache/lucene/analysis/snowball +were developed by Martin Porter and Richard Boulton. +The full snowball package is available from + http://snowball.tartarus.org/ + +The KStem stemmer in + analysis/common/src/org/apache/lucene/analysis/en +was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst) +under the BSD-license. + +The Arabic,Persian,Romanian,Bulgarian, Hindi and Bengali analyzers (common) come with a default +stopword list that is BSD-licensed created by Jacques Savoy. These files reside in: +analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bn/stopwords.txt +See http://members.unine.ch/jacques.savoy/clef/index.html. + +The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers +(common) are based on BSD-licensed reference implementations created by Jacques Savoy and +Ljiljana Dolamic. These files reside in: +analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java + +The Stempel analyzer (stempel) includes BSD-licensed software developed +by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil, +and Edmond Nolan. + +The Polish analyzer (stempel) comes with a default +stopword list that is BSD-licensed created by the Carrot2 project. The file resides +in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt. +See http://project.carrot2.org/license.html. + +The SmartChineseAnalyzer source code (smartcn) was +provided by Xiaoping Gao and copyright 2009 by www.imdict.net. + +WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/) +is derived from Unicode data such as the Unicode Character Database. +See http://unicode.org/copyright.html for more details. + +The Morfologik analyzer (morfologik) includes BSD-licensed software +developed by Dawid Weiss and Marcin Miłkowski (http://morfologik.blogspot.com/). + +Morfologik uses data from Polish ispell/myspell dictionary +(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia) +LGPL and Creative Commons ShareAlike. + +Morfologic includes data from BSD-licensed dictionary of Polish (SGJP) +(http://sgjp.pl/morfeusz/) + +Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original +source code for this can be found at http://www.eclipse.org/jetty/downloads.php + +=========================================================================== +Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ipadic-2.7.0-20070801 + +which can be obtained from + + http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz + +or + + http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz + +=========================================================================== +mecab-ipadic-2.7.0-20070801 Notice +=========================================================================== + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +=========================================================================== +Nori Korean Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ko-dic-2.0.3-20170922 + +which can be obtained from + + https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz -------------------------------------------------------------------------------- -Jackson modules and datatypes +org.eclipse.jetty.websocket -------------------------------------------------------------------------------- -# Jackson JSON processor +Bundled jars: org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-client-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-common-9.4.40.v20210413.jar -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. +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -## Copyright +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +Jetty is dual licensed under both -## Licensing + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -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. + and -## Credits + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html -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. +Jetty may be distributed under either license. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +------ +Eclipse -# Jackson JSON processor +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -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, as well as supported -commercially by FasterXML.com. +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -## Licensing -Jackson core and extension components (as well their dependencies) may be licensed under -different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -## Credits -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +------ +Oracle -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -# Jackson JSON processor + * javax.servlet:javax.servlet-api + * javax.annotation:javax.annotation-api + * javax.transaction:javax.transaction-api + * javax.websocket:javax.websocket-api -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, as well as supported -commercially by FasterXML.com. +------ +Oracle OpenJDK -## Licensing +If ALPN is used to negotiate HTTP/2 connections, then the following +artifacts may be included in the distribution or downloaded when ALPN +module is selected. -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). + * java.sun.security.ssl -## Credits +These artifacts replace/modify OpenJDK classes. The modififications +are hosted at github and both modified and original are under GPL v2 with +classpath exceptions. +http://openjdk.java.net/legal/gplv2+ce.html -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +------ +OW2 -# Jackson JSON processor +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -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. +org.ow2.asm:asm-commons +org.ow2.asm:asm -## Copyright -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +------ +Apache -## Licensing +The following artifacts are ASL2 licensed. -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl -## Credits -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +------ +MortBay -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are ASL2 licensed. Based on selected classes from +following Apache Tomcat jars, all ASL2 licensed. -# Jackson JSON processor +org.mortbay.jasper:apache-jsp + org.apache.tomcat:tomcat-jasper + org.apache.tomcat:tomcat-juli + org.apache.tomcat:tomcat-jsp-api + org.apache.tomcat:tomcat-el-api + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-api + org.apache.tomcat:tomcat-util-scan + org.apache.tomcat:tomcat-util -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, as well as supported -commercially by FasterXML.com. +org.mortbay.jasper:apache-el + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-el-api -## Licensing -Jackson core and extension components may licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). +------ +Mortbay -## Credits +The following artifacts are CDDL + GPLv2 with classpath exception. -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + +org.eclipse.jetty.toolchain:jetty-schemas + +------ +Assorted + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +com.fasterxml.jackson +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar # Jackson JSON processor @@ -559,125 +814,337 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -Eclipse Jetty 11.0 +org.apache.lucene -------------------------------------------------------------------------------- -Notices for Eclipse Jetty -========================= -This content is produced and maintained by the Eclipse Jetty project. +Bundled jars: org.apache.lucene.lucene-analyzers-common-8.11.4.jar, org.apache.lucene.lucene-core-8.11.4.jar -Project home: https://eclipse.dev/jetty/ +Apache Lucene +Copyright 2001-2021 The Apache Software Foundation -Trademarks ----------- -Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Copyright ---------- -All contributions are the property of the respective authors or of -entities to which copyright has been assigned by the authors (eg. employer). +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces -Declared Project Licenses -------------------------- -This artifacts of this project are made available under the terms of: +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others - * the Eclipse Public License v2.0 - https://www.eclipse.org/legal/epl-2.0 - SPDX-License-Identifier: EPL-2.0 +Some data files (under analysis/icu/src/data) are derived from Unicode data such +as the Unicode Character Database. See http://unicode.org/copyright.html for more +details. - or +Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is +BSD-licensed, created by Anders Møller. See http://www.brics.dk/automaton/ - * the Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - SPDX-License-Identifier: Apache-2.0 +The levenshtein automata tables (under core/src/java/org/apache/lucene/util/automaton) were +automatically generated with the moman/finenight FSA library, created by +Jean-Philippe Barrette-LaPierre. This library is available under an MIT license, +see http://sites.google.com/site/rrettesite/moman and +http://bitbucket.org/jpbarrette/moman/overview/ -The following dependencies are EPL. - * org.eclipse.jetty.orbit:org.eclipse.jdt.core +The class org.apache.lucene.util.WeakIdentityMap was derived from +the Apache CXF project and is Apache License 2.0. -The following dependencies are EPL and ASL2. - * org.eclipse.jetty.orbit:javax.security.auth.message +The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4 +compression library (https://github.com/lz4/lz4/tree/dev/lib) that is licensed +under the 2-clause BSD license. +(https://opensource.org/licenses/bsd-license.php) -The following dependencies are EPL and CDDL 1.0. - * org.eclipse.jetty.orbit:javax.mail.glassfish +The Google Code Prettify is Apache License 2.0. +See http://code.google.com/p/google-code-prettify/ + +JUnit (junit-4.10) is licensed under the Common Public License v. 1.0 +See http://junit.sourceforge.net/cpl-v10.html + +This product includes code (JaspellTernarySearchTrie) from Java Spelling Checkin +g Package (jaspell): http://jaspell.sourceforge.net/ +License: The BSD License (http://www.opensource.org/licenses/bsd-license.php) + +The snowball stemmers in + analysis/common/src/java/net/sf/snowball +were developed by Martin Porter and Richard Boulton. +The snowball stopword lists in + analysis/common/src/resources/org/apache/lucene/analysis/snowball +were developed by Martin Porter and Richard Boulton. +The full snowball package is available from + http://snowball.tartarus.org/ + +The KStem stemmer in + analysis/common/src/org/apache/lucene/analysis/en +was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst) +under the BSD-license. + +The Arabic,Persian,Romanian,Bulgarian, Hindi and Bengali analyzers (common) come with a default +stopword list that is BSD-licensed created by Jacques Savoy. These files reside in: +analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt, +analysis/common/src/resources/org/apache/lucene/analysis/bn/stopwords.txt +See http://members.unine.ch/jacques.savoy/clef/index.html. + +The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers +(common) are based on BSD-licensed reference implementations created by Jacques Savoy and +Ljiljana Dolamic. These files reside in: +analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java +analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java + +The Stempel analyzer (stempel) includes BSD-licensed software developed +by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil, +and Edmond Nolan. + +The Polish analyzer (stempel) comes with a default +stopword list that is BSD-licensed created by the Carrot2 project. The file resides +in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt. +See http://project.carrot2.org/license.html. + +The SmartChineseAnalyzer source code (smartcn) was +provided by Xiaoping Gao and copyright 2009 by www.imdict.net. + +WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/) +is derived from Unicode data such as the Unicode Character Database. +See http://unicode.org/copyright.html for more details. + +The Morfologik analyzer (morfologik) includes BSD-licensed software +developed by Dawid Weiss and Marcin Miłkowski (http://morfologik.blogspot.com/). + +Morfologik uses data from Polish ispell/myspell dictionary +(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia) +LGPL and Creative Commons ShareAlike. + +Morfologic includes data from BSD-licensed dictionary of Polish (SGJP) +(http://sgjp.pl/morfeusz/) + +Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original +source code for this can be found at http://www.eclipse.org/jetty/downloads.php + +=========================================================================== +Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ipadic-2.7.0-20070801 + +which can be obtained from + + http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz + +or + + http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz + +=========================================================================== +mecab-ipadic-2.7.0-20070801 Notice +=========================================================================== + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +=========================================================================== +Nori Korean Morphological Analyzer - Apache Lucene Integration +=========================================================================== + +This software includes a binary and/or source version of data from + + mecab-ko-dic-2.0.3-20170922 + +which can be obtained from + + https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz -The following dependencies are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +-------------------------------------------------------------------------------- +jakarta.el.jakarta.el-api-4.0.0.jar +-------------------------------------------------------------------------------- - * jakarta.servlet:jakarta.servlet-api - * javax.annotation:javax.annotation-api - * javax.transaction:javax.transaction-api - * javax.websocket:javax.websocket-api +Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar -The following dependencies are licensed by the OW2 Foundation according to the -terms of http://asm.ow2.org/license.html +# Notices for Jakarta Expression Language - * org.ow2.asm:asm-commons - * org.ow2.asm:asm +This content is produced and maintained by the Jakarta Expression Language project. -The following dependencies are ASL2 licensed. +* Project home: https://projects.eclipse.org/projects/ee4j.el - * org.apache.taglibs:taglibs-standard-spec - * org.apache.taglibs:taglibs-standard-impl +## Trademarks -The following dependencies are ASL2 licensed. Based on selected classes from -following Apache Tomcat jars, all ASL2 licensed. +Jakarta Expression Language is a trademark of the Eclipse +Foundation. - * org.mortbay.jasper:apache-jsp - * org.apache.tomcat:tomcat-jasper - * org.apache.tomcat:tomcat-juli - * org.apache.tomcat:tomcat-jsp-api - * org.apache.tomcat:tomcat-el-api - * org.apache.tomcat:tomcat-jasper-el - * org.apache.tomcat:tomcat-api - * org.apache.tomcat:tomcat-util-scan - * org.apache.tomcat:tomcat-util - * org.mortbay.jasper:apache-el - * org.apache.tomcat:tomcat-jasper-el - * org.apache.tomcat:tomcat-el-api +## Copyright -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. - * org.eclipse.jetty.toolchain:jetty-schemas +## Declared Project Licenses -Cryptography ------------- -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -The UnixCrypt.java code implements the one way cryptography used by -Unix systems for simple password protection. Copyright 1996 Aki Yoshida, -modified April 2001 by Iris Van den Broeke, Daniel Deville. -Permission to use, copy, modify and distribute UnixCrypt -for non-commercial or commercial purposes and without fee is -granted provided that the copyright notice appears in all copies. +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/el-ri + +## Third-party Content + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -------------------------------------------------------------------------------- -Apache Parquet (per-component supplementary notices) +com.sun.activation.jakarta.activation-2.0.1.jar -------------------------------------------------------------------------------- -Apache Parquet MR (Incubating) -Copyright 2014-2015 The Apache Software Foundation +Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +# Notices for Jakarta Activation + +This content is produced and maintained by Jakarta Activation project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaf + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Distribution License v. 1.0, +which is available at http://www.eclipse.org/org/documents/edl-v10.php. + +SPDX-License-Identifier: BSD-3-Clause + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaf +-------------------------------------------------------------------------------- +com.fasterxml.jackson -------------------------------------------------------------------------------- -This product includes code from Apache Avro, which includes the following in -its NOTICE file: +Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar - Apache Avro - Copyright 2010-2015 The Apache Software Foundation +# Jackson JSON processor - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). +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, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar # Jackson JSON processor @@ -686,6 +1153,10 @@ 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + ## Licensing Jackson 2.x core and extension components are licensed under Apache License 2.0 @@ -698,175 +1169,450 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -R2DBC SPI +org.scala-lang -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity - -Copyright 2017-2021 the original author or authors. +Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar -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 +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka - https://www.apache.org/licenses/LICENSE-2.0 +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). +Licensed under the Apache License, Version 2.0 (the "License"). 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. +This software includes projects with other licenses -- see `doc/LICENSE.md`. + -------------------------------------------------------------------------------- -Eclipse Jersey (jersey-container-servlet, jersey-container-servlet-core, jersey-client, jersey-hk2, jersey-media-jaxb) +org.apache.hadoop.thirdparty -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. - -* Project home: https://projects.eclipse.org/projects/ee4j.jersey - -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. - -## Copyright +Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -## Declared Project Licenses +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Source Code -The project maintains the following source code repositories: +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework-4.2.0 +-------------------------------------------------------------------------------- -* https://github.com/eclipse-ee4j/jersey +Bundled jars: org.apache.curator.curator-framework-4.2.0.jar -## Third-party Content +Curator Framework +Copyright 2011-2019 The Apache Software Foundation -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +-------------------------------------------------------------------------------- +commons-beanutils.commons-beanutils-1.9.4 +-------------------------------------------------------------------------------- -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core-2.18.6 +-------------------------------------------------------------------------------- -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +# Jackson JSON processor -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +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. -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +## Copyright -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +## Licensing -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +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. -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +## Credits -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +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. -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +## FastDoubleParser -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +jackson-core bundles a shaded copy of FastDoubleParser . +That code is available under an MIT license +under the following copyright. --------------------------------------------------------------------------------- -Eclipse Jersey Core Server --------------------------------------------------------------------------------- +Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -# Notice for Jersey Core Server module -This content is produced and maintained by the Eclipse Jersey project. +See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser +and the licenses and copyrights that apply to that code. -* https://projects.eclipse.org/projects/ee4j.jersey +# FastDoubleParser -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. ## Copyright -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Copyright © 2024 Werner Randelshofer, Switzerland. -## Declared Project Licenses +## Licensing -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. -## Source Code -The project maintains the following source code repositories: +fast_double_parser, Copyright (c) 2022 Daniel Lemire. BSL License. +https://github.com/lemire/fast_double_parser +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE.BSL +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +fast_float, Copyright (c) 2021 The fast_float authors. MIT License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/cc1e01e9eee74128e48d51488a6b1df4a767a810/LICENSE-MIT +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'thirdparty-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) + +-------------------------------------------------------------------------------- +org.apache.zookeeper.zookeeper-3.5.6 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar + +Apache ZooKeeper - Server +Copyright 2008-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpasyncclient-4.1.5 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpasyncclient-4.1.5.jar + +Apache HttpAsyncClient +Copyright 2010-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-util-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar + +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +log4j.log4j-1.2.17 +-------------------------------------------------------------------------------- + +Bundled jars: log4j.log4j-1.2.17.jar + +Apache log4j +Copyright 2007 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-codec.commons-codec-1.17.1 +-------------------------------------------------------------------------------- + +Bundled jars: commons-codec.commons-codec-1.17.1.jar + +Apache Commons Codec +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-admin-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar + +Kerby-kerb Admin +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-math3-3.1.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-math3-3.1.1.jar + +Apache Commons Math +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +=============================================================================== + +The BracketFinder (package org.apache.commons.math3.optimization.univariate) +and PowellOptimizer (package org.apache.commons.math3.optimization.general) +classes are based on the Python code in module "optimize.py" (version 0.5) +developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/) +Copyright © 2003-2009 SciPy Developers. +=============================================================================== + +The LinearConstraint, LinearObjectiveFunction, LinearOptimizer, +RelationShip, SimplexSolver and SimplexTableau classes in package +org.apache.commons.math3.optimization.linear include software developed by +Benjamin McCann (http://www.benmccann.com) and distributed with +the following copyright: Copyright 2009 Google Inc. +=============================================================================== + +This product includes software developed by the +University of Chicago, as Operator of Argonne National +Laboratory. +The LevenbergMarquardtOptimizer class in package +org.apache.commons.math3.optimization.general includes software +translated from the lmder, lmpar and qrsolv Fortran routines +from the Minpack package +Minpack Copyright Notice (1999) University of Chicago. All rights reserved +=============================================================================== + +The GraggBulirschStoerIntegrator class in package +org.apache.commons.math3.ode.nonstiff includes software translated +from the odex Fortran routine developed by E. Hairer and G. Wanner. +Original source copyright: +Copyright (c) 2004, Ernst Hairer +=============================================================================== + +The EigenDecompositionImpl class in package +org.apache.commons.math3.linear includes software translated +from some LAPACK Fortran routines. Original source copyright: +Copyright (c) 1992-2008 The University of Tennessee. All rights reserved. +=============================================================================== + +The MersenneTwister class in package org.apache.commons.math3.random +includes software translated from the 2002-01-26 version of +the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji +Nishimura. Original source copyright: +Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, +All rights reserved +=============================================================================== + +The LocalizedFormatsTest class in the unit tests is an adapted version of +the OrekitMessagesTest class from the orekit library distributed under the +terms of the Apache 2 licence. Original source copyright: +Copyright 2010 CS Systèmes d'Information +=============================================================================== + +The HermiteInterpolator class and its corresponding test have been imported from +the orekit library distributed under the terms of the Apache 2 licence. Original +source copyright: +Copyright 2010-2012 CS Systèmes d'Information +=============================================================================== + +The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired +by an original code donated by Sébastien Brisard. +=============================================================================== + + +The complete text of licenses and disclaimers associated with the the original +sources enumerated above at the time of code translation are in the LICENSE.txt +file. + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar + +# 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, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-config-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar + +Kerby Config +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar + +# Notices for Eclipse Project for Servlet + +This content is produced and maintained by the Eclipse Project for Servlet +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.servlet + + +## Trademarks + +Eclipse Project for Servlet is a trademark of the Eclipse Foundation. + + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. + +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + + +## Source Code + +The project maintains the following source code repositories: + + * https://github.com/eclipse-ee4j/servlet-api + * https://github.com/eclipse/jetty.toolchain + + +## Third-party Content + +## Jakarta + +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet + + * jakarta.servlet:jakarta.servlet-api + + +## GlassFish + +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + + * org.eclipse.jetty.toolchain:jetty-schemas + +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations-0.13.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar + +Apache Yetus - Audience Annotations +Copyright 2015-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.glassfish.jersey.core.jersey-server-3.0.12 +-------------------------------------------------------------------------------- + +Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar + +# Notice for Jersey Core Server module +This content is produced and maintained by the Eclipse Jersey project. + +* https://projects.eclipse.org/projects/ee4j.jersey + +## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses + +This program and the accompanying materials are made available under the terms +of the Eclipse Public License v. 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +available under the following Secondary Licenses when the conditions for such +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. + +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + +## Source Code +The project maintains the following source code repositories: * https://github.com/eclipse-ee4j/jersey @@ -1000,12 +1746,36 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +org.apache.parquet.parquet-avro-1.13.1 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar + +Apache Parquet MR (Incubating) +Copyright 2014-2015 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- + +This product includes code from Apache Avro, which includes the following in +its NOTICE file: + + Apache Avro + Copyright 2010-2015 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +-------------------------------------------------------------------------------- + +Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar + +# Notice for Jersey Bean Validation module +This content is produced and maintained by the Eclipse Jersey project. * https://projects.eclipse.org/projects/ee4j.jersey @@ -1037,16 +1807,10 @@ The project maintains the following source code repositories: ## Third-party Content -Google Guava Version 18.0 +Hibernate Validator CDI, 7.0.5.Final * License: Apache License, 2.0 -* Copyright: (C) 2009 The Guava Authors - -JSR-166 Extension - JEP 266 -* License: Creative Commons 1.0 (CC0) -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 -* Expert Group and released to the public domain, as explained at -* http://creativecommons.org/publicdomain/zero/1.0/ +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -1163,53 +1927,213 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +org.apache.arrow.arrow-format-15.0.2 -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar -* https://projects.eclipse.org/projects/ee4j.jersey +Arrow Format +Copyright 2024 The Apache Software Foundation -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.commons.commons-vfs2-2.9.0 +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar -## Declared Project Licenses +Apache Commons VFS Project +Copyright 2002-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 +-------------------------------------------------------------------------------- + +Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar + +# 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 + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +## Licensing + +Jackson components are licensed under Apache (Software) License, version 2.0, +as per accompanying LICENSE file. + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. + +-------------------------------------------------------------------------------- +jakarta.inject.jakarta.inject-api-2.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar + +# Notices for Eclipse Jakarta Dependency Injection + +This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. + +* Project home: https://projects.eclipse.org/projects/cdi.batch + +## Trademarks + +Jakarta Dependency Injection is a trademark of the Eclipse Foundation. + +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. + +## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +of the Apache License, Version 2.0 which is available at +https://www.apache.org/licenses/LICENSE-2.0. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +SPDX-License-Identifier: Apache-2.0 ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +https://github.com/eclipse-ee4j/injection-api +https://github.com/eclipse-ee4j/injection-spec +https://github.com/eclipse-ee4j/injection-tck ## Third-party Content -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +This project leverages the following third party content. -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +None + +## Cryptography + +None + +-------------------------------------------------------------------------------- +org.apache.arrow.flight-grpc-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar + +Arrow Flight GRPC +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-vector-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar + +Arrow Vectors +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.client5.httpclient5-5.4 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar + +Apache HttpClient +Copyright 1999-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar + +Kerby-kerb Crypto +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-core-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar + +Kerby-kerb core +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-core-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar + +Arrow Memory - Core +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.token-provider-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.token-provider-1.0.1.jar + +Token provider +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar + +[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " +[//]: # " " +[//]: # " This program and the accompanying materials are made available under the " +[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " +[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " +[//]: # " " +[//]: # " SPDX-License-Identifier: BSD-3-Clause " + +# Notices for Jakarta XML Binding + +This content is produced and maintained by the Jakarta XML Binding +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxb ## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. + +Jakarta XML Binding is a trademark of the Eclipse Foundation. ## Copyright @@ -1220,116 +2144,132 @@ source code repository logs. ## Declared Project Licenses This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +of the Eclipse Distribution License v. 1.0 which is available at +http://www.eclipse.org/org/documents/edl-v10.php. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +SPDX-License-Identifier: BSD-3-Clause ## Source Code + The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/jersey +* https://github.com/eclipse-ee4j/jaxb-api +* https://github.com/eclipse-ee4j/jaxb-tck ## Third-party Content -Angular JS, v1.6.6 -* License MIT (http://www.opensource.org/licenses/mit-license.php) -* Project: http://angularjs.org -* Coyright: (c) 2010-2017 Google, Inc. +This project leverages the following third party content. -aopalliance Version 1 -* License: all the source code provided by AOP Alliance is Public Domain. -* Project: http://aopalliance.sourceforge.net -* Copyright: Material in the public domain is not protected by copyright +Apache River (3.0.0) -Bean Validation API 3.0.2 -* License: Apache License, 2.0 -* Project: http://beanvalidation.org/1.1/ -* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. +* License: Apache-2.0 AND BSD-3-Clause -Hibernate Validator CDI, 7.0.5.Final -* License: Apache License, 2.0 -* Project: https://beanvalidation.org/ -* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate +ASM 7 (n/a) -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +* License: BSD-3-Clause +* Project: https://asm.ow2.io/ +* Source: + https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +JTHarness (5.0) -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) +* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness +* Source: http://hg.openjdk.java.net/code-tools/jtharness/ -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +normalize.css (3.0.2) -Jackson JAX-RS Providers Version 2.15.3 -* License: Apache License, 2.0 -* Project: https://github.com/FasterXML/jackson-jaxrs-providers -* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. +* License: MIT -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +SigTest (n/a) -jQuery Barcode plugin 0.3 -* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) -* Project: http://www.pasella.it/projects/jQuery/barcode -* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com +* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -JSR-166 Extension - JEP 266 -* License: CC0 -* No copyright -* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ +## Cryptography -KineticJS, v4.7.1 -* License: MIT license (http://www.opensource.org/licenses/mit-license.php) -* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS -* Copyright: Eric Rowell +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. -org.objectweb.asm Version 9.6 -* License: Modified BSD (https://asm.ow2.io/license.html) -* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-simplekdc-1.0.1 +-------------------------------------------------------------------------------- -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar -org.glassfish.jersey.server.internal.monitoring.core -* License: Apache License, 2.0 -* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. -* Copyright 2010-2013 Coda Hale and Yammer, Inc. +Kerb Simple Kdc +Copyright 2014-2017 The Apache Software Foundation -W3.org documents -* License: W3C License -* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +org.apache.httpcomponents.httpcore-4.4.16 -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar -This content is produced and maintained by the Eclipse GlassFish project. +Apache HttpCore +Copyright 2005-2022 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-logging.commons-logging-1.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-logging.commons-logging-1.2.jar + +Apache Commons Logging +Copyright 2003-2014 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-recipes-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar + +Curator Recipes +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-pool.commons-pool-1.6 +-------------------------------------------------------------------------------- + +Bundled jars: commons-pool.commons-pool-1.6.jar + +Apache Commons Pool +Copyright 2001-2012 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +jakarta.ws.rs.jakarta.ws.rs-api-3.0.0 +-------------------------------------------------------------------------------- + +Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.0.0.jar + +# Notices for Jakarta RESTful Web Services + +This content is produced and maintained by the **Jakarta RESTful Web Services** +project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs ## Trademarks -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. ## Copyright @@ -1349,257 +2289,559 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -## Source Code +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/eclipse-ee4j/jaxrs-api + +## Third-party Content + +This project leverages the following third party content. + +javaee-api (7.0) + +* License: Apache-2.0 AND W3C + +JUnit (4.11) + +* License: Common Public License 1.0 + +Mockito (2.16.0) + +* Project: http://site.mockito.org +* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 + +## Cryptography + +Content may contain encryption software. The country in which you are currently +may have restrictions on the import, possession, and use, and/or re-export to +another country, of encryption software. BEFORE using any encryption software, +please check the country's laws, regulations and policies concerning the import, +possession, or use, and re-export of encryption software, to see if this is +permitted. + +-------------------------------------------------------------------------------- +org.apache.avro.avro-1.12.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.avro.avro-1.12.0.jar + +Apache Avro +Copyright 2009-2024 The Apache Software Foundation + + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty-15.0.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar + +Arrow Memory - Netty +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-client-4.2.0 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.curator.curator-client-4.2.0.jar + +Curator Client +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-collections.commons-collections-3.2.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-collections.commons-collections-3.2.2.jar + +Apache Commons Collections +Copyright 2001-2015 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +io.r2dbc.r2dbc-spi-0.9.0.RELEASE +-------------------------------------------------------------------------------- + +Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar + +Reactive Relational Database Connectivity + +Copyright 2017-2021 the original author or authors. + +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 + + https://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. + +-------------------------------------------------------------------------------- +commons-cli.commons-cli-1.2 +-------------------------------------------------------------------------------- + +Bundled jars: commons-cli.commons-cli-1.2.jar + +Apache Commons CLI +Copyright 2001-2009 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-h2-5.3 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar + +Apache HttpComponents Core HTTP/2 +Copyright 2005-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-server-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar + +Kerby-kerb Server +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-jcs3-core-3.2 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar + +Apache Commons JCS :: Core +Copyright 2002-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.htrace.htrace-core4-4.1.0-incubating +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.htrace.htrace-core4-4.1.0-incubating.jar + +htrace-core4 +Copyright 2016 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.extensions.guice-servlet-4.0 +-------------------------------------------------------------------------------- + +Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar + +Google Guice - Extensions - Servlet +Copyright 2006-2015 Google, Inc. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-5.3 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar + +Apache HttpComponents Core HTTP/1.1 +Copyright 2005-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-compress-1.27.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.commons.commons-compress-1.27.1.jar + +Apache Commons Compress +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpclient-4.5.13 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.httpcomponents.httpclient-4.5.13.jar + +Apache HttpClient +Copyright 1999-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.orc.orc-shims-1.9.4 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.orc.orc-shims-1.9.4.jar + +ORC Shims +Copyright 2013-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.parquet.parquet-jackson-1.13.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar + +# 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. + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-client-1.0.1 +-------------------------------------------------------------------------------- + +Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar + +Kerby-kerb Client +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-xdr-1.0.1 +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar -* https://github.com/eclipse-ee4j/glassfish-ha-api -* https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor -* https://github.com/eclipse-ee4j/glassfish-shoal -* https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck -* https://github.com/eclipse-ee4j/glassfish-jsftemplating -* https://github.com/eclipse-ee4j/glassfish-hk2-extra -* https://github.com/eclipse-ee4j/glassfish-hk2 -* https://github.com/eclipse-ee4j/glassfish-fighterfish +Kerby XDR Project +Copyright 2014-2017 The Apache Software Foundation -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This project leverages the following third party content. +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-asn1-1.0.1 +-------------------------------------------------------------------------------- -None +Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar -## Cryptography +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jetty Servlet API (jakarta-servlet-api 5.0.2) +commons-io.commons-io-2.16.1 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet +Bundled jars: commons-io.commons-io-2.16.1.jar -This content is produced and maintained by the Eclipse Project for Servlet -project. +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.servlet +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix-1.0.1 +-------------------------------------------------------------------------------- -## Trademarks +Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar -Eclipse Project for Servlet is a trademark of the Eclipse Foundation. +Kerby PKIX Project +Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-identity-1.0.1 +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar +Kerby-kerb Identity +Copyright 2014-2017 The Apache Software Foundation -## Declared Project Licenses +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar +# Jackson JSON processor -## Source Code +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, as well as supported +commercially by FasterXML.com. -The project maintains the following source code repositories: +## Licensing - * https://github.com/eclipse-ee4j/servlet-api - * https://github.com/eclipse/jetty.toolchain +Jackson core and extension components (as well their dependencies) may be licensed under +different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). +## Credits -## Third-party Content +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -## Jakarta +-------------------------------------------------------------------------------- +org.apache.zookeeper.zookeeper-jute-3.5.6 +-------------------------------------------------------------------------------- -The following artifacts are EPL 2.0 + GPLv2 with classpath exception. -https://projects.eclipse.org/projects/ee4j.servlet +Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar - * jakarta.servlet:jakarta.servlet-api +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## GlassFish +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpcore-nio-4.4.13 +-------------------------------------------------------------------------------- -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +Bundled jars: org.apache.httpcomponents.httpcore-nio-4.4.13.jar - * org.eclipse.jetty.toolchain:jetty-schemas +Apache HttpCore NIO +Copyright 2005-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +org.apache.kerby.kerby-util-1.0.1 -------------------------------------------------------------------------------- -[//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " -[//]: # " " -[//]: # " This program and the accompanying materials are made available under the " -[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at " -[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. " -[//]: # " " -[//]: # " SPDX-License-Identifier: BSD-3-Clause " +Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar -# Notices for Jakarta XML Binding +Kerby Util +Copyright 2014-2017 The Apache Software Foundation -This content is produced and maintained by the Jakarta XML Binding -project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3-3.16.0 +-------------------------------------------------------------------------------- -## Trademarks +Bundled jars: org.apache.commons.commons-lang3-3.16.0.jar -Jakarta XML Binding is a trademark of the Eclipse Foundation. +Apache Commons Lang +Copyright 2001-2024 The Apache Software Foundation -## Copyright +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +-------------------------------------------------------------------------------- +org.apache.commons.commons-configuration2-2.1.1 +-------------------------------------------------------------------------------- -## Declared Project Licenses +Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0 which is available at -http://www.eclipse.org/org/documents/edl-v10.php. +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation -SPDX-License-Identifier: BSD-3-Clause +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Source Code +-------------------------------------------------------------------------------- +com.google.inject.guice-4.0 +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Bundled jars: com.google.inject.guice-4.0.jar -* https://github.com/eclipse-ee4j/jaxb-api -* https://github.com/eclipse-ee4j/jaxb-tck +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This project leverages the following third party content. +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -Apache River (3.0.0) +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core-2.29.51 +-------------------------------------------------------------------------------- -* License: Apache-2.0 AND BSD-3-Clause +Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar -ASM 7 (n/a) +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -* License: BSD-3-Clause -* Project: https://asm.ow2.io/ -* Source: - https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). -JTHarness (5.0) +********************** +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 -* License: (GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0) -* Project: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness -* Source: http://hg.openjdk.java.net/code-tools/jtharness/ +The licenses for these third party components are included in LICENSE.txt -normalize.css (3.0.2) +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). -* License: MIT +# Jackson JSON processor -SigTest (n/a) +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. -* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +## Copyright -## Cryptography +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +## Licensing --------------------------------------------------------------------------------- -Jakarta RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) --------------------------------------------------------------------------------- +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. -# Notices for Jakarta RESTful Web Services +## Credits -This content is produced and maintained by the **Jakarta RESTful Web Services** -project. +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. -* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs +## FastDoubleParser -## Trademarks +jackson-core bundles a shaded copy of FastDoubleParser . +That code is available under an MIT license +under the following copyright. -**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. +Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -## Copyright +See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser +and the licenses and copyrights that apply to that code. -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +# FastDoubleParser -## Declared Project Licenses +This is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. -This program and the accompanying materials are made available under the terms -of the Eclipse Public License v. 2.0 which is available at -http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made -available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU -General Public License, version 2 with the GNU Classpath Exception which is -available at https://www.gnu.org/software/classpath/license.html. +## Copyright -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Copyright © 2023 Werner Randelshofer, Switzerland. -## Source Code +## Licensing -The project maintains the following source code repositories: +This code is licensed under MIT License. +https://github.com/wrandelshofer/FastDoubleParser/blob/522be16e145f43308c43b23094e31d5efcaa580e/LICENSE +(The file 'LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -* https://github.com/eclipse-ee4j/jaxrs-api +Some portions of the code have been derived from other projects. +All these projects require that we include a copyright notice, and some require that we also include some text of their +license file. -## Third-party Content +fast_double_parser, Copyright (c) 2022 Daniel Lemire. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/fastfloat/fast_float/blob/dc88f6f882ac7eb8ec3765f633835cb76afa0ac2/LICENSE-APACHE -This project leverages the following third party content. +fast_float, Copyright (c) 2021 The fast_float authors. Apache 2.0 License. +https://github.com/fastfloat/fast_float +https://github.com/lemire/fast_double_parser/blob/07d9189a8fb815fe800cb15ca022e7a07093236e/LICENSE -javaee-api (7.0) +bigint, Copyright 2020 Tim Buktu. 2-clause BSD License. +https://github.com/tbuktu/bigint/tree/floatfft +https://github.com/tbuktu/bigint/blob/617c8cd8a7c5e4fb4d919c6a4d11e2586107f029/LICENSE +https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16a0bc620fc879aa6/bigint-LICENSE +(We only use those portions of the bigint project that can be licensed under 2-clause BSD License.) +(The file 'bigint-LICENSE' is included in the sources and classes Jar files that are released by this project +- as is required by that license.) -* License: Apache-2.0 AND W3C +-------------------------------------------------------------------------------- +com.fasterxml.classmate-1.7.0 +-------------------------------------------------------------------------------- -JUnit (4.11) +Bundled jars: com.fasterxml.classmate-1.7.0.jar -* License: Common Public License 1.0 +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -Mockito (2.16.0) +Other developers who have contributed code are: -* Project: http://site.mockito.org -* Source: https://github.com/mockito/mockito/releases/tag/v2.16.0 +* Brian Langel -## Cryptography +## Copyright -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -Jakarta Expression Language API (jakarta.el-api 4.0.0, glassfish jakarta.el 4.0.2) +org.glassfish.jersey.core.jersey-common-3.0.12 -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language +Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar + +# Notice for Jersey Core Common module +This content is produced and maintained by the Eclipse Jersey project. -This content is produced and maintained by the Jakarta Expression Language project. -* Project home: https://projects.eclipse.org/projects/ee4j.el +* https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks - -Jakarta Expression Language is a trademark of the Eclipse -Foundation. +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1620,35 +2862,36 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: -* https://github.com/eclipse-ee4j/el-ri +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -## Cryptography - -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. - --------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) --------------------------------------------------------------------------------- +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors -# Notices for Jakarta Annotations +JSR-166 Extension - JEP 266 +* License: Creative Commons 1.0 (CC0) +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 +* Expert Group and released to the public domain, as explained at +* http://creativecommons.org/publicdomain/zero/1.0/ -This content is produced and maintained by the Jakarta Annotations project. +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. - * Project home: https://projects.eclipse.org/projects/ee4j.ca +* Project home: https://projects.eclipse.org/projects/ee4j.jersey ## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. -Jakarta Annotations is a trademark of the Eclipse Foundation. +## Copyright + +All content is the property of the respective authors or their employers. For +more information regarding authorship of content, please consult the listed +source code repository logs. ## Declared Project Licenses @@ -1663,57 +2906,128 @@ available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code - The project maintains the following source code repositories: - * https://github.com/eclipse-ee4j/common-annotations-api +* https://github.com/eclipse-ee4j/jersey ## Third-party Content -## Cryptography +Angular JS, v1.6.6 +* License MIT (http://www.opensource.org/licenses/mit-license.php) +* Project: http://angularjs.org +* Coyright: (c) 2010-2017 Google, Inc. -Content may contain encryption software. The country in which you are currently -may have restrictions on the import, possession, and use, and/or re-export to -another country, of encryption software. BEFORE using any encryption software, -please check the country's laws, regulations and policies concerning the import, -possession, or use, and re-export of encryption software, to see if this is -permitted. +aopalliance Version 1 +* License: all the source code provided by AOP Alliance is Public Domain. +* Project: http://aopalliance.sourceforge.net +* Copyright: Material in the public domain is not protected by copyright + +Bean Validation API 3.0.2 +* License: Apache License, 2.0 +* Project: http://beanvalidation.org/1.1/ +* Copyright: 2009, Red Hat, Inc. and/or its affiliates, and individual contributors +* by the @authors tag. + +Hibernate Validator CDI, 7.0.5.Final +* License: Apache License, 2.0 +* Project: https://beanvalidation.org/ +* Repackaged in org.glassfish.jersey.server.validation.internal.hibernate + +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc + +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors + +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group + +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. + +Jackson JAX-RS Providers Version 2.15.3 +* License: Apache License, 2.0 +* Project: https://github.com/FasterXML/jackson-jaxrs-providers +* Copyright: (c) 2009-2023 FasterXML, LLC. All rights reserved unless otherwise indicated. + +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation + +jQuery Barcode plugin 0.3 +* License: MIT & GPL (http://www.opensource.org/licenses/mit-license.php & http://www.gnu.org/licenses/gpl.html) +* Project: http://www.pasella.it/projects/jQuery/barcode +* Copyright: (c) 2009 Antonello Pasella antonello.pasella@gmail.com + +JSR-166 Extension - JEP 266 +* License: CC0 +* No copyright +* Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ + +KineticJS, v4.7.1 +* License: MIT license (http://www.opensource.org/licenses/mit-license.php) +* Project: http://www.kineticjs.com, https://github.com/ericdrowell/KineticJS +* Copyright: Eric Rowell + +org.objectweb.asm Version 9.6 +* License: Modified BSD (https://asm.ow2.io/license.html) +* Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved. + +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. + +org.glassfish.jersey.server.internal.monitoring.core +* License: Apache License, 2.0 +* Copyright (c) 2015-2018 Oracle and/or its affiliates. All rights reserved. +* Copyright 2010-2013 Coda Hale and Yammer, Inc. + +W3.org documents +* License: W3C License +* Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ + +-------------------------------------------------------------------------------- +jakarta.annotation.jakarta.annotation-api-2.1.1 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/ee4j.ca + * Project home: https://projects.eclipse.org/projects/ee4j.ca ## Trademarks -Jakarta Annotations™ is a trademark of the Eclipse Foundation. - -## Copyright - -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Jakarta Annotations is a trademark of the Eclipse Foundation. ## Declared Project Licenses This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at -https://www.eclipse.org/legal/epl-2.0. This Source Code may also be made +http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such -availability set forth in the Eclipse Public License v. 2.0 are satisfied: -GPL-2.0 with Classpath-exception-2.0 which is available at -https://openjdk.java.net/legal/gplv2+ce.html. +availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU +General Public License, version 2 with the GNU Classpath Exception which is +available at https://www.gnu.org/software/classpath/license.html. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0 +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ## Source Code The project maintains the following source code repositories: -* https://github.com/jakartaee/common-annotations-api + * https://github.com/eclipse-ee4j/common-annotations-api + +## Third-party Content ## Cryptography @@ -1725,149 +3039,195 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta Inject API (jakarta.inject-api 2.0.1) +org.apache.kerby.kerb-common-1.0.1 -------------------------------------------------------------------------------- -# Notices for Eclipse Jakarta Dependency Injection - -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. - -* Project home: https://projects.eclipse.org/projects/cdi.batch - -## Trademarks - -Jakarta Dependency Injection is a trademark of the Eclipse Foundation. - -## Copyright - -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. - -## Declared Project Licenses +Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar -This program and the accompanying materials are made available under the terms -of the Apache License, Version 2.0 which is available at -https://www.apache.org/licenses/LICENSE-2.0. +Kerby-kerb Common +Copyright 2014-2017 The Apache Software Foundation -SPDX-License-Identifier: Apache-2.0 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Source Code +-------------------------------------------------------------------------------- +org.apache.arrow.flight-core-15.0.2 +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Bundled jars: org.apache.arrow.flight-core-15.0.2.jar -https://github.com/eclipse-ee4j/injection-api -https://github.com/eclipse-ee4j/injection-spec -https://github.com/eclipse-ee4j/injection-tck +Arrow Flight Core +Copyright 2024 The Apache Software Foundation -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This project leverages the following third party content. +-------------------------------------------------------------------------------- +org.apache.iceberg.iceberg-bundled-guava-1.7.1 +-------------------------------------------------------------------------------- -None +Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar -## Cryptography +Apache Iceberg +Copyright 2017-2024 The Apache Software Foundation -None +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +org.apache.commons.commons-text-1.11.0 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Bundled jars: org.apache.commons.commons-text-1.11.0.jar -This content is produced and maintained by the Eclipse Project for JAF project. +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +commons-net.commons-net-3.6 +-------------------------------------------------------------------------------- -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. +Bundled jars: commons-net.commons-net-3.6.jar -## Declared Project Licenses +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +io.netty.netty-3.10.6.Final +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: io.netty.netty-3.10.6.Final.jar -The project maintains the following source code repositories: +The Netty Project + ================= -* https://github.com/eclipse-ee4j/jaf +Please visit the Netty web site for more information: -## Third-party Content + * http://netty.io/ -This project leverages the following third party content. +Copyright 2011 The Netty Project -JUnit (4.12) +The Netty Project licenses this file to you 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: -* License: Eclipse Public License +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. -# Notices for Jakarta Activation +Also, please refer to each LICENSE..txt file, which is located in +the 'license' directory of the distribution file, for the license terms of the +components that this product depends on. -This content is produced and maintained by Jakarta Activation project. +------------------------------------------------------------------------------- +This product contains the extensions to Java Collections Framework which has +been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * LICENSE: + * license/LICENSE.jsr166y.txt (Public Domain) + * HOMEPAGE: + * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ + * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ -## Copyright +This product contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -## Declared Project Licenses +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -SPDX-License-Identifier: BSD-3-Clause +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -## Source Code + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -The project maintains the following source code repositories: +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -## Third-party Content +This product optionally depends on 'Bouncy Castle Crypto APIs' to generate +a temporary self-signed X.509 certificate when the JVM does not provide the +equivalent functionality. It can be obtained at: -This project leverages the following third party content. + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -JUnit (4.12) +This product optionally depends on 'SLF4J', a simple logging facade for Java, +which can be obtained at: -* License: Eclipse Public License + * LICENSE: + * license/LICENSE.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product optionally depends on 'Apache Commons Logging', a logging +framework, which can be obtained at: -# Notices for Jakarta Activation + * LICENSE: + * license/LICENSE.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -This content is produced and maintained by Jakarta Activation project. +This product optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ -## Copyright +This product optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: -All content is the property of the respective authors or their employers. For -more information regarding authorship of content, please consult the listed -source code repository logs. + * LICENSE: + * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) + * HOMEPAGE: + * http://anonsvn.jboss.org/repos/common/common-logging-spi/ -## Declared Project Licenses +This product optionally depends on 'Apache Felix', an open source OSGi +framework implementation, which can be obtained at: -This program and the accompanying materials are made available under the terms -of the Eclipse Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. + * LICENSE: + * license/LICENSE.felix.txt (Apache License 2.0) + * HOMEPAGE: + * http://felix.apache.org/ -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpmime-4.5.13 +-------------------------------------------------------------------------------- -## Source Code +Bundled jars: org.apache.httpcomponents.httpmime-4.5.13.jar -The project maintains the following source code repositories: +Apache HttpClient Mime +Copyright 1999-2020 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). From 4e0ae68a010c842ce53e9679ca1a0886a448a805 Mon Sep 17 00:00:00 2001 From: Bob Bai Date: Sat, 6 Jun 2026 23:52:44 -0700 Subject: [PATCH 2/3] chore(licensing): omit versions and per-jar listing from NOTICE-binary Drops each block's "Bundled jars: ..." line and derives the heading from the contributing jars' version-less Maven coordinates (groupId.artifactId, read from each jar's META-INF/.../pom.properties, with a filename-stripping fallback) instead of the versioned filename. The verbatim upstream NOTICE content is unchanged. This keeps the NOTICE-binary stable across routine dependency version bumps: a bump that leaves the upstream NOTICE text unchanged now produces no diff, so the file only changes when a dependency is added or removed or its NOTICE content actually changes. --- access-control-service/NOTICE-binary | 84 +---- amber/NOTICE-binary | 344 ++++-------------- bin/licensing/generate_notice_binary.py | 109 ++++-- computing-unit-managing-service/NOTICE-binary | 328 ++++------------- config-service/NOTICE-binary | 84 +---- file-service/NOTICE-binary | 324 ++++------------- workflow-compiling-service/NOTICE-binary | 340 ++++------------- 7 files changed, 419 insertions(+), 1194 deletions(-) diff --git a/access-control-service/NOTICE-binary b/access-control-service/NOTICE-binary index 900dcad7d56..f5b737219f1 100644 --- a/access-control-service/NOTICE-binary +++ b/access-control-service/NOTICE-binary @@ -8,8 +8,6 @@ The Apache Software Foundation (http://www.apache.org/). org.eclipse.jetty -------------------------------------------------------------------------------- -Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) - Notices for Eclipse Jetty ========================= This content is produced and maintained by the Eclipse Jetty project. @@ -108,8 +106,6 @@ granted provided that the copyright notice appears in all copies. org.glassfish.jersey -------------------------------------------------------------------------------- -Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -228,8 +224,6 @@ W3.org documents org.glassfish.hk2 -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar - # Notices for Eclipse GlassFish This content is produced and maintained by the Eclipse GlassFish project. @@ -290,8 +284,6 @@ permitted. com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -311,11 +303,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.el.jakarta.el-api-4.0.0.jar +jakarta.el.jakarta.el-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar - # Notices for Jakarta Expression Language This content is produced and maintained by the Jakarta Expression Language project. @@ -363,11 +353,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -com.sun.activation.jakarta.activation-2.0.1.jar +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar - # Notices for Jakarta Activation This content is produced and maintained by Jakarta Activation project. @@ -398,8 +386,6 @@ The project maintains the following source code repositories: com.fasterxml.jackson.core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -426,8 +412,6 @@ from the source code management (SCM) system project uses. org.scala-lang -------------------------------------------------------------------------------- -Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar - Scala Copyright (c) 2002-2025 EPFL Copyright (c) 2011-2025 Lightbend, Inc. dba Akka @@ -446,11 +430,9 @@ limitations under the License. This software includes projects with other licenses -- see `doc/LICENSE.md`. -------------------------------------------------------------------------------- -com.fasterxml.jackson.core.jackson-core-2.18.6 +com.fasterxml.jackson.core.jackson-core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -525,11 +507,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -org.apache.commons.commons-lang3-3.13.0 +org.apache.commons.commons-lang3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-lang3-3.13.0.jar - Apache Commons Lang Copyright 2001-2023 The Apache Software Foundation @@ -537,11 +517,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar - # Notices for Eclipse Project for Servlet This content is produced and maintained by the Eclipse Project for Servlet @@ -601,11 +579,9 @@ https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-server-3.0.12 +org.glassfish.jersey.core.jersey-server -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar - # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -767,11 +743,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +org.glassfish.jersey.ext.jersey-bean-validation -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar - # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -925,11 +899,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -953,11 +925,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.inject.jakarta.inject-api-2.0.1 +jakarta.inject.jakarta.inject-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar - # Notices for Eclipse Jakarta Dependency Injection This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. @@ -1001,11 +971,9 @@ None None -------------------------------------------------------------------------------- -jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar - [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1085,11 +1053,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -jakarta.ws.rs.jakarta.ws.rs-api-3.0.0 +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.0.0.jar - # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1152,11 +1118,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -io.r2dbc.r2dbc-spi-0.9.0.RELEASE +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar - Reactive Relational Database Connectivity Copyright 2017-2021 the original author or authors. @@ -1174,11 +1138,9 @@ See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1 +com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1201,11 +1163,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +com.fasterxml.jackson.module.jackson-module-blackbird -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1229,11 +1189,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -com.fasterxml.classmate-1.7.0 +com.fasterxml.classmate -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.classmate-1.7.0.jar - Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) Other developers who have contributed code are: @@ -1245,11 +1203,9 @@ Other developers who have contributed code are: Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-common-3.0.12 +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar - # Notice for Jersey Core Common module This content is produced and maintained by the Eclipse Jersey project. @@ -1410,11 +1366,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -jakarta.annotation.jakarta.annotation-api-2.1.1 +jakarta.annotation.jakarta.annotation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar - # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -1455,11 +1409,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.commons.commons-text-1.11.0 +org.apache.commons.commons-text -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-text-1.11.0.jar - Apache Commons Text Copyright 2014-2023 The Apache Software Foundation diff --git a/amber/NOTICE-binary b/amber/NOTICE-binary index 619c6494288..5f6c1552263 100644 --- a/amber/NOTICE-binary +++ b/amber/NOTICE-binary @@ -8,8 +8,6 @@ The Apache Software Foundation (http://www.apache.org/). software.amazon.awssdk -------------------------------------------------------------------------------- -Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -40,8 +38,6 @@ The licenses for these third party components are included in LICENSE.txt org.eclipse.jetty -------------------------------------------------------------------------------- -Bundled jars (21): org.eclipse.jetty.jetty-annotations-9.4.18.v20190429.jar, org.eclipse.jetty.jetty-client-9.4.40.v20210413.jar, org.eclipse.jetty.jetty-continuation-9.4.18.v20190429.jar, ... (+18 more) - ============================================================== Jetty Web Container Copyright 1995-2018 Mort Bay Consulting Pty Ltd. @@ -165,8 +161,6 @@ granted provided that the copyright notice appears in all copies. org.apache.pekko -------------------------------------------------------------------------------- -Bundled jars (8): org.apache.pekko.pekko-cluster-metrics_2.13-1.2.1.jar, org.apache.pekko.pekko-cluster-tools_2.13-1.2.1.jar, org.apache.pekko.pekko-cluster_2.13-1.2.1.jar, ... (+5 more) - Apache Pekko Copyright 2022-2025 The Apache Software Foundation @@ -183,8 +177,6 @@ Apache License, Version 2.0 License. org.apache.hadoop -------------------------------------------------------------------------------- -Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.3.jar, org.apache.hadoop.hadoop-auth-3.3.3.jar, org.apache.hadoop.hadoop-common-3.3.3.jar, ... (+5 more) - Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. @@ -224,8 +216,6 @@ cryptography APIs written by the Legion of the Bouncy Castle Inc. org.apache.iceberg -------------------------------------------------------------------------------- -Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -252,11 +242,9 @@ the following copyright notice: | limitations under the License. -------------------------------------------------------------------------------- -io.netty.netty-tcnative-boringssl-static-2.0.61 +io.netty.netty-tcnative-boringssl-static -------------------------------------------------------------------------------- -Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) - The Netty Project ================= @@ -313,8 +301,6 @@ This product contains code from boringssl. org.apache.lucene -------------------------------------------------------------------------------- -Bundled jars: org.apache.lucene.lucene-memory-8.7.0.jar, org.apache.lucene.lucene-queries-8.7.0.jar, org.apache.lucene.lucene-queryparser-8.7.0.jar, org.apache.lucene.lucene-sandbox-8.7.0.jar - Apache Lucene Copyright 2001-2020 The Apache Software Foundation @@ -526,11 +512,9 @@ which can be obtained from https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz -------------------------------------------------------------------------------- -ch.qos.reload4j.reload4j-1.2.18.3.jar +ch.qos.reload4j.reload4j -------------------------------------------------------------------------------- -Bundled jars: ch.qos.reload4j.reload4j-1.2.18.3.jar, log4j.log4j-1.2.17.jar - Apache log4j Copyright 2007 The Apache Software Foundation @@ -541,8 +525,6 @@ The Apache Software Foundation (http://www.apache.org/). org.apache.lucene -------------------------------------------------------------------------------- -Bundled jars: org.apache.lucene.lucene-analyzers-common-8.11.4.jar, org.apache.lucene.lucene-core-8.11.4.jar - Apache Lucene Copyright 2001-2021 The Apache Software Foundation @@ -757,8 +739,6 @@ which can be obtained from com.fasterxml.jackson.module -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.10.5.jar, com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -784,8 +764,6 @@ from the source code management (SCM) system project uses. com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.9.10.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -811,8 +789,6 @@ from the source code management (SCM) system project uses. com.fasterxml.jackson.core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -839,8 +815,6 @@ from the source code management (SCM) system project uses. org.scala-lang -------------------------------------------------------------------------------- -Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar - Scala Copyright (c) 2002-2025 EPFL Copyright (c) 2011-2025 Lightbend, Inc. dba Akka @@ -859,11 +833,9 @@ limitations under the License. This software includes projects with other licenses -- see `doc/LICENSE.md`. -------------------------------------------------------------------------------- -com.esotericsoftware.kryo.kryo5-5.6.2.jar +com.esotericsoftware.kryo.kryo5 -------------------------------------------------------------------------------- -Bundled jars: com.esotericsoftware.kryo.kryo5-5.6.2.jar, org.objenesis.objenesis-3.4.jar - // ------------------------------------------------------------------ // NOTICE file corresponding to the section 4d of The Apache License, // Version 2.0, in this case for Objenesis @@ -877,8 +849,6 @@ Copyright 2006-2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita org.apache.hadoop.thirdparty -------------------------------------------------------------------------------- -Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar - Apache Hadoop Third-party Libs Copyright 2020 and onwards The Apache Software Foundation. @@ -892,11 +862,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-framework-4.2.0 +org.apache.curator.curator-framework -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - Curator Framework Copyright 2011-2019 The Apache Software Foundation @@ -904,11 +872,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-beanutils.commons-beanutils-1.9.4 +commons-beanutils.commons-beanutils -------------------------------------------------------------------------------- -Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar - Apache Commons BeanUtils Copyright 2000-2019 The Apache Software Foundation @@ -916,11 +882,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.core.jackson-core-2.18.6 +com.fasterxml.jackson.core.jackson-core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -995,11 +959,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-3.5.6 +org.apache.zookeeper.zookeeper -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar - Apache ZooKeeper - Server Copyright 2008-2019 The Apache Software Foundation @@ -1007,11 +969,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpasyncclient-4.1.5 +org.apache.httpcomponents.httpasyncclient -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpasyncclient-4.1.5.jar - Apache HttpAsyncClient Copyright 2010-2021 The Apache Software Foundation @@ -1019,11 +979,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-util-1.0.1 +org.apache.kerby.kerb-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar - Kerby-kerb Util Copyright 2014-2017 The Apache Software Foundation @@ -1031,11 +989,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.jasypt.jasypt-1.9.3 +org.jasypt.jasypt -------------------------------------------------------------------------------- -Bundled jars: org.jasypt.jasypt-1.9.3.jar - Copyright (c) 2007-2010, The JASYPT team (http://www.jasypt.org) Licensed under the Apache License, Version 2.0 (the "License"); @@ -1127,11 +1083,9 @@ promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder. -------------------------------------------------------------------------------- -commons-codec.commons-codec-1.17.1 +commons-codec.commons-codec -------------------------------------------------------------------------------- -Bundled jars: commons-codec.commons-codec-1.17.1.jar - Apache Commons Codec Copyright 2002-2024 The Apache Software Foundation @@ -1139,11 +1093,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.pekko.pekko-actor_2.13-1.2.1 +org.apache.pekko.pekko-actor_2.13 -------------------------------------------------------------------------------- -Bundled jars: org.apache.pekko.pekko-actor_2.13-1.2.1.jar - Apache Pekko Copyright 2022-2025 The Apache Software Foundation @@ -1224,11 +1176,9 @@ Other developers who have contributed code are: quality -------------------------------------------------------------------------------- -org.apache.kerby.kerb-admin-1.0.1 +org.apache.kerby.kerb-admin -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar - Kerby-kerb Admin Copyright 2014-2017 The Apache Software Foundation @@ -1236,11 +1186,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-math3-3.1.1 +org.apache.commons.commons-math3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-math3-3.1.1.jar - Apache Commons Math Copyright 2001-2012 The Apache Software Foundation @@ -1316,11 +1264,9 @@ sources enumerated above at the time of code translation are in the LICENSE.txt file. -------------------------------------------------------------------------------- -org.apache.kerby.kerby-config-1.0.1 +org.apache.kerby.kerby-config -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar - Kerby Config Copyright 2014-2017 The Apache Software Foundation @@ -1328,11 +1274,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.yetus.audience-annotations-0.13.0 +org.apache.yetus.audience-annotations -------------------------------------------------------------------------------- -Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar - Apache Yetus - Audience Annotations Copyright 2015-2020 The Apache Software Foundation @@ -1340,11 +1284,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.0 +com.fasterxml.jackson.datatype.jackson-datatype-jsr310 -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.0.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1364,11 +1306,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.parquet.parquet-avro-1.13.1 +org.apache.parquet.parquet-avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar - Apache Parquet MR (Incubating) Copyright 2014-2015 The Apache Software Foundation @@ -1387,11 +1327,9 @@ its NOTICE file: The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-format-15.0.2 +org.apache.arrow.arrow-format -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar - Arrow Format Copyright 2024 The Apache Software Foundation @@ -1399,11 +1337,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-vfs2-2.9.0 +org.apache.commons.commons-vfs2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar - Apache Commons VFS Project Copyright 2002-2021 The Apache Software Foundation @@ -1411,11 +1347,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.flight-grpc-15.0.2 +org.apache.arrow.flight-grpc -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar - Arrow Flight GRPC Copyright 2024 The Apache Software Foundation @@ -1423,11 +1357,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-vector-15.0.2 +org.apache.arrow.arrow-vector -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar - Arrow Vectors Copyright 2024 The Apache Software Foundation @@ -1435,11 +1367,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-collections4-4.2 +org.apache.commons.commons-collections4 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-collections4-4.2.jar - Apache Commons Collections Copyright 2001-2018 The Apache Software Foundation @@ -1447,11 +1377,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.client5.httpclient5-5.4 +org.apache.httpcomponents.client5.httpclient5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar - Apache HttpClient Copyright 1999-2021 The Apache Software Foundation @@ -1459,11 +1387,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-crypto-1.0.1 +org.apache.kerby.kerb-crypto -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar - Kerby-kerb Crypto Copyright 2014-2017 The Apache Software Foundation @@ -1471,11 +1397,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-text-1.4 +org.apache.commons.commons-text -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-text-1.4.jar - Apache Commons Text Copyright 2014-2018 The Apache Software Foundation @@ -1483,11 +1407,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-core-1.0.1 +org.apache.kerby.kerb-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar - Kerby-kerb core Copyright 2014-2017 The Apache Software Foundation @@ -1495,11 +1417,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-core-15.0.2 +org.apache.arrow.arrow-memory-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar - Arrow Memory - Core Copyright 2024 The Apache Software Foundation @@ -1507,11 +1427,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.token-provider-1.0.1 +org.apache.kerby.token-provider -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.token-provider-1.0.1.jar - Token provider Copyright 2014-2017 The Apache Software Foundation @@ -1519,11 +1437,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.xml.bind.jakarta.xml.bind-api-3.0.0 +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.0.jar - [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1603,11 +1519,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-simplekdc-1.0.1 +org.apache.kerby.kerb-simplekdc -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar - Kerb Simple Kdc Copyright 2014-2017 The Apache Software Foundation @@ -1615,11 +1529,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpcore-4.4.16 +org.apache.httpcomponents.httpcore -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar - Apache HttpCore Copyright 2005-2022 The Apache Software Foundation @@ -1627,11 +1539,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.sun.activation.jakarta.activation-2.0.0 +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Bundled jars: com.sun.activation.jakarta.activation-2.0.0.jar - # Notices for Jakarta Activation This content is produced and maintained by Jakarta Activation project. @@ -1667,11 +1577,9 @@ JUnit (4.12) * License: Eclipse Public License -------------------------------------------------------------------------------- -commons-logging.commons-logging-1.2 +commons-logging.commons-logging -------------------------------------------------------------------------------- -Bundled jars: commons-logging.commons-logging-1.2.jar - Apache Commons Logging Copyright 2003-2014 The Apache Software Foundation @@ -1679,11 +1587,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.pekko.pekko-protobuf-v3_2.13-1.2.1 +org.apache.pekko.pekko-protobuf-v3_2.13 -------------------------------------------------------------------------------- -Bundled jars: org.apache.pekko.pekko-protobuf-v3_2.13-1.2.1.jar - Apache Pekko Copyright 2022-2025 The Apache Software Foundation @@ -1709,11 +1615,9 @@ Apache Pekko is derived from Akka 2.6.x, the last version that was distributed u Apache License, Version 2.0 License. -------------------------------------------------------------------------------- -org.apache.curator.curator-recipes-4.2.0 +org.apache.curator.curator-recipes -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar - Curator Recipes Copyright 2011-2019 The Apache Software Foundation @@ -1721,11 +1625,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-pool.commons-pool-1.6 +commons-pool.commons-pool -------------------------------------------------------------------------------- -Bundled jars: commons-pool.commons-pool-1.6.jar - Apache Commons Pool Copyright 2001-2012 The Apache Software Foundation @@ -1733,11 +1635,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.ws.rs.jakarta.ws.rs-api-3.0.0 +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.0.0.jar - # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1800,11 +1700,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.avro.avro-1.12.0 +org.apache.avro.avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.avro.avro-1.12.0.jar - Apache Avro Copyright 2009-2024 The Apache Software Foundation @@ -1813,11 +1711,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-netty-15.0.2 +org.apache.arrow.arrow-memory-netty -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar - Arrow Memory - Netty Copyright 2024 The Apache Software Foundation @@ -1825,11 +1721,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-client-4.2.0 +org.apache.curator.curator-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-client-4.2.0.jar - Curator Client Copyright 2011-2019 The Apache Software Foundation @@ -1837,11 +1731,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-collections.commons-collections-3.2.2 +commons-collections.commons-collections -------------------------------------------------------------------------------- -Bundled jars: commons-collections.commons-collections-3.2.2.jar - Apache Commons Collections Copyright 2001-2015 The Apache Software Foundation @@ -1849,11 +1741,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.r2dbc.r2dbc-spi-0.9.0.RELEASE +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar - Reactive Relational Database Connectivity Copyright 2017-2021 the original author or authors. @@ -1871,11 +1761,9 @@ See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -jakarta.activation.jakarta.activation-api-1.2.1 +jakarta.activation.jakarta.activation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.activation.jakarta.activation-api-1.2.1.jar - # Notices for Eclipse Project for JAF This content is produced and maintained by the Eclipse Project for JAF project. @@ -1911,11 +1799,9 @@ JUnit (4.12) * License: Eclipse Public License -------------------------------------------------------------------------------- -commons-cli.commons-cli-1.2 +commons-cli.commons-cli -------------------------------------------------------------------------------- -Bundled jars: commons-cli.commons-cli-1.2.jar - Apache Commons CLI Copyright 2001-2009 The Apache Software Foundation @@ -1923,11 +1809,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-h2-5.3 +org.apache.httpcomponents.core5.httpcore5-h2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar - Apache HttpComponents Core HTTP/2 Copyright 2005-2021 The Apache Software Foundation @@ -1935,11 +1819,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.joda.joda-convert-2.2.2 +org.joda.joda-convert -------------------------------------------------------------------------------- -Bundled jars: org.joda.joda-convert-2.2.2.jar - Joda Convert Copyright 2010-present Stephen Colebourne @@ -1962,11 +1844,9 @@ or implied. See the License for the specific language governing permissions and the License. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-server-1.0.1 +org.apache.kerby.kerb-server -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar - Kerby-kerb Server Copyright 2014-2017 The Apache Software Foundation @@ -1974,11 +1854,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-jcs3-core-3.2 +org.apache.commons.commons-jcs3-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar - Apache Commons JCS :: Core Copyright 2002-2023 The Apache Software Foundation @@ -1986,11 +1864,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpclient-4.5.14 +org.apache.httpcomponents.httpclient -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpclient-4.5.14.jar - Apache HttpClient Copyright 1999-2022 The Apache Software Foundation @@ -1998,11 +1874,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -joda-time.joda-time-2.11.0 +joda-time.joda-time -------------------------------------------------------------------------------- -Bundled jars: joda-time.joda-time-2.11.0.jar - ============================================================================= = NOTICE file corresponding to section 4d of the Apache License Version 2.0 = ============================================================================= @@ -2010,11 +1884,9 @@ This product includes software developed by Joda.org (https://www.joda.org/). -------------------------------------------------------------------------------- -com.google.inject.extensions.guice-servlet-4.0 +com.google.inject.extensions.guice-servlet -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar - Google Guice - Extensions - Servlet Copyright 2006-2015 Google, Inc. @@ -2022,11 +1894,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-5.3 +org.apache.httpcomponents.core5.httpcore5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar - Apache HttpComponents Core HTTP/1.1 Copyright 2005-2021 The Apache Software Foundation @@ -2034,11 +1904,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-compress-1.27.1 +org.apache.commons.commons-compress -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-compress-1.27.1.jar - Apache Commons Compress Copyright 2002-2024 The Apache Software Foundation @@ -2046,11 +1914,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.orc.orc-shims-1.9.4 +org.apache.orc.orc-shims -------------------------------------------------------------------------------- -Bundled jars: org.apache.orc.orc-shims-1.9.4.jar - ORC Shims Copyright 2013-2024 The Apache Software Foundation @@ -2058,11 +1924,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.pekko.pekko-remote_2.13-1.2.1 +org.apache.pekko.pekko-remote_2.13 -------------------------------------------------------------------------------- -Bundled jars: org.apache.pekko.pekko-remote_2.13-1.2.1.jar - Apache Pekko Copyright 2022-2025 The Apache Software Foundation @@ -2085,11 +1949,9 @@ Copyright 2016 AddThis This product includes software developed by AddThis. -------------------------------------------------------------------------------- -org.apache.parquet.parquet-jackson-1.13.1 +org.apache.parquet.parquet-jackson -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2109,11 +1971,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -com.fasterxml.classmate-1.3.1 +com.fasterxml.classmate -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.classmate-1.3.1.jar - Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) Other developers who have contributed code are: @@ -2121,11 +1981,9 @@ Other developers who have contributed code are: * Brian Langel -------------------------------------------------------------------------------- -org.apache.kerby.kerb-client-1.0.1 +org.apache.kerby.kerb-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar - Kerby-kerb Client Copyright 2014-2017 The Apache Software Foundation @@ -2133,11 +1991,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-xdr-1.0.1 +org.apache.kerby.kerby-xdr -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar - Kerby XDR Project Copyright 2014-2017 The Apache Software Foundation @@ -2145,11 +2001,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-asn1-1.0.1 +org.apache.kerby.kerby-asn1 -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar - Kerby ASN1 Project Copyright 2014-2017 The Apache Software Foundation @@ -2157,11 +2011,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-io.commons-io-2.16.1 +commons-io.commons-io -------------------------------------------------------------------------------- -Bundled jars: commons-io.commons-io-2.16.1.jar - Apache Commons IO Copyright 2002-2024 The Apache Software Foundation @@ -2169,11 +2021,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-pkix-1.0.1 +org.apache.kerby.kerby-pkix -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar - Kerby PKIX Project Copyright 2014-2017 The Apache Software Foundation @@ -2181,11 +2031,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-identity-1.0.1 +org.apache.kerby.kerb-identity -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar - Kerby-kerb Identity Copyright 2014-2017 The Apache Software Foundation @@ -2193,11 +2041,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-afterburner-2.9.10 +com.fasterxml.jackson.module.jackson-module-afterburner -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-afterburner-2.9.10.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2221,11 +2067,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-jute-3.5.6 +org.apache.zookeeper.zookeeper-jute -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar - Apache ZooKeeper - Jute Copyright 2008-2019 The Apache Software Foundation @@ -2233,11 +2077,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpcore-nio-4.4.13 +org.apache.httpcomponents.httpcore-nio -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpcore-nio-4.4.13.jar - Apache HttpCore NIO Copyright 2005-2020 The Apache Software Foundation @@ -2245,11 +2087,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-util-1.0.1 +org.apache.kerby.kerby-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar - Kerby Util Copyright 2014-2017 The Apache Software Foundation @@ -2257,11 +2097,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.esotericsoftware.kryo5-5.6.0 +com.esotericsoftware.kryo5 -------------------------------------------------------------------------------- -Bundled jars: com.esotericsoftware.kryo5-5.6.0.jar - // ------------------------------------------------------------------ // NOTICE file corresponding to the section 4d of The Apache License, // Version 2.0, in this case for Objenesis @@ -2271,11 +2109,9 @@ Objenesis Copyright 2006-2022 Joe Walnes, Henri Tremblay, Leonardo Mesquita -------------------------------------------------------------------------------- -org.apache.commons.commons-lang3-3.16.0 +org.apache.commons.commons-lang3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-lang3-3.16.0.jar - Apache Commons Lang Copyright 2001-2024 The Apache Software Foundation @@ -2283,11 +2119,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-configuration2-2.1.1 +org.apache.commons.commons-configuration2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar - Apache Commons Configuration Copyright 2001-2017 The Apache Software Foundation @@ -2295,11 +2129,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.guice-4.0 +com.google.inject.guice -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.guice-4.0.jar - Google Guice - Core Library Copyright 2006-2015 Google, Inc. @@ -2310,11 +2142,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -software.amazon.awssdk.third-party-jackson-core-2.29.51 +software.amazon.awssdk.third-party-jackson-core -------------------------------------------------------------------------------- -Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -2411,11 +2241,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -jakarta.annotation.jakarta.annotation-api-2.1.1 +jakarta.annotation.jakarta.annotation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar - # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -2456,11 +2284,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-common-1.0.1 +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar - Kerby-kerb Common Copyright 2014-2017 The Apache Software Foundation @@ -2468,11 +2294,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.flight-core-15.0.2 +org.apache.arrow.flight-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-core-15.0.2.jar - Arrow Flight Core Copyright 2024 The Apache Software Foundation @@ -2480,11 +2304,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.iceberg.iceberg-bundled-guava-1.7.1 +com.google.guava.guava -------------------------------------------------------------------------------- -Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -2492,11 +2314,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-net.commons-net-3.6 +commons-net.commons-net -------------------------------------------------------------------------------- -Bundled jars: commons-net.commons-net-3.6.jar - Apache Commons Net Copyright 2001-2017 The Apache Software Foundation @@ -2504,11 +2324,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.netty.netty-3.10.6.Final +io.netty.netty -------------------------------------------------------------------------------- -Bundled jars: io.netty.netty-3.10.6.Final.jar - The Netty Project ================= @@ -2626,11 +2444,9 @@ framework implementation, which can be obtained at: * http://felix.apache.org/ -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpmime-4.5.13 +org.apache.httpcomponents.httpmime -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpmime-4.5.13.jar - Apache HttpClient Mime Copyright 1999-2020 The Apache Software Foundation diff --git a/bin/licensing/generate_notice_binary.py b/bin/licensing/generate_notice_binary.py index d4ae459643e..673d372f64e 100755 --- a/bin/licensing/generate_notice_binary.py +++ b/bin/licensing/generate_notice_binary.py @@ -21,12 +21,15 @@ The output starts with the project's own NOTICE (Texera ASF header), then emits one block per unique META-INF/NOTICE content (deduped by SHA-1 hash -across the jars in the given lib dirs). Each block is headed by a synthesized -project name derived from the longest common prefix of its members' Maven -coordinates, plus the list of contributing jars. +across the jars in the given lib dirs). Each block is headed by a synthesized, +version-less project name derived from the contributing jars' Maven +coordinates (groupId.artifactId, read from each jar's +META-INF/.../pom.properties), followed by the upstream NOTICE verbatim. +Versions are intentionally omitted so a routine dependency version bump that +leaves the upstream NOTICE text unchanged produces no diff here. -Blocks are sorted by jar count (largest cluster first), with hash as a stable -tiebreaker. +Blocks are sorted by contributing-jar count (largest cluster first), with hash +as a stable tiebreaker. Optional `--extras ` appends a verbatim text file at the end. Use this for non-jar attributions (Apache-2.0 Python wheels like aiohttp, Matplotlib) @@ -93,30 +96,75 @@ def short_hash(text: str) -> str: return hashlib.sha1(text.encode("utf-8", errors="replace")).hexdigest()[:10] -def project_name_for_cluster(jar_names: list[str]) -> str: +_VERSION_SUFFIX_RE = re.compile(r"-\d[A-Za-z0-9.]*(?:-[A-Za-z0-9.]+)*\.jar$") + + +def _strip_version_from_filename(filename: str) -> str: + """Fallback for jars that ship no Maven pom.properties: drop a trailing + `-.jar` where the version starts with a digit and may carry a + dotted/hyphenated qualifier (e.g. 33.0.0-jre, 9.4.40.v20210413).""" + stripped = _VERSION_SUFFIX_RE.sub("", filename) + if stripped != filename: + return stripped + return filename[:-4] if filename.endswith(".jar") else filename + + +def artifact_label(jar_path: Path) -> str: + """Version-less label for a jar: its Maven groupId.artifactId, read from + META-INF/maven///pom.properties. Falls back to stripping the version + off the filename for non-Maven jars. Omitting the version is what keeps the + NOTICE-binary stable across routine dependency version bumps.""" + try: + with zipfile.ZipFile(jar_path) as zf: + fallback = None + for entry in zf.namelist(): + if not (entry.startswith("META-INF/maven/") + and entry.endswith("/pom.properties")): + continue + props: dict[str, str] = {} + for line in zf.read(entry).decode("utf-8", "replace").splitlines(): + line = line.strip() + if line and not line.startswith("#") and "=" in line: + k, _, v = line.partition("=") + props[k.strip()] = v.strip() + group, artifact = props.get("groupId"), props.get("artifactId") + if group and artifact: + label = f"{group}.{artifact}" + # Prefer the pom whose coordinates match this jar's filename + # (guards against shaded jars that carry several poms). + if jar_path.name.startswith(label + "-"): + return label + fallback = fallback or label + if fallback: + return fallback + except (zipfile.BadZipFile, OSError): + pass + return _strip_version_from_filename(jar_path.name) + + +def project_name_for_cluster(labels: list[str]) -> str: """Return a heading for a cluster of jars sharing a NOTICE. - Uses the longest common dotted prefix of the jar filenames (e.g. - `org.apache.hadoop.hadoop-annotations-3.3.3.jar` and siblings yield - `org.apache.hadoop`). For single-jar clusters, returns the jar name - without `.jar`. The "Bundled jars: ..." line in each block lists - exact filenames, so the heading just needs to be a navigational - summary, not a polished project label. + `labels` are version-less Maven coordinates (groupId.artifactId). For a + single artifact, returns it directly; for several, the longest common + dotted prefix (e.g. the lucene-* artifacts collapse to `org.apache.lucene`). """ - if not jar_names: + uniq = sorted(set(labels)) + if not uniq: return "(unknown)" - if len(jar_names) == 1: - name = jar_names[0] - return name[:-4] if name.endswith(".jar") else name - common = os.path.commonprefix(jar_names) + if len(uniq) == 1: + return uniq[0] + common = os.path.commonprefix(uniq) if "." in common: common = common[: common.rfind(".")] - return common or jar_names[0] + return common or uniq[0] def collect_clusters(lib_dirs: list[Path]) -> dict[str, dict]: """Return {hash: {'content': str, 'jars': sorted list[str]}} for every - unique NOTICE blob found across the union of lib dirs.""" + unique NOTICE blob found across the union of lib dirs. 'jars' holds the + version-less Maven coordinates (groupId.artifactId) of the contributing + jars, one entry per jar file.""" seen_jars: dict[str, Path] = {} for d in lib_dirs: if not d.is_dir(): @@ -134,26 +182,17 @@ def collect_clusters(lib_dirs: list[Path]) -> dict[str, dict]: continue h = short_hash(blob) clusters[h]["content"] = blob - clusters[h]["jars"].append(name) + clusters[h]["jars"].append(artifact_label(path)) for c in clusters.values(): c["jars"].sort() return clusters -def emit_block(heading: str, jars: list[str], content: str) -> str: - out: list[str] = [] - out.append(SEP) - out.append(heading) - out.append(SEP) - out.append("") - if len(jars) <= 4: - out.append("Bundled jars: " + ", ".join(jars)) - else: - out.append(f"Bundled jars ({len(jars)}): " + ", ".join(jars[:3]) + f", ... (+{len(jars) - 3} more)") - out.append("") - out.append(content) - out.append("") - return "\n".join(out) +def emit_block(heading: str, content: str) -> str: + """One block: separator, version-less heading, separator, then the upstream + NOTICE verbatim. No per-jar enumeration — the heading identifies the + dependency and the verbatim content carries the required attribution.""" + return "\n".join([SEP, heading, SEP, "", content, ""]) def main() -> int: @@ -192,7 +231,7 @@ def main() -> int: ) for h, c in sorted_clusters: heading = project_name_for_cluster(c["jars"]) - parts.append(emit_block(heading, c["jars"], c["content"])) + parts.append(emit_block(heading, c["content"])) if args.extras: extras = Path(args.extras) diff --git a/computing-unit-managing-service/NOTICE-binary b/computing-unit-managing-service/NOTICE-binary index d687e38dfdf..a3dd3277c1a 100644 --- a/computing-unit-managing-service/NOTICE-binary +++ b/computing-unit-managing-service/NOTICE-binary @@ -8,8 +8,6 @@ The Apache Software Foundation (http://www.apache.org/). software.amazon.awssdk -------------------------------------------------------------------------------- -Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -40,8 +38,6 @@ The licenses for these third party components are included in LICENSE.txt org.apache.hadoop -------------------------------------------------------------------------------- -Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.1.jar, org.apache.hadoop.hadoop-auth-3.3.1.jar, org.apache.hadoop.hadoop-common-3.3.1.jar, ... (+5 more) - Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. @@ -81,8 +77,6 @@ cryptography APIs written by the Legion of the Bouncy Castle Inc. org.eclipse.jetty -------------------------------------------------------------------------------- -Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) - Notices for Eclipse Jetty ========================= This content is produced and maintained by the Eclipse Jetty project. @@ -181,8 +175,6 @@ granted provided that the copyright notice appears in all copies. org.apache.iceberg -------------------------------------------------------------------------------- -Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -212,8 +204,6 @@ the following copyright notice: org.glassfish.jersey -------------------------------------------------------------------------------- -Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -329,11 +319,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -io.netty.netty-tcnative-boringssl-static-2.0.61 +io.netty.netty-tcnative-boringssl-static -------------------------------------------------------------------------------- -Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) - The Netty Project ================= @@ -390,8 +378,6 @@ This product contains code from boringssl. org.glassfish.hk2 -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar - # Notices for Eclipse GlassFish This content is produced and maintained by the Eclipse GlassFish project. @@ -452,8 +438,6 @@ permitted. org.eclipse.jetty.websocket -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-client-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-common-9.4.40.v20210413.jar - ============================================================== Jetty Web Container Copyright 1995-2018 Mort Bay Consulting Pty Ltd. @@ -577,8 +561,6 @@ granted provided that the copyright notice appears in all copies. com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.17.0.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -598,11 +580,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.el.jakarta.el-api-4.0.0.jar +jakarta.el.jakarta.el-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar - # Notices for Jakarta Expression Language This content is produced and maintained by the Jakarta Expression Language project. @@ -650,11 +630,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -com.sun.activation.jakarta.activation-2.0.1.jar +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar - # Notices for Jakarta Activation This content is produced and maintained by Jakarta Activation project. @@ -685,8 +663,6 @@ The project maintains the following source code repositories: com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -712,8 +688,6 @@ from the source code management (SCM) system project uses. com.fasterxml.jackson.core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -740,8 +714,6 @@ from the source code management (SCM) system project uses. org.scala-lang -------------------------------------------------------------------------------- -Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar - Scala Copyright (c) 2002-2025 EPFL Copyright (c) 2011-2025 Lightbend, Inc. dba Akka @@ -763,8 +735,6 @@ This software includes projects with other licenses -- see `doc/LICENSE.md`. org.apache.hadoop.thirdparty -------------------------------------------------------------------------------- -Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar - Apache Hadoop Third-party Libs Copyright 2020 and onwards The Apache Software Foundation. @@ -778,11 +748,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-framework-4.2.0 +org.apache.curator.curator-framework -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - Curator Framework Copyright 2011-2019 The Apache Software Foundation @@ -790,11 +758,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-beanutils.commons-beanutils-1.9.4 +commons-beanutils.commons-beanutils -------------------------------------------------------------------------------- -Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar - Apache Commons BeanUtils Copyright 2000-2019 The Apache Software Foundation @@ -802,11 +768,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.core.jackson-core-2.18.6 +com.fasterxml.jackson.core.jackson-core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -881,11 +845,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-3.5.6 +org.apache.zookeeper.zookeeper -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar - Apache ZooKeeper - Server Copyright 2008-2019 The Apache Software Foundation @@ -893,11 +855,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-util-1.0.1 +org.apache.kerby.kerb-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar - Kerby-kerb Util Copyright 2014-2017 The Apache Software Foundation @@ -905,11 +865,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -log4j.log4j-1.2.17 +log4j.log4j -------------------------------------------------------------------------------- -Bundled jars: log4j.log4j-1.2.17.jar - Apache log4j Copyright 2007 The Apache Software Foundation @@ -917,11 +875,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-codec.commons-codec-1.17.1 +commons-codec.commons-codec -------------------------------------------------------------------------------- -Bundled jars: commons-codec.commons-codec-1.17.1.jar - Apache Commons Codec Copyright 2002-2024 The Apache Software Foundation @@ -929,11 +885,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-admin-1.0.1 +org.apache.kerby.kerb-admin -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar - Kerby-kerb Admin Copyright 2014-2017 The Apache Software Foundation @@ -941,11 +895,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-lang3-3.14.0 +org.apache.commons.commons-lang3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-lang3-3.14.0.jar - Apache Commons Lang Copyright 2001-2023 The Apache Software Foundation @@ -953,11 +905,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-math3-3.1.1 +org.apache.commons.commons-math3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-math3-3.1.1.jar - Apache Commons Math Copyright 2001-2012 The Apache Software Foundation @@ -1033,11 +983,9 @@ sources enumerated above at the time of code translation are in the LICENSE.txt file. -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6 +com.fasterxml.jackson.module.jackson-module-no-ctor-deser -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1060,11 +1008,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.kerby.kerby-config-1.0.1 +org.apache.kerby.kerby-config -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar - Kerby Config Copyright 2014-2017 The Apache Software Foundation @@ -1072,11 +1018,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar - # Notices for Eclipse Project for Servlet This content is produced and maintained by the Eclipse Project for Servlet @@ -1136,11 +1080,9 @@ https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -org.apache.yetus.audience-annotations-0.13.0 +org.apache.yetus.audience-annotations -------------------------------------------------------------------------------- -Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar - Apache Yetus - Audience Annotations Copyright 2015-2020 The Apache Software Foundation @@ -1148,11 +1090,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-server-3.0.12 +org.glassfish.jersey.core.jersey-server -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar - # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -1314,11 +1254,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.parquet.parquet-avro-1.13.1 +org.apache.parquet.parquet-avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar - Apache Parquet MR (Incubating) Copyright 2014-2015 The Apache Software Foundation @@ -1337,11 +1275,9 @@ its NOTICE file: The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +org.glassfish.jersey.ext.jersey-bean-validation -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar - # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -1495,11 +1431,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.arrow.arrow-format-15.0.2 +org.apache.arrow.arrow-format -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar - Arrow Format Copyright 2024 The Apache Software Foundation @@ -1507,11 +1441,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-vfs2-2.9.0 +org.apache.commons.commons-vfs2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar - Apache Commons VFS Project Copyright 2002-2021 The Apache Software Foundation @@ -1519,11 +1451,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.17.0 +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.17.0.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1547,11 +1477,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.inject.jakarta.inject-api-2.0.1 +jakarta.inject.jakarta.inject-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar - # Notices for Eclipse Jakarta Dependency Injection This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. @@ -1595,11 +1523,9 @@ None None -------------------------------------------------------------------------------- -org.apache.arrow.flight-grpc-15.0.2 +org.apache.arrow.flight-grpc -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar - Arrow Flight GRPC Copyright 2024 The Apache Software Foundation @@ -1607,11 +1533,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-vector-15.0.2 +org.apache.arrow.arrow-vector -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar - Arrow Vectors Copyright 2024 The Apache Software Foundation @@ -1619,11 +1543,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.client5.httpclient5-5.4 +org.apache.httpcomponents.client5.httpclient5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar - Apache HttpClient Copyright 1999-2021 The Apache Software Foundation @@ -1631,11 +1553,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-crypto-1.0.1 +org.apache.kerby.kerb-crypto -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar - Kerby-kerb Crypto Copyright 2014-2017 The Apache Software Foundation @@ -1643,11 +1563,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-core-1.0.1 +org.apache.kerby.kerb-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar - Kerby-kerb core Copyright 2014-2017 The Apache Software Foundation @@ -1655,11 +1573,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-core-15.0.2 +org.apache.arrow.arrow-memory-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar - Arrow Memory - Core Copyright 2024 The Apache Software Foundation @@ -1667,11 +1583,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-collections4-4.4 +org.apache.commons.commons-collections4 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-collections4-4.4.jar - Apache Commons Collections Copyright 2001-2019 The Apache Software Foundation @@ -1679,11 +1593,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.token-provider-1.0.1 +org.apache.kerby.token-provider -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.token-provider-1.0.1.jar - Token provider Copyright 2014-2017 The Apache Software Foundation @@ -1691,11 +1603,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar - [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1775,11 +1685,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-simplekdc-1.0.1 +org.apache.kerby.kerb-simplekdc -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar - Kerb Simple Kdc Copyright 2014-2017 The Apache Software Foundation @@ -1787,11 +1695,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpcore-4.4.16 +org.apache.httpcomponents.httpcore -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar - Apache HttpCore Copyright 2005-2022 The Apache Software Foundation @@ -1799,11 +1705,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-logging.commons-logging-1.2 +commons-logging.commons-logging -------------------------------------------------------------------------------- -Bundled jars: commons-logging.commons-logging-1.2.jar - Apache Commons Logging Copyright 2003-2014 The Apache Software Foundation @@ -1811,11 +1715,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-recipes-4.2.0 +org.apache.curator.curator-recipes -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar - Curator Recipes Copyright 2011-2019 The Apache Software Foundation @@ -1823,11 +1725,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-pool.commons-pool-1.6 +commons-pool.commons-pool -------------------------------------------------------------------------------- -Bundled jars: commons-pool.commons-pool-1.6.jar - Apache Commons Pool Copyright 2001-2012 The Apache Software Foundation @@ -1835,11 +1735,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.ws.rs.jakarta.ws.rs-api-3.1.0 +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.1.0.jar - # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1902,11 +1800,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.avro.avro-1.12.0 +org.apache.avro.avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.avro.avro-1.12.0.jar - Apache Avro Copyright 2009-2024 The Apache Software Foundation @@ -1915,11 +1811,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-netty-15.0.2 +org.apache.arrow.arrow-memory-netty -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar - Arrow Memory - Netty Copyright 2024 The Apache Software Foundation @@ -1927,11 +1821,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-client-4.2.0 +org.apache.curator.curator-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-client-4.2.0.jar - Curator Client Copyright 2011-2019 The Apache Software Foundation @@ -1939,11 +1831,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-collections.commons-collections-3.2.2 +commons-collections.commons-collections -------------------------------------------------------------------------------- -Bundled jars: commons-collections.commons-collections-3.2.2.jar - Apache Commons Collections Copyright 2001-2015 The Apache Software Foundation @@ -1951,11 +1841,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.r2dbc.r2dbc-spi-0.9.0.RELEASE +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar - Reactive Relational Database Connectivity Copyright 2017-2021 the original author or authors. @@ -1973,11 +1861,9 @@ See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -commons-cli.commons-cli-1.2 +commons-cli.commons-cli -------------------------------------------------------------------------------- -Bundled jars: commons-cli.commons-cli-1.2.jar - Apache Commons CLI Copyright 2001-2009 The Apache Software Foundation @@ -1985,11 +1871,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-h2-5.3 +org.apache.httpcomponents.core5.httpcore5-h2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar - Apache HttpComponents Core HTTP/2 Copyright 2005-2021 The Apache Software Foundation @@ -1997,11 +1881,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-server-1.0.1 +org.apache.kerby.kerb-server -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar - Kerby-kerb Server Copyright 2014-2017 The Apache Software Foundation @@ -2009,11 +1891,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-jcs3-core-3.2 +org.apache.commons.commons-jcs3-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar - Apache Commons JCS :: Core Copyright 2002-2023 The Apache Software Foundation @@ -2021,11 +1901,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.htrace.htrace-core4-4.1.0-incubating +org.apache.htrace.htrace-core4 -------------------------------------------------------------------------------- -Bundled jars: org.apache.htrace.htrace-core4-4.1.0-incubating.jar - htrace-core4 Copyright 2016 The Apache Software Foundation @@ -2033,11 +1911,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.extensions.guice-servlet-4.0 +com.google.inject.extensions.guice-servlet -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar - Google Guice - Extensions - Servlet Copyright 2006-2015 Google, Inc. @@ -2045,11 +1921,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.annotation.jakarta.annotation-api-3.0.0 +jakarta.annotation.jakarta.annotation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.annotation.jakarta.annotation-api-3.0.0.jar - # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -2094,11 +1968,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-5.3 +org.apache.httpcomponents.core5.httpcore5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar - Apache HttpComponents Core HTTP/1.1 Copyright 2005-2021 The Apache Software Foundation @@ -2106,11 +1978,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-compress-1.26.2 +org.apache.commons.commons-compress -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-compress-1.26.2.jar - Apache Commons Compress Copyright 2002-2024 The Apache Software Foundation @@ -2118,11 +1988,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpclient-4.5.13 +org.apache.httpcomponents.httpclient -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpclient-4.5.13.jar - Apache HttpClient Copyright 1999-2020 The Apache Software Foundation @@ -2130,11 +1998,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.orc.orc-shims-1.9.4 +org.apache.orc.orc-shims -------------------------------------------------------------------------------- -Bundled jars: org.apache.orc.orc-shims-1.9.4.jar - ORC Shims Copyright 2013-2024 The Apache Software Foundation @@ -2142,11 +2008,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.parquet.parquet-jackson-1.13.1 +org.apache.parquet.parquet-jackson -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2166,11 +2030,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-client-1.0.1 +org.apache.kerby.kerb-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar - Kerby-kerb Client Copyright 2014-2017 The Apache Software Foundation @@ -2178,11 +2040,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-xdr-1.0.1 +org.apache.kerby.kerby-xdr -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar - Kerby XDR Project Copyright 2014-2017 The Apache Software Foundation @@ -2190,11 +2050,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-asn1-1.0.1 +org.apache.kerby.kerby-asn1 -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar - Kerby ASN1 Project Copyright 2014-2017 The Apache Software Foundation @@ -2202,11 +2060,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-io.commons-io-2.16.1 +commons-io.commons-io -------------------------------------------------------------------------------- -Bundled jars: commons-io.commons-io-2.16.1.jar - Apache Commons IO Copyright 2002-2024 The Apache Software Foundation @@ -2214,11 +2070,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-pkix-1.0.1 +org.apache.kerby.kerby-pkix -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar - Kerby PKIX Project Copyright 2014-2017 The Apache Software Foundation @@ -2226,11 +2080,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-identity-1.0.1 +org.apache.kerby.kerb-identity -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar - Kerby-kerb Identity Copyright 2014-2017 The Apache Software Foundation @@ -2238,11 +2090,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +com.fasterxml.jackson.module.jackson-module-blackbird -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2266,11 +2116,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-jute-3.5.6 +org.apache.zookeeper.zookeeper-jute -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar - Apache ZooKeeper - Jute Copyright 2008-2019 The Apache Software Foundation @@ -2278,11 +2126,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-util-1.0.1 +org.apache.kerby.kerby-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar - Kerby Util Copyright 2014-2017 The Apache Software Foundation @@ -2290,11 +2136,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-configuration2-2.1.1 +org.apache.commons.commons-configuration2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar - Apache Commons Configuration Copyright 2001-2017 The Apache Software Foundation @@ -2302,11 +2146,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.guice-4.0 +com.google.inject.guice -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.guice-4.0.jar - Google Guice - Core Library Copyright 2006-2015 Google, Inc. @@ -2317,11 +2159,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -software.amazon.awssdk.third-party-jackson-core-2.29.51 +software.amazon.awssdk.third-party-jackson-core -------------------------------------------------------------------------------- -Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -2418,11 +2258,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -com.fasterxml.classmate-1.7.0 +com.fasterxml.classmate -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.classmate-1.7.0.jar - Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) Other developers who have contributed code are: @@ -2434,11 +2272,9 @@ Other developers who have contributed code are: Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-common-3.0.12 +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar - # Notice for Jersey Core Common module This content is produced and maintained by the Eclipse Jersey project. @@ -2599,11 +2435,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.kerby.kerb-common-1.0.1 +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar - Kerby-kerb Common Copyright 2014-2017 The Apache Software Foundation @@ -2611,11 +2445,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.flight-core-15.0.2 +org.apache.arrow.flight-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-core-15.0.2.jar - Arrow Flight Core Copyright 2024 The Apache Software Foundation @@ -2623,11 +2455,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.iceberg.iceberg-bundled-guava-1.7.1 +com.google.guava.guava -------------------------------------------------------------------------------- -Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -2635,11 +2465,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-text-1.11.0 +org.apache.commons.commons-text -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-text-1.11.0.jar - Apache Commons Text Copyright 2014-2023 The Apache Software Foundation @@ -2647,11 +2475,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -commons-net.commons-net-3.6 +commons-net.commons-net -------------------------------------------------------------------------------- -Bundled jars: commons-net.commons-net-3.6.jar - Apache Commons Net Copyright 2001-2017 The Apache Software Foundation @@ -2659,11 +2485,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.netty.netty-3.10.6.Final +io.netty.netty -------------------------------------------------------------------------------- -Bundled jars: io.netty.netty-3.10.6.Final.jar - The Netty Project ================= diff --git a/config-service/NOTICE-binary b/config-service/NOTICE-binary index e45acbade02..f5b737219f1 100644 --- a/config-service/NOTICE-binary +++ b/config-service/NOTICE-binary @@ -8,8 +8,6 @@ The Apache Software Foundation (http://www.apache.org/). org.eclipse.jetty -------------------------------------------------------------------------------- -Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) - Notices for Eclipse Jetty ========================= This content is produced and maintained by the Eclipse Jetty project. @@ -108,8 +106,6 @@ granted provided that the copyright notice appears in all copies. org.glassfish.jersey -------------------------------------------------------------------------------- -Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -228,8 +224,6 @@ W3.org documents org.glassfish.hk2 -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar - # Notices for Eclipse GlassFish This content is produced and maintained by the Eclipse GlassFish project. @@ -290,8 +284,6 @@ permitted. com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -311,11 +303,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.el.jakarta.el-api-4.0.0.jar +jakarta.el.jakarta.el-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar - # Notices for Jakarta Expression Language This content is produced and maintained by the Jakarta Expression Language project. @@ -363,11 +353,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -com.sun.activation.jakarta.activation-2.0.1.jar +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar - # Notices for Jakarta Activation This content is produced and maintained by Jakarta Activation project. @@ -398,8 +386,6 @@ The project maintains the following source code repositories: com.fasterxml.jackson.core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -426,8 +412,6 @@ from the source code management (SCM) system project uses. org.scala-lang -------------------------------------------------------------------------------- -Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar - Scala Copyright (c) 2002-2025 EPFL Copyright (c) 2011-2025 Lightbend, Inc. dba Akka @@ -446,11 +430,9 @@ limitations under the License. This software includes projects with other licenses -- see `doc/LICENSE.md`. -------------------------------------------------------------------------------- -com.fasterxml.jackson.core.jackson-core-2.18.6 +com.fasterxml.jackson.core.jackson-core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -525,11 +507,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -org.apache.commons.commons-lang3-3.13.0 +org.apache.commons.commons-lang3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-lang3-3.13.0.jar - Apache Commons Lang Copyright 2001-2023 The Apache Software Foundation @@ -537,11 +517,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar - # Notices for Eclipse Project for Servlet This content is produced and maintained by the Eclipse Project for Servlet @@ -601,11 +579,9 @@ https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-server-3.0.12 +org.glassfish.jersey.core.jersey-server -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar - # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -767,11 +743,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +org.glassfish.jersey.ext.jersey-bean-validation -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar - # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -925,11 +899,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -953,11 +925,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.inject.jakarta.inject-api-2.0.1 +jakarta.inject.jakarta.inject-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar - # Notices for Eclipse Jakarta Dependency Injection This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. @@ -1001,11 +971,9 @@ None None -------------------------------------------------------------------------------- -jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar - [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1085,11 +1053,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -jakarta.ws.rs.jakarta.ws.rs-api-3.1.0 +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.1.0.jar - # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1152,11 +1118,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -io.r2dbc.r2dbc-spi-0.9.0.RELEASE +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar - Reactive Relational Database Connectivity Copyright 2017-2021 the original author or authors. @@ -1174,11 +1138,9 @@ See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1 +com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1201,11 +1163,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +com.fasterxml.jackson.module.jackson-module-blackbird -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1229,11 +1189,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -com.fasterxml.classmate-1.7.0 +com.fasterxml.classmate -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.classmate-1.7.0.jar - Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) Other developers who have contributed code are: @@ -1245,11 +1203,9 @@ Other developers who have contributed code are: Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-common-3.0.12 +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar - # Notice for Jersey Core Common module This content is produced and maintained by the Eclipse Jersey project. @@ -1410,11 +1366,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -jakarta.annotation.jakarta.annotation-api-2.1.1 +jakarta.annotation.jakarta.annotation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar - # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -1455,11 +1409,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.commons.commons-text-1.11.0 +org.apache.commons.commons-text -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-text-1.11.0.jar - Apache Commons Text Copyright 2014-2023 The Apache Software Foundation diff --git a/file-service/NOTICE-binary b/file-service/NOTICE-binary index 026a76b7f65..429ce167c0b 100644 --- a/file-service/NOTICE-binary +++ b/file-service/NOTICE-binary @@ -8,8 +8,6 @@ The Apache Software Foundation (http://www.apache.org/). software.amazon.awssdk -------------------------------------------------------------------------------- -Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -40,8 +38,6 @@ The licenses for these third party components are included in LICENSE.txt org.apache.hadoop -------------------------------------------------------------------------------- -Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.1.jar, org.apache.hadoop.hadoop-auth-3.3.1.jar, org.apache.hadoop.hadoop-common-3.3.1.jar, ... (+5 more) - Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. @@ -81,8 +77,6 @@ cryptography APIs written by the Legion of the Bouncy Castle Inc. org.eclipse.jetty -------------------------------------------------------------------------------- -Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) - Notices for Eclipse Jetty ========================= This content is produced and maintained by the Eclipse Jetty project. @@ -181,8 +175,6 @@ granted provided that the copyright notice appears in all copies. org.apache.iceberg -------------------------------------------------------------------------------- -Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -212,8 +204,6 @@ the following copyright notice: org.glassfish.jersey -------------------------------------------------------------------------------- -Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -329,11 +319,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -io.netty.netty-tcnative-boringssl-static-2.0.61 +io.netty.netty-tcnative-boringssl-static -------------------------------------------------------------------------------- -Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) - The Netty Project ================= @@ -390,8 +378,6 @@ This product contains code from boringssl. org.glassfish.hk2 -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar - # Notices for Eclipse GlassFish This content is produced and maintained by the Eclipse GlassFish project. @@ -452,8 +438,6 @@ permitted. org.eclipse.jetty.websocket -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-client-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-common-9.4.40.v20210413.jar - ============================================================== Jetty Web Container Copyright 1995-2018 Mort Bay Consulting Pty Ltd. @@ -577,8 +561,6 @@ granted provided that the copyright notice appears in all copies. com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -598,11 +580,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.el.jakarta.el-api-4.0.0.jar +jakarta.el.jakarta.el-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar - # Notices for Jakarta Expression Language This content is produced and maintained by the Jakarta Expression Language project. @@ -650,11 +630,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -com.sun.activation.jakarta.activation-2.0.1.jar +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar - # Notices for Jakarta Activation This content is produced and maintained by Jakarta Activation project. @@ -685,8 +663,6 @@ The project maintains the following source code repositories: com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -712,8 +688,6 @@ from the source code management (SCM) system project uses. com.fasterxml.jackson.core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -740,8 +714,6 @@ from the source code management (SCM) system project uses. org.scala-lang -------------------------------------------------------------------------------- -Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar - Scala Copyright (c) 2002-2025 EPFL Copyright (c) 2011-2025 Lightbend, Inc. dba Akka @@ -763,8 +735,6 @@ This software includes projects with other licenses -- see `doc/LICENSE.md`. org.apache.hadoop.thirdparty -------------------------------------------------------------------------------- -Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar - Apache Hadoop Third-party Libs Copyright 2020 and onwards The Apache Software Foundation. @@ -778,11 +748,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-framework-4.2.0 +org.apache.curator.curator-framework -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - Curator Framework Copyright 2011-2019 The Apache Software Foundation @@ -790,11 +758,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-beanutils.commons-beanutils-1.9.4 +commons-beanutils.commons-beanutils -------------------------------------------------------------------------------- -Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar - Apache Commons BeanUtils Copyright 2000-2019 The Apache Software Foundation @@ -802,11 +768,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.core.jackson-core-2.18.6 +com.fasterxml.jackson.core.jackson-core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -881,11 +845,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-3.5.6 +org.apache.zookeeper.zookeeper -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar - Apache ZooKeeper - Server Copyright 2008-2019 The Apache Software Foundation @@ -893,11 +855,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-util-1.0.1 +org.apache.kerby.kerb-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar - Kerby-kerb Util Copyright 2014-2017 The Apache Software Foundation @@ -905,11 +865,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -log4j.log4j-1.2.17 +log4j.log4j -------------------------------------------------------------------------------- -Bundled jars: log4j.log4j-1.2.17.jar - Apache log4j Copyright 2007 The Apache Software Foundation @@ -917,11 +875,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-codec.commons-codec-1.17.1 +commons-codec.commons-codec -------------------------------------------------------------------------------- -Bundled jars: commons-codec.commons-codec-1.17.1.jar - Apache Commons Codec Copyright 2002-2024 The Apache Software Foundation @@ -929,11 +885,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-admin-1.0.1 +org.apache.kerby.kerb-admin -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar - Kerby-kerb Admin Copyright 2014-2017 The Apache Software Foundation @@ -941,11 +895,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-lang3-3.14.0 +org.apache.commons.commons-lang3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-lang3-3.14.0.jar - Apache Commons Lang Copyright 2001-2023 The Apache Software Foundation @@ -953,11 +905,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-math3-3.1.1 +org.apache.commons.commons-math3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-math3-3.1.1.jar - Apache Commons Math Copyright 2001-2012 The Apache Software Foundation @@ -1033,11 +983,9 @@ sources enumerated above at the time of code translation are in the LICENSE.txt file. -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6 +com.fasterxml.jackson.module.jackson-module-no-ctor-deser -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1060,11 +1008,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.kerby.kerby-config-1.0.1 +org.apache.kerby.kerby-config -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar - Kerby Config Copyright 2014-2017 The Apache Software Foundation @@ -1072,11 +1018,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar - # Notices for Eclipse Project for Servlet This content is produced and maintained by the Eclipse Project for Servlet @@ -1136,11 +1080,9 @@ https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -org.apache.yetus.audience-annotations-0.13.0 +org.apache.yetus.audience-annotations -------------------------------------------------------------------------------- -Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar - Apache Yetus - Audience Annotations Copyright 2015-2020 The Apache Software Foundation @@ -1148,11 +1090,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-server-3.0.12 +org.glassfish.jersey.core.jersey-server -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar - # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -1314,11 +1254,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.parquet.parquet-avro-1.13.1 +org.apache.parquet.parquet-avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar - Apache Parquet MR (Incubating) Copyright 2014-2015 The Apache Software Foundation @@ -1337,11 +1275,9 @@ its NOTICE file: The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +org.glassfish.jersey.ext.jersey-bean-validation -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar - # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -1495,11 +1431,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.arrow.arrow-format-15.0.2 +org.apache.arrow.arrow-format -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar - Arrow Format Copyright 2024 The Apache Software Foundation @@ -1507,11 +1441,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-vfs2-2.9.0 +org.apache.commons.commons-vfs2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar - Apache Commons VFS Project Copyright 2002-2021 The Apache Software Foundation @@ -1519,11 +1451,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1547,11 +1477,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.inject.jakarta.inject-api-2.0.1 +jakarta.inject.jakarta.inject-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar - # Notices for Eclipse Jakarta Dependency Injection This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. @@ -1595,11 +1523,9 @@ None None -------------------------------------------------------------------------------- -org.apache.arrow.flight-grpc-15.0.2 +org.apache.arrow.flight-grpc -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar - Arrow Flight GRPC Copyright 2024 The Apache Software Foundation @@ -1607,11 +1533,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-vector-15.0.2 +org.apache.arrow.arrow-vector -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar - Arrow Vectors Copyright 2024 The Apache Software Foundation @@ -1619,11 +1543,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.client5.httpclient5-5.4 +org.apache.httpcomponents.client5.httpclient5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar - Apache HttpClient Copyright 1999-2021 The Apache Software Foundation @@ -1631,11 +1553,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-crypto-1.0.1 +org.apache.kerby.kerb-crypto -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar - Kerby-kerb Crypto Copyright 2014-2017 The Apache Software Foundation @@ -1643,11 +1563,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-core-1.0.1 +org.apache.kerby.kerb-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar - Kerby-kerb core Copyright 2014-2017 The Apache Software Foundation @@ -1655,11 +1573,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-core-15.0.2 +org.apache.arrow.arrow-memory-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar - Arrow Memory - Core Copyright 2024 The Apache Software Foundation @@ -1667,11 +1583,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.token-provider-1.0.1 +org.apache.kerby.token-provider -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.token-provider-1.0.1.jar - Token provider Copyright 2014-2017 The Apache Software Foundation @@ -1679,11 +1593,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar - [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -1763,11 +1675,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-simplekdc-1.0.1 +org.apache.kerby.kerb-simplekdc -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar - Kerb Simple Kdc Copyright 2014-2017 The Apache Software Foundation @@ -1775,11 +1685,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpcore-4.4.16 +org.apache.httpcomponents.httpcore -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar - Apache HttpCore Copyright 2005-2022 The Apache Software Foundation @@ -1787,11 +1695,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-logging.commons-logging-1.2 +commons-logging.commons-logging -------------------------------------------------------------------------------- -Bundled jars: commons-logging.commons-logging-1.2.jar - Apache Commons Logging Copyright 2003-2014 The Apache Software Foundation @@ -1799,11 +1705,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-recipes-4.2.0 +org.apache.curator.curator-recipes -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar - Curator Recipes Copyright 2011-2019 The Apache Software Foundation @@ -1811,11 +1715,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-pool.commons-pool-1.6 +commons-pool.commons-pool -------------------------------------------------------------------------------- -Bundled jars: commons-pool.commons-pool-1.6.jar - Apache Commons Pool Copyright 2001-2012 The Apache Software Foundation @@ -1823,11 +1725,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.ws.rs.jakarta.ws.rs-api-3.1.0 +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.1.0.jar - # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -1890,11 +1790,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.avro.avro-1.12.0 +org.apache.avro.avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.avro.avro-1.12.0.jar - Apache Avro Copyright 2009-2024 The Apache Software Foundation @@ -1903,11 +1801,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-netty-15.0.2 +org.apache.arrow.arrow-memory-netty -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar - Arrow Memory - Netty Copyright 2024 The Apache Software Foundation @@ -1915,11 +1811,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-client-4.2.0 +org.apache.curator.curator-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-client-4.2.0.jar - Curator Client Copyright 2011-2019 The Apache Software Foundation @@ -1927,11 +1821,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-collections.commons-collections-3.2.2 +commons-collections.commons-collections -------------------------------------------------------------------------------- -Bundled jars: commons-collections.commons-collections-3.2.2.jar - Apache Commons Collections Copyright 2001-2015 The Apache Software Foundation @@ -1939,11 +1831,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.r2dbc.r2dbc-spi-0.9.0.RELEASE +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar - Reactive Relational Database Connectivity Copyright 2017-2021 the original author or authors. @@ -1961,11 +1851,9 @@ See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -commons-cli.commons-cli-1.2 +commons-cli.commons-cli -------------------------------------------------------------------------------- -Bundled jars: commons-cli.commons-cli-1.2.jar - Apache Commons CLI Copyright 2001-2009 The Apache Software Foundation @@ -1973,11 +1861,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-h2-5.3 +org.apache.httpcomponents.core5.httpcore5-h2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar - Apache HttpComponents Core HTTP/2 Copyright 2005-2021 The Apache Software Foundation @@ -1985,11 +1871,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-server-1.0.1 +org.apache.kerby.kerb-server -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar - Kerby-kerb Server Copyright 2014-2017 The Apache Software Foundation @@ -1997,11 +1881,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-jcs3-core-3.2 +org.apache.commons.commons-jcs3-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar - Apache Commons JCS :: Core Copyright 2002-2023 The Apache Software Foundation @@ -2009,11 +1891,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.htrace.htrace-core4-4.1.0-incubating +org.apache.htrace.htrace-core4 -------------------------------------------------------------------------------- -Bundled jars: org.apache.htrace.htrace-core4-4.1.0-incubating.jar - htrace-core4 Copyright 2016 The Apache Software Foundation @@ -2021,11 +1901,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.extensions.guice-servlet-4.0 +com.google.inject.extensions.guice-servlet -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar - Google Guice - Extensions - Servlet Copyright 2006-2015 Google, Inc. @@ -2033,11 +1911,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-5.3 +org.apache.httpcomponents.core5.httpcore5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar - Apache HttpComponents Core HTTP/1.1 Copyright 2005-2021 The Apache Software Foundation @@ -2045,11 +1921,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-compress-1.26.2 +org.apache.commons.commons-compress -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-compress-1.26.2.jar - Apache Commons Compress Copyright 2002-2024 The Apache Software Foundation @@ -2057,11 +1931,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpclient-4.5.13 +org.apache.httpcomponents.httpclient -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpclient-4.5.13.jar - Apache HttpClient Copyright 1999-2020 The Apache Software Foundation @@ -2069,11 +1941,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.orc.orc-shims-1.9.4 +org.apache.orc.orc-shims -------------------------------------------------------------------------------- -Bundled jars: org.apache.orc.orc-shims-1.9.4.jar - ORC Shims Copyright 2013-2024 The Apache Software Foundation @@ -2081,11 +1951,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.parquet.parquet-jackson-1.13.1 +org.apache.parquet.parquet-jackson -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2105,11 +1973,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-client-1.0.1 +org.apache.kerby.kerb-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar - Kerby-kerb Client Copyright 2014-2017 The Apache Software Foundation @@ -2117,11 +1983,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-xdr-1.0.1 +org.apache.kerby.kerby-xdr -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar - Kerby XDR Project Copyright 2014-2017 The Apache Software Foundation @@ -2129,11 +1993,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-asn1-1.0.1 +org.apache.kerby.kerby-asn1 -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar - Kerby ASN1 Project Copyright 2014-2017 The Apache Software Foundation @@ -2141,11 +2003,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-io.commons-io-2.16.1 +commons-io.commons-io -------------------------------------------------------------------------------- -Bundled jars: commons-io.commons-io-2.16.1.jar - Apache Commons IO Copyright 2002-2024 The Apache Software Foundation @@ -2153,11 +2013,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-pkix-1.0.1 +org.apache.kerby.kerby-pkix -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar - Kerby PKIX Project Copyright 2014-2017 The Apache Software Foundation @@ -2165,11 +2023,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-identity-1.0.1 +org.apache.kerby.kerb-identity -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar - Kerby-kerb Identity Copyright 2014-2017 The Apache Software Foundation @@ -2177,11 +2033,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +com.fasterxml.jackson.module.jackson-module-blackbird -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2205,11 +2059,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-jute-3.5.6 +org.apache.zookeeper.zookeeper-jute -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar - Apache ZooKeeper - Jute Copyright 2008-2019 The Apache Software Foundation @@ -2217,11 +2069,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-util-1.0.1 +org.apache.kerby.kerby-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar - Kerby Util Copyright 2014-2017 The Apache Software Foundation @@ -2229,11 +2079,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-configuration2-2.1.1 +org.apache.commons.commons-configuration2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar - Apache Commons Configuration Copyright 2001-2017 The Apache Software Foundation @@ -2241,11 +2089,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.guice-4.0 +com.google.inject.guice -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.guice-4.0.jar - Google Guice - Core Library Copyright 2006-2015 Google, Inc. @@ -2256,11 +2102,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -software.amazon.awssdk.third-party-jackson-core-2.29.51 +software.amazon.awssdk.third-party-jackson-core -------------------------------------------------------------------------------- -Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -2357,11 +2201,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -com.fasterxml.classmate-1.7.0 +com.fasterxml.classmate -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.classmate-1.7.0.jar - Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) Other developers who have contributed code are: @@ -2373,11 +2215,9 @@ Other developers who have contributed code are: Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-common-3.0.12 +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar - # Notice for Jersey Core Common module This content is produced and maintained by the Eclipse Jersey project. @@ -2538,11 +2378,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -jakarta.annotation.jakarta.annotation-api-2.1.1 +jakarta.annotation.jakarta.annotation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar - # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -2583,11 +2421,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-common-1.0.1 +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar - Kerby-kerb Common Copyright 2014-2017 The Apache Software Foundation @@ -2595,11 +2431,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.flight-core-15.0.2 +org.apache.arrow.flight-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-core-15.0.2.jar - Arrow Flight Core Copyright 2024 The Apache Software Foundation @@ -2607,11 +2441,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.iceberg.iceberg-bundled-guava-1.7.1 +com.google.guava.guava -------------------------------------------------------------------------------- -Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -2619,11 +2451,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-text-1.11.0 +org.apache.commons.commons-text -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-text-1.11.0.jar - Apache Commons Text Copyright 2014-2023 The Apache Software Foundation @@ -2631,11 +2461,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -commons-net.commons-net-3.6 +commons-net.commons-net -------------------------------------------------------------------------------- -Bundled jars: commons-net.commons-net-3.6.jar - Apache Commons Net Copyright 2001-2017 The Apache Software Foundation @@ -2643,11 +2471,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.netty.netty-3.10.6.Final +io.netty.netty -------------------------------------------------------------------------------- -Bundled jars: io.netty.netty-3.10.6.Final.jar - The Netty Project ================= diff --git a/workflow-compiling-service/NOTICE-binary b/workflow-compiling-service/NOTICE-binary index 4e59d77f3e5..fda439b8691 100644 --- a/workflow-compiling-service/NOTICE-binary +++ b/workflow-compiling-service/NOTICE-binary @@ -8,8 +8,6 @@ The Apache Software Foundation (http://www.apache.org/). software.amazon.awssdk -------------------------------------------------------------------------------- -Bundled jars (29): software.amazon.awssdk.annotations-2.29.51.jar, software.amazon.awssdk.apache-client-2.29.51.jar, software.amazon.awssdk.arns-2.29.51.jar, ... (+26 more) - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -40,8 +38,6 @@ The licenses for these third party components are included in LICENSE.txt org.apache.hadoop -------------------------------------------------------------------------------- -Bundled jars (8): org.apache.hadoop.hadoop-annotations-3.3.1.jar, org.apache.hadoop.hadoop-auth-3.3.1.jar, org.apache.hadoop.hadoop-common-3.3.1.jar, ... (+5 more) - Apache Hadoop Copyright 2006 and onwards The Apache Software Foundation. @@ -81,8 +77,6 @@ cryptography APIs written by the Legion of the Bouncy Castle Inc. org.eclipse.jetty -------------------------------------------------------------------------------- -Bundled jars (7): org.eclipse.jetty.jetty-http-11.0.20.jar, org.eclipse.jetty.jetty-io-11.0.20.jar, org.eclipse.jetty.jetty-security-11.0.20.jar, ... (+4 more) - Notices for Eclipse Jetty ========================= This content is produced and maintained by the Eclipse Jetty project. @@ -181,8 +175,6 @@ granted provided that the copyright notice appears in all copies. org.apache.iceberg -------------------------------------------------------------------------------- -Bundled jars (6): org.apache.iceberg.iceberg-api-1.7.1.jar, org.apache.iceberg.iceberg-aws-1.7.1.jar, org.apache.iceberg.iceberg-common-1.7.1.jar, ... (+3 more) - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -212,8 +204,6 @@ the following copyright notice: org.glassfish.jersey -------------------------------------------------------------------------------- -Bundled jars (5): org.glassfish.jersey.containers.jersey-container-servlet-3.0.12.jar, org.glassfish.jersey.containers.jersey-container-servlet-core-3.0.12.jar, org.glassfish.jersey.core.jersey-client-3.0.12.jar, ... (+2 more) - # Notice for Jersey This content is produced and maintained by the Eclipse Jersey project. @@ -329,11 +319,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -io.netty.netty-tcnative-boringssl-static-2.0.61 +io.netty.netty-tcnative-boringssl-static -------------------------------------------------------------------------------- -Bundled jars (5): io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar, io.netty.netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar, ... (+2 more) - The Netty Project ================= @@ -390,8 +378,6 @@ This product contains code from boringssl. org.glassfish.hk2 -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.hk2.external.aopalliance-repackaged-3.0.6.jar, org.glassfish.hk2.hk2-api-3.0.6.jar, org.glassfish.hk2.hk2-locator-3.0.3.jar, org.glassfish.hk2.hk2-utils-3.0.6.jar - # Notices for Eclipse GlassFish This content is produced and maintained by the Eclipse GlassFish project. @@ -452,8 +438,6 @@ permitted. org.apache.lucene -------------------------------------------------------------------------------- -Bundled jars: org.apache.lucene.lucene-memory-8.7.0.jar, org.apache.lucene.lucene-queries-8.7.0.jar, org.apache.lucene.lucene-queryparser-8.7.0.jar, org.apache.lucene.lucene-sandbox-8.7.0.jar - Apache Lucene Copyright 2001-2020 The Apache Software Foundation @@ -668,8 +652,6 @@ which can be obtained from org.eclipse.jetty.websocket -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-client-9.4.40.v20210413.jar, org.eclipse.jetty.websocket.websocket-common-9.4.40.v20210413.jar - ============================================================== Jetty Web Container Copyright 1995-2018 Mort Bay Consulting Pty Ltd. @@ -793,8 +775,6 @@ granted provided that the copyright notice appears in all copies. com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar, com.fasterxml.jackson.datatype.jackson-datatype-jsr310-2.16.1.jar, com.fasterxml.jackson.module.jackson-module-parameter-names-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -817,8 +797,6 @@ from the source code management (SCM) system project uses. org.apache.lucene -------------------------------------------------------------------------------- -Bundled jars: org.apache.lucene.lucene-analyzers-common-8.11.4.jar, org.apache.lucene.lucene-core-8.11.4.jar - Apache Lucene Copyright 2001-2021 The Apache Software Foundation @@ -1030,11 +1008,9 @@ which can be obtained from https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz -------------------------------------------------------------------------------- -jakarta.el.jakarta.el-api-4.0.0.jar +jakarta.el.jakarta.el-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.el.jakarta.el-api-4.0.0.jar, org.glassfish.jakarta.el-4.0.2.jar - # Notices for Jakarta Expression Language This content is produced and maintained by the Jakarta Expression Language project. @@ -1082,11 +1058,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -com.sun.activation.jakarta.activation-2.0.1.jar +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Bundled jars: com.sun.activation.jakarta.activation-2.0.1.jar, jakarta.activation.jakarta.activation-api-2.1.0.jar - # Notices for Jakarta Activation This content is produced and maintained by Jakarta Activation project. @@ -1117,8 +1091,6 @@ The project maintains the following source code repositories: com.fasterxml.jackson -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider-2.16.1.jar, com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.10.5.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1144,8 +1116,6 @@ from the source code management (SCM) system project uses. com.fasterxml.jackson.core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-annotations-2.18.6.jar, com.fasterxml.jackson.core.jackson-databind-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1172,8 +1142,6 @@ from the source code management (SCM) system project uses. org.scala-lang -------------------------------------------------------------------------------- -Bundled jars: org.scala-lang.scala-library-2.13.18.jar, org.scala-lang.scala-reflect-2.13.18.jar - Scala Copyright (c) 2002-2025 EPFL Copyright (c) 2011-2025 Lightbend, Inc. dba Akka @@ -1195,8 +1163,6 @@ This software includes projects with other licenses -- see `doc/LICENSE.md`. org.apache.hadoop.thirdparty -------------------------------------------------------------------------------- -Bundled jars: org.apache.hadoop.thirdparty.hadoop-shaded-guava-1.1.1.jar, org.apache.hadoop.thirdparty.hadoop-shaded-protobuf_3_7-1.1.1.jar - Apache Hadoop Third-party Libs Copyright 2020 and onwards The Apache Software Foundation. @@ -1210,11 +1176,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-framework-4.2.0 +org.apache.curator.curator-framework -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-framework-4.2.0.jar - Curator Framework Copyright 2011-2019 The Apache Software Foundation @@ -1222,11 +1186,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-beanutils.commons-beanutils-1.9.4 +commons-beanutils.commons-beanutils -------------------------------------------------------------------------------- -Bundled jars: commons-beanutils.commons-beanutils-1.9.4.jar - Apache Commons BeanUtils Copyright 2000-2019 The Apache Software Foundation @@ -1234,11 +1196,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.core.jackson-core-2.18.6 +com.fasterxml.jackson.core.jackson-core -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.core.jackson-core-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1313,11 +1273,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-3.5.6 +org.apache.zookeeper.zookeeper -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-3.5.6.jar - Apache ZooKeeper - Server Copyright 2008-2019 The Apache Software Foundation @@ -1325,11 +1283,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpasyncclient-4.1.5 +org.apache.httpcomponents.httpasyncclient -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpasyncclient-4.1.5.jar - Apache HttpAsyncClient Copyright 2010-2021 The Apache Software Foundation @@ -1337,11 +1293,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-util-1.0.1 +org.apache.kerby.kerb-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-util-1.0.1.jar - Kerby-kerb Util Copyright 2014-2017 The Apache Software Foundation @@ -1349,11 +1303,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -log4j.log4j-1.2.17 +log4j.log4j -------------------------------------------------------------------------------- -Bundled jars: log4j.log4j-1.2.17.jar - Apache log4j Copyright 2007 The Apache Software Foundation @@ -1361,11 +1313,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-codec.commons-codec-1.17.1 +commons-codec.commons-codec -------------------------------------------------------------------------------- -Bundled jars: commons-codec.commons-codec-1.17.1.jar - Apache Commons Codec Copyright 2002-2024 The Apache Software Foundation @@ -1373,11 +1323,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-admin-1.0.1 +org.apache.kerby.kerb-admin -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-admin-1.0.1.jar - Kerby-kerb Admin Copyright 2014-2017 The Apache Software Foundation @@ -1385,11 +1333,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-math3-3.1.1 +org.apache.commons.commons-math3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-math3-3.1.1.jar - Apache Commons Math Copyright 2001-2012 The Apache Software Foundation @@ -1465,11 +1411,9 @@ sources enumerated above at the time of code translation are in the LICENSE.txt file. -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6 +com.fasterxml.jackson.module.jackson-module-no-ctor-deser -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-no-ctor-deser-2.18.6.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1492,11 +1436,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.kerby.kerby-config-1.0.1 +org.apache.kerby.kerby-config -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-config-1.0.1.jar - Kerby Config Copyright 2014-2017 The Apache Software Foundation @@ -1504,11 +1446,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2 +org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api -------------------------------------------------------------------------------- -Bundled jars: org.eclipse.jetty.toolchain.jetty-jakarta-servlet-api-5.0.2.jar - # Notices for Eclipse Project for Servlet This content is produced and maintained by the Eclipse Project for Servlet @@ -1568,11 +1508,9 @@ https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html * org.eclipse.jetty.toolchain:jetty-schemas -------------------------------------------------------------------------------- -org.apache.yetus.audience-annotations-0.13.0 +org.apache.yetus.audience-annotations -------------------------------------------------------------------------------- -Bundled jars: org.apache.yetus.audience-annotations-0.13.0.jar - Apache Yetus - Audience Annotations Copyright 2015-2020 The Apache Software Foundation @@ -1580,11 +1518,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-server-3.0.12 +org.glassfish.jersey.core.jersey-server -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-server-3.0.12.jar - # Notice for Jersey Core Server module This content is produced and maintained by the Eclipse Jersey project. @@ -1746,11 +1682,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.parquet.parquet-avro-1.13.1 +org.apache.parquet.parquet-avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-avro-1.13.1.jar - Apache Parquet MR (Incubating) Copyright 2014-2015 The Apache Software Foundation @@ -1769,11 +1703,9 @@ its NOTICE file: The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.glassfish.jersey.ext.jersey-bean-validation-3.0.12 +org.glassfish.jersey.ext.jersey-bean-validation -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.ext.jersey-bean-validation-3.0.12.jar - # Notice for Jersey Bean Validation module This content is produced and maintained by the Eclipse Jersey project. @@ -1927,11 +1859,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -org.apache.arrow.arrow-format-15.0.2 +org.apache.arrow.arrow-format -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-format-15.0.2.jar - Arrow Format Copyright 2024 The Apache Software Foundation @@ -1939,11 +1869,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-vfs2-2.9.0 +org.apache.commons.commons-vfs2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-vfs2-2.9.0.jar - Apache Commons VFS Project Copyright 2002-2021 The Apache Software Foundation @@ -1951,11 +1879,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1 +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -1979,11 +1905,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -jakarta.inject.jakarta.inject-api-2.0.1 +jakarta.inject.jakarta.inject-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.inject.jakarta.inject-api-2.0.1.jar - # Notices for Eclipse Jakarta Dependency Injection This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. @@ -2027,11 +1951,9 @@ None None -------------------------------------------------------------------------------- -org.apache.arrow.flight-grpc-15.0.2 +org.apache.arrow.flight-grpc -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-grpc-15.0.2.jar - Arrow Flight GRPC Copyright 2024 The Apache Software Foundation @@ -2039,11 +1961,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-vector-15.0.2 +org.apache.arrow.arrow-vector -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-vector-15.0.2.jar - Arrow Vectors Copyright 2024 The Apache Software Foundation @@ -2051,11 +1971,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.client5.httpclient5-5.4 +org.apache.httpcomponents.client5.httpclient5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.client5.httpclient5-5.4.jar - Apache HttpClient Copyright 1999-2021 The Apache Software Foundation @@ -2063,11 +1981,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-crypto-1.0.1 +org.apache.kerby.kerb-crypto -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-crypto-1.0.1.jar - Kerby-kerb Crypto Copyright 2014-2017 The Apache Software Foundation @@ -2075,11 +1991,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-core-1.0.1 +org.apache.kerby.kerb-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-core-1.0.1.jar - Kerby-kerb core Copyright 2014-2017 The Apache Software Foundation @@ -2087,11 +2001,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-core-15.0.2 +org.apache.arrow.arrow-memory-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-core-15.0.2.jar - Arrow Memory - Core Copyright 2024 The Apache Software Foundation @@ -2099,11 +2011,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.token-provider-1.0.1 +org.apache.kerby.token-provider -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.token-provider-1.0.1.jar - Token provider Copyright 2014-2017 The Apache Software Foundation @@ -2111,11 +2021,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.xml.bind.jakarta.xml.bind-api-3.0.1 +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.xml.bind.jakarta.xml.bind-api-3.0.1.jar - [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " [//]: # " " [//]: # " This program and the accompanying materials are made available under the " @@ -2195,11 +2103,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-simplekdc-1.0.1 +org.apache.kerby.kerb-simplekdc -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-simplekdc-1.0.1.jar - Kerb Simple Kdc Copyright 2014-2017 The Apache Software Foundation @@ -2207,11 +2113,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpcore-4.4.16 +org.apache.httpcomponents.httpcore -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpcore-4.4.16.jar - Apache HttpCore Copyright 2005-2022 The Apache Software Foundation @@ -2219,11 +2123,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-logging.commons-logging-1.2 +commons-logging.commons-logging -------------------------------------------------------------------------------- -Bundled jars: commons-logging.commons-logging-1.2.jar - Apache Commons Logging Copyright 2003-2014 The Apache Software Foundation @@ -2231,11 +2133,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-recipes-4.2.0 +org.apache.curator.curator-recipes -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-recipes-4.2.0.jar - Curator Recipes Copyright 2011-2019 The Apache Software Foundation @@ -2243,11 +2143,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-pool.commons-pool-1.6 +commons-pool.commons-pool -------------------------------------------------------------------------------- -Bundled jars: commons-pool.commons-pool-1.6.jar - Apache Commons Pool Copyright 2001-2012 The Apache Software Foundation @@ -2255,11 +2153,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -jakarta.ws.rs.jakarta.ws.rs-api-3.0.0 +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.ws.rs.jakarta.ws.rs-api-3.0.0.jar - # Notices for Jakarta RESTful Web Services This content is produced and maintained by the **Jakarta RESTful Web Services** @@ -2322,11 +2218,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.avro.avro-1.12.0 +org.apache.avro.avro -------------------------------------------------------------------------------- -Bundled jars: org.apache.avro.avro-1.12.0.jar - Apache Avro Copyright 2009-2024 The Apache Software Foundation @@ -2335,11 +2229,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.arrow-memory-netty-15.0.2 +org.apache.arrow.arrow-memory-netty -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.arrow-memory-netty-15.0.2.jar - Arrow Memory - Netty Copyright 2024 The Apache Software Foundation @@ -2347,11 +2239,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.curator.curator-client-4.2.0 +org.apache.curator.curator-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.curator.curator-client-4.2.0.jar - Curator Client Copyright 2011-2019 The Apache Software Foundation @@ -2359,11 +2249,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-collections.commons-collections-3.2.2 +commons-collections.commons-collections -------------------------------------------------------------------------------- -Bundled jars: commons-collections.commons-collections-3.2.2.jar - Apache Commons Collections Copyright 2001-2015 The Apache Software Foundation @@ -2371,11 +2259,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.r2dbc.r2dbc-spi-0.9.0.RELEASE +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -Bundled jars: io.r2dbc.r2dbc-spi-0.9.0.RELEASE.jar - Reactive Relational Database Connectivity Copyright 2017-2021 the original author or authors. @@ -2393,11 +2279,9 @@ See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -commons-cli.commons-cli-1.2 +commons-cli.commons-cli -------------------------------------------------------------------------------- -Bundled jars: commons-cli.commons-cli-1.2.jar - Apache Commons CLI Copyright 2001-2009 The Apache Software Foundation @@ -2405,11 +2289,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-h2-5.3 +org.apache.httpcomponents.core5.httpcore5-h2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-h2-5.3.jar - Apache HttpComponents Core HTTP/2 Copyright 2005-2021 The Apache Software Foundation @@ -2417,11 +2299,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-server-1.0.1 +org.apache.kerby.kerb-server -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-server-1.0.1.jar - Kerby-kerb Server Copyright 2014-2017 The Apache Software Foundation @@ -2429,11 +2309,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-jcs3-core-3.2 +org.apache.commons.commons-jcs3-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-jcs3-core-3.2.jar - Apache Commons JCS :: Core Copyright 2002-2023 The Apache Software Foundation @@ -2441,11 +2319,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.htrace.htrace-core4-4.1.0-incubating +org.apache.htrace.htrace-core4 -------------------------------------------------------------------------------- -Bundled jars: org.apache.htrace.htrace-core4-4.1.0-incubating.jar - htrace-core4 Copyright 2016 The Apache Software Foundation @@ -2453,11 +2329,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.extensions.guice-servlet-4.0 +com.google.inject.extensions.guice-servlet -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.extensions.guice-servlet-4.0.jar - Google Guice - Extensions - Servlet Copyright 2006-2015 Google, Inc. @@ -2465,11 +2339,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.core5.httpcore5-5.3 +org.apache.httpcomponents.core5.httpcore5 -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.core5.httpcore5-5.3.jar - Apache HttpComponents Core HTTP/1.1 Copyright 2005-2021 The Apache Software Foundation @@ -2477,11 +2349,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-compress-1.27.1 +org.apache.commons.commons-compress -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-compress-1.27.1.jar - Apache Commons Compress Copyright 2002-2024 The Apache Software Foundation @@ -2489,11 +2359,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpclient-4.5.13 +org.apache.httpcomponents.httpclient -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpclient-4.5.13.jar - Apache HttpClient Copyright 1999-2020 The Apache Software Foundation @@ -2501,11 +2369,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.orc.orc-shims-1.9.4 +org.apache.orc.orc-shims -------------------------------------------------------------------------------- -Bundled jars: org.apache.orc.orc-shims-1.9.4.jar - ORC Shims Copyright 2013-2024 The Apache Software Foundation @@ -2513,11 +2379,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.parquet.parquet-jackson-1.13.1 +org.apache.parquet.parquet-jackson -------------------------------------------------------------------------------- -Bundled jars: org.apache.parquet.parquet-jackson-1.13.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2537,11 +2401,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-client-1.0.1 +org.apache.kerby.kerb-client -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-client-1.0.1.jar - Kerby-kerb Client Copyright 2014-2017 The Apache Software Foundation @@ -2549,11 +2411,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-xdr-1.0.1 +org.apache.kerby.kerby-xdr -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-xdr-1.0.1.jar - Kerby XDR Project Copyright 2014-2017 The Apache Software Foundation @@ -2561,11 +2421,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-asn1-1.0.1 +org.apache.kerby.kerby-asn1 -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-asn1-1.0.1.jar - Kerby ASN1 Project Copyright 2014-2017 The Apache Software Foundation @@ -2573,11 +2431,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -commons-io.commons-io-2.16.1 +commons-io.commons-io -------------------------------------------------------------------------------- -Bundled jars: commons-io.commons-io-2.16.1.jar - Apache Commons IO Copyright 2002-2024 The Apache Software Foundation @@ -2585,11 +2441,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-pkix-1.0.1 +org.apache.kerby.kerby-pkix -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-pkix-1.0.1.jar - Kerby PKIX Project Copyright 2014-2017 The Apache Software Foundation @@ -2597,11 +2451,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerb-identity-1.0.1 +org.apache.kerby.kerb-identity -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-identity-1.0.1.jar - Kerby-kerb Identity Copyright 2014-2017 The Apache Software Foundation @@ -2609,11 +2461,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1 +com.fasterxml.jackson.module.jackson-module-blackbird -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.jackson.module.jackson-module-blackbird-2.16.1.jar - # Jackson JSON processor Jackson is a high-performance, Free/Open Source JSON processing library. @@ -2637,11 +2487,9 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. -------------------------------------------------------------------------------- -org.apache.zookeeper.zookeeper-jute-3.5.6 +org.apache.zookeeper.zookeeper-jute -------------------------------------------------------------------------------- -Bundled jars: org.apache.zookeeper.zookeeper-jute-3.5.6.jar - Apache ZooKeeper - Jute Copyright 2008-2019 The Apache Software Foundation @@ -2649,11 +2497,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpcore-nio-4.4.13 +org.apache.httpcomponents.httpcore-nio -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpcore-nio-4.4.13.jar - Apache HttpCore NIO Copyright 2005-2020 The Apache Software Foundation @@ -2661,11 +2507,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.kerby.kerby-util-1.0.1 +org.apache.kerby.kerby-util -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerby-util-1.0.1.jar - Kerby Util Copyright 2014-2017 The Apache Software Foundation @@ -2673,11 +2517,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-lang3-3.16.0 +org.apache.commons.commons-lang3 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-lang3-3.16.0.jar - Apache Commons Lang Copyright 2001-2024 The Apache Software Foundation @@ -2685,11 +2527,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-configuration2-2.1.1 +org.apache.commons.commons-configuration2 -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-configuration2-2.1.1.jar - Apache Commons Configuration Copyright 2001-2017 The Apache Software Foundation @@ -2697,11 +2537,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -com.google.inject.guice-4.0 +com.google.inject.guice -------------------------------------------------------------------------------- -Bundled jars: com.google.inject.guice-4.0.jar - Google Guice - Core Library Copyright 2006-2015 Google, Inc. @@ -2712,11 +2550,9 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -software.amazon.awssdk.third-party-jackson-core-2.29.51 +software.amazon.awssdk.third-party-jackson-core -------------------------------------------------------------------------------- -Bundled jars: software.amazon.awssdk.third-party-jackson-core-2.29.51.jar - AWS SDK for Java 2.0 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. @@ -2813,11 +2649,9 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -com.fasterxml.classmate-1.7.0 +com.fasterxml.classmate -------------------------------------------------------------------------------- -Bundled jars: com.fasterxml.classmate-1.7.0.jar - Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) Other developers who have contributed code are: @@ -2829,11 +2663,9 @@ Other developers who have contributed code are: Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -------------------------------------------------------------------------------- -org.glassfish.jersey.core.jersey-common-3.0.12 +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -Bundled jars: org.glassfish.jersey.core.jersey-common-3.0.12.jar - # Notice for Jersey Core Common module This content is produced and maintained by the Eclipse Jersey project. @@ -2994,11 +2826,9 @@ W3.org documents * Copyright: Copyright (c) 1994-2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ -------------------------------------------------------------------------------- -jakarta.annotation.jakarta.annotation-api-2.1.1 +jakarta.annotation.jakarta.annotation-api -------------------------------------------------------------------------------- -Bundled jars: jakarta.annotation.jakarta.annotation-api-2.1.1.jar - # Notices for Jakarta Annotations This content is produced and maintained by the Jakarta Annotations project. @@ -3039,11 +2869,9 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -org.apache.kerby.kerb-common-1.0.1 +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -Bundled jars: org.apache.kerby.kerb-common-1.0.1.jar - Kerby-kerb Common Copyright 2014-2017 The Apache Software Foundation @@ -3051,11 +2879,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.arrow.flight-core-15.0.2 +org.apache.arrow.flight-core -------------------------------------------------------------------------------- -Bundled jars: org.apache.arrow.flight-core-15.0.2.jar - Arrow Flight Core Copyright 2024 The Apache Software Foundation @@ -3063,11 +2889,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.iceberg.iceberg-bundled-guava-1.7.1 +com.google.guava.guava -------------------------------------------------------------------------------- -Bundled jars: org.apache.iceberg.iceberg-bundled-guava-1.7.1.jar - Apache Iceberg Copyright 2017-2024 The Apache Software Foundation @@ -3075,11 +2899,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -org.apache.commons.commons-text-1.11.0 +org.apache.commons.commons-text -------------------------------------------------------------------------------- -Bundled jars: org.apache.commons.commons-text-1.11.0.jar - Apache Commons Text Copyright 2014-2023 The Apache Software Foundation @@ -3087,11 +2909,9 @@ This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -------------------------------------------------------------------------------- -commons-net.commons-net-3.6 +commons-net.commons-net -------------------------------------------------------------------------------- -Bundled jars: commons-net.commons-net-3.6.jar - Apache Commons Net Copyright 2001-2017 The Apache Software Foundation @@ -3099,11 +2919,9 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -io.netty.netty-3.10.6.Final +io.netty.netty -------------------------------------------------------------------------------- -Bundled jars: io.netty.netty-3.10.6.Final.jar - The Netty Project ================= @@ -3221,11 +3039,9 @@ framework implementation, which can be obtained at: * http://felix.apache.org/ -------------------------------------------------------------------------------- -org.apache.httpcomponents.httpmime-4.5.13 +org.apache.httpcomponents.httpmime -------------------------------------------------------------------------------- -Bundled jars: org.apache.httpcomponents.httpmime-4.5.13.jar - Apache HttpClient Mime Copyright 1999-2020 The Apache Software Foundation From df729a91779d64c50bd8e061c5b9ad926762c7db Mon Sep 17 00:00:00 2001 From: Bob Bai Date: Sun, 7 Jun 2026 01:08:03 -0700 Subject: [PATCH 3/3] chore(licensing): address review feedback on NOTICE-binary tooling - build.yml: fold each module's NOTICE-binary drift-check into the adjacent LICENSE-binary check step (a single "check binary LICENSE + NOTICE" step for amber and for each platform service) rather than a separate step. - generate_notice_binary.py: parse zip-internal entry paths with PurePosixPath instead of ad-hoc string splitting (zip entry names are always POSIX, so this is the correct and portable way), addressing the Windows-portability note. - Add bin/licensing/test_generate_notice_binary.py: stdlib unittest covering version stripping, artifact-label resolution (pom.properties + filename fallback), NOTICE extraction / CRLF normalization, clustering and heading, and an end-to-end CLI run. Auto-discovered by the existing licensing-test CI step, mirroring test_check_binary_deps.py. - amber/NOTICE-binary-python: replace the vague aiohttp note with the exact MIT license + copyright (Copyright (c) 2018 Fedor Indutny) of the vendored llhttp parser, taken verbatim from the wheel's licenses/vendor/llhttp/LICENSE, and regenerate amber/NOTICE-binary. --- .github/workflows/build.yml | 59 ++--- amber/NOTICE-binary | 34 ++- amber/NOTICE-binary-python | 34 ++- bin/licensing/generate_notice_binary.py | 20 +- bin/licensing/test_generate_notice_binary.py | 257 +++++++++++++++++++ 5 files changed, 349 insertions(+), 55 deletions(-) create mode 100644 bin/licensing/test_generate_notice_binary.py diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af7edf484cb..3c019ccabc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -229,12 +229,17 @@ jobs: sbt scalafmtCheckAll \ "scalafixAll --check" \ WorkflowExecutionService/dist - - name: Unzip amber dist and check binary licenses - # Per-module LICENSE-binary files live at the repo root after #4668; - # the amber JVM dist is checked against amber/LICENSE-binary-java. - # The audit always runs (mirroring the previous 'if: always()' on its - # own step) and never fails the step; the binding check's exit code - # drives it. + - name: Unzip amber dist and check binary LICENSE + NOTICE + # Per-module LICENSE-binary files live at the repo root after #4668. + # One step covers the amber dist's third-party content end to end: + # * LICENSE-binary-java — check bundled jars against the claimed + # licenses (audit always runs and never fails the step); + # * NOTICE-binary — regenerate from the same unzipped lib dir + # via generate_notice_binary.py (plus amber/NOTICE-binary-python for + # the non-jar python attributions) and diff against the committed + # file. Drift means a dep changed without rerunning the generator — + # fix by running: + # ./bin/licensing/generate_notice_binary.py amber/NOTICE-binary /tmp/dists/amber-*/lib --extras amber/NOTICE-binary-python run: | set -euo pipefail mkdir -p /tmp/dists @@ -245,22 +250,13 @@ jobs: --license-binary amber/LICENSE-binary-java \ /tmp/dists/amber-*/lib || check_exit=$? ./bin/licensing/audit_jar_licenses.py /tmp/dists/amber-*/lib || true - exit "$check_exit" - - name: Verify amber NOTICE-binary matches generator output - # amber/NOTICE-binary is generated from the bundled jars' META-INF/NOTICE - # content via bin/licensing/generate_notice_binary.py, plus - # amber/NOTICE-binary-python for the python-only (non-jar) attributions. - # Regenerate against the amber dist lib dir unzipped by the step above - # and diff against the committed file. Drift means a dep was added, - # removed, or bumped without rerunning the generator — fix by running: - # ./bin/licensing/generate_notice_binary.py amber/NOTICE-binary /tmp/dists/amber-*/lib --extras amber/NOTICE-binary-python - run: | - set -euo pipefail + ./bin/licensing/generate_notice_binary.py /tmp/notice-amber.txt /tmp/dists/amber-*/lib --extras amber/NOTICE-binary-python if ! diff -u amber/NOTICE-binary /tmp/notice-amber.txt; then echo "::error::amber/NOTICE-binary differs from generator output. Regenerate with bin/licensing/generate_notice_binary.py and commit." - exit 1 + check_exit=1 fi + exit "$check_exit" - name: Create texera_db_for_test_cases run: psql -h localhost -U postgres -v DB_NAME=texera_db_for_test_cases -f sql/texera_ddl.sql env: @@ -604,9 +600,16 @@ jobs: # Single sbt invocation so dist + test share compiled state. Use # `jacoco` so the codecov upload step has a report to pick up. run: sbt "${{ matrix.sbt_project }}/dist" "${{ matrix.sbt_project }}/jacoco" - - name: Unzip ${{ matrix.service }} dist and check binary licenses - # Each platform service has its own LICENSE-binary at the repo root - # after #4668; check this service's dist against just its own file. + - name: Unzip ${{ matrix.service }} dist and check binary LICENSE + NOTICE + # Each platform service has its own LICENSE-binary / NOTICE-binary at + # the repo root after #4668. One step covers both for this service's + # dist: + # * LICENSE-binary — check bundled jars against the claimed licenses + # (audit always runs and never fails the step); + # * NOTICE-binary — regenerate from the same unzipped lib dir via + # generate_notice_binary.py and diff against the committed file. + # Drift means a dep changed without rerunning the generator — fix: + # ./bin/licensing/generate_notice_binary.py ${{ matrix.service }}/NOTICE-binary /tmp/dists/${{ matrix.service }}-*/lib run: | set -euo pipefail mkdir -p /tmp/dists @@ -617,21 +620,13 @@ jobs: --license-binary ${{ matrix.service }}/LICENSE-binary \ /tmp/dists/${{ matrix.service }}-*/lib || check_exit=$? ./bin/licensing/audit_jar_licenses.py /tmp/dists/${{ matrix.service }}-*/lib || true - exit "$check_exit" - - name: Verify ${{ matrix.service }} NOTICE-binary matches generator output - # Each service's NOTICE-binary is generated from its bundled jars' - # META-INF/NOTICE content via bin/licensing/generate_notice_binary.py. - # Regenerate against the dist lib dir unzipped by the step above and - # diff against the committed file. Drift means a dep was added, removed, - # or bumped without rerunning the generator — fix by running: - # ./bin/licensing/generate_notice_binary.py ${{ matrix.service }}/NOTICE-binary /tmp/dists/${{ matrix.service }}-*/lib - run: | - set -euo pipefail + ./bin/licensing/generate_notice_binary.py /tmp/notice-${{ matrix.service }}.txt /tmp/dists/${{ matrix.service }}-*/lib if ! diff -u ${{ matrix.service }}/NOTICE-binary /tmp/notice-${{ matrix.service }}.txt; then echo "::error::${{ matrix.service }}/NOTICE-binary differs from generator output. Regenerate with bin/licensing/generate_notice_binary.py and commit." - exit 1 + check_exit=1 fi + exit "$check_exit" - name: Upload ${{ matrix.service }} coverage to Codecov # Per-service flag so each matrix entry has its own Codecov view # rather than being merged into one umbrella `platform` flag. diff --git a/amber/NOTICE-binary b/amber/NOTICE-binary index 5f6c1552263..9ed8b8d57f6 100644 --- a/amber/NOTICE-binary +++ b/amber/NOTICE-binary @@ -2454,18 +2454,36 @@ This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -aiohttp (vendored MIT-licensed C parser code) +llhttp (vendored in the aiohttp wheel) -------------------------------------------------------------------------------- -The aiohttp wheel is primarily Apache-2.0 but bundles a small amount of -MIT-licensed C code used for HTTP parsing. The MIT attribution required -for redistribution of that code is: +The aiohttp wheel (Apache-2.0) bundles the llhttp HTTP parser as a compiled +C extension (aiohttp/_http_parser). llhttp is MIT-licensed; its license and +copyright, reproduced verbatim from the wheel's licenses/vendor/llhttp/LICENSE, +are: - Copyright (c) the aiohttp contributors and upstream authors of the - vendored parser source. Distributed under the MIT License. +MIT License -Consumers of the aiohttp wheel must preserve that MIT copyright notice in -any downstream redistribution of the parser source or object code. +Copyright © 2018 Fedor Indutny + +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. -------------------------------------------------------------------------------- Matplotlib diff --git a/amber/NOTICE-binary-python b/amber/NOTICE-binary-python index 08750dcd924..428a4ea9a48 100644 --- a/amber/NOTICE-binary-python +++ b/amber/NOTICE-binary-python @@ -1,16 +1,34 @@ -------------------------------------------------------------------------------- -aiohttp (vendored MIT-licensed C parser code) +llhttp (vendored in the aiohttp wheel) -------------------------------------------------------------------------------- -The aiohttp wheel is primarily Apache-2.0 but bundles a small amount of -MIT-licensed C code used for HTTP parsing. The MIT attribution required -for redistribution of that code is: +The aiohttp wheel (Apache-2.0) bundles the llhttp HTTP parser as a compiled +C extension (aiohttp/_http_parser). llhttp is MIT-licensed; its license and +copyright, reproduced verbatim from the wheel's licenses/vendor/llhttp/LICENSE, +are: - Copyright (c) the aiohttp contributors and upstream authors of the - vendored parser source. Distributed under the MIT License. +MIT License -Consumers of the aiohttp wheel must preserve that MIT copyright notice in -any downstream redistribution of the parser source or object code. +Copyright © 2018 Fedor Indutny + +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. -------------------------------------------------------------------------------- Matplotlib diff --git a/bin/licensing/generate_notice_binary.py b/bin/licensing/generate_notice_binary.py index 673d372f64e..ac2be52b062 100755 --- a/bin/licensing/generate_notice_binary.py +++ b/bin/licensing/generate_notice_binary.py @@ -47,7 +47,7 @@ import sys import zipfile from collections import defaultdict -from pathlib import Path +from pathlib import Path, PurePosixPath SEP = "-" * 80 @@ -56,9 +56,14 @@ NOTICE_NAMES_TOPLEVEL = {"notice", "notice.txt", "notice.md"} -def is_notice_entry(parts: list[str]) -> bool: - """Return True if the zip entry path is a NOTICE-style file we want to - pick up. Mirrors audit_jar_licenses.py's classifier (notice side).""" +def is_notice_entry(entry_name: str) -> bool: + """Return True if the zip entry is a NOTICE-style file we want to pick up. + Mirrors audit_jar_licenses.py's classifier (notice side). ZIP entry names + are always POSIX ('/'-separated) regardless of host OS, so PurePosixPath + parses them portably.""" + parts = PurePosixPath(entry_name).parts + if not parts: + return False if len(parts) == 1: return parts[0].lower() in NOTICE_NAMES_TOPLEVEL if parts[0].upper() != "META-INF": @@ -74,7 +79,7 @@ def extract_notice_blob(jar_path: Path) -> str | None: try: with zipfile.ZipFile(jar_path) as zf: for name in zf.namelist(): - if is_notice_entry(name.split("/")): + if is_notice_entry(name): try: raw = zf.read(name).decode("utf-8", errors="replace") except Exception: @@ -118,8 +123,9 @@ def artifact_label(jar_path: Path) -> str: with zipfile.ZipFile(jar_path) as zf: fallback = None for entry in zf.namelist(): - if not (entry.startswith("META-INF/maven/") - and entry.endswith("/pom.properties")): + ep = PurePosixPath(entry) + if not (ep.name == "pom.properties" + and ep.parts[:2] == ("META-INF", "maven")): continue props: dict[str, str] = {} for line in zf.read(entry).decode("utf-8", "replace").splitlines(): diff --git a/bin/licensing/test_generate_notice_binary.py b/bin/licensing/test_generate_notice_binary.py new file mode 100644 index 00000000000..9fdd59b893b --- /dev/null +++ b/bin/licensing/test_generate_notice_binary.py @@ -0,0 +1,257 @@ +#!/usr/bin/env python3 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +"""Unit tests for generate_notice_binary. + +Run via: + python3 -m unittest bin.licensing.test_generate_notice_binary +or (as CI does): + python3 -m unittest discover -s bin/licensing -p "test_*.py" + +Stdlib only — no pytest, no project deps — so it runs in any CI job that has +Python set up. Synthetic jars are built in temp dirs with zipfile. +""" +from __future__ import annotations + +import subprocess +import sys +import tempfile +import unittest +import zipfile +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) +import generate_notice_binary as gnb # noqa: E402 + + +def make_jar( + path: Path, + *, + notice: str | None = None, + group: str | None = None, + artifact: str | None = None, + version: str | None = None, + extra: dict[str, str] | None = None, +) -> Path: + """Write a minimal jar (zip) with an optional META-INF/NOTICE and an + optional Maven pom.properties.""" + with zipfile.ZipFile(path, "w") as zf: + zf.writestr("a/b/C.class", "") # some payload + if notice is not None: + zf.writestr("META-INF/NOTICE", notice) + if group and artifact and version: + zf.writestr( + f"META-INF/maven/{group}/{artifact}/pom.properties", + f"#Generated by Maven\ngroupId={group}\nartifactId={artifact}\nversion={version}\n", + ) + for name, content in (extra or {}).items(): + zf.writestr(name, content) + return path + + +# --- pure-function tests --------------------------------------------------- + + +class StripVersionFromFilename(unittest.TestCase): + def test_plain_dotted_version(self): + self.assertEqual( + gnb._strip_version_from_filename("org.apache.lucene.lucene-memory-8.7.0.jar"), + "org.apache.lucene.lucene-memory", + ) + + def test_hyphenated_qualifier(self): + # guava ships as -33.0.0-jre.jar — the -jre qualifier is part + # of the version and must be stripped too. + self.assertEqual( + gnb._strip_version_from_filename("com.google.guava.guava-33.0.0-jre.jar"), + "com.google.guava.guava", + ) + + def test_dotted_qualifier(self): + self.assertEqual( + gnb._strip_version_from_filename( + "org.eclipse.jetty.websocket.websocket-api-9.4.40.v20210413.jar" + ), + "org.eclipse.jetty.websocket.websocket-api", + ) + + def test_digit_in_artifact_name(self): + # 'jdk8' must not be mistaken for a version start. + self.assertEqual( + gnb._strip_version_from_filename( + "com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.16.1.jar" + ), + "com.fasterxml.jackson.datatype.jackson-datatype-jdk8", + ) + + def test_no_version_just_drops_jar(self): + self.assertEqual(gnb._strip_version_from_filename("foo.jar"), "foo") + + +class ArtifactLabel(unittest.TestCase): + def test_prefers_pom_properties(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar( + Path(d) / "org.example.widget-9.9.9.jar", + notice="x", + group="org.example", + artifact="widget", + version="9.9.9", + ) + self.assertEqual(gnb.artifact_label(jar), "org.example.widget") + + def test_cross_versioned_scala_artifact(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar( + Path(d) / "org.scalatest.scalatest_2.13-3.2.17.jar", + notice="x", + group="org.scalatest", + artifact="scalatest_2.13", + version="3.2.17", + ) + self.assertEqual(gnb.artifact_label(jar), "org.scalatest.scalatest_2.13") + + def test_falls_back_to_filename_without_pom(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar(Path(d) / "com.google.guava.guava-33.0.0-jre.jar", notice="x") + self.assertEqual(gnb.artifact_label(jar), "com.google.guava.guava") + + def test_label_never_contains_version(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar( + Path(d) / "org.example.thing-1.2.3.jar", + notice="x", + group="org.example", + artifact="thing", + version="1.2.3", + ) + self.assertNotIn("1.2.3", gnb.artifact_label(jar)) + + +class IsNoticeEntry(unittest.TestCase): + def test_classification(self): + self.assertTrue(gnb.is_notice_entry("NOTICE")) + self.assertTrue(gnb.is_notice_entry("notice.txt")) + self.assertTrue(gnb.is_notice_entry("META-INF/NOTICE")) + self.assertTrue(gnb.is_notice_entry("META-INF/NOTICE.md")) + self.assertFalse(gnb.is_notice_entry("LICENSE")) + self.assertFalse(gnb.is_notice_entry("META-INF/DEPENDENCIES")) + self.assertFalse(gnb.is_notice_entry("META-INF/maven/g/a/pom.properties")) + self.assertFalse(gnb.is_notice_entry("com/foo/Notice.class")) + + +class ExtractNoticeBlob(unittest.TestCase): + def test_extracts_and_normalizes_crlf(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar(Path(d) / "x.jar", notice="hello\r\nworld\r\n") + self.assertEqual(gnb.extract_notice_blob(jar), "hello\nworld") + + def test_no_notice_returns_none(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar(Path(d) / "x.jar") # no notice + self.assertIsNone(gnb.extract_notice_blob(jar)) + + def test_empty_notice_returns_none(self): + with tempfile.TemporaryDirectory() as d: + jar = make_jar(Path(d) / "x.jar", notice=" \n ") + self.assertIsNone(gnb.extract_notice_blob(jar)) + + +class ProjectNameForCluster(unittest.TestCase): + def test_single(self): + self.assertEqual(gnb.project_name_for_cluster(["org.example.widget"]), "org.example.widget") + + def test_common_prefix(self): + self.assertEqual( + gnb.project_name_for_cluster( + ["org.apache.lucene.lucene-core", "org.apache.lucene.lucene-memory"] + ), + "org.apache.lucene", + ) + + def test_dedups_repeated_labels(self): + self.assertEqual(gnb.project_name_for_cluster(["a.b", "a.b"]), "a.b") + + +class EmitBlock(unittest.TestCase): + def test_no_bundled_jars_line_and_has_heading(self): + block = gnb.emit_block("org.example.widget", "the notice text") + self.assertIn("org.example.widget", block) + self.assertIn("the notice text", block) + self.assertNotIn("Bundled jars", block) + # Version-less heading is sandwiched between two separators. + self.assertIn(gnb.SEP + "\norg.example.widget\n" + gnb.SEP, block) + + +# --- end-to-end CLI test --------------------------------------------------- + + +class EndToEndCli(unittest.TestCase): + def _run(self, out: Path, libdir: Path, notice: Path, extras: Path | None = None): + cmd = [sys.executable, str(Path(gnb.__file__)), str(out), str(libdir), + "--project-notice", str(notice)] + if extras: + cmd += ["--extras", str(extras)] + subprocess.run(cmd, check=True, capture_output=True, text=True) + return out.read_text() + + def test_deterministic_versionless_output(self): + with tempfile.TemporaryDirectory() as d: + d = Path(d) + lib = d / "lib" + lib.mkdir() + # two jars sharing nothing; one with a pom, one without. + make_jar(lib / "org.example.alpha-1.0.0.jar", notice="Alpha NOTICE", + group="org.example", artifact="alpha", version="1.0.0") + make_jar(lib / "com.example.beta-2.5.0.jar", notice="Beta NOTICE") + # a texera-own jar must be skipped entirely. + make_jar(lib / "org.apache.texera.dao-9.9.9.jar", notice="should be skipped") + notice = d / "NOTICE" + notice.write_text("Apache Texera (Incubating)\nCopyright 2025\n") + + out = d / "out.txt" + text1 = self._run(out, lib, notice) + text2 = self._run(out, lib, notice) + + self.assertEqual(text1, text2) # deterministic + self.assertTrue(text1.startswith("Apache Texera (Incubating)")) + self.assertIn("org.example.alpha", text1) # version-less heading + self.assertIn("com.example.beta", text1) + self.assertIn("Alpha NOTICE", text1) + self.assertNotIn("Bundled jars", text1) + self.assertNotIn("1.0.0", text1) # no versions leak in + self.assertNotIn("should be skipped", text1) # texera jar skipped + + def test_extras_are_appended(self): + with tempfile.TemporaryDirectory() as d: + d = Path(d) + lib = d / "lib" + lib.mkdir() + make_jar(lib / "org.example.alpha-1.0.0.jar", notice="Alpha NOTICE", + group="org.example", artifact="alpha", version="1.0.0") + notice = d / "NOTICE" + notice.write_text("Project NOTICE\n") + extras = d / "extras.txt" + extras.write_text("EXTRA PYTHON ATTRIBUTION BLOCK\n") + + text = self._run(d / "out.txt", lib, notice, extras=extras) + self.assertIn("EXTRA PYTHON ATTRIBUTION BLOCK", text) + + +if __name__ == "__main__": + unittest.main()