// ------------------------------------------------------------------
// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for Apache Flink
// ------------------------------------------------------------------

Apache Flink
Copyright 2006-2022 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

flink-sql-connector-aws-kinesis-firehose

Copyright 2014-2022 The Apache Software Foundation

This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)

- software.amazon.awssdk:firehose:2.17.247
- software.amazon.awssdk:aws-json-protocol:2.17.247
- software.amazon.awssdk:protocol-core:2.17.247
- software.amazon.awssdk:profiles:2.17.247
- software.amazon.awssdk:sdk-core:2.17.247
- software.amazon.awssdk:auth:2.17.247
- software.amazon.awssdk:http-client-spi:2.17.247
- software.amazon.awssdk:regions:2.17.247
- software.amazon.awssdk:annotations:2.17.247
- software.amazon.awssdk:utils:2.17.247
- software.amazon.awssdk:aws-core:2.17.247
- software.amazon.awssdk:metrics-spi:2.17.247
- software.amazon.awssdk:apache-client:2.17.247
- software.amazon.awssdk:netty-nio-client:2.17.247
- software.amazon.awssdk:sts:2.17.247
- software.amazon.awssdk:aws-query-protocol:2.17.247
- software.amazon.awssdk:json-utils:2.17.247
- software.amazon.awssdk:third-party-jackson-core:2.17.247
- io.netty:netty-codec-http:4.1.77.Final
- io.netty:netty-codec-http2:4.1.77.Final
- io.netty:netty-codec:4.1.77.Final
- io.netty:netty-transport:4.1.77.Final
- io.netty:netty-resolver:4.1.77.Final
- io.netty:netty-common:4.1.77.Final
- io.netty:netty-buffer:4.1.77.Final
- io.netty:netty-handler:4.1.77.Final
- io.netty:netty-transport-native-unix-common:4.1.77.Final
- io.netty:netty-transport-classes-epoll:4.1.77.Final
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
- commons-logging:commons-logging:1.1.3

This project bundles the following dependencies under the Creative Commons Zero license (https://creativecommons.org/publicdomain/zero/1.0/).

- org.reactivestreams:reactive-streams:1.0.3


Flink : Connectors : AWS : Amazon Kinesis Data Firehose
Copyright 2022 The Apache Software Foundation

Flink : Connectors : Base
Copyright 2014-2022 The Apache Software Foundation

Flink : Connectors : AWS : Base
Copyright 2022 The Apache Software Foundation

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.

## 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.

Apache HttpClient
Copyright 1999-2020 The Apache Software Foundation

Apache Commons Logging
Copyright 2003-2013 The Apache Software Foundation

Apache HttpCore
Copyright 2005-2020 The Apache Software Foundation

