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

Apache Flink
Copyright 2006-2024 The Apache Software Foundation

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

flink-sql-connector-aws-kinesis-streams

Copyright 2014-2024 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:utils:2.20.144
- software.amazon.awssdk:third-party-jackson-dataformat-cbor:2.20.144
- software.amazon.awssdk:third-party-jackson-core:2.20.144
- software.amazon.awssdk:sts:2.20.144
- software.amazon.awssdk:sdk-core:2.20.144
- software.amazon.awssdk:regions:2.20.144
- software.amazon.awssdk:protocol-core:2.20.144
- software.amazon.awssdk:profiles:2.20.144
- software.amazon.awssdk:netty-nio-client:2.20.144
- software.amazon.awssdk:metrics-spi:2.20.144
- software.amazon.awssdk:kinesis:2.20.144
- software.amazon.awssdk:json-utils:2.20.144
- software.amazon.awssdk:http-client-spi:2.20.144
- software.amazon.awssdk:endpoints-spi:2.20.144
- software.amazon.awssdk:aws-query-protocol:2.20.144
- software.amazon.awssdk:aws-json-protocol:2.20.144
- software.amazon.awssdk:aws-core:2.20.144
- software.amazon.awssdk:aws-cbor-protocol:2.20.144
- software.amazon.awssdk:auth:2.20.144
- software.amazon.awssdk:arns:2.20.144
- software.amazon.awssdk:apache-client:2.20.144
- software.amazon.awssdk:annotations:2.20.144
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.httpcomponents:httpclient:4.5.13
- io.netty:netty-transport:4.1.86.Final
- io.netty:netty-transport-native-unix-common:4.1.86.Final
- io.netty:netty-transport-classes-epoll:4.1.86.Final
- io.netty:netty-resolver:4.1.86.Final
- io.netty:netty-handler:4.1.86.Final
- io.netty:netty-common:4.1.86.Final
- io.netty:netty-codec:4.1.86.Final
- io.netty:netty-codec-http:4.1.86.Final
- io.netty:netty-codec-http2:4.1.86.Final
- io.netty:netty-buffer:4.1.86.Final
- commons-logging:commons-logging:1.1.3


This project bundles the following dependencies under the MIT-0 license (https://spdx.org/licenses/MIT-0.html).

- org.reactivestreams:reactive-streams:1.0.4

Flink : Connectors : AWS : Amazon Kinesis Data Streams Connector v2
Copyright 2022-2024 The Apache Software Foundation

Flink : Connectors : AWS : Base
Copyright 2022-2024 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/).

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

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

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.

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.

