From 1d1454b22cac402f4867df2502df75df0d7261e3 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Wed, 17 May 2023 04:32:19 -0700 Subject: [PATCH] update NOTICE year, update kafka notice in licenses.yaml (#14299) --- NOTICE | 2 +- licenses.yaml | 46 +++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index 5fec3118fab..a589d7b94dd 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Druid -Copyright 2018-2022 The Apache Software Foundation +Copyright 2018-2023 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/licenses.yaml b/licenses.yaml index ba0e3ca2171..608633a01a3 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -3843,10 +3843,28 @@ libraries: notices: - kafka-clients: | Apache Kafka - Copyright 2022 The Apache Software Foundation. - + Copyright 2023 The Apache Software Foundation. + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). + This distribution has a binary dependency on jersey, which is available under the CDDL License. The source code of jersey can be found at https://github.com/jersey/jersey/. + + This distribution has a binary test dependency on jqwik, which is available under + the Eclipse Public License 2.0. The source code can be found at + https://github.com/jlink/jqwik. + + The streams-scala (streams/streams-scala) module was donated by Lightbend and the original code was copyrighted by them: + Copyright (C) 2018 Lightbend Inc. + Copyright (C) 2017-2018 Alexis Seigneurin. + + This project contains the following code copied from Apache Hadoop: + clients/src/main/java/org/apache/kafka/common/utils/PureJavaCrc32C.java + Some portions of this file Copyright (c) 2004-2006 Intel Corporation and licensed under the BSD license. + + This project contains the following code copied from Apache Hive: + streams/src/main/java/org/apache/kafka/streams/state/internals/Murmur3.java --- @@ -4757,12 +4775,30 @@ version: 3.4.0 libraries: - org.apache.kafka: kafka-clients notices: - - kafka-clients: + - kafka-clients: | Apache Kafka - Copyright 2022 The Apache Software Foundation. - + Copyright 2023 The Apache Software Foundation. + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). + This distribution has a binary dependency on jersey, which is available under the CDDL License. The source code of jersey can be found at https://github.com/jersey/jersey/. + + This distribution has a binary test dependency on jqwik, which is available under + the Eclipse Public License 2.0. The source code can be found at + https://github.com/jlink/jqwik. + + The streams-scala (streams/streams-scala) module was donated by Lightbend and the original code was copyrighted by them: + Copyright (C) 2018 Lightbend Inc. + Copyright (C) 2017-2018 Alexis Seigneurin. + + This project contains the following code copied from Apache Hadoop: + clients/src/main/java/org/apache/kafka/common/utils/PureJavaCrc32C.java + Some portions of this file Copyright (c) 2004-2006 Intel Corporation and licensed under the BSD license. + + This project contains the following code copied from Apache Hive: + streams/src/main/java/org/apache/kafka/streams/state/internals/Murmur3.java ---