blob: 7fc041697b1144cf427654b2ca1fce3faa2939b1 [file] [log] [blame]
Apache Polaris (incubating)
Copyright 2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
The initial code for the Polaris project was donated
to the ASF by Snowflake Inc. (https://www.snowflake.com/) copyright 2024.
--------------------------------------------------------------------------------
This binary artifact bundles the following projects with NOTICE:
--------------------------------------------------------------------------------
Group: com.aayushatharva.brotli4j Name: brotli4j Version: 1.16.0
Group: com.aayushatharva.brotli4j Name: service Version: 1.16.0
NOTICE:
| =============== Brotli4j ===============
|
| Copyright 2021, Aayush Atharva
|
| Brotli4j 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.
|
| =========================================
|
| Also, please refer to each LICENSE.<component>.txt file, which is located in
| the 'LICENSES' directory of the distribution file, for the license terms of the
| components that this product depends on.
|
| ---------------------------------
| This product depends on 'Google Brotli'. License for the same can be obtained at:
|
| * LICENSE:
| * LICENSES/LICENSE.googlebrotli.txt (MIT License)
|
| ---------------------------------
| This product depends on 'Netty ByteBuf'. License for the same can be obtained at:
|
| * LICENSE:
| * LICENSES/LICENSE.netty.txt (Apache License 2.0)
|
| ---------------------------------
--------------------------------------------------------------------------------
Group: io.grpc Name: grpc-alts Version: 1.69.1
Group: io.grpc Name: grpc-api Version: 1.69.1
Group: io.grpc Name: grpc-auth Version: 1.69.1
Group: io.grpc Name: grpc-context Version: 1.69.1
Group: io.grpc Name: grpc-core Version: 1.69.1
Group: io.grpc Name: grpc-googleapis Version: 1.69.1
Group: io.grpc Name: grpc-grpclb Version: 1.69.1
Group: io.grpc Name: grpc-inprocess Version: 1.69.1
Group: io.grpc Name: grpc-netty Version: 1.69.1
Group: io.grpc Name: grpc-netty-shaded Version: 1.69.1
Group: io.grpc Name: grpc-opentelemetry Version: 1.69.1
Group: io.grpc Name: grpc-protobuf Version: 1.69.1
Group: io.grpc Name: grpc-protobuf-lite Version: 1.69.1
Group: io.grpc Name: grpc-rls Version: 1.69.1
Group: io.grpc Name: grpc-services Version: 1.69.1
Group: io.grpc Name: grpc-stub Version: 1.69.1
Group: io.grpc Name: grpc-util Version: 1.69.1
Group: io.grpc Name: grpc-xds Version: 1.69.1
NOTICE:
| Copyright 2014 The gRPC 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
|
| 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.
|
| -----------------------------------------------------------------------
|
| This product contains a modified portion of 'OkHttp', an open source
| HTTP & SPDY client for Android and Java applications, which can be obtained
| at:
|
| * LICENSE:
| * okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/square/okhttp
| * LOCATION_IN_GRPC:
| * okhttp/third_party/okhttp
|
| This product contains a modified portion of 'Envoy', an open source
| cloud-native high-performance edge/middle/service proxy, which can be
| obtained at:
|
| * LICENSE:
| * xds/third_party/envoy/LICENSE (Apache License 2.0)
| * NOTICE:
| * xds/third_party/envoy/NOTICE
| * HOMEPAGE:
| * https://www.envoyproxy.io
| * LOCATION_IN_GRPC:
| * xds/third_party/envoy
|
| This product contains a modified portion of 'protoc-gen-validate (PGV)',
| an open source protoc plugin to generate polyglot message validators,
| which can be obtained at:
|
| * LICENSE:
| * xds/third_party/protoc-gen-validate/LICENSE (Apache License 2.0)
| * NOTICE:
| * xds/third_party/protoc-gen-validate/NOTICE
| * HOMEPAGE:
| * https://github.com/envoyproxy/protoc-gen-validate
| * LOCATION_IN_GRPC:
| * xds/third_party/protoc-gen-validate
|
| This product contains a modified portion of 'udpa',
| an open source universal data plane API, which can be obtained at:
|
| * LICENSE:
| * xds/third_party/udpa/LICENSE (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/cncf/udpa
| * LOCATION_IN_GRPC:
| * xds/third_party/udpa
--------------------------------------------------------------------------------
Group: io.micrometer Name: micrometer-commons Version: 1.14.7
Group: io.micrometer Name: micrometer-core Version: 1.14.7
Group: io.micrometer Name: micrometer-observation Version: 1.14.7
Group: io.micrometer Name: micrometer-registry-prometheus-simpleclient Version: 1.14.7
NOTICE:
| Micrometer
|
| Copyright (c) 2017-Present VMware, Inc. 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
|
| 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.
|
| -------------------------------------------------------------------------------
|
| This product contains a modified portion of 'io.netty.util.internal.logging',
| in the Netty/Common library distributed by The Netty Project:
|
| * Copyright 2013 The Netty Project
| * License: Apache License v2.0
| * Homepage: https://netty.io
|
| This product contains a modified portion of 'StringUtils.isBlank()',
| in the Commons Lang library distributed by The Apache Software Foundation:
|
| * Copyright 2001-2019 The Apache Software Foundation
| * License: Apache License v2.0
| * Homepage: https://commons.apache.org/proper/commons-lang/
|
| This product contains a modified portion of 'JsonUtf8Writer',
| in the Moshi library distributed by Square, Inc:
|
| * Copyright 2010 Google Inc.
| * License: Apache License v2.0
| * Homepage: https://github.com/square/moshi
|
| This product contains a modified portion of the 'org.springframework.lang'
| package in the Spring Framework library, distributed by VMware, Inc:
|
| * Copyright 2002-2019 the original author or authors.
| * License: Apache License v2.0
| * Homepage: https://spring.io/projects/spring-framework
--------------------------------------------------------------------------------
Group: io.netty Name: netty-buffer Version: 4.1.127.Final
Group: io.netty Name: netty-codec Version: 4.1.127.Final
Group: io.netty Name: netty-codec-dns Version: 4.1.127.Final
Group: io.netty Name: netty-codec-haproxy Version: 4.1.127.Final
Group: io.netty Name: netty-codec-http Version: 4.1.127.Final
Group: io.netty Name: netty-codec-http2 Version: 4.1.127.Final
Group: io.netty Name: netty-codec-socks Version: 4.1.127.Final
Group: io.netty Name: netty-common Version: 4.1.127.Final
Group: io.netty Name: netty-handler Version: 4.1.127.Final
Group: io.netty Name: netty-handler-proxy Version: 4.1.127.Final
Group: io.netty Name: netty-resolver Version: 4.1.127.Final
Group: io.netty Name: netty-resolver-dns Version: 4.1.127.Final
Group: io.netty Name: netty-resolver-dns-classes-macos Version: 4.1.127.Final
Group: io.netty Name: netty-resolver-dns-native-macos Version: 4.1.127.Final
Group: io.netty Name: netty-tcnative-boringssl-static Version: 2.0.73.Final
Group: io.netty Name: netty-tcnative-classes Version: 2.0.73.Final
Group: io.netty Name: netty-transport Version: 4.1.127.Final
Group: io.netty Name: netty-transport-classes-epoll Version: 4.1.127.Final
Group: io.netty Name: netty-transport-classes-kqueue Version: 4.1.127.Final
Group: io.netty Name: netty-transport-native-epoll Version: 4.1.127.Final
Group: io.netty Name: netty-transport-native-kqueue Version: 4.1.127.Final
Group: io.netty Name: netty-transport-native-unix-common Version: 4.1.127.Final
NOTICE:
|
| 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
|
| 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.
|
| Also, please refer to each LICENSE.<component>.txt file, which is located in
| the 'license' directory of the distribution file, for the license terms of the
| components that this product depends on.
|
| -------------------------------------------------------------------------------
| This 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:
|
| * 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 product contains a modified version of Robert Harder's Public Domain
| Base64 Encoder and Decoder, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.base64.txt (Public Domain)
| * HOMEPAGE:
| * http://iharder.sourceforge.net/current/java/base64/
|
| This product contains a modified portion of 'Webbit', an event based
| WebSocket and HTTP server, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.webbit.txt (BSD License)
| * HOMEPAGE:
| * https://github.com/joewalnes/webbit
|
| This product contains a modified portion of 'SLF4J', a simple logging
| facade for Java, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.slf4j.txt (MIT License)
| * HOMEPAGE:
| * https://www.slf4j.org/
|
| This product contains a modified portion of 'Apache Harmony', an open source
| Java SE, which can be obtained at:
|
| * NOTICE:
| * license/NOTICE.harmony.txt
| * LICENSE:
| * license/LICENSE.harmony.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://archive.apache.org/dist/harmony/
|
| This product contains a modified portion of 'jbzip2', a Java bzip2 compression
| and decompression library written by Matthew J. Francis. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.jbzip2.txt (MIT License)
| * HOMEPAGE:
| * https://code.google.com/p/jbzip2/
|
| This product contains a modified portion of 'libdivsufsort', a C API library to construct
| the suffix array and the Burrows-Wheeler transformed string for any input string of
| a constant-size alphabet written by Yuta Mori. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.libdivsufsort.txt (MIT License)
| * HOMEPAGE:
| * https://github.com/y-256/libdivsufsort
|
| This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
| which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.jctools.txt (ASL2 License)
| * HOMEPAGE:
| * https://github.com/JCTools/JCTools
|
| This product optionally depends on 'JZlib', a re-implementation of zlib in
| pure Java, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.jzlib.txt (BSD style License)
| * HOMEPAGE:
| * http://www.jcraft.com/jzlib/
|
| This product optionally depends on 'Compress-LZF', a Java library for encoding and
| decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.compress-lzf.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/ning/compress
|
| This product optionally depends on 'lz4', a LZ4 Java compression
| and decompression library written by Adrien Grand. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.lz4.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/jpountz/lz4-java
|
| This product optionally depends on 'lzma-java', a LZMA Java compression
| and decompression library, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.lzma-java.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/jponge/lzma-java
|
| This product optionally depends on 'zstd-jni', a zstd-jni Java compression
| and decompression library, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.zstd-jni.txt (BSD)
| * HOMEPAGE:
| * https://github.com/luben/zstd-jni
|
| This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
| and decompression library written by William Kinney. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.jfastlz.txt (MIT License)
| * HOMEPAGE:
| * https://code.google.com/p/jfastlz/
|
| This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
| interchange format, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.protobuf.txt (New BSD License)
| * HOMEPAGE:
| * https://github.com/google/protobuf
|
| 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:
| * https://www.bouncycastle.org/
|
| This product optionally depends on 'Snappy', a compression library produced
| by Google Inc, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.snappy.txt (New BSD License)
| * HOMEPAGE:
| * https://github.com/google/snappy
|
| This product optionally depends on 'JBoss Marshalling', an alternative Java
| serialization API, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.jboss-marshalling.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/jboss-remoting/jboss-marshalling
|
| This product optionally depends on 'Caliper', Google's micro-
| benchmarking framework, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.caliper.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/google/caliper
|
| This product optionally depends on 'Apache Commons Logging', a logging
| framework, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.commons-logging.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://commons.apache.org/logging/
|
| This product optionally depends on 'Apache Log4J', a logging framework, which
| can be obtained at:
|
| * LICENSE:
| * license/LICENSE.log4j.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://logging.apache.org/log4j/
|
| This product optionally depends on 'Aalto XML', an ultra-high performance
| non-blocking XML processor, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.aalto-xml.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://wiki.fasterxml.com/AaltoHome
|
| This product contains a modified version of 'HPACK', a Java implementation of
| the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.hpack.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/twitter/hpack
|
| This product contains a modified version of 'HPACK', a Java implementation of
| the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.hyper-hpack.txt (MIT License)
| * HOMEPAGE:
| * https://github.com/python-hyper/hpack/
|
| This product contains a modified version of 'HPACK', a Java implementation of
| the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at:
|
| * LICENSE:
| * license/LICENSE.nghttp2-hpack.txt (MIT License)
| * HOMEPAGE:
| * https://github.com/nghttp2/nghttp2/
|
| This product contains a modified portion of 'Apache Commons Lang', a Java library
| provides utilities for the java.lang API, which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.commons-lang.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://commons.apache.org/proper/commons-lang/
|
|
| 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.
|
| * LICENSE:
| * license/LICENSE.mvn-wrapper.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/takari/maven-wrapper
|
| This product contains the dnsinfo.h header file, that provides a way to retrieve the system DNS configuration on MacOS.
| This private header is also used by Apple's open source
| mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
|
| * LICENSE:
| * license/LICENSE.dnsinfo.txt (Apple Public Source License 2.0)
| * HOMEPAGE:
| * https://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
|
| This product optionally depends on 'Brotli4j', Brotli compression and
| decompression for Java., which can be obtained at:
|
| * LICENSE:
| * license/LICENSE.brotli4j.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/hyperxpro/Brotli4j
--------------------------------------------------------------------------------
Group: io.perfmark Name: perfmark-api Version: 0.27.0
NOTICE:
|
| Copyright 2019 Google LLC
|
| 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.
|
| -----------------------------------------------------------------------
|
| This product contains a modified portion of 'Catapult', an open source
| Trace Event viewer for Chome, Linux, and Android applications, which can
| be obtained at:
|
| * LICENSE:
| * traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/catapult/LICENSE (New BSD License)
| * HOMEPAGE:
| * https://github.com/catapult-project/catapult
|
| This product contains a modified portion of 'Polymer', a library for Web
| Components, which can be obtained at:
| * LICENSE:
| * traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/polymer/LICENSE (New BSD License)
| * HOMEPAGE:
| * https://github.com/Polymer/polymer
|
|
| This product contains a modified portion of 'ASM', an open source
| Java Bytecode library, which can be obtained at:
|
| * LICENSE:
| * agent/src/main/resources/io/perfmark/agent/third_party/asm/LICENSE (BSD style License)
| * HOMEPAGE:
| * https://asm.ow2.io/
--------------------------------------------------------------------------------
Group: io.prometheus Name: simpleclient Version: 0.16.0
Group: io.prometheus Name: simpleclient_common Version: 0.16.0
Group: io.prometheus Name: simpleclient_tracer_common Version: 0.16.0
Group: io.prometheus Name: simpleclient_tracer_otel Version: 0.16.0
Group: io.prometheus Name: simpleclient_tracer_otel_agent Version: 0.16.0
NOTICE:
| Prometheus instrumentation library for JVM applications
| Copyright 2012-2015 The Prometheus Authors
|
| This product includes software developed at
| Boxever Ltd. (http://www.boxever.com/).
|
| This product includes software developed at
| SoundCloud Ltd. (http://soundcloud.com/).
|
| This product includes software developed as part of the
| Ocelli project by Netflix Inc. (https://github.com/Netflix/ocelli/).
--------------------------------------------------------------------------------
Group: io.smallrye.config Name: smallrye-config Version: 3.13.4
Group: io.smallrye.config Name: smallrye-config-common Version: 3.13.4
Group: io.smallrye.config Name: smallrye-config-core Version: 3.13.4
Group: io.smallrye.config Name: smallrye-config-validator Version: 3.13.4
NOTICE:
| Copyright 2009-2017 Mark Struberg
| Copyright 2018 Red Hat, inc.
|
| This product includes software developed at
| The Apache Software Foundation (http://www.apache.org/).
--------------------------------------------------------------------------------
Group: io.swagger Name: swagger-annotations Version: 1.6.16
Group: io.swagger Name: swagger-core Version: 1.6.16
Group: io.swagger Name: swagger-jaxrs Version: 1.6.16
Group: io.swagger Name: swagger-models Version: 1.6.16
NOTICE:
| Swagger Core - ${pom.name}
| Copyright (c) 2015. SmartBear Software Inc.
| Swagger Core - ${pom.name} is licensed under Apache 2.0 license.
| Copy of the Apache 2.0 license can be found in `LICENSE` file.
--------------------------------------------------------------------------------
Group: com.fasterxml.jackson.core Name: jackson-annotations Version: 2.20
Group: com.fasterxml.jackson.core Name: jackson-databind Version: 2.20.0
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.
--------------------------------------------------------------------------------
Group: com.fasterxml.jackson.core Name: jackson-core Version: 2.20.0
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 <https://github.com/wrandelshofer/FastDoubleParser>.
| That code is available under an MIT license <https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE>
| under the following copyright.
|
| Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
|
| See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser
| and the licenses and copyrights that apply to that code.
--------------------------------------------------------------------------------
Group: com.fasterxml.jackson.dataformat Name: jackson-dataformat-yaml Version: 2.20.0
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 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.
--------------------------------------------------------------------------------
Group: com.fasterxml.jackson.datatype Name: jackson-datatype-jdk8 Version: 2.20.0
Group: com.fasterxml.jackson.datatype Name: jackson-datatype-jsr310 Version: 2.20.0
Group: com.fasterxml.jackson.module Name: jackson-module-parameter-names Version: 2.20.0
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.
|
| ## 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.
--------------------------------------------------------------------------------
Group: jakarta.enterprise Name: jakarta.enterprise.cdi-api Version: 4.1.0
Group: jakarta.inject Name: jakarta.inject-api Version: 2.0.1
NOTICE:
| # Notices for Jakarta Contexts and Dependency Injection
|
| This content is produced and maintained by the Jakarta Contexts and Dependency Injection
| project.
|
| * Project home: https://projects.eclipse.org/projects/ee4j.cdi
|
| ## Trademarks
|
| Jakarta Contexts and 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 v. 2.0 which is available at
| http://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/jakartaee/cdi
| * https://github.com/jakartaee/cdi-tck
| * https://github.com/jakartaee/inject
| * https://github.com/jakartaee/inject-spec
| * https://github.com/jakartaee/inject-tck
|
| The project also maintains the following legacy CPL licensed source code repositories:
|
| * https://github.com/eclipse-ee4j/cdi-cpl
| * https://github.com/eclipse-ee4j/cdi-tck-cpl
|
| ## 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.
--------------------------------------------------------------------------------
Group: jakarta.validation Name: jakarta.validation-api Version: 3.0.2
Group: javax.validation Name: validation-api Version: 1.1.0.Final
NOTICE:
| # Notices for Eclipse Jakarta Validation
|
| This content is produced and maintained by the Eclipse Jakarta Validation
| project.
|
| * Project home: https://projects.eclipse.org/projects/ee4j.validation
|
| ## Trademarks
|
| Jakarta Validation 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:
|
| * [The specification repository](https://github.com/jakartaee/validation-spec)
| * [The API repository](https://github.com/jakartaee/validation)
| * [The TCK repository](https://github.com/jakartaee/validation-tck)
|
| ## Third-party Content
|
| This project leverages the following third party content.
|
| Test dependencies:
|
| * [TestNG](https://github.com/cbeust/testng) - Apache License 2.0
| * [JCommander](https://github.com/cbeust/jcommander) - Apache License 2.0
| * [SnakeYAML](https://bitbucket.org/asomov/snakeyaml/src) - Apache License 2.0
--------------------------------------------------------------------------------
Group: org.conscrypt Name: conscrypt-openjdk-uber Version: 2.5.2
NOTICE:
| Copyright 2016 The Android Open Source Project
|
| 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.
|
| -----------------------------------------------------------------------
| This product contains a modified portion of `Netty`, a configurable network
| stack in Java, which can be obtained at:
|
| * LICENSE:
| * licenses/LICENSE.netty.txt (Apache License 2.0)
| * HOMEPAGE:
| * http://netty.io/
|
| This product contains a modified portion of `Apache Harmony`, modular Java runtime,
| which can be obtained at:
|
| * LICENSE:
| * licenses/LICENSE.harmony.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://harmony.apache.org/
--------------------------------------------------------------------------------
Group: org.eclipse.jetty Name: jetty-http Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-io Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-security Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-server Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-servlet Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-util Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-util-ajax Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-webapp Version: 9.4.57.v20241219
Group: org.eclipse.jetty Name: jetty-xml Version: 9.4.57.v20241219
NOTICE:
| Notices for Eclipse Jetty
| =========================
| This content is produced and maintained by the Eclipse Jetty project.
|
| Project home: https://jetty.org/
|
| 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.
--------------------------------------------------------------------------------
Group: org.eclipse.microprofile.config Name: microprofile-config-api Version: 3.1
NOTICE:
| =========================================================================
| == NOTICE file corresponding to section 4(d) of the Apache License, ==
| == Version 2.0, in this case for Microprofile Config ==
| =========================================================================
|
| This product includes software developed at
| The Apache Software Foundation (http://www.apache.org/).
|
| Portions of this software were originally based on the following:
| * Apache DeltaSpike Config
| https://deltaspike.apache.org
| under Apache License, v2.0
|
| SPDXVersion: SPDX-2.1
| PackageName: Eclipse Microprofile
| PackageHomePage: http://www.eclipse.org/microprofile
| PackageLicenseDeclared: Apache-2.0
|
| PackageCopyrightText: <text>
| Mark Struberg struberg@apache.org,
| Gerhard Petracek gpetracek@apache.org,
| Romain Manni-Bucau rmannibucau@apache.org,
| Ron Smeral rsmeral@apache.org,
| Emily Jiang emijiang@uk.ibm.com,
| Ondrej Mihalyi ondrej.mihalyi@gmail.com,
| Gunnar Morling gunnar@hibernate.org
| </text>
--------------------------------------------------------------------------------
Group: org.eclipse.microprofile.health Name: microprofile-health-api Version: 4.0.1
NOTICE:
| =========================================================================
| == NOTICE file corresponding to section 4(d) of the Apache License, ==
| == Version 2.0, in this case for Microprofile Health ==
| =========================================================================
|
| This product includes software developed at
| The Apache Software Foundation (http://www.apache.org/).
|
|
| SPDXVersion: SPDX-2.1
| PackageName: Eclipse Microprofile
| PackageHomePage: http://www.eclipse.org/microprofile
| PackageLicenseDeclared: Apache-2.0
|
| PackageCopyrightText: <text>
| Heiko Braun hbraun@redhat.com
| </text>
--------------------------------------------------------------------------------
Group: org.xerial.snappy Name: snappy-java Version: 1.1.10.5
NOTICE:
| This product includes software developed by Google
| Snappy: http://code.google.com/p/snappy/ (New BSD License)
|
| This product includes software developed by Apache
| PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/
| (Apache 2.0 license)
|
| This library contains statically linked libstdc++. This inclusion is allowed by
| "GCC Runtime Library Exception"
| http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
|
| == Contributors ==
| * Tatu Saloranta
| * Providing benchmark suite
| * Alec Wysoker
| * Performance and memory usage improvement
|
| Third-Party Notices and Licenses:
|
| - Hadoop: Apache Hadoop is used as a dependency
| License: Apache License 2.0
| Source/Reference: https://github.com/apache/hadoop/blob/trunk/NOTICE.txt
--------------------------------------------------------------------------------
Group: software.amazon.awssdk Name: annotations Version: 2.35.0
Group: software.amazon.awssdk Name: apache-client Version: 2.35.0
Group: software.amazon.awssdk Name: arns Version: 2.35.0
Group: software.amazon.awssdk Name: auth Version: 2.35.0
Group: software.amazon.awssdk Name: aws-core Version: 2.35.0
Group: software.amazon.awssdk Name: aws-json-protocol Version: 2.35.0
Group: software.amazon.awssdk Name: aws-query-protocol Version: 2.35.0
Group: software.amazon.awssdk Name: aws-xml-protocol Version: 2.35.0
Group: software.amazon.awssdk Name: checksums Version: 2.35.0
Group: software.amazon.awssdk Name: checksums-spi Version: 2.35.0
Group: software.amazon.awssdk Name: crt-core Version: 2.35.0
Group: software.amazon.awssdk Name: endpoints-spi Version: 2.35.0
Group: software.amazon.awssdk Name: http-auth Version: 2.35.0
Group: software.amazon.awssdk Name: http-auth-aws Version: 2.35.0
Group: software.amazon.awssdk Name: http-auth-aws-eventstream Version: 2.35.0
Group: software.amazon.awssdk Name: http-auth-spi Version: 2.35.0
Group: software.amazon.awssdk Name: http-client-spi Version: 2.35.0
Group: software.amazon.awssdk Name: iam-policy-builder Version: 2.35.0
Group: software.amazon.awssdk Name: identity-spi Version: 2.35.0
Group: software.amazon.awssdk Name: json-utils Version: 2.35.0
Group: software.amazon.awssdk Name: kms Version: 2.35.0
Group: software.amazon.awssdk Name: metrics-spi Version: 2.35.0
Group: software.amazon.awssdk Name: netty-nio-client Version: 2.35.0
Group: software.amazon.awssdk Name: profiles Version: 2.35.0
Group: software.amazon.awssdk Name: protocol-core Version: 2.35.0
Group: software.amazon.awssdk Name: rds Version: 2.35.0
Group: software.amazon.awssdk Name: regions Version: 2.35.0
Group: software.amazon.awssdk Name: retries Version: 2.35.0
Group: software.amazon.awssdk Name: retries-spi Version: 2.35.0
Group: software.amazon.awssdk Name: s3 Version: 2.35.0
Group: software.amazon.awssdk Name: sdk-core Version: 2.35.0
Group: software.amazon.awssdk Name: sts Version: 2.35.0
Group: software.amazon.awssdk Name: third-party-jackson-core Version: 2.35.0
Group: software.amazon.awssdk Name: utils Version: 2.35.0
Group: software.amazon.awssdk Name: utils-lite Version: 2.35.0
NOTICE:
| AWS SDK for Java
| Copyright 2010-2014 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.
|
| The licenses for these third party components are included in LICENSE.txt
--------------------------------------------------------------------------------
Group: software.amazon.eventstream Name: eventstream Version: 1.0.1
NOTICE:
| AWS EventStream for Java
| Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
--------------------------------------------------------------------------------
Group: org.bitbucket.b_c Name: jose4j Version: 0.9.6
NOTICE:
| jose4j
| Copyright 2012-2015 Brian Campbell
|
| EcdsaUsingShaAlgorithm contains code for converting the concatenated
| R & S values of the signature to and from DER, which was originally
| derived from the Apache Santuario XML Security library's SignatureECDSA
| implementation. http://santuario.apache.org/
|
| The Base64 implementation in this software was derived from the
| Apache Commons Codec project. http://commons.apache.org/proper/commons-codec/
|
| JSON processing in this software was derived from the JSON.simple toolkit.
| https://code.google.com/p/json-simple/
--------------------------------------------------------------------------------