awelless commented on code in PR #10077:
URL: https://github.com/apache/nifi/pull/10077#discussion_r2303941816


##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis-nar/src/main/resources/META-INF/NOTICE:
##########
@@ -0,0 +1,391 @@
+nifi-aws-kinesis-3-nar
+Copyright 2015-2025 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+******************
+Apache Software License v2
+******************
+
+The following binary components are provided under the Apache Software License 
v2
+
+  (ASLv2) Amazon Event Stream
+    The following NOTICE information applies:
+      AWS EventStream for Java
+      Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+
+  (ASLv2) Amazon Kinesis Client Library
+    The following NOTICE information applies:
+      AmazonKinesisClientLibrary
+      Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights 
Reserved.
+
+  (ASLv2) Apache Commons Collections
+    The following NOTICE information applies:
+      Apache Commons Collections
+      Copyright 2001-2015 The Apache Software Foundation
+
+      This product includes software developed by
+      The Apache Software Foundation (http://www.apache.org/).
+
+  (ASLv2) Apache Commons Collections 4
+    The following NOTICE information applies:
+      Apache Commons Collections
+      Copyright 2001-2025 The Apache Software Foundation
+
+      This product includes software developed at
+      The Apache Software Foundation (https://www.apache.org/).
+
+  (ASLv2) AWS SDK for Java V2
+    The following NOTICE information applies:
+      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/).
+
+  (ASLv2) DynamoDB Lock Client
+    The following NOTICE information applies:
+      DynamoDB Lock Client
+      Copyright 2013 - 2017 Amazon.com, Inc. or its affiliates. All Rights 
Reserved.
+
+  (ASLv2) Google Guava
+    The following NOTICE information applies:
+      Google Guava
+      Copyright (C) 2024 The Guava Authors
+
+  (ASLv2) JSpecify
+    The following NOTICE information applies:
+      JSpecify
+      Copyright 2022 The JSpecify Authors
+
+  (ASLv2) FindBugs JSR305
+    The following NOTICE information applies:
+      FindBugs JSR305
+      Copyright 2017 The FindBugs JSR305 Authors
+
+  (ASLv2) Netty

Review Comment:
   The following Netty dependencies are included:
   ```
   io.netty:netty-codec-base:jar:4.2.4.Final:compile
   io.netty:netty-codec-compression:jar:4.2.4.Final:compile
   io.netty:netty-codec-http:jar:4.2.4.Final:compile
   io.netty:netty-codec-http2:jar:4.2.4.Final:compile
   io.netty:netty-transport-classes-epoll:jar:4.2.4.Final:compile
   ```
   All of them are under the same license. Shall I mention these specific 
dependencies in the NOTICE?



-- 
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]

Reply via email to