diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c92986628a..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,6 +250,12 @@ jobs: --license-binary amber/LICENSE-binary-java \ /tmp/dists/amber-*/lib || check_exit=$? ./bin/licensing/audit_jar_licenses.py /tmp/dists/amber-*/lib || true + + ./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." + 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 @@ -589,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 @@ -602,6 +620,12 @@ 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 + + ./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." + 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 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..f5b737219f1 100644 --- a/access-control-service/NOTICE-binary +++ b/access-control-service/NOTICE-binary @@ -1,279 +1,11 @@ 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 --------------------------------------------------------------------------------- - -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 +org.eclipse.jetty -------------------------------------------------------------------------------- Notices for Eclipse Jetty @@ -371,27 +103,7 @@ for non-commercial or commercial purposes and without fee is granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -R2DBC SPI --------------------------------------------------------------------------------- - -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) +org.glassfish.jersey -------------------------------------------------------------------------------- # Notice for Jersey @@ -509,16 +221,18 @@ 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. +# Notices for Eclipse GlassFish -* https://projects.eclipse.org/projects/ee4j.jersey +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 +253,69 @@ 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +# 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,101 +336,255 @@ 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 +-------------------------------------------------------------------------------- -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 +# Notices for Jakarta Activation -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 content is produced and maintained by Jakarta Activation project. -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +* Project home: https://projects.eclipse.org/projects/ee4j.jaf -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +## 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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: -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 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module +# 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 @@ -710,16 +615,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,7 +743,7 @@ 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 -------------------------------------------------------------------------------- # Notice for Jersey Bean Validation module @@ -876,6 +783,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 +899,44 @@ 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 -------------------------------------------------------------------------------- -# 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 +# 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 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet - -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,47 +944,34 @@ 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 -------------------------------------------------------------------------------- [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " @@ -1195,7 +1053,7 @@ 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 -------------------------------------------------------------------------------- # Notices for Jakarta RESTful Web Services @@ -1260,156 +1118,102 @@ 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) --------------------------------------------------------------------------------- - -# 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. - --------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -# 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 - -Jakarta Annotations is a trademark of the Eclipse Foundation. - -## Declared Project Licenses +Reactive Relational Database Connectivity -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 2017-2021 the original author or authors. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +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 -## Source Code + https://www.apache.org/licenses/LICENSE-2.0 -The project maintains the following source code repositories: +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. - * https://github.com/eclipse-ee4j/common-annotations-api +-------------------------------------------------------------------------------- +com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider +-------------------------------------------------------------------------------- -## Third-party Content +# Jackson JSON processor -## Cryptography +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. -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 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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). -# Notices for Jakarta Annotations +## Credits -This content is produced and maintained by the Jakarta Annotations project. +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. -* Project home: https://projects.eclipse.org/projects/ee4j.ca +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird +-------------------------------------------------------------------------------- -## Trademarks +# Jackson JSON processor -Jakarta Annotations™ 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, as well as supported +commercially by FasterXML.com. -## Copyright +## 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 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 -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. +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-only with Classpath-exception-2.0 +-------------------------------------------------------------------------------- +com.fasterxml.classmate +-------------------------------------------------------------------------------- -## Source Code +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -The project maintains the following source code repositories: +Other developers who have contributed code are: -* https://github.com/jakartaee/common-annotations-api +* 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 Inject API (jakarta.inject-api 2.0.1) +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -# Notices for Eclipse Jakarta Dependency Injection +# 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 Eclipse Jakarta Dependency Injection project. -* Project home: https://projects.eclipse.org/projects/cdi.batch +* 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,38 +1224,40 @@ 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 - -None +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors --------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) --------------------------------------------------------------------------------- +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/ -# Notices for Eclipse Project for JAF +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. -This content is produced and maintained by the Eclipse Project for JAF project. +* Project home: https://projects.eclipse.org/projects/ee4j.jersey -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1462,85 +1268,152 @@ 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. +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/jersey ## Third-party Content -This project leverages the following third party content. - -JUnit (4.12) - -* License: Eclipse Public License +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 Activation +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 Jakarta Activation 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.jaf +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -## Copyright +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -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.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -## Declared Project Licenses +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 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 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. -SPDX-License-Identifier: BSD-3-Clause +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -## Source Code +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 -The project maintains the following source code repositories: +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/ -* https://github.com/eclipse-ee4j/jaf +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 -## Third-party Content +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. -This project leverages the following third party content. +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. -JUnit (4.12) +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. -* License: Eclipse Public License +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 +-------------------------------------------------------------------------------- -# 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 + +## 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.commons.commons-text +-------------------------------------------------------------------------------- + +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation + +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..9ed8b8d57f6 100644 --- a/amber/NOTICE-binary +++ b/amber/NOTICE-binary @@ -1,158 +1,219 @@ 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. +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -Export Control Notice ---------------------- +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/). -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. +-------------------------------------------------------------------------------- +org.eclipse.jetty +-------------------------------------------------------------------------------- -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. +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -The following provides more details on the included cryptographic software: +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. - This software uses the SSL libraries from the Jetty project written - by mortbay.org. +Jetty is dual licensed under both - Hadoop Yarn Server Web Proxy uses the BouncyCastle Java cryptography - APIs written by the Legion of the Bouncy Castle Inc. + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html --------------------------------------------------------------------------------- -Apache Lucene --------------------------------------------------------------------------------- + and -Apache Lucene -Copyright 2001-2021 The Apache Software Foundation + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html -Includes software from other Apache Software Foundation projects, -including, but not limited to Apache Ant, Apache Jakarta Regexp, -Apache Commons, and Apache Xerces. +Jetty may be distributed under either license. -ICU4J (under analysis/icu) is licensed under an MIT-style license and -Copyright (c) 1995-2008 International Business Machines Corporation and -others. +------ +Eclipse -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. +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is -BSD-licensed, created by Anders Moller. See http://www.brics.dk/automaton/ +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -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 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 CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -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. +------ +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 + + +------ +OW2 -This product includes code (JaspellTernarySearchTrie) from Java Spelling -Checking Package (jaspell): http://jaspell.sourceforge.net/ (BSD License). +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -The snowball stemmers (in analysis/common/src/java/net/sf/snowball) were -developed by Martin Porter and Richard Boulton. +org.ow2.asm:asm-commons +org.ow2.asm:asm -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. -Arabic, Persian, Romanian, Bulgarian, Hindi and Bengali analyzer stopword -lists are BSD-licensed and were created by Jacques Savoy. +------ +Apache -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 following artifacts are ASL2 licensed. -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. +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl -The Polish analyzer stopword list is BSD-licensed and was created by the -Carrot2 project. -The SmartChineseAnalyzer source code (smartcn) was provided by -Xiaoping Gao and copyright 2009 by www.imdict.net. +------ +MortBay -WordBreakTestUnicode_*.java is derived from Unicode data such as the -Unicode Character Database. +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 -------------------------------------------------------------------------------- Apache Pekko Copyright 2022-2025 The Apache Software Foundation -This product contains significant parts that were originally based on -software from Lightbend (Akka ). -Copyright (C) 2009-2022 Lightbend Inc. +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -Apache Pekko is derived from Akka 2.6.x, the last version that was -distributed under the Apache License, Version 2.0. +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. -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. +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. - Scala - Copyright (c) 2002-2023 EPFL - Copyright (c) 2011-2023 Lightbend, Inc. +-------------------------------------------------------------------------------- +org.apache.hadoop +-------------------------------------------------------------------------------- - 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 -------------------------------------------------------------------------------- Apache Iceberg @@ -180,266 +241,648 @@ 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 +-------------------------------------------------------------------------------- + +The Netty Project + ================= - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +Please visit the Netty web site for more information: - Apache Commons BeanUtils - Copyright 2000-2019 The Apache Software Foundation + * http://netty.io/ - Apache Commons CLI - Copyright 2001-2022 The Apache Software Foundation +Copyright 2016 The Netty Project - Apache Commons Codec - Copyright 2002-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 Collections (3.x and 4.x) - Copyright 2001-2024 The Apache Software Foundation + http://www.apache.org/licenses/LICENSE-2.0 - Apache Commons Compress - Copyright 2002-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. + +------------------------------------------------------------------------------- +This product contains a forked and modified version of Tomcat Native - Apache Commons Configuration - Copyright 2001-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 IO - Copyright 2002-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 JCS - Copyright 2002-2024 The Apache Software Foundation + * LICENSE: + * license/LICENSE.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper - Apache Commons Lang (2.x and 3.x) - Copyright 2001-2024 The Apache Software Foundation +This product contains small piece of code to support AIX, taken from netbsd. - Apache Commons Logging - Copyright 2003-2014 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 Math - Copyright 2001-2016 The Apache Software Foundation - Apache Commons Net - Copyright 2001-2023 The Apache Software Foundation +This product contains code from boringssl. - Apache Commons Pool - Copyright 2001-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 Commons Text - Copyright 2014-2024 The Apache Software Foundation +-------------------------------------------------------------------------------- +org.apache.lucene +-------------------------------------------------------------------------------- - Apache Commons VFS - Copyright 2002-2024 The Apache Software Foundation +Apache Lucene +Copyright 2001-2020 The Apache Software Foundation - Apache Curator - Copyright 2011-2024 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - 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 +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces - Apache Iceberg - Copyright 2017-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 Kerby (kerb-* and kerby-* subprojects) - Copyright 2014-2017 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 Maven (many subprojects including wagon-*) - Copyright 2001-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 ORC - Copyright 2013-2024 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/ - Apache Yetus - Copyright 2015-2023 The Apache Software Foundation +The class org.apache.lucene.util.WeakIdentityMap was derived from +the Apache CXF project and is Apache License 2.0. - Apache ZooKeeper - Copyright 2008-2024 The Apache Software Foundation +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) - Apache log4j 1.2 / reload4j - Copyright 2007 The Apache Software Foundation +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 -------------------------------------------------------------------------------- -Netty +ch.qos.reload4j.reload4j -------------------------------------------------------------------------------- -The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). +Apache log4j +Copyright 2007 The Apache Software Foundation -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). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. +-------------------------------------------------------------------------------- +org.apache.lucene +-------------------------------------------------------------------------------- -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). +Apache Lucene +Copyright 2001-2021 The Apache Software Foundation -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -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). +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces --------------------------------------------------------------------------------- -Eclipse Jetty --------------------------------------------------------------------------------- +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +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. -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. +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/ -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.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 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 +# 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. +# 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. +# Jackson JSON processor -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 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). +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 -------------------------------------------------------------------------------- +// ------------------------------------------------------------------ +// 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) - -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. - Copyright (c) 1995-2006 International Business Machines Corporation and - others. All rights reserved. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - 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. +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework +-------------------------------------------------------------------------------- - 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 -------------------------------------------------------------------------------- -This product includes software developed by Joda.org (https://www.joda.org/). +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 -------------------------------------------------------------------------------- # Jackson JSON processor @@ -516,126 +959,333 @@ https://github.com/wrandelshofer/FastDoubleParser/blob/39e123b15b71f29a38a087d16 - as is required by that license.) -------------------------------------------------------------------------------- -Jackson modules and datatypes +org.apache.zookeeper.zookeeper -------------------------------------------------------------------------------- -# Jackson JSON processor +Apache ZooKeeper - Server +Copyright 2008-2019 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpasyncclient +-------------------------------------------------------------------------------- -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +Apache HttpAsyncClient +Copyright 2010-2021 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.kerby.kerb-util +-------------------------------------------------------------------------------- -## Credits +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation -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 product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +org.jasypt.jasypt +-------------------------------------------------------------------------------- -# Jackson JSON processor +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. -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. +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. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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. -# Jackson JSON processor +The following provides more details on the cryptographic software +used (note that this software is not included in the distribution): -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 PBE Encryption facilities require the Java Cryptography + extensions: http://java.sun.com/javase/technologies/security/. -## 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). +Distributions of this software may include software developed by +The Apache Software Foundation (http://www.apache.org/). -## 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. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +ICU License - ICU 1.8.1 and later -# Jackson JSON processor +COPYRIGHT AND PERMISSION NOTICE -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 (c) 1995-2006 International Business Machines +Corporation and others -## Copyright +All rights reserved. -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +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. -## Licensing +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 components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. +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. -## Credits +-------------------------------------------------------------------------------- +commons-codec.commons-codec +-------------------------------------------------------------------------------- -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 Commons Codec +Copyright 2002-2024 The Apache Software Foundation -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -# Jackson JSON processor +-------------------------------------------------------------------------------- +org.apache.pekko.pekko-actor_2.13 +-------------------------------------------------------------------------------- -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. +Apache Pekko +Copyright 2022-2025 The Apache Software Foundation -## Licensing +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -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). +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. -## Credits +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 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. +--------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -656,7 +1306,7 @@ 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 -------------------------------------------------------------------------------- Apache Parquet MR (Incubating) @@ -676,82 +1326,138 @@ its NOTICE file: This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-format +-------------------------------------------------------------------------------- -# Jackson JSON processor +Arrow Format +Copyright 2024 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Licensing +-------------------------------------------------------------------------------- +org.apache.commons.commons-vfs2 +-------------------------------------------------------------------------------- -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 Commons VFS Project +Copyright 2002-2021 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(-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.arrow.flight-grpc +-------------------------------------------------------------------------------- + +Arrow Flight GRPC +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -R2DBC SPI +org.apache.arrow.arrow-vector -------------------------------------------------------------------------------- -Reactive Relational Database Connectivity +Arrow Vectors +Copyright 2024 The Apache Software Foundation -Copyright 2017-2021 the original author or authors. +This product includes software developed at +The Apache Software Foundation (http://www.apache.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 +-------------------------------------------------------------------------------- +org.apache.commons.commons-collections4 +-------------------------------------------------------------------------------- - https://www.apache.org/licenses/LICENSE-2.0 +Apache Commons Collections +Copyright 2001-2018 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/). -------------------------------------------------------------------------------- -Joda-Convert +org.apache.httpcomponents.client5.httpclient5 -------------------------------------------------------------------------------- -Joda Convert -Copyright 2010-present Stephen Colebourne +Apache HttpClient +Copyright 1999-2021 The Apache Software Foundation -This product includes software developed by -Joda.org (https://www.joda.org/). +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto +-------------------------------------------------------------------------------- -Joda-Convert includes code from Google Guava, which is licensed as follows: +Kerby-kerb Crypto +Copyright 2014-2017 The Apache Software Foundation -Copyright (C) 2011 The Guava Authors +This product includes software developed at +The Apache Software Foundation (http://www.apache.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 +-------------------------------------------------------------------------------- +org.apache.commons.commons-text +-------------------------------------------------------------------------------- -https://www.apache.org/licenses/LICENSE-2.0 +Apache Commons Text +Copyright 2014-2018 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/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-core +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +Token provider +Copyright 2014-2017 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) +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +[//]: # " 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.jersey +* 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 @@ -762,114 +1468,85 @@ 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. + +Apache River (3.0.0) + +* License: Apache-2.0 AND BSD-3-Clause -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 +ASM 7 (n/a) -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: BSD-3-Clause +* Project: https://asm.ow2.io/ +* Source: + https://repository.ow2.org/nexus/#nexus-search;gav~org.ow2.asm~asm-commons~~~~kw,versionexpand -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 +JTHarness (5.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 +* 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/ -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +normalize.css (3.0.2) -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +* License: MIT -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +SigTest (n/a) -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: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +## Cryptography -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 +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. -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.kerby.kerb-simplekdc +-------------------------------------------------------------------------------- -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 +Kerb Simple Kdc +Copyright 2014-2017 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpcore +-------------------------------------------------------------------------------- -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 HttpCore +Copyright 2005-2022 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 +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -# Notice for Jersey Core Server module -This content is produced and maintained by the Eclipse Jersey project. +# Notices for Jakarta Activation -* https://projects.eclipse.org/projects/ee4j.jersey +This content is produced and maintained by Jakarta Activation project. -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +* Project home: https://projects.eclipse.org/projects/ee4j.jaf ## Copyright @@ -880,161 +1557,97 @@ 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. +This project leverages the following third party content. -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. +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 -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +-------------------------------------------------------------------------------- +commons-logging.commons-logging +-------------------------------------------------------------------------------- -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +Apache Commons Logging +Copyright 2003-2014 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.pekko.pekko-protobuf-v3_2.13 +-------------------------------------------------------------------------------- -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 Pekko +Copyright 2022-2025 The Apache Software 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 -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 - -## 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. - -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 +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 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. +Apache Pekko +Copyright 2022-2025 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. +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. -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 Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. -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.curator.curator-recipes +-------------------------------------------------------------------------------- -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 +Curator Recipes +Copyright 2011-2019 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +commons-pool.commons-pool +-------------------------------------------------------------------------------- -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 Pool +Copyright 2001-2012 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 by +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey Core Common +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +# Notices for Jakarta RESTful Web Services +This content is produced and maintained by the **Jakarta RESTful Web Services** +project. -* https://projects.eclipse.org/projects/ee4j.jersey +* 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 @@ -1055,148 +1668,107 @@ 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 -Google Guava Version 18.0 -* 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/ - -# 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 +-------------------------------------------------------------------------------- -## Third-party Content +Apache Avro +Copyright 2009-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. -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 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -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. +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty +-------------------------------------------------------------------------------- -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 +Arrow Memory - Netty +Copyright 2024 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 +-------------------------------------------------------------------------------- +org.apache.curator.curator-client +-------------------------------------------------------------------------------- -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +Curator Client +Copyright 2011-2019 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. +-------------------------------------------------------------------------------- +commons-collections.commons-collections +-------------------------------------------------------------------------------- -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +Apache Commons Collections +Copyright 2001-2015 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 by +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/ +-------------------------------------------------------------------------------- +io.r2dbc.r2dbc-spi +-------------------------------------------------------------------------------- -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 +Reactive Relational Database Connectivity -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. +Copyright 2017-2021 the original author or authors. -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +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 Bean Validation +jakarta.activation.jakarta.activation-api -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +# 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 @@ -1207,345 +1779,480 @@ 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 -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 +JUnit (4.12) -## Trademarks -Eclipse Jersey is a trademark of the Eclipse Foundation. +* License: Eclipse Public License -## Copyright +-------------------------------------------------------------------------------- +commons-cli.commons-cli +-------------------------------------------------------------------------------- -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 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Apache HttpComponents Core HTTP/2 +Copyright 2005-2021 The Apache Software Foundation -## Source Code -The project maintains the following source code repositories: +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.joda.joda-convert +-------------------------------------------------------------------------------- -* https://github.com/eclipse-ee4j/jersey +Joda Convert +Copyright 2010-present Stephen Colebourne -## Third-party Content +This product includes software developed by +Joda.org (https://www.joda.org/). -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 +Joda-Convert includes code from Google Guava, which is licensed as follows: -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. +Copyright (C) 2011 The Guava Authors -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 +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 -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +https://www.apache.org/licenses/LICENSE-2.0 -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +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. -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-server +-------------------------------------------------------------------------------- -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +Kerby-kerb Server +Copyright 2014-2017 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +-------------------------------------------------------------------------------- +org.apache.commons.commons-jcs3-core +-------------------------------------------------------------------------------- -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 Commons JCS :: Core +Copyright 2002-2023 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.httpclient +-------------------------------------------------------------------------------- -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 HttpClient +Copyright 1999-2022 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.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. +-------------------------------------------------------------------------------- +joda-time.joda-time +-------------------------------------------------------------------------------- -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 file corresponding to section 4d of the Apache License Version 2.0 = +============================================================================= +This product includes software developed by +Joda.org (https://www.joda.org/). -------------------------------------------------------------------------------- -Eclipse GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +com.google.inject.extensions.guice-servlet -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Google Guice - Extensions - Servlet +Copyright 2006-2015 Google, Inc. -This content is produced and maintained by the Eclipse GlassFish project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5 +-------------------------------------------------------------------------------- -## Trademarks +Apache HttpComponents Core HTTP/1.1 +Copyright 2005-2021 The Apache Software Foundation -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.commons.commons-compress +-------------------------------------------------------------------------------- -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 +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +ORC Shims +Copyright 2013-2024 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.pekko.pekko-remote_2.13 +-------------------------------------------------------------------------------- -* 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 +Apache Pekko +Copyright 2022-2025 The Apache Software Foundation -## Third-party Content +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -This project leverages the following third party content. +This product contains significant parts that were originally based on software from Lightbend (Akka ). +Copyright (C) 2009-2022 Lightbend Inc. -None +Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the +Apache License, Version 2.0 License. -## 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. +pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license. + +stream-lib +Copyright 2016 AddThis + +This product includes software developed by AddThis. -------------------------------------------------------------------------------- -Jakarta XML Binding API (jakarta.xml.bind-api 3.0.x) +org.apache.parquet.parquet-jackson -------------------------------------------------------------------------------- -[//]: # " 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 " +# Jackson JSON processor -# Notices for Jakarta XML Binding +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. -This content is produced and maintained by the Jakarta XML Binding -project. +## Licensing -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb +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. -## Trademarks +## Credits -Jakarta XML Binding is a trademark of the Eclipse Foundation. +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. -## Copyright +-------------------------------------------------------------------------------- +com.fasterxml.classmate +-------------------------------------------------------------------------------- -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. +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -## Declared Project Licenses +Other developers who have contributed code are: -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. +* Brian Langel -SPDX-License-Identifier: BSD-3-Clause +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-client +-------------------------------------------------------------------------------- -## Source Code +Kerby-kerb Client +Copyright 2014-2017 The Apache Software Foundation -The project maintains the following source code repositories: +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* https://github.com/eclipse-ee4j/jaxb-api -* https://github.com/eclipse-ee4j/jaxb-tck +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-xdr +-------------------------------------------------------------------------------- -## Third-party Content +Kerby XDR Project +Copyright 2014-2017 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/). -Apache River (3.0.0) +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-asn1 +-------------------------------------------------------------------------------- -* License: Apache-2.0 AND BSD-3-Clause +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation -ASM 7 (n/a) +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* 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 +-------------------------------------------------------------------------------- +commons-io.commons-io +-------------------------------------------------------------------------------- -JTHarness (5.0) +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation -* 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 product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -normalize.css (3.0.2) +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix +-------------------------------------------------------------------------------- -* License: MIT +Kerby PKIX Project +Copyright 2014-2017 The Apache Software Foundation -SigTest (n/a) +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-identity +-------------------------------------------------------------------------------- -## Cryptography +Kerby-kerb Identity +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/). -------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1) +com.fasterxml.jackson.module.jackson-module-afterburner -------------------------------------------------------------------------------- -# Notices for Jakarta Annotations +# Jackson JSON processor -This content is produced and maintained by the Jakarta Annotations project. +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. - * Project home: https://projects.eclipse.org/projects/ee4j.ca +## Licensing -## Trademarks +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). -Jakarta Annotations is a trademark of the Eclipse Foundation. +## Credits -## Declared Project Licenses +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. -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.zookeeper.zookeeper-jute +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Apache ZooKeeper - Jute +Copyright 2008-2019 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.httpcomponents.httpcore-nio +-------------------------------------------------------------------------------- - * https://github.com/eclipse-ee4j/common-annotations-api +Apache HttpCore NIO +Copyright 2005-2020 The Apache Software Foundation -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Cryptography +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util +-------------------------------------------------------------------------------- -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. +Kerby Util +Copyright 2014-2017 The Apache Software Foundation + +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.esotericsoftware.kryo5 -------------------------------------------------------------------------------- -# Notices for Jakarta RESTful Web Services +// ------------------------------------------------------------------ +// NOTICE file corresponding to the section 4d of The Apache License, +// Version 2.0, in this case for Objenesis +// ------------------------------------------------------------------ -This content is produced and maintained by the **Jakarta RESTful Web Services** -project. +Objenesis +Copyright 2006-2022 Joe Walnes, Henri Tremblay, Leonardo Mesquita -* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3 +-------------------------------------------------------------------------------- -## Trademarks +Apache Commons Lang +Copyright 2001-2024 The Apache Software Foundation -**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.commons.commons-configuration2 +-------------------------------------------------------------------------------- + +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.guice +-------------------------------------------------------------------------------- + +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core +-------------------------------------------------------------------------------- + +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/). + +# 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) + +## 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 © 2023 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. 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.annotation.jakarta.annotation-api +-------------------------------------------------------------------------------- + +# 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 + +Jakarta Annotations is a trademark of the Eclipse Foundation. ## Declared Project Licenses @@ -1563,25 +2270,10 @@ 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/jaxrs-api + * https://github.com/eclipse-ee4j/common-annotations-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 @@ -1592,103 +2284,214 @@ possession, or use, and re-export of encryption software, to see if this is permitted. -------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Kerby-kerb Common +Copyright 2014-2017 The Apache Software Foundation -This content is produced and maintained by the Eclipse Project for JAF project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +-------------------------------------------------------------------------------- +org.apache.arrow.flight-core +-------------------------------------------------------------------------------- -## Copyright +Arrow Flight Core +Copyright 2024 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.google.guava.guava +-------------------------------------------------------------------------------- -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 Iceberg +Copyright 2017-2024 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 +-------------------------------------------------------------------------------- +commons-net.commons-net +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +io.netty.netty +-------------------------------------------------------------------------------- -This project leverages the following third party content. +The Netty Project + ================= -JUnit (4.12) +Please visit the Netty web site for more information: -* License: Eclipse Public License + * http://netty.io/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Copyright 2011 The Netty Project -# Notices for Jakarta Activation +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 content is produced and maintained by Jakarta Activation project. +http://www.apache.org/licenses/LICENSE-2.0 -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +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. -## Copyright +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. -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 contains the extensions to Java Collections Framework which has +been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: -## Declared Project Licenses + * 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/ -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 contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -SPDX-License-Identifier: BSD-3-Clause + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -## Source Code +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -The project maintains the following source code repositories: + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -* https://github.com/eclipse-ee4j/jaf +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -## Third-party Content + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -This project leverages the following third party content. +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -JUnit (4.12) + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -* License: Eclipse Public License +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: -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -# Notices for Jakarta Activation +This product optionally depends on 'SLF4J', a simple logging facade for Java, +which can be obtained at: -This content is produced and maintained by Jakarta Activation project. + * LICENSE: + * license/LICENSE.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +This product optionally depends on 'Apache Commons Logging', a logging +framework, which can be obtained at: -## Copyright + * LICENSE: + * license/LICENSE.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -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 optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -## Declared Project Licenses + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ -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 optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: -SPDX-License-Identifier: BSD-3-Clause + * LICENSE: + * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) + * HOMEPAGE: + * http://anonsvn.jboss.org/repos/common/common-logging-spi/ -## Source Code +This product optionally depends on 'Apache Felix', an open source OSGi +framework implementation, which can be obtained at: -The project maintains the following source code repositories: + * LICENSE: + * license/LICENSE.felix.txt (Apache License 2.0) + * HOMEPAGE: + * http://felix.apache.org/ -* https://github.com/eclipse-ee4j/jaf +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpmime +-------------------------------------------------------------------------------- + +Apache HttpClient Mime +Copyright 1999-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +llhttp (vendored in the aiohttp wheel) +-------------------------------------------------------------------------------- + +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: + +MIT License + +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 +-------------------------------------------------------------------------------- + +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/amber/NOTICE-binary-python b/amber/NOTICE-binary-python new file mode 100644 index 00000000000..428a4ea9a48 --- /dev/null +++ b/amber/NOTICE-binary-python @@ -0,0 +1,42 @@ +-------------------------------------------------------------------------------- +llhttp (vendored in the aiohttp wheel) +-------------------------------------------------------------------------------- + +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: + +MIT License + +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 +-------------------------------------------------------------------------------- + +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..ac2be52b062 --- /dev/null +++ b/bin/licensing/generate_notice_binary.py @@ -0,0 +1,260 @@ +#!/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, +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 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) +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, PurePosixPath + + +SEP = "-" * 80 +TEXERA_OWN_JAR_PREFIX = "org.apache.texera." + +NOTICE_NAMES_TOPLEVEL = {"notice", "notice.txt", "notice.md"} + + +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": + 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): + 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] + + +_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(): + 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(): + 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. + + `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`). + """ + uniq = sorted(set(labels)) + if not uniq: + return "(unknown)" + if len(uniq) == 1: + return uniq[0] + common = os.path.commonprefix(uniq) + if "." in common: + common = common[: common.rfind(".")] + 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. '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(): + 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(artifact_label(path)) + for c in clusters.values(): + c["jars"].sort() + return clusters + + +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: + 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["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/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() diff --git a/computing-unit-managing-service/NOTICE-binary b/computing-unit-managing-service/NOTICE-binary index 66f67bf0add..a3dd3277c1a 100644 --- a/computing-unit-managing-service/NOTICE-binary +++ b/computing-unit-managing-service/NOTICE-binary @@ -1,58 +1,178 @@ 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 +-------------------------------------------------------------------------------- + +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 -------------------------------------------------------------------------------- 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 +Notices for Eclipse Jetty +========================= +This content is produced and maintained by the Eclipse Jetty project. -This product includes code from Apache Avro. +Project home: https://eclipse.dev/jetty/ - Apache Avro - Copyright 2010-2024 The Apache Software Foundation +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 -------------------------------------------------------------------------------- Apache Iceberg @@ -80,352 +200,366 @@ 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 +-------------------------------------------------------------------------------- + +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jersey - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +## 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 -------------------------------------------------------------------------------- The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). - -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). + ================= -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. - -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). +Please visit the Netty web site for more information: -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). + * http://netty.io/ -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). - --------------------------------------------------------------------------------- -Eclipse Jetty --------------------------------------------------------------------------------- +Copyright 2016 The Netty Project -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +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: -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. + http://www.apache.org/licenses/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) +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 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 a forked and modified version of Tomcat Native --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- + * 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/ -Jackson JSON processor +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 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.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper -Copyright 2007- Tatu Saloranta (tatu.saloranta@iki.fi) +This product contains small piece of code to support AIX, taken from netbsd. -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. + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. --------------------------------------------------------------------------------- -Google Guice --------------------------------------------------------------------------------- +This product contains code from boringssl. -Google Guice - Core Library (and guice-servlet extension) -Copyright 2006-2015 Google, Inc. + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ -------------------------------------------------------------------------------- -AWS SDK for Java 2.0 +org.glassfish.hk2 -------------------------------------------------------------------------------- -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 +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -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.) +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. -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. +Jetty is dual licensed under both -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.) + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -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.) + and -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.) + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html --------------------------------------------------------------------------------- -Jackson modules and datatypes --------------------------------------------------------------------------------- +Jetty may be distributed under either license. -# Jackson JSON processor +------ +Eclipse -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. +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -## Copyright +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -## Licensing +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -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 +------ +Oracle -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. +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 -# Jackson JSON processor +------ +Oracle OpenJDK -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. +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. -## Licensing + * java.sun.security.ssl -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). +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 -## 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. +------ +OW2 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -# Jackson JSON processor +org.ow2.asm:asm-commons +org.ow2.asm:asm -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 +------ +Apache -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 following artifacts are ASL2 licensed. -## Credits +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl -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. + +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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -434,10 +568,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 +579,89 @@ 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -461,7 +673,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 +684,9 @@ 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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -481,187 +695,344 @@ 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. +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka -Project home: https://eclipse.dev/jetty/ +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). -Trademarks ----------- -Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. +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. -Copyright ---------- -All contributions are the property of the respective authors or of -entities to which copyright has been assigned by the authors (eg. employer). +This software includes projects with other licenses -- see `doc/LICENSE.md`. -Declared Project Licenses -------------------------- -This artifacts of this project are made available under the terms of: +-------------------------------------------------------------------------------- +org.apache.hadoop.thirdparty +-------------------------------------------------------------------------------- - * the Eclipse Public License v2.0 - https://www.eclipse.org/legal/epl-2.0 - SPDX-License-Identifier: EPL-2.0 +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. - or +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * the Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - SPDX-License-Identifier: Apache-2.0 +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The following dependencies are EPL. - * org.eclipse.jetty.orbit:org.eclipse.jdt.core +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The following dependencies are EPL and ASL2. - * org.eclipse.jetty.orbit:javax.security.auth.message +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework +-------------------------------------------------------------------------------- -The following dependencies are EPL and CDDL 1.0. - * org.eclipse.jetty.orbit:javax.mail.glassfish +Curator Framework +Copyright 2011-2019 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 +-------------------------------------------------------------------------------- +commons-beanutils.commons-beanutils +-------------------------------------------------------------------------------- -The following dependencies are licensed by the OW2 Foundation according to the -terms of http://asm.ow2.org/license.html +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation - * org.ow2.asm:asm-commons - * org.ow2.asm:asm +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The following dependencies are ASL2 licensed. +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core +-------------------------------------------------------------------------------- - * org.apache.taglibs:taglibs-standard-spec - * org.apache.taglibs:taglibs-standard-impl +# Jackson JSON processor -The following dependencies are ASL2 licensed. Based on selected classes from -following Apache Tomcat jars, all ASL2 licensed. +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.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 +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - * org.eclipse.jetty.toolchain:jetty-schemas +## Licensing -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. +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 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. +## 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 -------------------------------------------------------------------------------- -Apache Parquet MR (Incubating) -Copyright 2014-2015 The Apache Software Foundation +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 -------------------------------------------------------------------------------- -This product includes code from Apache Avro, which includes the following in -its NOTICE file: +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation - Apache Avro - Copyright 2010-2015 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- # 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 -------------------------------------------------------------------------------- -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 +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 -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +# 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 +1040,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,96 +1053,44 @@ 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 +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -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. + * jakarta.servlet:jakarta.servlet-api -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 +## GlassFish -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -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.eclipse.jetty.toolchain:jetty-schemas -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations +-------------------------------------------------------------------------------- -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 -------------------------------------------------------------------------------- # Notice for Jersey Core Server module @@ -934,12 +1254,32 @@ 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 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +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 +-------------------------------------------------------------------------------- +# 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 +1311,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 +1431,64 @@ 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 -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +Arrow Format +Copyright 2024 The Apache Software Foundation -* 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-vfs2 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- -## Third-party Content +# Notices for Eclipse Jakarta Dependency Injection -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 content is produced and maintained by the Eclipse Jakarta Dependency Injection project. -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +* 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,227 +1499,111 @@ 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. - -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 +This project leverages the following third party content. -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. +None -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 +## Cryptography -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +None -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +-------------------------------------------------------------------------------- +org.apache.arrow.flight-grpc +-------------------------------------------------------------------------------- -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 +-------------------------------------------------------------------------------- -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +Arrow Vectors +Copyright 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 +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.httpcomponents.client5.httpclient5 +-------------------------------------------------------------------------------- -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 HttpClient +Copyright 1999-2021 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto +-------------------------------------------------------------------------------- -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. +Kerby-kerb Crypto +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.kerby.kerb-core -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Kerby-kerb core +Copyright 2014-2017 The Apache Software Foundation -This content is produced and maintained by the Eclipse GlassFish project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-core +-------------------------------------------------------------------------------- -## Trademarks +Arrow Memory - Core +Copyright 2024 The Apache Software Foundation -Eclipse GlassFish, and GlassFish are trademarks 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/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 - -This project leverages the following third party content. - -None - -## 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 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.commons.commons-collections4 -------------------------------------------------------------------------------- -# 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 +Apache Commons Collections +Copyright 2001-2019 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## GlassFish +-------------------------------------------------------------------------------- +org.apache.kerby.token-provider +-------------------------------------------------------------------------------- -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +Token provider +Copyright 2014-2017 The Apache Software Foundation - * org.eclipse.jetty.toolchain:jetty-schemas +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) +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " @@ -1456,7 +1685,57 @@ 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-simplekdc +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 -------------------------------------------------------------------------------- # Notices for Jakarta RESTful Web Services @@ -1521,19 +1800,139 @@ 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) +org.apache.avro.avro -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language +Apache Avro +Copyright 2009-2024 The Apache Software Foundation -This content is produced and maintained by the Jakarta Expression Language project. -* Project home: https://projects.eclipse.org/projects/ee4j.el +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 -Jakarta Expression Language is a trademark of the Eclipse -Foundation. +Jakarta Annotations™ is a trademark of the Eclipse Foundation. ## Copyright @@ -1545,44 +1944,351 @@ 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-only with Classpath-exception-2.0 + +## Source Code + +The project maintains the following source code repositories: + +* https://github.com/jakartaee/common-annotations-api + +## 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.httpcomponents.core5.httpcore5 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +Kerby XDR Project +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-asn1 +-------------------------------------------------------------------------------- + +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-io.commons-io +-------------------------------------------------------------------------------- + +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix +-------------------------------------------------------------------------------- + +Kerby PKIX Project +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-identity +-------------------------------------------------------------------------------- + +Kerby-kerb Identity +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird +-------------------------------------------------------------------------------- + +# 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. + +-------------------------------------------------------------------------------- +org.apache.zookeeper.zookeeper-jute +-------------------------------------------------------------------------------- + +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util +-------------------------------------------------------------------------------- + +Kerby Util +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-configuration2 +-------------------------------------------------------------------------------- + +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.guice +-------------------------------------------------------------------------------- + +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core +-------------------------------------------------------------------------------- + +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/). + +# 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 © 2023 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. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +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 -## Source Code +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 -The project maintains the following source code repositories: +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.) -* https://github.com/eclipse-ee4j/el-ri +-------------------------------------------------------------------------------- +com.fasterxml.classmate +-------------------------------------------------------------------------------- -## Third-party Content +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -## Cryptography +Other developers who have contributed code are: -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. +* Brian Langel + +## Copyright + +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 -------------------------------------------------------------------------------- -# 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 +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 +2303,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 +2338,268 @@ 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 - -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 API (jakarta.inject-api 2.0.1) --------------------------------------------------------------------------------- +* https://github.com/eclipse-ee4j/jersey -# Notices for Eclipse Jakarta Dependency Injection +## Third-party Content -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +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. -* Project home: https://projects.eclipse.org/projects/cdi.batch +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 -## Trademarks +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. -Jakarta Dependency Injection is a trademark of the Eclipse 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 -## Copyright +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -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. +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -## Declared Project Licenses +jakarta.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -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. +Javassist Version 3.29.2-GA +* License: Apache License, 2.0 +* Project: http://www.javassist.org/ +* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. -SPDX-License-Identifier: Apache-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. -## Source Code +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -The project maintains the following source code repositories: +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 -https://github.com/eclipse-ee4j/injection-api -https://github.com/eclipse-ee4j/injection-spec -https://github.com/eclipse-ee4j/injection-tck +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/ -## Third-party Content +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 project leverages the following third party content. +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. -None +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. -None +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 Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF - -This content is produced and maintained by the Eclipse Project for JAF project. - -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Kerby-kerb Common +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.arrow.flight-core +-------------------------------------------------------------------------------- -## Declared Project Licenses +Arrow Flight Core +Copyright 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 +-------------------------------------------------------------------------------- +com.google.guava.guava +-------------------------------------------------------------------------------- -## Source Code +Apache Iceberg +Copyright 2017-2024 The Apache Software Foundation -The project maintains the following source code repositories: +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* https://github.com/eclipse-ee4j/jaf +-------------------------------------------------------------------------------- +org.apache.commons.commons-text +-------------------------------------------------------------------------------- -## Third-party Content +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation -This project leverages the following third party content. +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -JUnit (4.12) +-------------------------------------------------------------------------------- +commons-net.commons-net +-------------------------------------------------------------------------------- -* License: Eclipse Public License +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -# Notices for Jakarta Activation +-------------------------------------------------------------------------------- +io.netty.netty +-------------------------------------------------------------------------------- -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..f5b737219f1 100644 --- a/config-service/NOTICE-binary +++ b/config-service/NOTICE-binary @@ -1,279 +1,11 @@ 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 --------------------------------------------------------------------------------- - -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 +org.eclipse.jetty -------------------------------------------------------------------------------- Notices for Eclipse Jetty @@ -371,27 +103,7 @@ for non-commercial or commercial purposes and without fee is granted provided that the copyright notice appears in all copies. -------------------------------------------------------------------------------- -R2DBC SPI --------------------------------------------------------------------------------- - -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) +org.glassfish.jersey -------------------------------------------------------------------------------- # Notice for Jersey @@ -509,16 +221,18 @@ 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. +# Notices for Eclipse GlassFish -* https://projects.eclipse.org/projects/ee4j.jersey +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 +253,69 @@ 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +# 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,101 +336,255 @@ 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 +-------------------------------------------------------------------------------- -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 +# Notices for Jakarta Activation -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 content is produced and maintained by Jakarta Activation project. -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +* Project home: https://projects.eclipse.org/projects/ee4j.jaf -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +## 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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: -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 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module +# 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 @@ -710,16 +615,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,7 +743,7 @@ 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 -------------------------------------------------------------------------------- # Notice for Jersey Bean Validation module @@ -876,6 +783,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 +899,44 @@ 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 -------------------------------------------------------------------------------- -# 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 +# 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 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for Servlet - -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,47 +944,34 @@ 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 -------------------------------------------------------------------------------- [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " @@ -1195,7 +1053,7 @@ 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 -------------------------------------------------------------------------------- # Notices for Jakarta RESTful Web Services @@ -1260,156 +1118,102 @@ 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) --------------------------------------------------------------------------------- - -# 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. - --------------------------------------------------------------------------------- -Jakarta Annotations API (jakarta.annotation-api 2.1.1 and 3.0.0) +io.r2dbc.r2dbc-spi -------------------------------------------------------------------------------- -# 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 - -Jakarta Annotations is a trademark of the Eclipse Foundation. - -## Declared Project Licenses +Reactive Relational Database Connectivity -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 2017-2021 the original author or authors. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +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 -## Source Code + https://www.apache.org/licenses/LICENSE-2.0 -The project maintains the following source code repositories: +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. - * https://github.com/eclipse-ee4j/common-annotations-api +-------------------------------------------------------------------------------- +com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider +-------------------------------------------------------------------------------- -## Third-party Content +# Jackson JSON processor -## Cryptography +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. -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 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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). -# Notices for Jakarta Annotations +## Credits -This content is produced and maintained by the Jakarta Annotations project. +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. -* Project home: https://projects.eclipse.org/projects/ee4j.ca +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird +-------------------------------------------------------------------------------- -## Trademarks +# Jackson JSON processor -Jakarta Annotations™ 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, as well as supported +commercially by FasterXML.com. -## Copyright +## 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 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 -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. +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-only with Classpath-exception-2.0 +-------------------------------------------------------------------------------- +com.fasterxml.classmate +-------------------------------------------------------------------------------- -## Source Code +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) -The project maintains the following source code repositories: +Other developers who have contributed code are: -* https://github.com/jakartaee/common-annotations-api +* 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 Inject API (jakarta.inject-api 2.0.1) +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -# Notices for Eclipse Jakarta Dependency Injection +# 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 Eclipse Jakarta Dependency Injection project. -* Project home: https://projects.eclipse.org/projects/cdi.batch +* 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,38 +1224,40 @@ 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 - -None +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright: (C) 2009 The Guava Authors --------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) --------------------------------------------------------------------------------- +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/ -# Notices for Eclipse Project for JAF +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. -This content is produced and maintained by the Eclipse Project for JAF project. +* Project home: https://projects.eclipse.org/projects/ee4j.jersey -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +## Trademarks +Eclipse Jersey is a trademark of the Eclipse Foundation. ## Copyright @@ -1462,85 +1268,152 @@ 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. +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/jersey ## Third-party Content -This project leverages the following third party content. - -JUnit (4.12) - -* License: Eclipse Public License +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 Activation +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 Jakarta Activation 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.jaf +Bootstrap v3.3.7 +* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) +* Project: http://getbootstrap.com +* Copyright: 2011-2016 Twitter, Inc -## Copyright +Google Guava Version 18.0 +* License: Apache License, 2.0 +* Copyright (C) 2009 The Guava Authors -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.inject Version: 1 +* License: Apache License, 2.0 +* Copyright (C) 2009 The JSR-330 Expert Group -## Declared Project Licenses +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 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 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. -SPDX-License-Identifier: BSD-3-Clause +jQuery v1.12.4 +* License: jquery.org/license +* Project: jquery.org +* Copyright: (c) jQuery Foundation -## Source Code +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 -The project maintains the following source code repositories: +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/ -* https://github.com/eclipse-ee4j/jaf +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 -## Third-party Content +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. -This project leverages the following third party content. +org.osgi.core version 6.0.0 +* License: Apache License, 2.0 +* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. -JUnit (4.12) +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. -* License: Eclipse Public License +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 +-------------------------------------------------------------------------------- -# 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 + +## 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.commons.commons-text +-------------------------------------------------------------------------------- + +Apache Commons Text +Copyright 2014-2023 The Apache Software Foundation + +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..429ce167c0b 100644 --- a/file-service/NOTICE-binary +++ b/file-service/NOTICE-binary @@ -1,58 +1,178 @@ 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 +-------------------------------------------------------------------------------- + +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 -------------------------------------------------------------------------------- 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 +Notices for Eclipse Jetty +========================= +This content is produced and maintained by the Eclipse Jetty project. -This product includes code from Apache Avro. +Project home: https://eclipse.dev/jetty/ - Apache Avro - Copyright 2010-2024 The Apache Software Foundation +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 -------------------------------------------------------------------------------- Apache Iceberg @@ -80,352 +200,366 @@ 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 +-------------------------------------------------------------------------------- + +# Notice for Jersey +This content is produced and maintained by the Eclipse Jersey project. + +* Project home: https://projects.eclipse.org/projects/ee4j.jersey - Apache Avro - Copyright 2009-2024 The Apache Software Foundation +## 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 -------------------------------------------------------------------------------- The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). - -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). + ================= -This product contains a modified version of Robert Harder's Public Domain -Base64 Encoder and Decoder. - -This product contains a modified version of 'JZlib', a re-implementation -of zlib in pure Java (BSD-style license, -http://www.jcraft.com/jzlib/). +Please visit the Netty web site for more information: -This product contains a modified version of 'Webbit' (BSD License, -https://github.com/joewalnes/webbit). + * http://netty.io/ -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). - --------------------------------------------------------------------------------- -Eclipse Jetty --------------------------------------------------------------------------------- +Copyright 2016 The Netty Project -Jetty Web Container -Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +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: -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. + http://www.apache.org/licenses/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) +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 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 a forked and modified version of Tomcat Native --------------------------------------------------------------------------------- -Jackson (FasterXML) --------------------------------------------------------------------------------- + * 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/ -Jackson JSON processor +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 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.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper -Copyright 2007- Tatu Saloranta (tatu.saloranta@iki.fi) +This product contains small piece of code to support AIX, taken from netbsd. -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. + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist -Java ClassMate library (com.fasterxml:classmate) was originally written -by Tatu Saloranta (tatu.saloranta@iki.fi), with contributions from -Brian Langel. --------------------------------------------------------------------------------- -Google Guice --------------------------------------------------------------------------------- +This product contains code from boringssl. -Google Guice - Core Library (and guice-servlet extension) -Copyright 2006-2015 Google, Inc. + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ -------------------------------------------------------------------------------- -AWS SDK for Java 2.0 +org.glassfish.hk2 -------------------------------------------------------------------------------- -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 +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -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.) +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. -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. +Jetty is dual licensed under both -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.) + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -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.) + and -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.) + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html --------------------------------------------------------------------------------- -Jackson modules and datatypes --------------------------------------------------------------------------------- +Jetty may be distributed under either license. -# Jackson JSON processor +------ +Eclipse -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. +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -## Copyright +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) -## Licensing +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.glassfish -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 +------ +Oracle -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. +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 -# Jackson JSON processor +------ +Oracle OpenJDK -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. +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. -## Licensing + * java.sun.security.ssl -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). +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 -## 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. +------ +OW2 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -# Jackson JSON processor +org.ow2.asm:asm-commons +org.ow2.asm:asm -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 +------ +Apache -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 following artifacts are ASL2 licensed. -## Credits +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl -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. + +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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -434,10 +568,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 +579,89 @@ 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -461,7 +673,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 +684,9 @@ 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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -481,187 +695,344 @@ 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. +Scala +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka -Project home: https://eclipse.dev/jetty/ +Scala includes software developed at +LAMP/EPFL (https://lamp.epfl.ch/) and +Akka (https://akka.io/). -Trademarks ----------- -Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. +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. -Copyright ---------- -All contributions are the property of the respective authors or of -entities to which copyright has been assigned by the authors (eg. employer). +This software includes projects with other licenses -- see `doc/LICENSE.md`. -Declared Project Licenses -------------------------- -This artifacts of this project are made available under the terms of: +-------------------------------------------------------------------------------- +org.apache.hadoop.thirdparty +-------------------------------------------------------------------------------- - * the Eclipse Public License v2.0 - https://www.eclipse.org/legal/epl-2.0 - SPDX-License-Identifier: EPL-2.0 +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. - or +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * the Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - SPDX-License-Identifier: Apache-2.0 +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. -The following dependencies are EPL. - * org.eclipse.jetty.orbit:org.eclipse.jdt.core +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The following dependencies are EPL and ASL2. - * org.eclipse.jetty.orbit:javax.security.auth.message +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework +-------------------------------------------------------------------------------- -The following dependencies are EPL and CDDL 1.0. - * org.eclipse.jetty.orbit:javax.mail.glassfish +Curator Framework +Copyright 2011-2019 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 +-------------------------------------------------------------------------------- +commons-beanutils.commons-beanutils +-------------------------------------------------------------------------------- -The following dependencies are licensed by the OW2 Foundation according to the -terms of http://asm.ow2.org/license.html +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation - * org.ow2.asm:asm-commons - * org.ow2.asm:asm +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -The following dependencies are ASL2 licensed. +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core +-------------------------------------------------------------------------------- - * org.apache.taglibs:taglibs-standard-spec - * org.apache.taglibs:taglibs-standard-impl +# Jackson JSON processor -The following dependencies are ASL2 licensed. Based on selected classes from -following Apache Tomcat jars, all ASL2 licensed. +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.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 +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) - * org.eclipse.jetty.toolchain:jetty-schemas +## Licensing -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. +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 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. +## 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 -------------------------------------------------------------------------------- -Apache Parquet MR (Incubating) -Copyright 2014-2015 The Apache Software Foundation +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 -------------------------------------------------------------------------------- -This product includes code from Apache Avro, which includes the following in -its NOTICE file: +Kerby-kerb Util +Copyright 2014-2017 The Apache Software Foundation - Apache Avro - Copyright 2010-2015 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- # 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 -------------------------------------------------------------------------------- -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 +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 -------------------------------------------------------------------------------- -# Notice for Jersey -This content is produced and maintained by the Eclipse Jersey project. +# 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 +1040,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,96 +1053,44 @@ 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 +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -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. + * jakarta.servlet:jakarta.servlet-api -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 +## GlassFish -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +The following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -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.eclipse.jetty.toolchain:jetty-schemas -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations +-------------------------------------------------------------------------------- -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 -------------------------------------------------------------------------------- # Notice for Jersey Core Server module @@ -934,12 +1254,32 @@ 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 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +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 +-------------------------------------------------------------------------------- +# 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 +1311,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 +1431,64 @@ 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 -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +Arrow Format +Copyright 2024 The Apache Software Foundation -* 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-vfs2 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- -## Third-party Content +# Notices for Eclipse Jakarta Dependency Injection -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 content is produced and maintained by the Eclipse Jakarta Dependency Injection project. -* Project home: https://projects.eclipse.org/projects/ee4j.jersey +* 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,227 +1499,101 @@ 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. - -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 +This project leverages the following third party content. -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. +None -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 +## Cryptography -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc +None -Google Guava Version 18.0 -* License: Apache License, 2.0 -* Copyright (C) 2009 The Guava Authors +-------------------------------------------------------------------------------- +org.apache.arrow.flight-grpc +-------------------------------------------------------------------------------- -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 +-------------------------------------------------------------------------------- -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +Arrow Vectors +Copyright 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 +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.httpcomponents.client5.httpclient5 +-------------------------------------------------------------------------------- -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 HttpClient +Copyright 1999-2021 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. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-crypto +-------------------------------------------------------------------------------- -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. +Kerby-kerb Crypto +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.kerby.kerb-core -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Kerby-kerb core +Copyright 2014-2017 The Apache Software Foundation -This content is produced and maintained by the Eclipse GlassFish project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-core +-------------------------------------------------------------------------------- -## Trademarks +Arrow Memory - Core +Copyright 2024 The Apache Software Foundation -Eclipse GlassFish, and GlassFish are trademarks 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/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 - -This project leverages the following third party content. - -None - -## 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 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.token-provider -------------------------------------------------------------------------------- -# 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 - +Token provider +Copyright 2014-2017 The Apache Software Foundation -## 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 +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) +jakarta.xml.bind.jakarta.xml.bind-api -------------------------------------------------------------------------------- [//]: # " Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. " @@ -1456,7 +1675,57 @@ 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-simplekdc +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 -------------------------------------------------------------------------------- # Notices for Jakarta RESTful Web Services @@ -1521,19 +1790,442 @@ 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) +org.apache.avro.avro +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +Kerby XDR Project +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-asn1 +-------------------------------------------------------------------------------- + +Kerby ASN1 Project +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-io.commons-io +-------------------------------------------------------------------------------- + +Apache Commons IO +Copyright 2002-2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix +-------------------------------------------------------------------------------- + +Kerby PKIX Project +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-identity +-------------------------------------------------------------------------------- + +Kerby-kerb Identity +Copyright 2014-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.module.jackson-module-blackbird +-------------------------------------------------------------------------------- + +# 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. + +-------------------------------------------------------------------------------- +org.apache.zookeeper.zookeeper-jute +-------------------------------------------------------------------------------- + +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util +-------------------------------------------------------------------------------- + +Kerby Util +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-configuration2 +-------------------------------------------------------------------------------- + +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.guice +-------------------------------------------------------------------------------- + +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core +-------------------------------------------------------------------------------- + +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/). + +# 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 © 2023 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. 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.) + +-------------------------------------------------------------------------------- +com.fasterxml.classmate +-------------------------------------------------------------------------------- + +Java ClassMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) + +Other developers who have contributed code are: + +* Brian Langel + +## Copyright + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + +-------------------------------------------------------------------------------- +org.glassfish.jersey.core.jersey-common -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language +# 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 +2246,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 +2290,302 @@ 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 -------------------------------------------------------------------------------- -# Notices for Eclipse Jakarta Dependency Injection +# Notices for Jakarta Annotations -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/cdi.batch + * Project home: https://projects.eclipse.org/projects/ee4j.ca ## 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. +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. - -None - ## 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. -------------------------------------------------------------------------------- -Jakarta Activation (jakarta.activation 2.0.0, 2.0.1, jakarta.activation-api 1.2.1, 2.1.0) +org.apache.kerby.kerb-common -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Kerby-kerb Common +Copyright 2014-2017 The Apache Software Foundation -This content is produced and maintained by the Eclipse Project for JAF project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +-------------------------------------------------------------------------------- +org.apache.arrow.flight-core +-------------------------------------------------------------------------------- -## Copyright +Arrow Flight Core +Copyright 2024 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.google.guava.guava +-------------------------------------------------------------------------------- -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 Iceberg +Copyright 2017-2024 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 +-------------------------------------------------------------------------------- +org.apache.commons.commons-text +-------------------------------------------------------------------------------- -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 +-------------------------------------------------------------------------------- -This project leverages the following third party content. +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -JUnit (4.12) +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* License: Eclipse Public License +-------------------------------------------------------------------------------- +io.netty.netty +-------------------------------------------------------------------------------- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The Netty Project + ================= -# Notices for Jakarta Activation +Please visit the Netty web site for more information: -This content is produced and maintained by Jakarta Activation project. + * http://netty.io/ -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +Copyright 2011 The Netty Project -## Copyright +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: -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. +http://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 Distribution License v. 1.0, -which is available at http://www.eclipse.org/org/documents/edl-v10.php. +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. -SPDX-License-Identifier: BSD-3-Clause +------------------------------------------------------------------------------- +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: -## Source Code + * 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/ -The project maintains the following source code repositories: +This product contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -* https://github.com/eclipse-ee4j/jaf + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -## Third-party Content +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -This project leverages the following third party content. + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -JUnit (4.12) +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -* License: Eclipse Public License + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -# Notices for Jakarta Activation + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -This content is produced and maintained by Jakarta Activation project. +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: -* Project home: https://projects.eclipse.org/projects/ee4j.jaf + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -## Copyright +This product optionally depends on 'SLF4J', a simple logging facade for Java, +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.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -## Declared Project Licenses +This product optionally depends on 'Apache Commons Logging', a logging +framework, 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.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -SPDX-License-Identifier: BSD-3-Clause +This product optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -## Source Code + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ -The project maintains the following source code repositories: +This product optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: -* https://github.com/eclipse-ee4j/jaf + * 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..fda439b8691 100644 --- a/workflow-compiling-service/NOTICE-binary +++ b/workflow-compiling-service/NOTICE-binary @@ -1,124 +1,178 @@ 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 +-------------------------------------------------------------------------------- + +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 -------------------------------------------------------------------------------- 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 +Notices for Eclipse Jetty +========================= +This content is produced and maintained by the Eclipse Jetty project. -Includes software from other Apache Software Foundation projects, -including, but not limited to Apache Ant, Apache Jakarta Regexp, -Apache Commons, and Apache Xerces. +Project home: https://eclipse.dev/jetty/ + +Trademarks +---------- +Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. -ICU4J (under analysis/icu) is licensed under an MIT-style license and -Copyright (c) 1995-2008 International Business Machines Corporation and -others. +Copyright +--------- +All contributions are the property of the respective authors or of +entities to which copyright has been assigned by the authors (eg. employer). -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. +Declared Project Licenses +------------------------- +This artifacts of this project are made available under the terms of: -Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is -BSD-licensed, created by Anders Moller. See http://www.brics.dk/automaton/ + * the Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-2.0 + SPDX-License-Identifier: EPL-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. + or -The class org.apache.lucene.util.WeakIdentityMap was derived from the -Apache CXF project and 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 -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 following dependencies are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -The Google Code Prettify is Apache License 2.0. +The following dependencies are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -This product includes code (JaspellTernarySearchTrie) from Java Spelling -Checking Package (jaspell): http://jaspell.sourceforge.net/ (BSD License). +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 -------------------------------------------------------------------------------- Apache Iceberg @@ -146,399 +200,580 @@ 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 +# 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 -------------------------------------------------------------------------------- The Netty Project -Copyright 2011-2024 The Netty Project (https://netty.io/). - -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). + ================= -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. +# Notices for Eclipse GlassFish --------------------------------------------------------------------------------- -AWS SDK for Java 2.0 --------------------------------------------------------------------------------- +This content is produced and maintained by the Eclipse GlassFish project. -AWS SDK for Java 2.0 -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +* Project home: https://projects.eclipse.org/projects/ee4j.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 +## Trademarks --------------------------------------------------------------------------------- -Jackson core (verbatim upstream NOTICE) --------------------------------------------------------------------------------- +Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. -# Jackson JSON processor +## Copyright -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. +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 +## Declared Project Licenses -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +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. -## Licensing +SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.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. +## Source Code -## Credits +The project maintains the following source code repositories: -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. +* 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 -## FastDoubleParser +## Third-party Content -jackson-core bundles a shaded copy of FastDoubleParser . -That code is available under an MIT license -under the following copyright. +This project leverages the following third party content. -Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. +None -See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser -and the licenses and copyrights that apply to that code. +## Cryptography -# FastDoubleParser +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 is a Java port of Daniel Lemire's fast_float project. -This project provides parsers for double, float, BigDecimal and BigInteger values. +-------------------------------------------------------------------------------- +org.apache.lucene +-------------------------------------------------------------------------------- -## Copyright +Apache Lucene +Copyright 2001-2020 The Apache Software Foundation -Copyright © 2024 Werner Randelshofer, Switzerland. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Licensing +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces -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.) +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others -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. +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. -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.) +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/ -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 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/ -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.) +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 +============================================================== + Jetty Web Container + Copyright 1995-2018 Mort Bay Consulting Pty Ltd. +============================================================== -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. +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. -## Copyright +Jetty is dual licensed under both -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html -## Licensing + and -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 Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html -## Credits +Jetty may be distributed under either license. -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 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are EPL. + * org.eclipse.jetty.orbit:org.eclipse.jdt.core -# Jackson JSON processor +The following artifacts are EPL and ASL2. + * org.eclipse.jetty.orbit:javax.security.auth.message -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 +The following artifacts are EPL and CDDL 1.0. + * org.eclipse.jetty.orbit:javax.mail.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). -## Credits +------ +Oracle -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 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 -# Jackson JSON processor +------ +Oracle OpenJDK -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. +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. -## Licensing + * java.sun.security.ssl -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). +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 -## 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. +------ +OW2 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +The following artifacts are licensed by the OW2 Foundation according to the +terms of http://asm.ow2.org/license.html -# Jackson JSON processor +org.ow2.asm:asm-commons +org.ow2.asm:asm -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 +------ +Apache -Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) +The following artifacts are ASL2 licensed. -## Licensing +org.apache.taglibs:taglibs-standard-spec +org.apache.taglibs:taglibs-standard-impl -Jackson components are licensed under Apache (Software) License, version 2.0, -as per accompanying LICENSE file. -## Credits +------ +MortBay -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 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 -# Jackson JSON processor +org.mortbay.jasper:apache-el + org.apache.tomcat:tomcat-jasper-el + org.apache.tomcat:tomcat-el-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. -## Licensing +------ +Mortbay -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). +The following artifacts are CDDL + GPLv2 with classpath exception. -## Credits +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.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. +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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -559,89 +794,262 @@ 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. +Apache Lucene +Copyright 2001-2021 The Apache Software Foundation -Project home: https://eclipse.dev/jetty/ +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -Trademarks ----------- -Eclipse Jetty, and Jetty are trademarks of the Eclipse Foundation. +Includes software from other Apache Software Foundation projects, +including, but not limited to: + - Apache Ant + - Apache Jakarta Regexp + - Apache Commons + - Apache Xerces -Copyright ---------- -All contributions are the property of the respective authors or of -entities to which copyright has been assigned by the authors (eg. employer). +ICU4J, (under analysis/icu) is licensed under an MIT styles license +and Copyright (c) 1995-2008 International Business Machines Corporation and others -Declared Project Licenses -------------------------- -This artifacts of this project are made available under the terms of: +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. - * the Eclipse Public License v2.0 - https://www.eclipse.org/legal/epl-2.0 - SPDX-License-Identifier: EPL-2.0 +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/ - or +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 Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - SPDX-License-Identifier: Apache-2.0 +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. - * org.eclipse.jetty.orbit:org.eclipse.jdt.core +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 ASL2. - * org.eclipse.jetty.orbit:javax.security.auth.message +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 EPL and CDDL 1.0. - * org.eclipse.jetty.orbit:javax.mail.glassfish +-------------------------------------------------------------------------------- +jakarta.el.jakarta.el-api +-------------------------------------------------------------------------------- -The following dependencies are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +# Notices for Jakarta Expression Language - * jakarta.servlet:jakarta.servlet-api - * javax.annotation:javax.annotation-api - * javax.transaction:javax.transaction-api - * javax.websocket:javax.websocket-api +This content is produced and maintained by the Jakarta Expression Language project. -The following dependencies are licensed by the OW2 Foundation according to the -terms of http://asm.ow2.org/license.html +* Project home: https://projects.eclipse.org/projects/ee4j.el - * org.ow2.asm:asm-commons - * org.ow2.asm:asm +## Trademarks -The following dependencies are ASL2 licensed. +Jakarta Expression Language is a trademark of the Eclipse +Foundation. - * org.apache.taglibs:taglibs-standard-spec - * org.apache.taglibs:taglibs-standard-impl +## Copyright -The following dependencies are ASL2 licensed. Based on selected classes from -following Apache Tomcat jars, all ASL2 licensed. +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.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 +## Declared Project Licenses -The following artifacts are CDDL + GPLv2 with classpath exception. -https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html +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.eclipse.jetty.toolchain:jetty-schemas +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 -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, @@ -649,35 +1057,64 @@ 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 Parquet (per-component supplementary notices) +com.sun.activation.jakarta.activation -------------------------------------------------------------------------------- -Apache Parquet MR (Incubating) -Copyright 2014-2015 The Apache Software Foundation +# Notices for Jakarta Activation -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +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: +# Jackson JSON processor - Apache Avro - Copyright 2010-2015 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 + +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 +-------------------------------------------------------------------------------- # Jackson JSON processor @@ -686,6 +1123,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,36 +1139,328 @@ 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. - -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. +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/). + +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/). + +-------------------------------------------------------------------------------- +org.apache.curator.curator-framework +-------------------------------------------------------------------------------- + +Curator Framework +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +commons-beanutils.commons-beanutils +-------------------------------------------------------------------------------- + +Apache Commons BeanUtils +Copyright 2000-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.fasterxml.jackson.core.jackson-core +-------------------------------------------------------------------------------- + +# 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.zookeeper.zookeeper +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 @@ -735,6 +1468,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 @@ -747,96 +1481,44 @@ 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 - -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 -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. +## Source Code -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 +The project maintains the following source code repositories: -Bootstrap v3.3.7 -* License: MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) -* Project: http://getbootstrap.com -* Copyright: 2011-2016 Twitter, Inc + * https://github.com/eclipse-ee4j/servlet-api + * https://github.com/eclipse/jetty.toolchain -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 +## Third-party Content -Javassist Version 3.29.2-GA -* License: Apache License, 2.0 -* Project: http://www.javassist.org/ -* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. +## Jakarta -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. +The following artifacts are EPL 2.0 + GPLv2 with classpath exception. +https://projects.eclipse.org/projects/ee4j.servlet -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation + * jakarta.servlet:jakarta.servlet-api -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/ +## GlassFish -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 following artifacts are CDDL + GPLv2 with classpath exception. +https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html -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.eclipse.jetty.toolchain:jetty-schemas -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +org.apache.yetus.audience-annotations +-------------------------------------------------------------------------------- -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 -------------------------------------------------------------------------------- # Notice for Jersey Core Server module @@ -1000,12 +1682,32 @@ 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 -------------------------------------------------------------------------------- -# Notice for Jersey Core Common module -This content is produced and maintained by the Eclipse Jersey project. +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 +-------------------------------------------------------------------------------- +# 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 +1739,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. @@ -1145,34 +1841,331 @@ KineticJS, v4.7.1 * 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.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/ + +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-format +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +# 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +[//]: # " 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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +Curator Recipes +Copyright 2011-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +-------------------------------------------------------------------------------- +commons-pool.commons-pool +-------------------------------------------------------------------------------- -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 Pool +Copyright 2001-2012 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 by +The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -Eclipse Jersey Bean Validation +jakarta.ws.rs.jakarta.ws.rs-api -------------------------------------------------------------------------------- -# Notice for Jersey Bean Validation module -This content is produced and maintained by the Eclipse Jersey project. +# 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 @@ -1193,413 +2186,494 @@ 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 +-------------------------------------------------------------------------------- -## Third-party Content +Apache Avro +Copyright 2009-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. -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 +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -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. +-------------------------------------------------------------------------------- +org.apache.arrow.arrow-memory-netty +-------------------------------------------------------------------------------- -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 +Arrow Memory - Netty +Copyright 2024 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 +-------------------------------------------------------------------------------- +org.apache.curator.curator-client +-------------------------------------------------------------------------------- -jakarta.inject Version: 1 -* License: Apache License, 2.0 -* Copyright (C) 2009 The JSR-330 Expert Group +Curator Client +Copyright 2011-2019 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. +-------------------------------------------------------------------------------- +commons-collections.commons-collections +-------------------------------------------------------------------------------- -jQuery v1.12.4 -* License: jquery.org/license -* Project: jquery.org -* Copyright: (c) jQuery Foundation +Apache Commons Collections +Copyright 2001-2015 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 by +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/ +-------------------------------------------------------------------------------- +io.r2dbc.r2dbc-spi +-------------------------------------------------------------------------------- -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 +Reactive Relational Database Connectivity -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. +Copyright 2017-2021 the original author or authors. -org.osgi.core version 6.0.0 -* License: Apache License, 2.0 -* Copyright (c) OSGi Alliance (2005, 2008). All Rights Reserved. +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 GlassFish HK2 (aopalliance-repackaged, hk2-api, hk2-locator, hk2-utils) +commons-cli.commons-cli -------------------------------------------------------------------------------- -# Notices for Eclipse GlassFish +Apache Commons CLI +Copyright 2001-2009 The Apache Software Foundation -This content is produced and maintained by the Eclipse GlassFish project. +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.glassfish +-------------------------------------------------------------------------------- +org.apache.httpcomponents.core5.httpcore5-h2 +-------------------------------------------------------------------------------- -## Trademarks +Apache HttpComponents Core HTTP/2 +Copyright 2005-2021 The Apache Software Foundation -Eclipse GlassFish, and GlassFish are trademarks of the Eclipse Foundation. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Copyright +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-server +-------------------------------------------------------------------------------- -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-kerb Server +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. +-------------------------------------------------------------------------------- +org.apache.commons.commons-jcs3-core +-------------------------------------------------------------------------------- -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +Apache Commons JCS :: Core +Copyright 2002-2023 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.htrace.htrace-core4 +-------------------------------------------------------------------------------- -* 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 +htrace-core4 +Copyright 2016 The Apache Software Foundation -## Third-party Content +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +-------------------------------------------------------------------------------- +com.google.inject.extensions.guice-servlet +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +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 +-------------------------------------------------------------------------------- + +# 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. -This project leverages the following third party content. +## Licensing -None +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. -## 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(-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 Servlet API (jakarta-servlet-api 5.0.2) +org.apache.kerby.kerb-client -------------------------------------------------------------------------------- -# 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 +Kerby-kerb Client +Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Trademarks +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-xdr +-------------------------------------------------------------------------------- -Eclipse Project for Servlet is a trademark of the Eclipse Foundation. +Kerby XDR 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.kerby-asn1 +-------------------------------------------------------------------------------- -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 ASN1 Project +Copyright 2014-2017 The Apache Software Foundation +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Declared Project Licenses +-------------------------------------------------------------------------------- +commons-io.commons-io +-------------------------------------------------------------------------------- -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 IO +Copyright 2002-2024 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 (https://www.apache.org/). +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-pkix +-------------------------------------------------------------------------------- -## Source Code +Kerby PKIX Project +Copyright 2014-2017 The Apache Software Foundation -The project maintains the following source code repositories: +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - * https://github.com/eclipse-ee4j/servlet-api - * https://github.com/eclipse/jetty.toolchain +-------------------------------------------------------------------------------- +org.apache.kerby.kerb-identity +-------------------------------------------------------------------------------- +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 +-------------------------------------------------------------------------------- -The following artifacts are EPL 2.0 + GPLv2 with classpath exception. -https://projects.eclipse.org/projects/ee4j.servlet +# Jackson JSON processor - * jakarta.servlet:jakarta.servlet-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. +## 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 -------------------------------------------------------------------------------- -[//]: # " 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 " +Apache ZooKeeper - Jute +Copyright 2008-2019 The Apache Software Foundation -# Notices for Jakarta XML Binding +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This content is produced and maintained by the Jakarta XML Binding -project. +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpcore-nio +-------------------------------------------------------------------------------- -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb +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/). -Jakarta XML Binding is a trademark of the Eclipse Foundation. +-------------------------------------------------------------------------------- +org.apache.kerby.kerby-util +-------------------------------------------------------------------------------- -## Copyright +Kerby Util +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 +-------------------------------------------------------------------------------- +org.apache.commons.commons-lang3 +-------------------------------------------------------------------------------- -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 Lang +Copyright 2001-2024 The Apache Software Foundation -SPDX-License-Identifier: BSD-3-Clause +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -## Source Code +-------------------------------------------------------------------------------- +org.apache.commons.commons-configuration2 +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Apache Commons Configuration +Copyright 2001-2017 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaxb-api -* https://github.com/eclipse-ee4j/jaxb-tck +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +com.google.inject.guice +-------------------------------------------------------------------------------- -This project leverages the following third party content. +Google Guice - Core Library +Copyright 2006-2015 Google, Inc. -Apache River (3.0.0) +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* License: Apache-2.0 AND BSD-3-Clause +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). -ASM 7 (n/a) +-------------------------------------------------------------------------------- +software.amazon.awssdk.third-party-jackson-core +-------------------------------------------------------------------------------- -* 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 +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -JTHarness (5.0) +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). -* 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/ +********************** +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 -normalize.css (3.0.2) +The licenses for these third party components are included in LICENSE.txt -* License: MIT +- 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/). -SigTest (n/a) +# Jackson JSON processor -* License: GPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +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. -## 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 RESTful Web Services API (jakarta.ws.rs-api 3.0.x / 3.1.0) --------------------------------------------------------------------------------- +## Licensing -# Notices for Jakarta RESTful Web Services +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 content is produced and maintained by the **Jakarta RESTful Web Services** -project. +## Credits -* Project home: https://projects.eclipse.org/projects/ee4j.jaxrs +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. -## Trademarks +## FastDoubleParser -**Jakarta RESTful Web Services** is a trademark of the Eclipse Foundation. +jackson-core bundles a shaded copy of FastDoubleParser . +That code is available under an MIT license +under the following copyright. -## Copyright +Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -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. +See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser +and the licenses and copyrights that apply to that code. -## Declared Project Licenses +# FastDoubleParser -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 is a Java port of Daniel Lemire's fast_float project. +This project provides parsers for double, float, BigDecimal and BigInteger values. -SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +## Copyright -## Source Code +Copyright © 2023 Werner Randelshofer, Switzerland. -The project maintains the following source code repositories: +## Licensing -* https://github.com/eclipse-ee4j/jaxrs-api +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.) -## Third-party Content +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. -This project leverages the following 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 -javaee-api (7.0) +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 -* License: Apache-2.0 AND W3C +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.) -JUnit (4.11) +-------------------------------------------------------------------------------- +com.fasterxml.classmate +-------------------------------------------------------------------------------- -* 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 -------------------------------------------------------------------------------- -# Notices for Jakarta Expression Language +# 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 +2694,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,211 +2738,312 @@ 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 -------------------------------------------------------------------------------- -# Notices for Eclipse Jakarta Dependency Injection +# Notices for Jakarta Annotations -This content is produced and maintained by the Eclipse Jakarta Dependency Injection project. +This content is produced and maintained by the Jakarta Annotations project. -* Project home: https://projects.eclipse.org/projects/cdi.batch + * Project home: https://projects.eclipse.org/projects/ee4j.ca ## 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. +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 +-------------------------------------------------------------------------------- -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 -------------------------------------------------------------------------------- -# Notices for Eclipse Project for JAF +Arrow Flight Core +Copyright 2024 The Apache Software Foundation -This content is produced and maintained by the Eclipse Project for JAF project. +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +-------------------------------------------------------------------------------- +com.google.guava.guava +-------------------------------------------------------------------------------- -## Copyright +Apache Iceberg +Copyright 2017-2024 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 +-------------------------------------------------------------------------------- +org.apache.commons.commons-text +-------------------------------------------------------------------------------- -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 Text +Copyright 2014-2023 The Apache Software Foundation -SPDX-License-Identifier: BSD-3-Clause +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). -## Source Code +-------------------------------------------------------------------------------- +commons-net.commons-net +-------------------------------------------------------------------------------- -The project maintains the following source code repositories: +Apache Commons Net +Copyright 2001-2017 The Apache Software Foundation -* https://github.com/eclipse-ee4j/jaf +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -## Third-party Content +-------------------------------------------------------------------------------- +io.netty.netty +-------------------------------------------------------------------------------- -This project leverages the following third party content. +The Netty Project + ================= -JUnit (4.12) +Please visit the Netty web site for more information: -* License: Eclipse Public License + * http://netty.io/ -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Copyright 2011 The Netty Project -# Notices for Jakarta Activation +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 content is produced and maintained by Jakarta Activation project. +http://www.apache.org/licenses/LICENSE-2.0 -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +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. -## Copyright +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. -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 contains the extensions to Java Collections Framework which has +been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: -## Declared Project Licenses + * 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/ -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 contains a modified version of Robert Harder's Public Domain +Base64 Encoder and Decoder, which can be obtained at: -SPDX-License-Identifier: BSD-3-Clause + * LICENSE: + * license/LICENSE.base64.txt (Public Domain) + * HOMEPAGE: + * http://iharder.sourceforge.net/current/java/base64/ -## Source Code +This product contains a modified version of 'JZlib', a re-implementation of +zlib in pure Java, which can be obtained at: -The project maintains the following source code repositories: + * LICENSE: + * license/LICENSE.jzlib.txt (BSD Style License) + * HOMEPAGE: + * http://www.jcraft.com/jzlib/ -* https://github.com/eclipse-ee4j/jaf +This product contains a modified version of 'Webbit', a Java event based +WebSocket and HTTP server: -## Third-party Content + * LICENSE: + * license/LICENSE.webbit.txt (BSD License) + * HOMEPAGE: + * https://github.com/joewalnes/webbit -This project leverages the following third party content. +This product optionally depends on 'Protocol Buffers', Google's data +interchange format, which can be obtained at: -JUnit (4.12) + * LICENSE: + * license/LICENSE.protobuf.txt (New BSD License) + * HOMEPAGE: + * http://code.google.com/p/protobuf/ -* License: Eclipse Public License +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: -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + * LICENSE: + * license/LICENSE.bouncycastle.txt (MIT License) + * HOMEPAGE: + * http://www.bouncycastle.org/ -# Notices for Jakarta Activation +This product optionally depends on 'SLF4J', a simple logging facade for Java, +which can be obtained at: -This content is produced and maintained by Jakarta Activation project. + * LICENSE: + * license/LICENSE.slf4j.txt (MIT License) + * HOMEPAGE: + * http://www.slf4j.org/ -* Project home: https://projects.eclipse.org/projects/ee4j.jaf +This product optionally depends on 'Apache Commons Logging', a logging +framework, which can be obtained at: -## Copyright + * LICENSE: + * license/LICENSE.commons-logging.txt (Apache License 2.0) + * HOMEPAGE: + * http://commons.apache.org/logging/ -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 optionally depends on 'Apache Log4J', a logging framework, +which can be obtained at: -## Declared Project Licenses + * LICENSE: + * license/LICENSE.log4j.txt (Apache License 2.0) + * HOMEPAGE: + * http://logging.apache.org/log4j/ -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 optionally depends on 'JBoss Logging', a logging framework, +which can be obtained at: -SPDX-License-Identifier: BSD-3-Clause + * LICENSE: + * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1) + * HOMEPAGE: + * http://anonsvn.jboss.org/repos/common/common-logging-spi/ -## Source Code +This product optionally depends on 'Apache Felix', an open source OSGi +framework implementation, which can be obtained at: -The project maintains the following source code repositories: + * LICENSE: + * license/LICENSE.felix.txt (Apache License 2.0) + * HOMEPAGE: + * http://felix.apache.org/ -* https://github.com/eclipse-ee4j/jaf +-------------------------------------------------------------------------------- +org.apache.httpcomponents.httpmime +-------------------------------------------------------------------------------- + +Apache HttpClient Mime +Copyright 1999-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/).