manuzhang commented on code in PR #15449: URL: https://github.com/apache/iceberg/pull/15449#discussion_r2881374751
########## flink/v1.20/flink-runtime/NOTICE: ########## @@ -358,3 +353,240 @@ This binary artifact includes Eclipse Microprofile OpenAPI with the following in | PackageCopyrightText: <text> | Arthur De Magalhaes [email protected] | </text> + +-------------------------------------------------------------------------------- + +This product bundles gRPC with the following in its NOTICE file: +| 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 + +-------------------------------------------------------------------------------- + +This product bundles Netty with the following in its NOTICE file: +| +| The Netty Project +| ================= +| +| Please visit the Netty web site for more information: +| +| * http://netty.io/ +| +| Copyright 2016 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: +| +| 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 forked and modified version of Tomcat Native +| +| * 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/ +| +| 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 small piece of code to support AIX, taken from netbsd. +| +| * LICENSE: +| * license/LICENSE.aix-netbsd.txt (OpenSSL License) +| * HOMEPAGE: +| * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist +| +| +| This product contains code from boringssl. +| +| * LICENSE (Combination ISC and OpenSSL license) +| * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) +| * HOMEPAGE: +| * https://boringssl.googlesource.com/boringssl/ + +-------------------------------------------------------------------------------- + +This product bundles Jackson JSON Processor with the following in its NOTICE file: +| # Jackson JSON processor +| +| Jackson is a high-performance, Free/Open Source JSON processing library. +| It was originally written by Tatu Saloranta ([email protected]), and has +| been in development since 2007. +| It is currently developed by a community of developers. +| +| ## Copyright +| +| Copyright 2007-, Tatu Saloranta ([email protected]) +| +| ## 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. + +-------------------------------------------------------------------------------- + +This product bundles Perfmark with the following in its NOTICE file: +| +| 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/ + +-------------------------------------------------------------------------------- + +This product bundles Conscrypt (uber-jar) with the following in its 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/ Review Comment: no newline at the end of the file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
