diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 8426c89..d252ed4 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
strimzi_kafka_version:
- - "0.38.0-kafka-3.6.0"
+ # - "0.38.0-kafka-3.6.0"
# - "0.33.0-kafka-3.3.2"
# - "0.33.0-kafka-3.3.1"
# - "0.33.0-kafka-3.2.1"
@@ -21,11 +21,12 @@ jobs:
# - "0.32.0-kafka-3.2.3"
# - "0.32.0-kafka-3.3.1"
# - "0.31.0-kafka-3.1.0"
- # - "0.31.0-kafka-3.1.1"
+ - "0.31.0-kafka-3.1.1"
# - "0.31.0-kafka-3.2.1"
# - "0.31.0-kafka-3.2.0"
aws_msk_iam_auth_version:
- "latest"
+ - "1.1.6"
- "2.1.1"
steps:
- uses: actions/checkout@v2
diff --git a/Dockerfile b/Dockerfile
index e4c1891..76c2755 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,6 +15,20 @@ COPY kafka_mirror_maker_2_connector_config_generator.sh /opt/kafka/kafka_mirror_
COPY kafka_mirror_maker_consumer_config_generator.sh /opt/kafka/kafka_mirror_maker_consumer_config_generator.sh
COPY kafka_mirror_maker_producer_config_generator.sh /opt/kafka/kafka_mirror_maker_producer_config_generator.sh
+# JDBC Kafka Connector
+COPY confluentinc-kafka-connect-jdbc-10.0.1/ /opt/connectors/confluentinc-kafka-connect-jdbc-10.0.1/
+COPY db2-driver/db2jcc4.jar /opt/connectors/confluentinc-kafka-connect-jdbc-10.0.1/lib/
+COPY mysql-driver/mysql-connector-java-5.1.49.jar /opt/connectors/confluentinc-kafka-connect-jdbc-10.0.1/lib/
+
+# MongoDB Kafka Connector
+COPY mongodb-kafka-connect-mongodb-1.7.0/ /opt/connectors/mongodb-kafka-connect-mongodb-1.7.0/
+
+# S3 Kafka Connector
+COPY confluentinc-kafka-connect-s3-10.5.5/ /opt/connectors/confluentinc-kafka-connect-s3-10.5.5/
+
+# Avro Converter
+COPY confluentinc-kafka-connect-avro-converter-7.5.1/ /opt/connectors/confluentinc-kafka-connect-avro-converter-7.5.1/
+
RUN chmod +x /opt/kafka/kafka_connect_config_generator.sh \
&& chmod +x /opt/kafka/kafka_mirror_maker_2_connector_config_generator.sh \
&& chmod +x /opt/kafka/kafka_mirror_maker_consumer_config_generator.sh \
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/assets/confluent.png b/confluentinc-kafka-connect-avro-converter-7.5.1/assets/confluent.png
new file mode 100644
index 0000000..14cd8c5
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/assets/confluent.png differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE
new file mode 100644
index 0000000..5cc11ca
--- /dev/null
+++ b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE
@@ -0,0 +1,4 @@
+The project is licensed under the Confluent Community License, except for client
+libs, which is under the Apache 2.0 license.
+
+See LICENSE file in each subfolder for detailed license agreement.
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE-Apache b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE-Apache
new file mode 100644
index 0000000..e06d208
--- /dev/null
+++ b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE-Apache
@@ -0,0 +1,202 @@
+Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "{}"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright {yyyy} {name of copyright owner}
+
+ 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.
+
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE-ConfluentCommunity b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE-ConfluentCommunity
new file mode 100644
index 0000000..ed0401b
--- /dev/null
+++ b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/LICENSE-ConfluentCommunity
@@ -0,0 +1,114 @@
+ Confluent Community License Agreement
+ Version 1.0
+
+This Confluent Community License Agreement Version 1.0 (the “Agreement”) sets
+forth the terms on which Confluent, Inc. (“Confluent”) makes available certain
+software made available by Confluent under this Agreement (the “Software”). BY
+INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF THE SOFTWARE,
+YOU AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO
+SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE SOFTWARE. IF YOU ARE RECEIVING
+THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU
+HAVE THE ACTUAL AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS
+AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you, an individual, or
+the entity on whose behalf you are receiving the Software.
+
+ 1. LICENSE GRANT AND CONDITIONS.
+
+ 1.1 License. Subject to the terms and conditions of this Agreement,
+ Confluent hereby grants to Licensee a non-exclusive, royalty-free,
+ worldwide, non-transferable, non-sublicenseable license during the term
+ of this Agreement to: (a) use the Software; (b) prepare modifications and
+ derivative works of the Software; (c) distribute the Software (including
+ without limitation in source code or object code form); and (d) reproduce
+ copies of the Software (the “License”). Licensee is not granted the
+ right to, and Licensee shall not, exercise the License for an Excluded
+ Purpose. For purposes of this Agreement, “Excluded Purpose” means making
+ available any software-as-a-service, platform-as-a-service,
+ infrastructure-as-a-service or other similar online service that competes
+ with Confluent products or services that provide the Software.
+
+ 1.2 Conditions. In consideration of the License, Licensee’s distribution
+ of the Software is subject to the following conditions:
+
+ (a) Licensee must cause any Software modified by Licensee to carry
+ prominent notices stating that Licensee modified the Software.
+
+ (b) On each Software copy, Licensee shall reproduce and not remove or
+ alter all Confluent or third party copyright or other proprietary
+ notices contained in the Software, and Licensee must provide the
+ notice below with each copy.
+
+ “This software is made available by Confluent, Inc., under the
+ terms of the Confluent Community License Agreement, Version 1.0
+ located at http://www.confluent.io/confluent-community-license. BY
+ INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF
+ THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT.”
+
+ 1.3 Licensee Modifications. Licensee may add its own copyright notices
+ to modifications made by Licensee and may provide additional or different
+ license terms and conditions for use, reproduction, or distribution of
+ Licensee’s modifications. While redistributing the Software or
+ modifications thereof, Licensee may choose to offer, for a fee or free of
+ charge, support, warranty, indemnity, or other obligations. Licensee, and
+ not Confluent, will be responsible for any such obligations.
+
+ 1.4 No Sublicensing. The License does not include the right to
+ sublicense the Software, however, each recipient to which Licensee
+ provides the Software may exercise the Licenses so long as such recipient
+ agrees to the terms and conditions of this Agreement.
+
+ 2. TERM AND TERMINATION. This Agreement will continue unless and until
+ earlier terminated as set forth herein. If Licensee breaches any of its
+ conditions or obligations under this Agreement, this Agreement will
+ terminate automatically and the License will terminate automatically and
+ permanently.
+
+ 3. INTELLECTUAL PROPERTY. As between the parties, Confluent will retain all
+ right, title, and interest in the Software, and all intellectual property
+ rights therein. Confluent hereby reserves all rights not expressly granted
+ to Licensee in this Agreement. Confluent hereby reserves all rights in its
+ trademarks and service marks, and no licenses therein are granted in this
+ Agreement.
+
+ 4. DISCLAIMER. CONFLUENT HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND
+ CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY
+ DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
+ PURPOSE, WITH RESPECT TO THE SOFTWARE.
+
+ 5. LIMITATION OF LIABILITY. CONFLUENT WILL NOT BE LIABLE FOR ANY DAMAGES OF
+ ANY KIND, INCLUDING BUT NOT LIMITED TO, LOST PROFITS OR ANY CONSEQUENTIAL,
+ SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL
+ APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+
+ 6.GENERAL.
+
+ 6.1 Governing Law. This Agreement will be governed by and interpreted in
+ accordance with the laws of the state of California, without reference to
+ its conflict of laws principles. If Licensee is located within the
+ United States, all disputes arising out of this Agreement are subject to
+ the exclusive jurisdiction of courts located in Santa Clara County,
+ California. USA. If Licensee is located outside of the United States,
+ any dispute, controversy or claim arising out of or relating to this
+ Agreement will be referred to and finally determined by arbitration in
+ accordance with the JAMS International Arbitration Rules. The tribunal
+ will consist of one arbitrator. The place of arbitration will be Palo
+ Alto, California. The language to be used in the arbitral proceedings
+ will be English. Judgment upon the award rendered by the arbitrator may
+ be entered in any court having jurisdiction thereof.
+
+ 6.2 Assignment. Licensee is not authorized to assign its rights under
+ this Agreement to any third party. Confluent may freely assign its rights
+ under this Agreement to any third party.
+
+ 6.3 Other. This Agreement is the entire agreement between the parties
+ regarding the subject matter hereof. No amendment or modification of
+ this Agreement will be valid or binding upon the parties unless made in
+ writing and signed by the duly authorized representatives of both
+ parties. In the event that any provision, including without limitation
+ any condition, of this Agreement is held to be unenforceable, this
+ Agreement and all licenses and rights granted hereunder will immediately
+ terminate. Waiver by Confluent of a breach of any provision of this
+ Agreement or the failure by Confluent to exercise any right hereunder
+ will not be construed as a waiver of any subsequent breach of that right
+ or as a waiver of any other right.
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/doc/README.md b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/README.md
new file mode 100644
index 0000000..8db9a10
--- /dev/null
+++ b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/README.md
@@ -0,0 +1,197 @@
+Schema Registry
+================
+
+Confluent Schema Registry provides a serving layer for your metadata. It provides a RESTful interface for storing and retrieving your Avro®, JSON Schema, and Protobuf schemas. It stores a versioned history of all schemas based on a specified subject name strategy, provides multiple compatibility settings and allows evolution of schemas according to the configured compatibility settings and expanded support for these schema types. It provides serializers that plug into Apache Kafka® clients that handle schema storage and retrieval for Kafka messages that are sent in any of the supported formats.
+
+This README includes the following sections:
+
+
+
+
+
+- [Documentation](#documentation)
+- [Quickstart API Usage examples](#quickstart-api-usage-examples)
+- [Installation](#installation)
+- [Deployment](#deployment)
+- [Development](#development)
+- [OpenAPI Spec](#openapi-spec)
+- [Contribute](#contribute)
+- [License](#license)
+
+
+
+Documentation
+-------------
+
+Here are a few links to Schema Registry pages in the Confluent Documentation.
+
+- [Installing and Configuring Schema Registry](https://docs.confluent.io/current/schema-registry/installation/index.html)
+- [Schema Management overview](https://docs.confluent.io/current/schema-registry/index.html)
+- [Schema Registry Tutorial](https://docs.confluent.io/current/schema-registry/schema_registry_tutorial.html)
+- [Schema Registry API reference](https://docs.confluent.io/current/schema-registry/develop/api.html)
+- [Serializers, Deserializers for supported schema types](https://docs.confluent.io/current/schema-registry/serializer-formatter.html)
+- [Kafka Clients](https://docs.confluent.io/current/clients/index.html#kafka-clients)
+- [Schema Registry on Confluent Cloud](https://docs.confluent.io/current/quickstart/cloud-quickstart/schema-registry.html)
+
+Quickstart API Usage examples
+-----------------------------
+
+The following assumes you have Kafka and an [instance of the Schema Registry](https://docs.confluent.io/current/schema-registry/installation/index.html)
+running using the default settings. These examples, and more, are also available at [API Usage examples](https://docs.confluent.io/current/schema-registry/using.html) on [docs.confluent.io](https://docs.confluent.io/current/).
+
+```bash
+# Register a new version of a schema under the subject "Kafka-key"
+$ curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json" \
+ --data '{"schema": "{\"type\": \"string\"}"}' \
+ http://localhost:8081/subjects/Kafka-key/versions
+ {"id":1}
+
+# Register a new version of a schema under the subject "Kafka-value"
+$ curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json" \
+ --data '{"schema": "{\"type\": \"string\"}"}' \
+ http://localhost:8081/subjects/Kafka-value/versions
+ {"id":1}
+
+# List all subjects
+$ curl -X GET http://localhost:8081/subjects
+ ["Kafka-value","Kafka-key"]
+
+# List all schema versions registered under the subject "Kafka-value"
+$ curl -X GET http://localhost:8081/subjects/Kafka-value/versions
+ [1]
+
+# Fetch a schema by globally unique id 1
+$ curl -X GET http://localhost:8081/schemas/ids/1
+ {"schema":"\"string\""}
+
+# Fetch version 1 of the schema registered under subject "Kafka-value"
+$ curl -X GET http://localhost:8081/subjects/Kafka-value/versions/1
+ {"subject":"Kafka-value","version":1,"id":1,"schema":"\"string\""}
+
+# Fetch the most recently registered schema under subject "Kafka-value"
+$ curl -X GET http://localhost:8081/subjects/Kafka-value/versions/latest
+ {"subject":"Kafka-value","version":1,"id":1,"schema":"\"string\""}
+
+# Delete version 3 of the schema registered under subject "Kafka-value"
+$ curl -X DELETE http://localhost:8081/subjects/Kafka-value/versions/3
+ 3
+
+# Delete all versions of the schema registered under subject "Kafka-value"
+$ curl -X DELETE http://localhost:8081/subjects/Kafka-value
+ [1, 2, 3, 4, 5]
+
+# Check whether a schema has been registered under subject "Kafka-key"
+$ curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json" \
+ --data '{"schema": "{\"type\": \"string\"}"}' \
+ http://localhost:8081/subjects/Kafka-key
+ {"subject":"Kafka-key","version":1,"id":1,"schema":"\"string\""}
+
+# Test compatibility of a schema with the latest schema under subject "Kafka-value"
+$ curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json" \
+ --data '{"schema": "{\"type\": \"string\"}"}' \
+ http://localhost:8081/compatibility/subjects/Kafka-value/versions/latest
+ {"is_compatible":true}
+
+# Get top level config
+$ curl -X GET http://localhost:8081/config
+ {"compatibilityLevel":"BACKWARD"}
+
+# Update compatibility requirements globally
+$ curl -X PUT -H "Content-Type: application/vnd.schemaregistry.v1+json" \
+ --data '{"compatibility": "NONE"}' \
+ http://localhost:8081/config
+ {"compatibility":"NONE"}
+
+# Update compatibility requirements under the subject "Kafka-value"
+$ curl -X PUT -H "Content-Type: application/vnd.schemaregistry.v1+json" \
+ --data '{"compatibility": "BACKWARD"}' \
+ http://localhost:8081/config/Kafka-value
+ {"compatibility":"BACKWARD"}
+```
+
+Installation
+------------
+
+You can download prebuilt versions of the schema registry as part of the
+[Confluent Platform](http://confluent.io/downloads/). To install from source,
+follow the instructions in the Development section.
+
+Deployment
+----------
+
+The REST interface to schema registry includes a built-in Jetty server. The
+wrapper scripts ``bin/schema-registry-start`` and ``bin/schema-registry-stop``
+are the recommended method of starting and stopping the service.
+
+Development
+-----------
+
+To build a development version, you may need a development versions of
+[common](https://github.com/confluentinc/common) and
+[rest-utils](https://github.com/confluentinc/rest-utils). After
+installing these, you can build the Schema Registry
+with Maven.
+
+This project uses the [Google Java code style](https://google.github.io/styleguide/javaguide.html)
+to keep code clean and consistent.
+
+To build:
+
+```bash
+mvn compile
+```
+
+To run the unit and integration tests:
+
+```bash
+mvn test
+```
+
+To run an instance of Schema Registry against a local Kafka cluster (using the default configuration included with Kafka):
+
+```bash
+mvn exec:java -pl :kafka-schema-registry -Dexec.args="config/schema-registry.properties"
+```
+
+To create a packaged version, optionally skipping the tests:
+
+```bash
+mvn package [-DskipTests]
+```
+
+It produces:
+
+- Schema registry in `package-schema-registry/target/kafka-schema-registry-package-$VERSION-package`
+- Serde tools for avro/json/protobuf in `package-kafka-serde-tools/target/kafka-serde-tools-package-$VERSION-package`
+
+Each of the produced contains a directory layout similar to the packaged binary versions.
+
+You can also produce a standalone fat JAR of schema registry using the `standalone` profile:
+
+```bash
+mvn package -P standalone [-DskipTests]
+```
+
+This generates `package-schema-registry/target/kafka-schema-registry-package-$VERSION-standalone.jar`, which includes all the dependencies as well.
+
+OpenAPI Spec
+------------
+
+OpenAPI (formerly known as Swagger) specifications are built automatically using `swagger-maven-plugin`
+on `compile` phase.
+
+
+Contribute
+----------
+
+Thanks for helping us to make Schema Registry even better!
+
+- Source Code: https://github.com/confluentinc/schema-registry
+- Issue Tracker: https://github.com/confluentinc/schema-registry/issues
+
+License
+-------
+
+The project is licensed under the [Confluent Community License](LICENSE-ConfluentCommunity), except for the `client-*` and `avro-*` libs,
+which are under the [Apache 2.0 license](LICENSE-Apache).
+See LICENSE file in each subfolder for detailed license agreement.
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/doc/version.txt b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/version.txt
new file mode 100644
index 0000000..addce8b
--- /dev/null
+++ b/confluentinc-kafka-connect-avro-converter-7.5.1/doc/version.txt
@@ -0,0 +1,2 @@
+##This file must be updated at package time to have a valid package##
+invalid
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/avro-1.11.0.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/avro-1.11.0.jar
new file mode 100644
index 0000000..094e86b
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/avro-1.11.0.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/common-utils-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/common-utils-7.5.1.jar
new file mode 100644
index 0000000..d205a5f
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/common-utils-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/commons-compress-1.21.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/commons-compress-1.21.jar
new file mode 100644
index 0000000..4892334
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/commons-compress-1.21.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-annotations-2.14.2.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-annotations-2.14.2.jar
new file mode 100644
index 0000000..7f52c92
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-annotations-2.14.2.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-core-2.14.2.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-core-2.14.2.jar
new file mode 100644
index 0000000..53c1b16
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-core-2.14.2.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-databind-2.14.2.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-databind-2.14.2.jar
new file mode 100644
index 0000000..a1cebc3
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/jackson-databind-2.14.2.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-avro-serializer-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-avro-serializer-7.5.1.jar
new file mode 100644
index 0000000..a615723
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-avro-serializer-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-connect-avro-converter-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-connect-avro-converter-7.5.1.jar
new file mode 100644
index 0000000..80e2053
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-connect-avro-converter-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-connect-avro-data-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-connect-avro-data-7.5.1.jar
new file mode 100644
index 0000000..9b44821
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-connect-avro-data-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-converter-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-converter-7.5.1.jar
new file mode 100644
index 0000000..d6aeaec
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-converter-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-registry-client-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-registry-client-7.5.1.jar
new file mode 100644
index 0000000..a694d1c
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-registry-client-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-serializer-7.5.1.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-serializer-7.5.1.jar
new file mode 100644
index 0000000..e8d7f31
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/kafka-schema-serializer-7.5.1.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/logredactor-1.0.12.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/logredactor-1.0.12.jar
new file mode 100644
index 0000000..0dc82e0
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/logredactor-1.0.12.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/logredactor-metrics-1.0.12.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/logredactor-metrics-1.0.12.jar
new file mode 100644
index 0000000..40af56f
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/logredactor-metrics-1.0.12.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/minimal-json-0.9.5.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/minimal-json-0.9.5.jar
new file mode 100644
index 0000000..8405dff
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/minimal-json-0.9.5.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/re2j-1.6.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/re2j-1.6.jar
new file mode 100644
index 0000000..da0af60
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/re2j-1.6.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/slf4j-api-1.7.36.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/slf4j-api-1.7.36.jar
new file mode 100644
index 0000000..7d3ce68
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/slf4j-api-1.7.36.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/snakeyaml-2.0.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/snakeyaml-2.0.jar
new file mode 100644
index 0000000..469b043
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/snakeyaml-2.0.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/lib/swagger-annotations-2.1.10.jar b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/swagger-annotations-2.1.10.jar
new file mode 100644
index 0000000..7c81fcc
Binary files /dev/null and b/confluentinc-kafka-connect-avro-converter-7.5.1/lib/swagger-annotations-2.1.10.jar differ
diff --git a/confluentinc-kafka-connect-avro-converter-7.5.1/manifest.json b/confluentinc-kafka-connect-avro-converter-7.5.1/manifest.json
new file mode 100644
index 0000000..ba0e36e
--- /dev/null
+++ b/confluentinc-kafka-connect-avro-converter-7.5.1/manifest.json
@@ -0,0 +1,39 @@
+{
+ "name" : "kafka-connect-avro-converter",
+ "version" : "7.5.1",
+ "title" : "Kafka Connect Avro Converter",
+ "description" : "The Kafka Connect Avro Converter integrates with Schema Registry to convert data for Kafka Connect to and from Avro format.",
+ "owner" : {
+ "username" : "confluentinc",
+ "type" : "organization",
+ "name" : "Confluent, Inc.",
+ "url" : "https://confluent.io/",
+ "logo" : "assets/confluent.png"
+ },
+ "support" : {
+ "summary" : "Confluent supports the Avro Converter alongside community members as part of its Confluent Platform offering.",
+ "url" : "https://docs.confluent.io/current/",
+ "logo" : "assets/confluent.png",
+ "provider_name" : "Confluent, Inc."
+ },
+ "tags" : [ "schema registry", "avro" ],
+ "features" : {
+ "supported_encodings" : [ "avro" ],
+ "single_message_transforms" : false,
+ "confluent_control_center_integration" : false,
+ "kafka_connect_api" : false
+ },
+ "documentation_url" : "https://docs.confluent.io/current/schema-registry/docs/connect.html",
+ "source_url" : "https://github.com/confluentinc/schema-registry",
+ "docker_image" : {
+ "namespace" : "confluentinc",
+ "name" : "cp-kafka-connect",
+ "tag" : "7.5.1"
+ },
+ "license" : [ {
+ "name" : "Apache License 2.0",
+ "url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
+ } ],
+ "component_types" : [ "converter" ],
+ "release_date" : "2023-10-06"
+}
\ No newline at end of file
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/assets/confluent.png b/confluentinc-kafka-connect-jdbc-10.0.1/assets/confluent.png
new file mode 100644
index 0000000..14cd8c5
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/assets/confluent.png differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/assets/jdbc.jpg b/confluentinc-kafka-connect-jdbc-10.0.1/assets/jdbc.jpg
new file mode 100644
index 0000000..1f32653
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/assets/jdbc.jpg differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/LICENSE b/confluentinc-kafka-connect-jdbc-10.0.1/doc/LICENSE
new file mode 100644
index 0000000..ed0401b
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/LICENSE
@@ -0,0 +1,114 @@
+ Confluent Community License Agreement
+ Version 1.0
+
+This Confluent Community License Agreement Version 1.0 (the “Agreement”) sets
+forth the terms on which Confluent, Inc. (“Confluent”) makes available certain
+software made available by Confluent under this Agreement (the “Software”). BY
+INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF THE SOFTWARE,
+YOU AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO
+SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE SOFTWARE. IF YOU ARE RECEIVING
+THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU
+HAVE THE ACTUAL AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS
+AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you, an individual, or
+the entity on whose behalf you are receiving the Software.
+
+ 1. LICENSE GRANT AND CONDITIONS.
+
+ 1.1 License. Subject to the terms and conditions of this Agreement,
+ Confluent hereby grants to Licensee a non-exclusive, royalty-free,
+ worldwide, non-transferable, non-sublicenseable license during the term
+ of this Agreement to: (a) use the Software; (b) prepare modifications and
+ derivative works of the Software; (c) distribute the Software (including
+ without limitation in source code or object code form); and (d) reproduce
+ copies of the Software (the “License”). Licensee is not granted the
+ right to, and Licensee shall not, exercise the License for an Excluded
+ Purpose. For purposes of this Agreement, “Excluded Purpose” means making
+ available any software-as-a-service, platform-as-a-service,
+ infrastructure-as-a-service or other similar online service that competes
+ with Confluent products or services that provide the Software.
+
+ 1.2 Conditions. In consideration of the License, Licensee’s distribution
+ of the Software is subject to the following conditions:
+
+ (a) Licensee must cause any Software modified by Licensee to carry
+ prominent notices stating that Licensee modified the Software.
+
+ (b) On each Software copy, Licensee shall reproduce and not remove or
+ alter all Confluent or third party copyright or other proprietary
+ notices contained in the Software, and Licensee must provide the
+ notice below with each copy.
+
+ “This software is made available by Confluent, Inc., under the
+ terms of the Confluent Community License Agreement, Version 1.0
+ located at http://www.confluent.io/confluent-community-license. BY
+ INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF
+ THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT.”
+
+ 1.3 Licensee Modifications. Licensee may add its own copyright notices
+ to modifications made by Licensee and may provide additional or different
+ license terms and conditions for use, reproduction, or distribution of
+ Licensee’s modifications. While redistributing the Software or
+ modifications thereof, Licensee may choose to offer, for a fee or free of
+ charge, support, warranty, indemnity, or other obligations. Licensee, and
+ not Confluent, will be responsible for any such obligations.
+
+ 1.4 No Sublicensing. The License does not include the right to
+ sublicense the Software, however, each recipient to which Licensee
+ provides the Software may exercise the Licenses so long as such recipient
+ agrees to the terms and conditions of this Agreement.
+
+ 2. TERM AND TERMINATION. This Agreement will continue unless and until
+ earlier terminated as set forth herein. If Licensee breaches any of its
+ conditions or obligations under this Agreement, this Agreement will
+ terminate automatically and the License will terminate automatically and
+ permanently.
+
+ 3. INTELLECTUAL PROPERTY. As between the parties, Confluent will retain all
+ right, title, and interest in the Software, and all intellectual property
+ rights therein. Confluent hereby reserves all rights not expressly granted
+ to Licensee in this Agreement. Confluent hereby reserves all rights in its
+ trademarks and service marks, and no licenses therein are granted in this
+ Agreement.
+
+ 4. DISCLAIMER. CONFLUENT HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND
+ CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY
+ DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
+ PURPOSE, WITH RESPECT TO THE SOFTWARE.
+
+ 5. LIMITATION OF LIABILITY. CONFLUENT WILL NOT BE LIABLE FOR ANY DAMAGES OF
+ ANY KIND, INCLUDING BUT NOT LIMITED TO, LOST PROFITS OR ANY CONSEQUENTIAL,
+ SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL
+ APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+
+ 6.GENERAL.
+
+ 6.1 Governing Law. This Agreement will be governed by and interpreted in
+ accordance with the laws of the state of California, without reference to
+ its conflict of laws principles. If Licensee is located within the
+ United States, all disputes arising out of this Agreement are subject to
+ the exclusive jurisdiction of courts located in Santa Clara County,
+ California. USA. If Licensee is located outside of the United States,
+ any dispute, controversy or claim arising out of or relating to this
+ Agreement will be referred to and finally determined by arbitration in
+ accordance with the JAMS International Arbitration Rules. The tribunal
+ will consist of one arbitrator. The place of arbitration will be Palo
+ Alto, California. The language to be used in the arbitral proceedings
+ will be English. Judgment upon the award rendered by the arbitrator may
+ be entered in any court having jurisdiction thereof.
+
+ 6.2 Assignment. Licensee is not authorized to assign its rights under
+ this Agreement to any third party. Confluent may freely assign its rights
+ under this Agreement to any third party.
+
+ 6.3 Other. This Agreement is the entire agreement between the parties
+ regarding the subject matter hereof. No amendment or modification of
+ this Agreement will be valid or binding upon the parties unless made in
+ writing and signed by the duly authorized representatives of both
+ parties. In the event that any provision, including without limitation
+ any condition, of this Agreement is held to be unenforceable, this
+ Agreement and all licenses and rights granted hereunder will immediately
+ terminate. Waiver by Confluent of a breach of any provision of this
+ Agreement or the failure by Confluent to exercise any right hereunder
+ will not be construed as a waiver of any subsequent breach of that right
+ or as a waiver of any other right.
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/NOTICE b/confluentinc-kafka-connect-jdbc-10.0.1/doc/NOTICE
new file mode 100644
index 0000000..2a23321
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/NOTICE
@@ -0,0 +1,20 @@
+kafka-connect-jdbc
+Copyright (c) 2015 Confluent Inc.
+
+The following libraries are included in packaged versions of this project:
+
+* SQLite JDBC Driver
+ * COPYRIGHT: Copyright Taro L. Saito, David Crenshaw
+ * LICENSE: licenses/LICENSE.apache2.txt
+ * NOTICE: licenses/NOTICE.sqlite-jdbc.txt
+ * HOMEPAGE: https://github.com/xerial/sqlite-jdbc
+
+* PostgreSQL JDBC Driver
+ * COPYRIGHT: Copyright 1997-2011, PostgreSQL Global Development Group
+ * LICENSE: licenses/LICENSE.bsd.txt
+ * HOMEPAGE: https://jdbc.postgresql.org/
+
+* MariaDB JDBC Driver
+ * COPYRIGHT: Copyright 2012 Monty Program Ab., 2009-2011, Marcus Eriksson
+ * LICENSE: licenses/LICENSE.lgpl.txt
+ * HOMEPAGE: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/README.md b/confluentinc-kafka-connect-jdbc-10.0.1/doc/README.md
new file mode 100644
index 0000000..ee46fff
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/README.md
@@ -0,0 +1,38 @@
+# Kafka Connect JDBC Connector
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-jdbc.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-jdbc?ref=badge_shield)
+
+
+kafka-connect-jdbc is a [Kafka Connector](http://kafka.apache.org/documentation.html#connect)
+for loading data to and from any JDBC-compatible database.
+
+Documentation for this connector can be found [here](http://docs.confluent.io/current/connect/connect-jdbc/docs/index.html).
+
+# Development
+
+To build a development version you'll need a recent version of Kafka as well as a set of upstream Confluent projects, which you'll have to build from their appropriate snapshot branch. See the [FAQ](https://github.com/confluentinc/kafka-connect-jdbc/wiki/FAQ)
+for guidance on this process.
+
+You can build kafka-connect-jdbc with Maven using the standard lifecycle phases.
+
+# FAQ
+
+Refer frequently asked questions on Kafka Connect JDBC here -
+https://github.com/confluentinc/kafka-connect-jdbc/wiki/FAQ
+
+# Contribute
+
+Contributions can only be accepted if they contain appropriate testing. For example, adding a new dialect of JDBC will require an integration test.
+
+- Source Code: https://github.com/confluentinc/kafka-connect-jdbc
+- Issue Tracker: https://github.com/confluentinc/kafka-connect-jdbc/issues
+
+# Information
+
+For more information, check the documentation for the JDBC connector on the [confluent.io](https://docs.confluent.io/current/connect/kafka-connect-jdbc/index.html) website. Questions related to the connector can be asked on [Community Slack](https://launchpass.com/confluentcommunity) or the [Confluent Platform Google Group](https://groups.google.com/forum/#!topic/confluent-platform/).
+
+# License
+
+This project is licensed under the [Confluent Community License](LICENSE).
+
+
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-jdbc.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-jdbc?ref=badge_large)
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses.html b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses.html
new file mode 100644
index 0000000..2c9476a
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses.html
@@ -0,0 +1,71 @@
+
This Confluent Community License Agreement Version 1.0 (the “Agreement”) sets forth the terms on which Confluent, Inc. (“Confluent”) makes available certain software made available by Confluent under this Agreement (the “Software”). BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF THE SOFTWARE, YOU AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT.IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE SOFTWARE. IF YOU ARE RECEIVING THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE THE ACTUAL AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you, an individual, or the entity on whose behalf you are receiving the Software.
LICENSE GRANT AND CONDITIONS.
1.1 License. Subject to the terms and conditions of this Agreement, Confluent hereby grants to Licensee a non-exclusive, royalty-free, worldwide, non-transferable, non-sublicenseable license during the term of this Agreement to: (a) use the Software; (b) prepare modifications and derivative works of the Software; (c) distribute the Software (including without limitation in source code or object code form); and (d) reproduce copies of the Software (the “License”). Licensee is not granted the right to, and Licensee shall not, exercise the License for an Excluded Purpose. For purposes of this Agreement, “Excluded Purpose” means making available any software-as-a-service, platform-as-a-service, infrastructure-as-a-service or other similar online service that competes with Confluent products or services that provide the Software.
1.2 Conditions. In consideration of the License, Licensee’s distribution of the Software is subject to the following conditions:
a. Licensee must cause any Software modified by Licensee to carry prominent notices stating that Licensee modified the Software.
b. On each Software copy, Licensee shall reproduce and not remove or alter all Confluent or third party copyright or other proprietary notices contained in the Software, and Licensee must provide the notice below with each copy.
“This software is made available by Confluent, Inc., under the terms of the Confluent Community License Agreement, Version 1.0 located at http://www.confluent.io/confluent-community-license. BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT.”
1.3Licensee Modifications. Licensee may add its own copyright notices to modifications made by Licensee and may provide additional or different license terms and conditions for use, reproduction, or distribution of Licensee’s modifications. While redistributing the Software or modifications thereof, Licensee may choose to offer, for a fee or free of charge, support, warranty, indemnity, or other obligations.Licensee, and not Confluent, will be responsible for any such obligations.
1.4 No Sublicensing. The License does not include the right to sublicense the Software, however, each recipient to which Licensee provides the Software may exercise the Licenses so long as such recipient agrees to the terms and conditions of this Agreement.
TERM AND TERMINATION.
This Agreement will continue unless and until earlier terminated as set forth herein. If Licensee breaches any of its conditions or obligations under this Agreement, this Agreement will terminate automatically and the License will terminate automatically and permanently.
INTELLECTUAL PROPERTY.
As between the parties, Confluent will retain all right, title, and interest in the Software, and all intellectual property rights therein. Confluent hereby reserves all rights not expressly granted to Licensee in this Agreement.Confluent hereby reserves all rights in its trademarks and service marks, and no licenses therein are granted in this Agreement.
DISCLAIMER.
CONFLUENT HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE SOFTWARE.
LIMITATION OF LIABILITY.
CONFLUENT WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND, INCLUDING BUT NOT LIMITED TO, LOST PROFITS OR ANY CONSEQUENTIAL, SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW.
GENERAL.
6.1Governing Law.This Agreement will be governed by and interpreted in accordance with the laws of the state of California, without reference to its conflict of laws principles. If Licensee is located within the United States, all disputes arising out of this Agreement are subject to the exclusive jurisdiction of courts located in Santa Clara County, California.USA. If Licensee is located outside of the United States, any dispute, controversy or claim arising out of or relating to this Agreement will be referred to and finally determined by arbitration in accordance with the JAMS International Arbitration Rules. The tribunal will consist of one arbitrator.The place of arbitration will be Palo Alto, California.The language to be used in the arbitral proceedings will be English.Judgment upon the award rendered by the arbitrator may be entered in any court having jurisdiction thereof.
6.2. Assignment. Licensee is not authorized to assign its rights under this Agreement to any third party.Confluent may freely assign its rights under this Agreement to any third party.
6.3. Other.This Agreement is the entire agreement between the parties regarding the subject matter hereof. No amendment or modification of this Agreement will be valid or binding upon the parties unless made in writing and signed by the duly authorized representatives of both parties. In the event that any provision, including without limitation any condition, of this Agreement is held to be unenforceable, this Agreement and all licenses and rights granted hereunder will immediately terminate. Waiver by Confluent of a breach of any provision of this Agreement or the failure by Confluent to exercise any right hereunder will not be construed as a waiver of any subsequent breach of that right or as a waiver of any other right.
This website uses cookies to enhance user experience and to analyze performance and traffic on our website. We also share information about your use of our site with our social media, advertising, and analytics partners.
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-mssql-jdbc-8.4.1.jre8.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-mssql-jdbc-8.4.1.jre8.txt
new file mode 100644
index 0000000..b8c5223
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-mssql-jdbc-8.4.1.jre8.txt
@@ -0,0 +1,14 @@
+Copyright(c) 2019 Microsoft Corporation
+All rights reserved.
+
+MIT License
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"),
+to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+IN THE SOFTWARE.
\ No newline at end of file
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ojdbc8-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ojdbc8-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ojdbc8-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ons-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ons-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ons-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-oraclepki-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-oraclepki-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-oraclepki-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-orai18n-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-orai18n-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-orai18n-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-osdt_cert-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-osdt_cert-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-osdt_cert-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-osdt_core-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-osdt_core-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-osdt_core-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-postgresql-42.2.10.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-postgresql-42.2.10.txt
new file mode 100644
index 0000000..f9e2a55
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-postgresql-42.2.10.txt
@@ -0,0 +1,153 @@
+
+
+
+ PostgreSQL JDBC License
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The PostgreSQL JDBC Driver is distributed under the BSD-2-Clause License.
+ The simplest explanation of the licensing terms is that
+ you can do whatever you want with the product and source code as long
+ as you don't claim you wrote it or sue us. You should give it a read
+ though, it's only half a page.
+
+
+
+
+Copyright (c) 1997, PostgreSQL Global Development Group
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-simplefan-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-simplefan-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-simplefan-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-sqlite-jdbc-3.25.2.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-sqlite-jdbc-3.25.2.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-sqlite-jdbc-3.25.2.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ucp-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ucp-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-ucp-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-xdb-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-xdb-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-xdb-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-xmlparserv2-19.7.0.0.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-xmlparserv2-19.7.0.0.txt
new file mode 100644
index 0000000..600cc3d
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/licenses/LICENSE-xmlparserv2-19.7.0.0.txt
@@ -0,0 +1,88 @@
+Oracle Free Use Terms and Conditions
+
+Definitions
+
+"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company or organization (each an "Entity")
+accessing the Programs, if use of the Programs will be on behalf of such Entity; or (b) an individual accessing the
+Programs, if use of the Programs will not be on behalf of an Entity. "Program(s)" refers to Oracle software provided
+by Oracle pursuant to the following terms and any updates, error corrections, and/or Program Documentation provided
+by Oracle. "Program Documentation" refers to Program user manuals and Program installation manuals, if any.
+If available, Program Documentation may be delivered with the Programs and/or may be accessed from
+www.oracle.com/documentation.
+"Separate Terms" refers to separate license terms that are specified in the Program Documentation, readmes or notice
+files and that apply to Separately Licensed Technology. "Separately Licensed Technology" refers to Oracle or third
+party technology that is licensed under Separate Terms and not under the terms of this license.
+
+Separately Licensed Technology
+
+Oracle may provide certain notices to You in Program Documentation, readmes or notice files in connection with Oracle
+or third party technology provided as or with the Programs. If specified in the Program Documentation, readmes or
+notice files, such technology will be licensed to You under Separate Terms. Your rights to use Separately Licensed
+Technology under Separate Terms are not restricted in any way by the terms herein. For clarity, notwithstanding
+the existence of a notice, third party technology that is not Separately Licensed Technology shall be deemed part
+of the Programs licensed to You under the terms of this license.
+
+Source Code for Open Source Software
+
+For software that You receive from Oracle in binary form that is licensed under an open source license that gives
+You the right to receive the source code for that binary, You can obtain a copy of the applicable source code from
+https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If the source code for such software
+was not provided to You with the binary, You can also receive a copy of the source code on physical media by
+submitting a written request pursuant to the instructions in the "Written Offer for Source Code" section of the
+latter website.
+
+-------------------------------------------------------------------------------
+
+The following license terms apply to those Programs that are not provided to You under Separate Terms.
+
+License Rights and Restrictions
+
+Oracle grants to You, as a recipient of this Program, a nonexclusive, nontransferable, limited license to, subject
+to the conditions stated herein, (a) internally use the unmodified Programs for the purposes of developing, testing,
+prototyping and demonstrating your applications, and running the Programs for your own internal business operations;
+and (b) redistribute unmodified Programs and Programs Documentation, under the terms of this License, provided that
+You do not charge Your end users any additional fees for the use of the Programs. You may make copies of the Programs
+to the extent reasonably necessary for exercising the license rights granted herein and for backup purposes. You are
+granted the right to use the Programs to provide third party training in the use of the Programs and associated
+Separately Licensed Technology only if there is express authorization of such use by Oracle on the Program's download
+page or in the Program Documentation.
+
+Your license is contingent on Your compliance with the following conditions:
+
+- You include a copy of this license with any distribution by You of the Programs;
+
+- You do not remove markings or notices of either Oracle's or a licensor's proprietary rights from the Programs or
+Program Documentation;
+
+- You comply with all U.S. and applicable export control and economic sanctions laws and regulations that govern
+Your use of the Programs (including technical data);
+
+- You do not cause or permit reverse engineering, disassembly or decompilation of the Programs (except as allowed by law)
+by You nor allow an associated party to do so.
+
+For clarity, any source code that may be included in the distribution with the Programs is provided solely for reference
+purposes and may not be modified, unless such source code is under Separate Terms permitting modification.
+
+Ownership
+
+Oracle or its licensors retain all ownership and intellectual property rights to the Programs.
+
+Information Collection
+
+The Programs' installation and/or auto-update processes, if any, may transmit a limited amount of data to Oracle
+or its service provider about those processes to help Oracle understand and optimize them. Oracle does not associate
+the data with personally identifiable information. Refer to Oracle's Privacy Policy at www.oracle.com/privacy.
+
+Disclaimer of Warranties; Limitation of Liability
+
+THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES,
+EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+A PARTICULAR PURPOSE, OR NONINFRINGEMENT.
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
+BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+Last updated: 9 October 2018
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/doc/version.txt b/confluentinc-kafka-connect-jdbc-10.0.1/doc/version.txt
new file mode 100644
index 0000000..addce8b
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/doc/version.txt
@@ -0,0 +1,2 @@
+##This file must be updated at package time to have a valid package##
+invalid
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/etc/sink-quickstart-sqlite.properties b/confluentinc-kafka-connect-jdbc-10.0.1/etc/sink-quickstart-sqlite.properties
new file mode 100644
index 0000000..59b6e75
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/etc/sink-quickstart-sqlite.properties
@@ -0,0 +1,34 @@
+#
+# Copyright 2018 Confluent Inc.
+#
+# Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OF ANY KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations under the License.
+#
+
+# A simple example that copies from a topic to a SQLite database.
+# The first few settings are required for all connectors:
+# a name, the connector class to run, and the maximum number of tasks to create:
+name=test-sink
+connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
+tasks.max=1
+
+# The topics to consume from - required for sink connectors like this one
+topics=orders
+
+# Configuration specific to the JDBC sink connector.
+# We want to connect to a SQLite database stored in the file test.db and auto-create tables.
+connection.url=jdbc:sqlite:test.db
+auto.create=true
+
+# Define when identifiers should be quoted in DDL and DML statements.
+# The default is 'always' to maintain backward compatibility with prior versions.
+# Set this to 'never' to avoid quoting fully-qualified or simple table and column names.
+#quote.sql.identifiers=always
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/etc/source-quickstart-sqlite.properties b/confluentinc-kafka-connect-jdbc-10.0.1/etc/source-quickstart-sqlite.properties
new file mode 100644
index 0000000..5f3c2c6
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/etc/source-quickstart-sqlite.properties
@@ -0,0 +1,34 @@
+#
+# Copyright 2018 Confluent Inc.
+#
+# Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OF ANY KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations under the License.
+#
+
+# A simple example that copies all tables from a SQLite database. The first few settings are
+# required for all connectors: a name, the connector class to run, and the maximum number of
+# tasks to create:
+name=test-source-sqlite-jdbc-autoincrement
+connector.class=io.confluent.connect.jdbc.JdbcSourceConnector
+tasks.max=1
+# The remaining configs are specific to the JDBC source connector. In this example, we connect to a
+# SQLite database stored in the file test.db, use and auto-incrementing column called 'id' to
+# detect new rows as they are added, and output to topics prefixed with 'test-sqlite-jdbc-', e.g.
+# a table called 'users' will be written to the topic 'test-sqlite-jdbc-users'.
+connection.url=jdbc:sqlite:test.db
+mode=incrementing
+incrementing.column.name=id
+topic.prefix=test-sqlite-jdbc-
+
+# Define when identifiers should be quoted in DDL and DML statements.
+# The default is 'always' to maintain backward compatibility with prior versions.
+# Set this to 'never' to avoid quoting fully-qualified or simple table and column names.
+#quote.sql.identifiers=always
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/common-utils-6.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/common-utils-6.0.0.jar
new file mode 100644
index 0000000..b997233
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/common-utils-6.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/jtds-1.3.1.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/jtds-1.3.1.jar
new file mode 100644
index 0000000..518b425
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/jtds-1.3.1.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/kafka-connect-jdbc-10.0.1.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/kafka-connect-jdbc-10.0.1.jar
new file mode 100644
index 0000000..4678ba5
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/kafka-connect-jdbc-10.0.1.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/mssql-jdbc-8.4.1.jre8.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/mssql-jdbc-8.4.1.jre8.jar
new file mode 100644
index 0000000..ad0b4b5
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/mssql-jdbc-8.4.1.jre8.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/ojdbc8-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ojdbc8-19.7.0.0.jar
new file mode 100644
index 0000000..d37af5f
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ojdbc8-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/ojdbc8-production-19.7.0.0.pom b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ojdbc8-production-19.7.0.0.pom
new file mode 100644
index 0000000..fcfb8e4
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ojdbc8-production-19.7.0.0.pom
@@ -0,0 +1,135 @@
+
+
+ 4.0.0
+
+ com.oracle.database.jdbc
+ ojdbc8-production
+ 19.7.0.0
+ pom
+
+
+ ojdbc8-production
+ Oracle JDBC Driver compatible with JDK8, JDK9, and JDK11
+ https://www.oracle.com/database/technologies/maven-central-guide.html
+ 1997
+
+
+
+ Oracle Free Use Terms and Conditions (FUTC)
+
+ https://www.oracle.com/downloads/licenses/oracle-free-license.html
+
+
+
+
+
+
+ Oracle America, Inc.
+ http://www.oracle.com
+
+
+
+
+
+
+
+
+
+ com.oracle.database.jdbc
+ ojdbc-bom
+ 19.7.0.0
+ pom
+ import
+
+
+
+
+
+
+
+
+ com.oracle.database.jdbc
+ ojdbc8
+
+
+
+
+ com.oracle.database.jdbc
+ ucp
+
+
+
+
+
+ com.oracle.database.security
+ oraclepki
+
+
+
+ com.oracle.database.security
+ osdt_cert
+
+
+
+ com.oracle.database.security
+ osdt_core
+
+
+
+
+
+ com.oracle.database.ha
+ simplefan
+
+
+
+ com.oracle.database.ha
+ ons
+
+
+
+
+ com.oracle.database.nls
+ orai18n
+
+
+
+
+ com.oracle.database.xml
+ xdb
+
+
+
+
+ com.oracle.database.xml
+ xmlparserv2
+
+
+
+
+
+
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/ons-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ons-19.7.0.0.jar
new file mode 100644
index 0000000..d0b3c67
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ons-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/oraclepki-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/oraclepki-19.7.0.0.jar
new file mode 100644
index 0000000..5351a42
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/oraclepki-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/orai18n-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/orai18n-19.7.0.0.jar
new file mode 100644
index 0000000..8e82f27
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/orai18n-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/osdt_cert-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/osdt_cert-19.7.0.0.jar
new file mode 100644
index 0000000..6f7c908
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/osdt_cert-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/osdt_core-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/osdt_core-19.7.0.0.jar
new file mode 100644
index 0000000..9a0598a
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/osdt_core-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/postgresql-42.2.10.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/postgresql-42.2.10.jar
new file mode 100644
index 0000000..8d673de
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/postgresql-42.2.10.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/simplefan-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/simplefan-19.7.0.0.jar
new file mode 100644
index 0000000..f5a1a33
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/simplefan-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/slf4j-api-1.7.30.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/slf4j-api-1.7.30.jar
new file mode 100644
index 0000000..29ac26f
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/slf4j-api-1.7.30.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/sqlite-jdbc-3.25.2.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/sqlite-jdbc-3.25.2.jar
new file mode 100644
index 0000000..abec989
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/sqlite-jdbc-3.25.2.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/ucp-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ucp-19.7.0.0.jar
new file mode 100644
index 0000000..3919144
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/ucp-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/xdb-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/xdb-19.7.0.0.jar
new file mode 100644
index 0000000..1d32df2
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/xdb-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/lib/xmlparserv2-19.7.0.0.jar b/confluentinc-kafka-connect-jdbc-10.0.1/lib/xmlparserv2-19.7.0.0.jar
new file mode 100644
index 0000000..0b40d48
Binary files /dev/null and b/confluentinc-kafka-connect-jdbc-10.0.1/lib/xmlparserv2-19.7.0.0.jar differ
diff --git a/confluentinc-kafka-connect-jdbc-10.0.1/manifest.json b/confluentinc-kafka-connect-jdbc-10.0.1/manifest.json
new file mode 100644
index 0000000..be46059
--- /dev/null
+++ b/confluentinc-kafka-connect-jdbc-10.0.1/manifest.json
@@ -0,0 +1,40 @@
+{
+ "name" : "kafka-connect-jdbc",
+ "version" : "10.0.1",
+ "title" : "Kafka Connect JDBC",
+ "description" : "The JDBC source and sink connectors allow you to exchange data between relational databases and Kafka.\n\nThe JDBC source connector allows you to import data from any relational database with a JDBC driver into Kafka topics. By using JDBC, this connector can support a wide variety of databases without requiring custom code for each one.\n\nData is loaded by periodically executing a SQL query and creating an output record for each row in the result set. By default, all tables in a database are copied, each to its own output topic. The database is monitored for new or deleted tables and adapts automatically. When copying data from a table, the connector can load only new or modified rows by specifying which columns should be used to detect new or modified data.\n\nThe JDBC sink connector allows you to export data from Kafka topics to any relational database with a JDBC driver. By using JDBC, this connector can support a wide variety of databases without requiring a dedicated connector for each one. The connector polls data from Kafka to write to the database based on the topics subscription. It is possible to achieve idempotent writes with upserts. Auto-creation of tables, and limited auto-evolution is also supported.",
+ "owner" : {
+ "username" : "confluentinc",
+ "type" : "organization",
+ "name" : "Confluent, Inc.",
+ "url" : "https://confluent.io/",
+ "logo" : "assets/confluent.png"
+ },
+ "support" : {
+ "summary" : "Confluent supports the JDBC sink and source connectors alongside community members as part of its Confluent Platform offering.",
+ "url" : "https://docs.confluent.io/current/",
+ "logo" : "assets/confluent.png",
+ "provider_name" : "Confluent, Inc."
+ },
+ "tags" : [ "rdbms", "oracle", "sybase", "vertica", "sqlite", "jdbc", "dbms", "sql server", "sql", "database", "postgresql", "db2", "derby", "mysql", "sap hana" ],
+ "features" : {
+ "supported_encodings" : [ "any" ],
+ "single_message_transforms" : true,
+ "confluent_control_center_integration" : true,
+ "kafka_connect_api" : true
+ },
+ "logo" : "assets/jdbc.jpg",
+ "documentation_url" : "https://docs.confluent.io/6.0.0/connect/connect-jdbc/docs/index.html",
+ "source_url" : "https://github.com/confluentinc/kafka-connect-jdbc",
+ "docker_image" : {
+ "namespace" : "confluentinc",
+ "name" : "cp-kafka-connect",
+ "tag" : "10.0.1"
+ },
+ "license" : [ {
+ "name" : "Confluent Community License",
+ "url" : "https://www.confluent.io/confluent-community-license"
+ } ],
+ "component_types" : [ "sink", "source" ],
+ "release_date" : "2020-11-24"
+}
\ No newline at end of file
diff --git a/confluentinc-kafka-connect-s3-10.5.5/assets/confluent.png b/confluentinc-kafka-connect-s3-10.5.5/assets/confluent.png
new file mode 100644
index 0000000..14cd8c5
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/assets/confluent.png differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/assets/s3.jpg b/confluentinc-kafka-connect-s3-10.5.5/assets/s3.jpg
new file mode 100644
index 0000000..7eba77c
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/assets/s3.jpg differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/LICENSE b/confluentinc-kafka-connect-s3-10.5.5/doc/LICENSE
new file mode 100644
index 0000000..ed0401b
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/LICENSE
@@ -0,0 +1,114 @@
+ Confluent Community License Agreement
+ Version 1.0
+
+This Confluent Community License Agreement Version 1.0 (the “Agreement”) sets
+forth the terms on which Confluent, Inc. (“Confluent”) makes available certain
+software made available by Confluent under this Agreement (the “Software”). BY
+INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF THE SOFTWARE,
+YOU AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO
+SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE SOFTWARE. IF YOU ARE RECEIVING
+THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU
+HAVE THE ACTUAL AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS
+AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you, an individual, or
+the entity on whose behalf you are receiving the Software.
+
+ 1. LICENSE GRANT AND CONDITIONS.
+
+ 1.1 License. Subject to the terms and conditions of this Agreement,
+ Confluent hereby grants to Licensee a non-exclusive, royalty-free,
+ worldwide, non-transferable, non-sublicenseable license during the term
+ of this Agreement to: (a) use the Software; (b) prepare modifications and
+ derivative works of the Software; (c) distribute the Software (including
+ without limitation in source code or object code form); and (d) reproduce
+ copies of the Software (the “License”). Licensee is not granted the
+ right to, and Licensee shall not, exercise the License for an Excluded
+ Purpose. For purposes of this Agreement, “Excluded Purpose” means making
+ available any software-as-a-service, platform-as-a-service,
+ infrastructure-as-a-service or other similar online service that competes
+ with Confluent products or services that provide the Software.
+
+ 1.2 Conditions. In consideration of the License, Licensee’s distribution
+ of the Software is subject to the following conditions:
+
+ (a) Licensee must cause any Software modified by Licensee to carry
+ prominent notices stating that Licensee modified the Software.
+
+ (b) On each Software copy, Licensee shall reproduce and not remove or
+ alter all Confluent or third party copyright or other proprietary
+ notices contained in the Software, and Licensee must provide the
+ notice below with each copy.
+
+ “This software is made available by Confluent, Inc., under the
+ terms of the Confluent Community License Agreement, Version 1.0
+ located at http://www.confluent.io/confluent-community-license. BY
+ INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY OF
+ THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT.”
+
+ 1.3 Licensee Modifications. Licensee may add its own copyright notices
+ to modifications made by Licensee and may provide additional or different
+ license terms and conditions for use, reproduction, or distribution of
+ Licensee’s modifications. While redistributing the Software or
+ modifications thereof, Licensee may choose to offer, for a fee or free of
+ charge, support, warranty, indemnity, or other obligations. Licensee, and
+ not Confluent, will be responsible for any such obligations.
+
+ 1.4 No Sublicensing. The License does not include the right to
+ sublicense the Software, however, each recipient to which Licensee
+ provides the Software may exercise the Licenses so long as such recipient
+ agrees to the terms and conditions of this Agreement.
+
+ 2. TERM AND TERMINATION. This Agreement will continue unless and until
+ earlier terminated as set forth herein. If Licensee breaches any of its
+ conditions or obligations under this Agreement, this Agreement will
+ terminate automatically and the License will terminate automatically and
+ permanently.
+
+ 3. INTELLECTUAL PROPERTY. As between the parties, Confluent will retain all
+ right, title, and interest in the Software, and all intellectual property
+ rights therein. Confluent hereby reserves all rights not expressly granted
+ to Licensee in this Agreement. Confluent hereby reserves all rights in its
+ trademarks and service marks, and no licenses therein are granted in this
+ Agreement.
+
+ 4. DISCLAIMER. CONFLUENT HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND
+ CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY
+ DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
+ PURPOSE, WITH RESPECT TO THE SOFTWARE.
+
+ 5. LIMITATION OF LIABILITY. CONFLUENT WILL NOT BE LIABLE FOR ANY DAMAGES OF
+ ANY KIND, INCLUDING BUT NOT LIMITED TO, LOST PROFITS OR ANY CONSEQUENTIAL,
+ SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL
+ APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+
+ 6.GENERAL.
+
+ 6.1 Governing Law. This Agreement will be governed by and interpreted in
+ accordance with the laws of the state of California, without reference to
+ its conflict of laws principles. If Licensee is located within the
+ United States, all disputes arising out of this Agreement are subject to
+ the exclusive jurisdiction of courts located in Santa Clara County,
+ California. USA. If Licensee is located outside of the United States,
+ any dispute, controversy or claim arising out of or relating to this
+ Agreement will be referred to and finally determined by arbitration in
+ accordance with the JAMS International Arbitration Rules. The tribunal
+ will consist of one arbitrator. The place of arbitration will be Palo
+ Alto, California. The language to be used in the arbitral proceedings
+ will be English. Judgment upon the award rendered by the arbitrator may
+ be entered in any court having jurisdiction thereof.
+
+ 6.2 Assignment. Licensee is not authorized to assign its rights under
+ this Agreement to any third party. Confluent may freely assign its rights
+ under this Agreement to any third party.
+
+ 6.3 Other. This Agreement is the entire agreement between the parties
+ regarding the subject matter hereof. No amendment or modification of
+ this Agreement will be valid or binding upon the parties unless made in
+ writing and signed by the duly authorized representatives of both
+ parties. In the event that any provision, including without limitation
+ any condition, of this Agreement is held to be unenforceable, this
+ Agreement and all licenses and rights granted hereunder will immediately
+ terminate. Waiver by Confluent of a breach of any provision of this
+ Agreement or the failure by Confluent to exercise any right hereunder
+ will not be construed as a waiver of any subsequent breach of that right
+ or as a waiver of any other right.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/README.md b/confluentinc-kafka-connect-s3-10.5.5/doc/README.md
new file mode 100644
index 0000000..ae6c2a4
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/README.md
@@ -0,0 +1,44 @@
+# Kafka Connect Connector for S3
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-storage-cloud.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-storage-cloud?ref=badge_shield)
+
+
+*kafka-connect-storage-cloud* is the repository for Confluent's [Kafka Connectors](http://kafka.apache.org/documentation.html#connect)
+designed to be used to copy data from Kafka into Amazon S3.
+
+## Kafka Connect Sink Connector for Amazon Simple Storage Service (S3)
+
+Documentation for this connector can be found [here](http://docs.confluent.io/current/connect/connect-storage-cloud/kafka-connect-s3/docs/index.html).
+
+Blogpost for this connector can be found [here](https://www.confluent.io/blog/apache-kafka-to-amazon-s3-exactly-once).
+
+# Development
+
+To build a development version you'll need a recent version of Kafka
+as well as a set of upstream Confluent projects, which you'll have to build from their appropriate snapshot branch.
+See [the kafka-connect-storage-common FAQ](https://github.com/confluentinc/kafka-connect-storage-common/wiki/FAQ)
+for guidance on this process.
+
+You can build *kafka-connect-storage-cloud* with Maven using the standard lifecycle phases.
+
+# Running Integration Tests
+Integration tests are run as part of `mvn install`; however one needs to first configure the environment variable`AWS_CREDENTIALS_PATH` to point to a json file path with following structure:
+```
+{
+ "aws_access_key_id": "",
+ "aws_secret_access_key": ""
+}
+```
+
+# Contribute
+
+- Source Code: https://github.com/confluentinc/kafka-connect-storage-cloud
+- Issue Tracker: https://github.com/confluentinc/kafka-connect-storage-cloud/issues
+- Learn how to work with the connector's source code by reading our [Development and Contribution guidelines](CONTRIBUTING.md).
+
+
+# License
+
+This project is licensed under the [Confluent Community License](LICENSE).
+
+
+[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-storage-cloud.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fconfluentinc%2Fkafka-connect-storage-cloud?ref=badge_large)
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses.html b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses.html
new file mode 100644
index 0000000..89ba98f
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses.html
@@ -0,0 +1,133 @@
+
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-audience-annotations-0.5.0.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-audience-annotations-0.5.0.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-audience-annotations-0.5.0.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-avro-1.8.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-avro-1.8.1.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-avro-1.8.1.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-codec-1.5.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-codec-1.5.txt
new file mode 100644
index 0000000..75b5248
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-codec-1.5.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-compress-1.8.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-compress-1.8.1.txt
new file mode 100644
index 0000000..261eeb9
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-compress-1.8.1.txt
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-logging-1.1.3.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-logging-1.1.3.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-commons-logging-1.1.3.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-httpclient-4.5.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-httpclient-4.5.2.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-httpclient-4.5.2.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-httpcore-4.4.4.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-httpcore-4.4.4.txt
new file mode 100644
index 0000000..54e4285
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-httpcore-4.4.4.txt
@@ -0,0 +1,266 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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 project contains annotations in the package org.apache.http.annotation
+which are derived from JCIP-ANNOTATIONS
+Copyright (c) 2005 Brian Goetz and Tim Peierls.
+See http://www.jcip.net and the Creative Commons Attribution License
+(http://creativecommons.org/licenses/by/2.5)
+Full text: http://creativecommons.org/licenses/by/2.5/legalcode
+
+License
+
+THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+
+BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
+
+1. Definitions
+
+ "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
+ "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
+ "Licensor" means the individual or entity that offers the Work under the terms of this License.
+ "Original Author" means the individual or entity who created the Work.
+ "Work" means the copyrightable work of authorship offered under the terms of this License.
+ "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
+
+2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
+
+3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
+
+ to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
+ to create and reproduce Derivative Works;
+ to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
+ to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
+
+ For the avoidance of doubt, where the work is a musical composition:
+ Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
+ Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
+ Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
+
+The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
+
+4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
+
+ You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.
+ If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
+
+5. Representations, Warranties and Disclaimer
+
+UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+
+6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. Termination
+
+ This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
+ Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
+
+8. Miscellaneous
+
+ Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
+ Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
+ If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
+ No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
+ This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-ion-java-1.0.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-ion-java-1.0.1.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-ion-java-1.0.1.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-annotations-2.9.0.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-annotations-2.9.0.txt
new file mode 100644
index 0000000..ff94ef8
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-annotations-2.9.0.txt
@@ -0,0 +1,8 @@
+This copy of Jackson JSON processor annotations is licensed under the
+Apache (Software) License, version 2.0 ("the License").
+See the License for details about distribution rights, and the
+specific rights regarding derivate works.
+
+You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/LICENSE-2.0
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-core-2.9.8.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-core-2.9.8.txt
new file mode 100644
index 0000000..f5f45d2
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-core-2.9.8.txt
@@ -0,0 +1,8 @@
+This copy of Jackson JSON processor streaming parser/generator is licensed under the
+Apache (Software) License, version 2.0 ("the License").
+See the License for details about distribution rights, and the
+specific rights regarding derivate works.
+
+You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/LICENSE-2.0
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-core-asl-1.9.13.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-core-asl-1.9.13.txt
new file mode 100644
index 0000000..3eaf591
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-core-asl-1.9.13.txt
@@ -0,0 +1,13 @@
+This copy of Jackson JSON processor is licensed under the
+Apache (Software) License, version 2.0 ("the License").
+See the License for details about distribution rights, and the
+specific rights regarding derivate works.
+
+You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/
+
+A copy is also included with both the the downloadable source code package
+and jar that contains class bytecodes, as file "ASL 2.0". In both cases,
+that file should be located next to this file: in source distribution
+the location should be "release-notes/asl"; and in jar "META-INF/"
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-databind-2.9.8.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-databind-2.9.8.txt
new file mode 100644
index 0000000..6acf754
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-databind-2.9.8.txt
@@ -0,0 +1,8 @@
+This copy of Jackson JSON processor databind module is licensed under the
+Apache (Software) License, version 2.0 ("the License").
+See the License for details about distribution rights, and the
+specific rights regarding derivate works.
+
+You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/LICENSE-2.0
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-dataformat-cbor-2.6.6.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-dataformat-cbor-2.6.6.txt
new file mode 100644
index 0000000..6acf754
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-dataformat-cbor-2.6.6.txt
@@ -0,0 +1,8 @@
+This copy of Jackson JSON processor databind module is licensed under the
+Apache (Software) License, version 2.0 ("the License").
+See the License for details about distribution rights, and the
+specific rights regarding derivate works.
+
+You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/LICENSE-2.0
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-mapper-asl-1.9.13.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-mapper-asl-1.9.13.txt
new file mode 100644
index 0000000..3eaf591
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jackson-mapper-asl-1.9.13.txt
@@ -0,0 +1,13 @@
+This copy of Jackson JSON processor is licensed under the
+Apache (Software) License, version 2.0 ("the License").
+See the License for details about distribution rights, and the
+specific rights regarding derivate works.
+
+You may obtain a copy of the License at:
+
+http://www.apache.org/licenses/
+
+A copy is also included with both the the downloadable source code package
+and jar that contains class bytecodes, as file "ASL 2.0". In both cases,
+that file should be located next to this file: in source distribution
+the location should be "release-notes/asl"; and in jar "META-INF/"
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jline-2.12.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jline-2.12.1.txt
new file mode 100644
index 0000000..7d465e0
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-jline-2.12.1.txt
@@ -0,0 +1,7 @@
+
+301 Moved Permanently
+
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+
+
1. Definitions.
+
“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
“Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
“Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
“You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License.
+
“Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
“Work” shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
“Derivative Works” shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
“Contribution” shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.”
+
“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
+
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+
If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
+
+
+
END OF TERMS AND CONDITIONS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-joda-time-2.9.6.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-joda-time-2.9.6.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-joda-time-2.9.6.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-avro-serializer-5.3.0-20190430.162843-83.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-avro-serializer-5.3.0-20190430.162843-83.txt
new file mode 100644
index 0000000..39fc35b
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-avro-serializer-5.3.0-20190430.162843-83.txt
@@ -0,0 +1,647 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Apache License, Version 2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Celebrating 20 years of community-led development "The Apache Way"
The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing
+reliable and long-lived software products through collaborative open source software development.
+
All packages produced by the ASF are implicitly licensed under the Apache
+License, Version 2.0, unless otherwise explicitly stated.
"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+
"Licensor" shall mean the copyright owner or entity authorized by the
+copyright owner that is granting the License.
+
+
"Legal Entity" shall mean the union of the acting entity and all other
+entities that control, are controlled by, or are under common control with
+that entity. For the purposes of this definition, "control" means (i) the
+power, direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.
+
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+
"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+
"Object" form shall mean any form resulting from mechanical transformation
+or translation of a Source form, including but not limited to compiled
+object code, generated documentation, and conversions to other media types.
+
+
"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that
+is included in or attached to the work (an example is provided in the
+Appendix below).
+
+
"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent, as
+a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from, or
+merely link (or bind by name) to the interfaces of, the Work and Derivative
+Works thereof.
+
+
"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the
+purposes of this definition, "submitted" means any form of electronic,
+verbal, or written communication sent to the Licensor or its
+representatives, including but not limited to communication on electronic
+mailing lists, source code control systems, and issue tracking systems that
+are managed by, or on behalf of, the Licensor for the purpose of discussing
+and improving the Work, but excluding communication that is conspicuously
+marked or otherwise designated in writing by the copyright owner as "Not a
+Contribution."
+
+
"Contributor" shall mean Licensor and any individual or Legal Entity on
+behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+
+
+
2. Grant of Copyright License. Subject to the
+terms and conditions of this License, each Contributor hereby grants to You
+a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of, publicly
+display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+
3. Grant of Patent License. Subject to the terms
+and conditions of this License, each Contributor hereby grants to You a
+perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made, use,
+offer to sell, sell, import, and otherwise transfer the Work, where such
+license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by
+combination of their Contribution(s) with the Work to which such
+Contribution(s) was submitted. If You institute patent litigation against
+any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that the Work or a Contribution incorporated within the Work constitutes
+direct or contributory patent infringement, then any patent licenses
+granted to You under this License for that Work shall terminate as of the
+date such litigation is filed.
+
+
4. Redistribution. You may reproduce and
+distribute copies of the Work or Derivative Works thereof in any medium,
+with or without modifications, and in Source or Object form, provided that
+You meet the following conditions:
+
+
+
You must give any other recipients of the Work or Derivative Works a
+copy of this License; and
+
+
You must cause any modified files to carry prominent notices stating
+that You changed the files; and
+
+
You must retain, in the Source form of any Derivative Works that You
+distribute, all copyright, patent, trademark, and attribution notices from
+the Source form of the Work, excluding those notices that do not pertain to
+any part of the Derivative Works; and
+
+
If the Work includes a "NOTICE" text file as part of its distribution,
+then any Derivative Works that You distribute must include a readable copy
+of the attribution notices contained within such NOTICE file, excluding
+those notices that do not pertain to any part of the Derivative Works, in
+at least one of the following places: within a NOTICE text file distributed
+as part of the Derivative Works; within the Source form or documentation,
+if provided along with the Derivative Works; or, within a display generated
+by the Derivative Works, if and wherever such third-party notices normally
+appear. The contents of the NOTICE file are for informational purposes only
+and do not modify the License. You may add Your own attribution notices
+within Derivative Works that You distribute, alongside or as an addendum to
+the NOTICE text from the Work, provided that such additional attribution
+notices cannot be construed as modifying the License.
+
+
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated in
+this License.
+
+
+
+
+
5. Submission of Contributions. Unless You
+explicitly state otherwise, any Contribution intentionally submitted for
+inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the
+terms of any separate license agreement you may have executed with Licensor
+regarding such Contributions.
+
+
6. Trademarks. This License does not grant
+permission to use the trade names, trademarks, service marks, or product
+names of the Licensor, except as required for reasonable and customary use
+in describing the origin of the Work and reproducing the content of the
+NOTICE file.
+
+
7. Disclaimer of Warranty. Unless required by
+applicable law or agreed to in writing, Licensor provides the Work (and
+each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+are solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise
+of permissions under this License.
+
+
8. Limitation of Liability. In no event and
+under no legal theory, whether in tort (including negligence), contract, or
+otherwise, unless required by applicable law (such as deliberate and
+grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a result
+of this License or out of the use or inability to use the Work (including
+but not limited to damages for loss of goodwill, work stoppage, computer
+failure or malfunction, or any and all other commercial damages or losses),
+even if such Contributor has been advised of the possibility of such
+damages.
+
+
9. Accepting Warranty or Additional Liability.
+While redistributing the Work or Derivative Works thereof, You may choose
+to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this License.
+However, in accepting such obligations, You may act only on Your own behalf
+and on Your sole responsibility, not on behalf of any other Contributor,
+and only if You agree to indemnify, defend, and hold each Contributor
+harmless for any liability incurred by, or claims asserted against, such
+Contributor by reason of your accepting any such warranty or additional
+liability.
To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included
+on the same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
Copyright [yyyy] [name of copyright owner]
+
+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.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-clients-2.3.0-20190426.215115-24.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-clients-2.3.0-20190426.215115-24.txt
new file mode 100644
index 0000000..db706ca
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-clients-2.3.0-20190426.215115-24.txt
@@ -0,0 +1,396 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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 distribution has a binary dependency on jersey, which is available under the CDDL
+License as described below.
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL - Version 1.1)
+1. Definitions.
+1.1. “Contributor” means each individual or entity that creates or contributes to the creation of Modifications.
+
+1.2. “Contributor Version” means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.
+
+1.3. “Covered Software” means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.
+
+1.4. “Executable” means the Covered Software in any form other than Source Code.
+
+1.5. “Initial Developer” means the individual or entity that first makes Original Software available under this License.
+
+1.6. “Larger Work” means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.
+
+1.7. “License” means this document.
+
+1.8. “Licensable” means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
+
+1.9. “Modifications” means the Source Code and Executable form of any of the following:
+
+A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;
+
+B. Any new file that contains any part of the Original Software or previous Modification; or
+
+C. Any new file that is contributed or otherwise made available under the terms of this License.
+
+1.10. “Original Software” means the Source Code and Executable form of computer software code that is originally released under this License.
+
+1.11. “Patent Claims” means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
+
+1.12. “Source Code” means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.
+
+1.13. “You” (or “Your”) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, “You” includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
+
+2. License Grants.
+2.1. The Initial Developer Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof).
+
+(c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.
+
+(d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.
+
+2.2. Contributor Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
+
+(c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.
+
+(d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.
+
+3. Distribution Obligations.
+3.1. Availability of Source Code.
+
+Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.
+
+3.2. Modifications.
+
+The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License.
+
+3.3. Required Notices.
+
+You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.
+
+3.4. Application of Additional Terms.
+
+You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients’ rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.
+
+3.5. Distribution of Executable Versions.
+
+You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient’s rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.
+
+3.6. Larger Works.
+
+You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.
+
+4. Versions of the License.
+4.1. New Versions.
+
+Oracle is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.
+
+4.2. Effect of New Versions.
+
+You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.
+
+4.3. Modified Versions.
+
+When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.
+
+5. DISCLAIMER OF WARRANTY.
+COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN “AS IS” BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+6. TERMINATION.
+6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
+
+6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as “Participant”) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.
+
+6.3. If You assert a patent infringement claim against Participant alleging that the Participant Software directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
+
+6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.
+
+7. LIMITATION OF LIABILITY.
+UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY’S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+8. U.S. GOVERNMENT END USERS.
+The Covered Software is a “commercial item,” as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of “commercial computer software” (as that term is defined at 48 C.F.R. § 252.227-7014(a)(1)) and “commercial computer software documentation” as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.
+
+9. MISCELLANEOUS.
+This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction’s conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys’ fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.
+
+10. RESPONSIBILITY FOR CLAIMS.
+As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
+
+NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
+
+The code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California.
+
+------------------------------------------------------------------------------------
+This distribution has a binary dependency on zstd, which is available under the BSD 3-Clause License as described below.
+
+BSD License
+
+For Zstandard software
+
+Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+ * Neither the name Facebook nor the names of its contributors may be used to
+ endorse or promote products derived from this software without specific
+ prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+------------------------------------------------------------------------------------
+This distribution has a binary dependency on zstd-jni, which is available under the BSD 2-Clause License
+as described below.
+
+Zstd-jni: JNI bindings to Zstd Library
+
+Copyright (c) 2015-2016, Luben Karavelov/ All rights reserved.
+
+BSD License
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice, this
+ list of conditions and the following disclaimer in the documentation and/or
+ other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-connect-avro-converter-5.3.0-20190430.163122-83.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-connect-avro-converter-5.3.0-20190430.163122-83.txt
new file mode 100644
index 0000000..39fc35b
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-kafka-connect-avro-converter-5.3.0-20190430.163122-83.txt
@@ -0,0 +1,647 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Apache License, Version 2.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Celebrating 20 years of community-led development "The Apache Way"
The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing
+reliable and long-lived software products through collaborative open source software development.
+
All packages produced by the ASF are implicitly licensed under the Apache
+License, Version 2.0, unless otherwise explicitly stated.
"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+
"Licensor" shall mean the copyright owner or entity authorized by the
+copyright owner that is granting the License.
+
+
"Legal Entity" shall mean the union of the acting entity and all other
+entities that control, are controlled by, or are under common control with
+that entity. For the purposes of this definition, "control" means (i) the
+power, direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.
+
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+
"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+
"Object" form shall mean any form resulting from mechanical transformation
+or translation of a Source form, including but not limited to compiled
+object code, generated documentation, and conversions to other media types.
+
+
"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that
+is included in or attached to the work (an example is provided in the
+Appendix below).
+
+
"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent, as
+a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from, or
+merely link (or bind by name) to the interfaces of, the Work and Derivative
+Works thereof.
+
+
"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the
+purposes of this definition, "submitted" means any form of electronic,
+verbal, or written communication sent to the Licensor or its
+representatives, including but not limited to communication on electronic
+mailing lists, source code control systems, and issue tracking systems that
+are managed by, or on behalf of, the Licensor for the purpose of discussing
+and improving the Work, but excluding communication that is conspicuously
+marked or otherwise designated in writing by the copyright owner as "Not a
+Contribution."
+
+
"Contributor" shall mean Licensor and any individual or Legal Entity on
+behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+
+
+
2. Grant of Copyright License. Subject to the
+terms and conditions of this License, each Contributor hereby grants to You
+a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of, publicly
+display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+
3. Grant of Patent License. Subject to the terms
+and conditions of this License, each Contributor hereby grants to You a
+perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made, use,
+offer to sell, sell, import, and otherwise transfer the Work, where such
+license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by
+combination of their Contribution(s) with the Work to which such
+Contribution(s) was submitted. If You institute patent litigation against
+any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that the Work or a Contribution incorporated within the Work constitutes
+direct or contributory patent infringement, then any patent licenses
+granted to You under this License for that Work shall terminate as of the
+date such litigation is filed.
+
+
4. Redistribution. You may reproduce and
+distribute copies of the Work or Derivative Works thereof in any medium,
+with or without modifications, and in Source or Object form, provided that
+You meet the following conditions:
+
+
+
You must give any other recipients of the Work or Derivative Works a
+copy of this License; and
+
+
You must cause any modified files to carry prominent notices stating
+that You changed the files; and
+
+
You must retain, in the Source form of any Derivative Works that You
+distribute, all copyright, patent, trademark, and attribution notices from
+the Source form of the Work, excluding those notices that do not pertain to
+any part of the Derivative Works; and
+
+
If the Work includes a "NOTICE" text file as part of its distribution,
+then any Derivative Works that You distribute must include a readable copy
+of the attribution notices contained within such NOTICE file, excluding
+those notices that do not pertain to any part of the Derivative Works, in
+at least one of the following places: within a NOTICE text file distributed
+as part of the Derivative Works; within the Source form or documentation,
+if provided along with the Derivative Works; or, within a display generated
+by the Derivative Works, if and wherever such third-party notices normally
+appear. The contents of the NOTICE file are for informational purposes only
+and do not modify the License. You may add Your own attribution notices
+within Derivative Works that You distribute, alongside or as an addendum to
+the NOTICE text from the Work, provided that such additional attribution
+notices cannot be construed as modifying the License.
+
+
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated in
+this License.
+
+
+
+
+
5. Submission of Contributions. Unless You
+explicitly state otherwise, any Contribution intentionally submitted for
+inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the
+terms of any separate license agreement you may have executed with Licensor
+regarding such Contributions.
+
+
6. Trademarks. This License does not grant
+permission to use the trade names, trademarks, service marks, or product
+names of the Licensor, except as required for reasonable and customary use
+in describing the origin of the Work and reproducing the content of the
+NOTICE file.
+
+
7. Disclaimer of Warranty. Unless required by
+applicable law or agreed to in writing, Licensor provides the Work (and
+each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+are solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise
+of permissions under this License.
+
+
8. Limitation of Liability. In no event and
+under no legal theory, whether in tort (including negligence), contract, or
+otherwise, unless required by applicable law (such as deliberate and
+grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a result
+of this License or out of the use or inability to use the Work (including
+but not limited to damages for loss of goodwill, work stoppage, computer
+failure or malfunction, or any and all other commercial damages or losses),
+even if such Contributor has been advised of the possibility of such
+damages.
+
+
9. Accepting Warranty or Additional Liability.
+While redistributing the Work or Derivative Works thereof, You may choose
+to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this License.
+However, in accepting such obligations, You may act only on Your own behalf
+and on Your sole responsibility, not on behalf of any other Contributor,
+and only if You agree to indemnify, defend, and hold each Contributor
+harmless for any liability incurred by, or claims asserted against, such
+Contributor by reason of your accepting any such warranty or additional
+liability.
To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included
+on the same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
Copyright [yyyy] [name of copyright owner]
+
+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.
+
The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing
+reliable and long-lived software products through collaborative open source software development.
+
All packages produced by the ASF are implicitly licensed under the Apache
+License, Version 2.0, unless otherwise explicitly stated.
"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+
"Licensor" shall mean the copyright owner or entity authorized by the
+copyright owner that is granting the License.
+
+
"Legal Entity" shall mean the union of the acting entity and all other
+entities that control, are controlled by, or are under common control with
+that entity. For the purposes of this definition, "control" means (i) the
+power, direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.
+
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+
"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+
"Object" form shall mean any form resulting from mechanical transformation
+or translation of a Source form, including but not limited to compiled
+object code, generated documentation, and conversions to other media types.
+
+
"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that
+is included in or attached to the work (an example is provided in the
+Appendix below).
+
+
"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent, as
+a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from, or
+merely link (or bind by name) to the interfaces of, the Work and Derivative
+Works thereof.
+
+
"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the
+purposes of this definition, "submitted" means any form of electronic,
+verbal, or written communication sent to the Licensor or its
+representatives, including but not limited to communication on electronic
+mailing lists, source code control systems, and issue tracking systems that
+are managed by, or on behalf of, the Licensor for the purpose of discussing
+and improving the Work, but excluding communication that is conspicuously
+marked or otherwise designated in writing by the copyright owner as "Not a
+Contribution."
+
+
"Contributor" shall mean Licensor and any individual or Legal Entity on
+behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+
+
+
2. Grant of Copyright License. Subject to the
+terms and conditions of this License, each Contributor hereby grants to You
+a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of, publicly
+display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+
3. Grant of Patent License. Subject to the terms
+and conditions of this License, each Contributor hereby grants to You a
+perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made, use,
+offer to sell, sell, import, and otherwise transfer the Work, where such
+license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by
+combination of their Contribution(s) with the Work to which such
+Contribution(s) was submitted. If You institute patent litigation against
+any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that the Work or a Contribution incorporated within the Work constitutes
+direct or contributory patent infringement, then any patent licenses
+granted to You under this License for that Work shall terminate as of the
+date such litigation is filed.
+
+
4. Redistribution. You may reproduce and
+distribute copies of the Work or Derivative Works thereof in any medium,
+with or without modifications, and in Source or Object form, provided that
+You meet the following conditions:
+
+
+
You must give any other recipients of the Work or Derivative Works a
+copy of this License; and
+
+
You must cause any modified files to carry prominent notices stating
+that You changed the files; and
+
+
You must retain, in the Source form of any Derivative Works that You
+distribute, all copyright, patent, trademark, and attribution notices from
+the Source form of the Work, excluding those notices that do not pertain to
+any part of the Derivative Works; and
+
+
If the Work includes a "NOTICE" text file as part of its distribution,
+then any Derivative Works that You distribute must include a readable copy
+of the attribution notices contained within such NOTICE file, excluding
+those notices that do not pertain to any part of the Derivative Works, in
+at least one of the following places: within a NOTICE text file distributed
+as part of the Derivative Works; within the Source form or documentation,
+if provided along with the Derivative Works; or, within a display generated
+by the Derivative Works, if and wherever such third-party notices normally
+appear. The contents of the NOTICE file are for informational purposes only
+and do not modify the License. You may add Your own attribution notices
+within Derivative Works that You distribute, alongside or as an addendum to
+the NOTICE text from the Work, provided that such additional attribution
+notices cannot be construed as modifying the License.
+
+
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated in
+this License.
+
+
+
+
+
5. Submission of Contributions. Unless You
+explicitly state otherwise, any Contribution intentionally submitted for
+inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the
+terms of any separate license agreement you may have executed with Licensor
+regarding such Contributions.
+
+
6. Trademarks. This License does not grant
+permission to use the trade names, trademarks, service marks, or product
+names of the Licensor, except as required for reasonable and customary use
+in describing the origin of the Work and reproducing the content of the
+NOTICE file.
+
+
7. Disclaimer of Warranty. Unless required by
+applicable law or agreed to in writing, Licensor provides the Work (and
+each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+are solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise
+of permissions under this License.
+
+
8. Limitation of Liability. In no event and
+under no legal theory, whether in tort (including negligence), contract, or
+otherwise, unless required by applicable law (such as deliberate and
+grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a result
+of this License or out of the use or inability to use the Work (including
+but not limited to damages for loss of goodwill, work stoppage, computer
+failure or malfunction, or any and all other commercial damages or losses),
+even if such Contributor has been advised of the possibility of such
+damages.
+
+
9. Accepting Warranty or Additional Liability.
+While redistributing the Work or Derivative Works thereof, You may choose
+to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this License.
+However, in accepting such obligations, You may act only on Your own behalf
+and on Your sole responsibility, not on behalf of any other Contributor,
+and only if You agree to indemnify, defend, and hold each Contributor
+harmless for any liability incurred by, or claims asserted against, such
+Contributor by reason of your accepting any such warranty or additional
+liability.
To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included
+on the same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
Copyright [yyyy] [name of copyright owner]
+
+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.
+
The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing
+reliable and long-lived software products through collaborative open source software development.
+
All packages produced by the ASF are implicitly licensed under the Apache
+License, Version 2.0, unless otherwise explicitly stated.
"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+
"Licensor" shall mean the copyright owner or entity authorized by the
+copyright owner that is granting the License.
+
+
"Legal Entity" shall mean the union of the acting entity and all other
+entities that control, are controlled by, or are under common control with
+that entity. For the purposes of this definition, "control" means (i) the
+power, direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.
+
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+
"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+
"Object" form shall mean any form resulting from mechanical transformation
+or translation of a Source form, including but not limited to compiled
+object code, generated documentation, and conversions to other media types.
+
+
"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that
+is included in or attached to the work (an example is provided in the
+Appendix below).
+
+
"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent, as
+a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from, or
+merely link (or bind by name) to the interfaces of, the Work and Derivative
+Works thereof.
+
+
"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the
+purposes of this definition, "submitted" means any form of electronic,
+verbal, or written communication sent to the Licensor or its
+representatives, including but not limited to communication on electronic
+mailing lists, source code control systems, and issue tracking systems that
+are managed by, or on behalf of, the Licensor for the purpose of discussing
+and improving the Work, but excluding communication that is conspicuously
+marked or otherwise designated in writing by the copyright owner as "Not a
+Contribution."
+
+
"Contributor" shall mean Licensor and any individual or Legal Entity on
+behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+
+
+
2. Grant of Copyright License. Subject to the
+terms and conditions of this License, each Contributor hereby grants to You
+a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of, publicly
+display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+
3. Grant of Patent License. Subject to the terms
+and conditions of this License, each Contributor hereby grants to You a
+perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made, use,
+offer to sell, sell, import, and otherwise transfer the Work, where such
+license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by
+combination of their Contribution(s) with the Work to which such
+Contribution(s) was submitted. If You institute patent litigation against
+any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that the Work or a Contribution incorporated within the Work constitutes
+direct or contributory patent infringement, then any patent licenses
+granted to You under this License for that Work shall terminate as of the
+date such litigation is filed.
+
+
4. Redistribution. You may reproduce and
+distribute copies of the Work or Derivative Works thereof in any medium,
+with or without modifications, and in Source or Object form, provided that
+You meet the following conditions:
+
+
+
You must give any other recipients of the Work or Derivative Works a
+copy of this License; and
+
+
You must cause any modified files to carry prominent notices stating
+that You changed the files; and
+
+
You must retain, in the Source form of any Derivative Works that You
+distribute, all copyright, patent, trademark, and attribution notices from
+the Source form of the Work, excluding those notices that do not pertain to
+any part of the Derivative Works; and
+
+
If the Work includes a "NOTICE" text file as part of its distribution,
+then any Derivative Works that You distribute must include a readable copy
+of the attribution notices contained within such NOTICE file, excluding
+those notices that do not pertain to any part of the Derivative Works, in
+at least one of the following places: within a NOTICE text file distributed
+as part of the Derivative Works; within the Source form or documentation,
+if provided along with the Derivative Works; or, within a display generated
+by the Derivative Works, if and wherever such third-party notices normally
+appear. The contents of the NOTICE file are for informational purposes only
+and do not modify the License. You may add Your own attribution notices
+within Derivative Works that You distribute, alongside or as an addendum to
+the NOTICE text from the Work, provided that such additional attribution
+notices cannot be construed as modifying the License.
+
+
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated in
+this License.
+
+
+
+
+
5. Submission of Contributions. Unless You
+explicitly state otherwise, any Contribution intentionally submitted for
+inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the
+terms of any separate license agreement you may have executed with Licensor
+regarding such Contributions.
+
+
6. Trademarks. This License does not grant
+permission to use the trade names, trademarks, service marks, or product
+names of the Licensor, except as required for reasonable and customary use
+in describing the origin of the Work and reproducing the content of the
+NOTICE file.
+
+
7. Disclaimer of Warranty. Unless required by
+applicable law or agreed to in writing, Licensor provides the Work (and
+each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+are solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise
+of permissions under this License.
+
+
8. Limitation of Liability. In no event and
+under no legal theory, whether in tort (including negligence), contract, or
+otherwise, unless required by applicable law (such as deliberate and
+grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a result
+of this License or out of the use or inability to use the Work (including
+but not limited to damages for loss of goodwill, work stoppage, computer
+failure or malfunction, or any and all other commercial damages or losses),
+even if such Contributor has been advised of the possibility of such
+damages.
+
+
9. Accepting Warranty or Additional Liability.
+While redistributing the Work or Derivative Works thereof, You may choose
+to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this License.
+However, in accepting such obligations, You may act only on Your own behalf
+and on Your sole responsibility, not on behalf of any other Contributor,
+and only if You agree to indemnify, defend, and hold each Contributor
+harmless for any liability incurred by, or claims asserted against, such
+Contributor by reason of your accepting any such warranty or additional
+liability.
To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included
+on the same "printed page" as the copyright notice for easier
+identification within third-party archives.
+
Copyright [yyyy] [name of copyright owner]
+
+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.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-avro-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-avro-1.8.2.txt
new file mode 100644
index 0000000..20b23c9
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-avro-1.8.2.txt
@@ -0,0 +1,186 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+--------------------------------------------------------------------------------
+
+This product includes code from Apache Avro.
+
+Copyright: 2014 The Apache Software Foundation.
+Home page: https://avro.apache.org/
+License: http://www.apache.org/licenses/LICENSE-2.0
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-column-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-column-1.8.2.txt
new file mode 100644
index 0000000..dfb7e46
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-column-1.8.2.txt
@@ -0,0 +1,187 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+--------------------------------------------------------------------------------
+
+This product depends on fastutil and includes it in this binary artifact.
+Fastutil provides type-specific collection implementations.
+
+Copyright: 2002-2014 Sebastiano Vigna
+Home page: http://fasutil.di.unimi.it/
+License: http://www.apache.org/licenses/LICENSE-2.0.html
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-common-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-common-1.8.2.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-common-1.8.2.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-encoding-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-encoding-1.8.2.txt
new file mode 100644
index 0000000..ba67f7e
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-encoding-1.8.2.txt
@@ -0,0 +1,189 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+--------------------------------------------------------------------------------
+
+This project includes code from Daniel Lemire's JavaFastPFOR project in this
+binary artifact. The "Lemire" bit packing classes produced by parquet-generator
+are derived from the JavaFastPFOR project.
+
+Copyright: 2013 Daniel Lemire
+Home page: http://lemire.me/en/
+Project page: https://github.com/lemire/JavaFastPFOR
+License: Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-format-2.3.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-format-2.3.1.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-format-2.3.1.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-hadoop-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-hadoop-1.8.2.txt
new file mode 100644
index 0000000..8772a50
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-hadoop-1.8.2.txt
@@ -0,0 +1,189 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+--------------------------------------------------------------------------------
+
+This product includes code from Twitter's ElephantBird project.
+
+* parquet-hadoop's UnmaterializableRecordCounter.java includes code from
+ ElephantBird's LzoRecordReader.java
+
+Copyright: 2012-2014 Twitter
+Home page: https://github.com/twitter/elephant-bird
+License: http://www.apache.org/licenses/LICENSE-2.0
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-jackson-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-jackson-1.8.2.txt
new file mode 100644
index 0000000..7e3e1ba
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-parquet-jackson-1.8.2.txt
@@ -0,0 +1,187 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+--------------------------------------------------------------------------------
+
+This product depends on Jackson and includes it in this binary artifact.
+Jackson is a high-performance JSON processor.
+
+Copyright: 2007-2015 Tatu Saloranta and other contributors
+Home page: http://jackson.codehaus.org/
+License: http://www.apache.org/licenses/LICENSE-2.0.txt
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-snappy-java-1.1.1.3.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-snappy-java-1.1.1.3.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-snappy-java-1.1.1.3.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-zookeeper-3.4.13.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-zookeeper-3.4.13.txt
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/licenses/LICENSE-zookeeper-3.4.13.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-audience-annotations-0.5.0.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-audience-annotations-0.5.0.txt
new file mode 100644
index 0000000..5291f1f
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-audience-annotations-0.5.0.txt
@@ -0,0 +1,8 @@
+
+Apache Yetus - Audience Annotations
+Copyright 2015-2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-avro-1.8.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-avro-1.8.1.txt
new file mode 100644
index 0000000..f868e81
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-avro-1.8.1.txt
@@ -0,0 +1,8 @@
+
+Apache Avro
+Copyright 2009-2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-httpclient-4.5.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-httpclient-4.5.2.txt
new file mode 100644
index 0000000..c6dda31
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-httpclient-4.5.2.txt
@@ -0,0 +1,8 @@
+
+Apache HttpClient
+Copyright 1999-2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-httpcore-4.4.4.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-httpcore-4.4.4.txt
new file mode 100644
index 0000000..976db53
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-httpcore-4.4.4.txt
@@ -0,0 +1,10 @@
+
+Apache HttpCore
+Copyright 2005-2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+This project contains annotations derived from JCIP-ANNOTATIONS
+Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-core-2.9.8.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-core-2.9.8.txt
new file mode 100644
index 0000000..4c976b7
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-core-2.9.8.txt
@@ -0,0 +1,20 @@
+# 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, as well as supported
+commercially by FasterXML.com.
+
+## Licensing
+
+Jackson core and extension components may licensed under different licenses.
+To find the details that apply to this artifact see the accompanying LICENSE file.
+For more information, including possible other licensing options, contact
+FasterXML.com (http://fasterxml.com).
+
+## 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-core-asl-1.9.13.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-core-asl-1.9.13.txt
new file mode 100644
index 0000000..0cae638
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-core-asl-1.9.13.txt
@@ -0,0 +1,7 @@
+This product currently only contains code developed by authors
+of specific components, as identified by the source code files;
+if such notes are missing files have been created by
+Tatu Saloranta.
+
+For additional credits (generally to people who reported problems)
+see CREDITS file.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-databind-2.9.8.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-databind-2.9.8.txt
new file mode 100644
index 0000000..5ab1e56
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-databind-2.9.8.txt
@@ -0,0 +1,20 @@
+# 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, as well as supported
+commercially by FasterXML.com.
+
+## Licensing
+
+Jackson core and extension components may be licensed under different licenses.
+To find the details that apply to this artifact see the accompanying LICENSE file.
+For more information, including possible other licensing options, contact
+FasterXML.com (http://fasterxml.com).
+
+## 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.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-mapper-asl-1.9.13.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-mapper-asl-1.9.13.txt
new file mode 100644
index 0000000..0cae638
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-jackson-mapper-asl-1.9.13.txt
@@ -0,0 +1,7 @@
+This product currently only contains code developed by authors
+of specific components, as identified by the source code files;
+if such notes are missing files have been created by
+Tatu Saloranta.
+
+For additional credits (generally to people who reported problems)
+see CREDITS file.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-kafka-clients-2.3.0-20190426.215115-24.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-kafka-clients-2.3.0-20190426.215115-24.txt
new file mode 100644
index 0000000..bd7b0dc
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-kafka-clients-2.3.0-20190426.215115-24.txt
@@ -0,0 +1,8 @@
+Apache Kafka
+Copyright 2019 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/.
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-avro-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-avro-1.8.2.txt
new file mode 100644
index 0000000..7b5682c
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-avro-1.8.2.txt
@@ -0,0 +1,18 @@
+
+Apache Parquet MR (Incubating)
+Copyright 2014-2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+--------------------------------------------------------------------------------
+
+This product includes code from Apache Avro, which includes the following in
+its NOTICE file:
+
+ Apache Avro
+ Copyright 2010-2015 The Apache Software Foundation
+
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-column-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-column-1.8.2.txt
new file mode 100644
index 0000000..b11a541
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-column-1.8.2.txt
@@ -0,0 +1,8 @@
+
+Apache Parquet Column
+Copyright 2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-common-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-common-1.8.2.txt
new file mode 100644
index 0000000..f3c0798
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-common-1.8.2.txt
@@ -0,0 +1,8 @@
+
+Apache Parquet Common
+Copyright 2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-encoding-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-encoding-1.8.2.txt
new file mode 100644
index 0000000..42d8768
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-encoding-1.8.2.txt
@@ -0,0 +1,8 @@
+
+Apache Parquet Encodings
+Copyright 2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-format-2.3.1.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-format-2.3.1.txt
new file mode 100644
index 0000000..4588045
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-format-2.3.1.txt
@@ -0,0 +1,8 @@
+
+Apache Parquet Format
+Copyright 2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-hadoop-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-hadoop-1.8.2.txt
new file mode 100644
index 0000000..e5b0a31
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-hadoop-1.8.2.txt
@@ -0,0 +1,8 @@
+
+Apache Parquet Hadoop
+Copyright 2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-jackson-1.8.2.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-jackson-1.8.2.txt
new file mode 100644
index 0000000..a42b17b
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/notices/NOTICE-parquet-jackson-1.8.2.txt
@@ -0,0 +1,8 @@
+
+Apache Parquet Jackson
+Copyright 2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
diff --git a/confluentinc-kafka-connect-s3-10.5.5/doc/version.txt b/confluentinc-kafka-connect-s3-10.5.5/doc/version.txt
new file mode 100644
index 0000000..addce8b
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/doc/version.txt
@@ -0,0 +1,2 @@
+##This file must be updated at package time to have a valid package##
+invalid
diff --git a/confluentinc-kafka-connect-s3-10.5.5/etc/quickstart-s3.properties b/confluentinc-kafka-connect-s3-10.5.5/etc/quickstart-s3.properties
new file mode 100644
index 0000000..a6c8472
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/etc/quickstart-s3.properties
@@ -0,0 +1,36 @@
+#
+# Copyright 2018 Confluent Inc.
+#
+# Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OF ANY KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations under the License.
+#
+
+name=s3-sink
+connector.class=io.confluent.connect.s3.S3SinkConnector
+tasks.max=1
+topics=s3_topic
+
+s3.region=us-west-2
+s3.bucket.name=confluent-kafka-connect-s3-testing
+s3.part.size=5242880
+flush.size=3
+
+storage.class=io.confluent.connect.s3.storage.S3Storage
+format.class=io.confluent.connect.s3.format.avro.AvroFormat
+#format.class=io.confluent.connect.s3.format.json.JsonFormat
+partitioner.class=io.confluent.connect.storage.partitioner.DefaultPartitioner
+
+schema.compatibility=NONE
+#partition.field.name=
+#partition.duration.ms=
+#path.format=
+#locale=
+#timezone=
diff --git a/confluentinc-kafka-connect-s3-10.5.5/etc/quickstart-schema-source-for-s3.properties b/confluentinc-kafka-connect-s3-10.5.5/etc/quickstart-schema-source-for-s3.properties
new file mode 100644
index 0000000..4eeb6e9
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/etc/quickstart-schema-source-for-s3.properties
@@ -0,0 +1,24 @@
+#
+# Copyright 2018 Confluent Inc.
+#
+# Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OF ANY KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations under the License.
+#
+
+name=schema-source
+connector.class=io.confluent.connect.storage.tools.SchemaSourceConnector
+tasks.max=1
+topic=s3_topic
+#throughput=
+num.messages=21
+multiple.schema=false
+partition.count=1
+enable.stdout=false
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/accessors-smart-2.4.9.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/accessors-smart-2.4.9.jar
new file mode 100644
index 0000000..f65ca2f
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/accessors-smart-2.4.9.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/asm-9.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/asm-9.3.jar
new file mode 100644
index 0000000..bd8b948
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/asm-9.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/audience-annotations-0.5.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/audience-annotations-0.5.0.jar
new file mode 100644
index 0000000..52491a7
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/audience-annotations-0.5.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/avro-1.11.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/avro-1.11.0.jar
new file mode 100644
index 0000000..094e86b
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/avro-1.11.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-core-1.12.524.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-core-1.12.524.jar
new file mode 100644
index 0000000..61618c2
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-core-1.12.524.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-kms-1.12.524.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-kms-1.12.524.jar
new file mode 100644
index 0000000..0f51f86
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-kms-1.12.524.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-s3-1.12.524.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-s3-1.12.524.jar
new file mode 100644
index 0000000..120bf86
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-s3-1.12.524.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-sts-1.12.524.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-sts-1.12.524.jar
new file mode 100644
index 0000000..3d936c2
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/aws-java-sdk-sts-1.12.524.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/common-utils-7.2.4-30.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/common-utils-7.2.4-30.jar
new file mode 100644
index 0000000..ac78579
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/common-utils-7.2.4-30.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-beanutils-1.9.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-beanutils-1.9.4.jar
new file mode 100644
index 0000000..b73543c
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-beanutils-1.9.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-cli-1.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-cli-1.4.jar
new file mode 100644
index 0000000..22deb30
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-cli-1.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-codec-1.15.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-codec-1.15.jar
new file mode 100644
index 0000000..f14985a
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-codec-1.15.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-collections-3.2.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-collections-3.2.2.jar
new file mode 100644
index 0000000..fa5df82
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-collections-3.2.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-compress-1.21.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-compress-1.21.jar
new file mode 100644
index 0000000..4892334
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-compress-1.21.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-configuration2-2.8.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-configuration2-2.8.0.jar
new file mode 100644
index 0000000..bd3d8d8
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-configuration2-2.8.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-io-2.8.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-io-2.8.0.jar
new file mode 100644
index 0000000..177e58d
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-io-2.8.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-lang-2.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-lang-2.6.jar
new file mode 100644
index 0000000..98467d3
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-lang-2.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-lang3-3.12.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-lang3-3.12.0.jar
new file mode 100644
index 0000000..4d434a2
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-lang3-3.12.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-logging-1.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-logging-1.2.jar
new file mode 100644
index 0000000..93a3b9f
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-logging-1.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-math3-3.1.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-math3-3.1.1.jar
new file mode 100644
index 0000000..43b5215
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-math3-3.1.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-pool-1.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-pool-1.6.jar
new file mode 100644
index 0000000..72ca75a
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-pool-1.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/commons-text-1.10.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-text-1.10.0.jar
new file mode 100644
index 0000000..beada02
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/commons-text-1.10.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/curator-client-5.2.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/curator-client-5.2.0.jar
new file mode 100644
index 0000000..8ef51ef
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/curator-client-5.2.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/curator-framework-5.2.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/curator-framework-5.2.0.jar
new file mode 100644
index 0000000..a2657f2
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/curator-framework-5.2.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/curator-recipes-5.2.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/curator-recipes-5.2.0.jar
new file mode 100644
index 0000000..607a7ef
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/curator-recipes-5.2.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/dnsjava-2.1.7.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/dnsjava-2.1.7.jar
new file mode 100644
index 0000000..111fef9
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/dnsjava-2.1.7.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/gson-2.9.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/gson-2.9.0.jar
new file mode 100644
index 0000000..fb62e05
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/gson-2.9.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-annotations-3.3.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-annotations-3.3.6.jar
new file mode 100644
index 0000000..3611a3c
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-annotations-3.3.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-auth-3.3.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-auth-3.3.6.jar
new file mode 100644
index 0000000..8e5a8b0
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-auth-3.3.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-common-3.3.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-common-3.3.6.jar
new file mode 100644
index 0000000..96b9671
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/hadoop-common-3.3.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/httpclient-4.5.13.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/httpclient-4.5.13.jar
new file mode 100644
index 0000000..218ee25
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/httpclient-4.5.13.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/httpcore-4.4.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/httpcore-4.4.4.jar
new file mode 100644
index 0000000..ac4a877
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/httpcore-4.4.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/ion-java-1.0.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/ion-java-1.0.2.jar
new file mode 100644
index 0000000..192a98e
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/ion-java-1.0.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-annotations-2.15.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-annotations-2.15.2.jar
new file mode 100644
index 0000000..f8799c3
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-annotations-2.15.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-core-2.15.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-core-2.15.0.jar
new file mode 100644
index 0000000..574894d
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-core-2.15.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-databind-2.15.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-databind-2.15.2.jar
new file mode 100644
index 0000000..86f9a86
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-databind-2.15.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-dataformat-cbor-2.13.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-dataformat-cbor-2.13.4.jar
new file mode 100644
index 0000000..3da9479
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jackson-dataformat-cbor-2.13.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jakarta.activation-api-1.2.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jakarta.activation-api-1.2.1.jar
new file mode 100644
index 0000000..bbfb52f
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jakarta.activation-api-1.2.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/javax.annotation-api-1.3.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/javax.annotation-api-1.3.2.jar
new file mode 100644
index 0000000..a8a470a
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/javax.annotation-api-1.3.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/javax.servlet-api-3.1.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/javax.servlet-api-3.1.0.jar
new file mode 100644
index 0000000..6b14c3d
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/javax.servlet-api-3.1.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jaxb-api-2.3.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jaxb-api-2.3.0.jar
new file mode 100644
index 0000000..0817c08
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jaxb-api-2.3.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jaxb-impl-2.2.3-1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jaxb-impl-2.2.3-1.jar
new file mode 100644
index 0000000..eeaf660
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jaxb-impl-2.2.3-1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-core-1.19.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-core-1.19.4.jar
new file mode 100644
index 0000000..e800c60
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-core-1.19.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-json-1.20.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-json-1.20.jar
new file mode 100644
index 0000000..d436134
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-json-1.20.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-server-1.19.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-server-1.19.4.jar
new file mode 100644
index 0000000..59c8d8e
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-server-1.19.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-servlet-1.19.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-servlet-1.19.4.jar
new file mode 100644
index 0000000..678d1ce
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jersey-servlet-1.19.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jettison-1.5.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jettison-1.5.4.jar
new file mode 100644
index 0000000..17c5735
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jettison-1.5.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jline-2.12.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jline-2.12.1.jar
new file mode 100644
index 0000000..00dffb0
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jline-2.12.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jmespath-java-1.12.524.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jmespath-java-1.12.524.jar
new file mode 100644
index 0000000..183deab
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jmespath-java-1.12.524.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/joda-time-2.9.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/joda-time-2.9.6.jar
new file mode 100644
index 0000000..37dadc7
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/joda-time-2.9.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jsch-0.1.55.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jsch-0.1.55.jar
new file mode 100644
index 0000000..c6fd21d
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jsch-0.1.55.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/json-smart-2.4.10.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/json-smart-2.4.10.jar
new file mode 100644
index 0000000..3cc02ce
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/json-smart-2.4.10.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jsp-api-2.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jsp-api-2.1.jar
new file mode 100644
index 0000000..c0195af
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jsp-api-2.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jsr305-3.0.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jsr305-3.0.2.jar
new file mode 100644
index 0000000..59222d9
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jsr305-3.0.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/jsr311-api-1.1.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/jsr311-api-1.1.1.jar
new file mode 100644
index 0000000..ec8bc81
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/jsr311-api-1.1.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-avro-serializer-7.2.4-34.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-avro-serializer-7.2.4-34.jar
new file mode 100644
index 0000000..3f36b23
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-avro-serializer-7.2.4-34.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-avro-data-7.2.4-34.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-avro-data-7.2.4-34.jar
new file mode 100644
index 0000000..e26c876
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-avro-data-7.2.4-34.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-s3-10.5.5.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-s3-10.5.5.jar
new file mode 100644
index 0000000..d9849ca
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-s3-10.5.5.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-common-11.2.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-common-11.2.3.jar
new file mode 100644
index 0000000..38355a1
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-common-11.2.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-common-hadoop-shaded-guava-11.2.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-common-hadoop-shaded-guava-11.2.3.jar
new file mode 100644
index 0000000..d12d44c
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-common-hadoop-shaded-guava-11.2.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-core-11.2.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-core-11.2.3.jar
new file mode 100644
index 0000000..3cb6a44
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-core-11.2.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-format-11.2.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-format-11.2.3.jar
new file mode 100644
index 0000000..418fa01
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-format-11.2.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-partitioner-11.2.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-partitioner-11.2.3.jar
new file mode 100644
index 0000000..c771c60
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-connect-storage-partitioner-11.2.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-converter-7.2.4-34.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-converter-7.2.4-34.jar
new file mode 100644
index 0000000..be5d1b1
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-converter-7.2.4-34.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-registry-client-7.2.4-34.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-registry-client-7.2.4-34.jar
new file mode 100644
index 0000000..8244872
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-registry-client-7.2.4-34.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-serializer-7.2.4-34.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-serializer-7.2.4-34.jar
new file mode 100644
index 0000000..423cae3
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kafka-schema-serializer-7.2.4-34.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-admin-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-admin-1.0.1.jar
new file mode 100644
index 0000000..d88243a
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-admin-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-client-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-client-1.0.1.jar
new file mode 100644
index 0000000..21b9540
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-client-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-common-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-common-1.0.1.jar
new file mode 100644
index 0000000..09f6aca
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-common-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-core-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-core-1.0.1.jar
new file mode 100644
index 0000000..655c87a
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-core-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-crypto-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-crypto-1.0.1.jar
new file mode 100644
index 0000000..d592b39
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-crypto-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-identity-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-identity-1.0.1.jar
new file mode 100644
index 0000000..b978741
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-identity-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-server-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-server-1.0.1.jar
new file mode 100644
index 0000000..4cdc392
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-server-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-simplekdc-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-simplekdc-1.0.1.jar
new file mode 100644
index 0000000..5bed8ee
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-simplekdc-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-util-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-util-1.0.1.jar
new file mode 100644
index 0000000..8b9b244
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerb-util-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-asn1-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-asn1-1.0.1.jar
new file mode 100644
index 0000000..6488b74
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-asn1-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-config-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-config-1.0.1.jar
new file mode 100644
index 0000000..643eb21
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-config-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-pkix-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-pkix-1.0.1.jar
new file mode 100644
index 0000000..443d981
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-pkix-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-util-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-util-1.0.1.jar
new file mode 100644
index 0000000..f25f359
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-util-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-xdr-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-xdr-1.0.1.jar
new file mode 100644
index 0000000..9e17be9
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/kerby-xdr-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/logredactor-1.0.11.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/logredactor-1.0.11.jar
new file mode 100644
index 0000000..2fbee44
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/logredactor-1.0.11.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/logredactor-metrics-1.0.11.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/logredactor-metrics-1.0.11.jar
new file mode 100644
index 0000000..0458429
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/logredactor-metrics-1.0.11.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/metrics-core-3.2.4.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/metrics-core-3.2.4.jar
new file mode 100644
index 0000000..28d9107
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/metrics-core-3.2.4.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/minimal-json-0.9.5.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/minimal-json-0.9.5.jar
new file mode 100644
index 0000000..8405dff
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/minimal-json-0.9.5.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-avro-1.11.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-avro-1.11.2.jar
new file mode 100644
index 0000000..767a28d
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-avro-1.11.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-column-1.11.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-column-1.11.2.jar
new file mode 100644
index 0000000..c391934
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-column-1.11.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-common-1.11.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-common-1.11.2.jar
new file mode 100644
index 0000000..9bccf3f
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-common-1.11.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-encoding-1.11.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-encoding-1.11.2.jar
new file mode 100644
index 0000000..d7f42e6
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-encoding-1.11.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-format-structures-1.11.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-format-structures-1.11.2.jar
new file mode 100644
index 0000000..2ca3bdd
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-format-structures-1.11.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-hadoop-1.11.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-hadoop-1.11.2.jar
new file mode 100644
index 0000000..ba2725f
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/parquet-hadoop-1.11.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/protobuf-java-3.19.6.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/protobuf-java-3.19.6.jar
new file mode 100644
index 0000000..36bccce
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/protobuf-java-3.19.6.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/re2j-1.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/re2j-1.1.jar
new file mode 100644
index 0000000..6a31277
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/re2j-1.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/slf4j-api-1.7.36.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/slf4j-api-1.7.36.jar
new file mode 100644
index 0000000..7d3ce68
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/slf4j-api-1.7.36.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/slf4j-reload4j-1.7.36.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/slf4j-reload4j-1.7.36.jar
new file mode 100644
index 0000000..b007cc7
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/slf4j-reload4j-1.7.36.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/snakeyaml-2.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/snakeyaml-2.0.jar
new file mode 100644
index 0000000..469b043
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/snakeyaml-2.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/snappy-java-1.1.10.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/snappy-java-1.1.10.3.jar
new file mode 100644
index 0000000..617860a
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/snappy-java-1.1.10.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/stax2-api-4.2.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/stax2-api-4.2.jar
new file mode 100644
index 0000000..668dd42
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/stax2-api-4.2.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/swagger-annotations-2.1.10.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/swagger-annotations-2.1.10.jar
new file mode 100644
index 0000000..7c81fcc
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/swagger-annotations-2.1.10.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/token-provider-1.0.1.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/token-provider-1.0.1.jar
new file mode 100644
index 0000000..fc53558
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/token-provider-1.0.1.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/woodstox-core-5.4.0.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/woodstox-core-5.4.0.jar
new file mode 100644
index 0000000..e72fca9
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/woodstox-core-5.4.0.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/zookeeper-3.6.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/zookeeper-3.6.3.jar
new file mode 100644
index 0000000..1c65199
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/zookeeper-3.6.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/lib/zookeeper-jute-3.6.3.jar b/confluentinc-kafka-connect-s3-10.5.5/lib/zookeeper-jute-3.6.3.jar
new file mode 100644
index 0000000..af5450e
Binary files /dev/null and b/confluentinc-kafka-connect-s3-10.5.5/lib/zookeeper-jute-3.6.3.jar differ
diff --git a/confluentinc-kafka-connect-s3-10.5.5/manifest.json b/confluentinc-kafka-connect-s3-10.5.5/manifest.json
new file mode 100644
index 0000000..eb626e2
--- /dev/null
+++ b/confluentinc-kafka-connect-s3-10.5.5/manifest.json
@@ -0,0 +1,37 @@
+{
+ "name" : "kafka-connect-s3",
+ "version" : "10.5.5",
+ "title" : "Kafka Connect S3",
+ "description" : "The S3 connector, currently available as a sink, allows you to export data from Kafka topics to S3 objects in either Avro or JSON formats. In addition, for certain data layouts, S3 connector exports data by guaranteeing exactly-once delivery semantics to consumers of the S3 objects it produces.\n\nBeing a sink, the S3 connector periodically polls data from Kafka and in turn uploads it to S3. A partitioner is used to split the data of every Kafka partition into chunks. Each chunk of data is represented as an S3 object, whose key name encodes the topic, the Kafka partition and the start offset of this data chunk. If no partitioner is specified in the configuration, the default partitioner which preserves Kafka partitioning is used. The size of each data chunk is determined by the number of records written to S3 and by schema compatibility.",
+ "owner" : {
+ "username" : "confluentinc",
+ "type" : "organization",
+ "name" : "Confluent, Inc.",
+ "url" : "https://confluent.io/",
+ "logo" : "assets/confluent.png"
+ },
+ "support" : {
+ "summary" : "This connector is supported by Confluent as part of a Confluent Platform subscription.",
+ "url" : "https://docs.confluent.io/current/",
+ "logo" : "assets/confluent.png",
+ "provider_name" : "Confluent, Inc."
+ },
+ "tags" : [ "s3", "aws" ],
+ "requirements" : [ "AWS S3 bucket with write permissions" ],
+ "features" : {
+ "supported_encodings" : [ "any" ],
+ "single_message_transforms" : true,
+ "confluent_control_center_integration" : true,
+ "kafka_connect_api" : true
+ },
+ "logo" : "assets/s3.jpg",
+ "documentation_url" : "https://docs.confluent.io/kafka-connect-s3-sink/current/index.html",
+ "source_url" : "https://github.com/confluentinc/kafka-connect-storage-cloud",
+ "docker_image" : { },
+ "license" : [ {
+ "name" : "Confluent Community License",
+ "url" : "http://www.confluent.io/confluent-community-license"
+ } ],
+ "component_types" : [ "sink" ],
+ "release_date" : "2023-09-12"
+}
\ No newline at end of file
diff --git a/db2-driver/db2jcc4.jar b/db2-driver/db2jcc4.jar
new file mode 100644
index 0000000..5f71f22
Binary files /dev/null and b/db2-driver/db2jcc4.jar differ
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/assets/mongodb-leaf.png b/mongodb-kafka-connect-mongodb-1.7.0/assets/mongodb-leaf.png
new file mode 100644
index 0000000..b98a2ff
Binary files /dev/null and b/mongodb-kafka-connect-mongodb-1.7.0/assets/mongodb-leaf.png differ
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/assets/mongodb-logo.png b/mongodb-kafka-connect-mongodb-1.7.0/assets/mongodb-logo.png
new file mode 100644
index 0000000..32cc4ca
Binary files /dev/null and b/mongodb-kafka-connect-mongodb-1.7.0/assets/mongodb-logo.png differ
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/doc/LICENSE.txt b/mongodb-kafka-connect-mongodb-1.7.0/doc/LICENSE.txt
new file mode 100644
index 0000000..336b80c
--- /dev/null
+++ b/mongodb-kafka-connect-mongodb-1.7.0/doc/LICENSE.txt
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "{}"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright (c) 2017. Hans-Peter Grahsl (grahslhp@gmail.com)
+
+ 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.
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/doc/README.md b/mongodb-kafka-connect-mongodb-1.7.0/doc/README.md
new file mode 100644
index 0000000..f501997
--- /dev/null
+++ b/mongodb-kafka-connect-mongodb-1.7.0/doc/README.md
@@ -0,0 +1,78 @@
+# MongoDB Kafka Connector
+
+The official MongoDB Kafka Connector.
+
+
+## Documentation
+
+Documentation for the connector is available on [https://docs.mongodb.com/kafka-connector/current/](https://docs.mongodb.com/kafka-connector/current/)
+
+## Downloading
+
+The connector will be published on [maven central](https://search.maven.org/search?q=g:org.mongodb.kafka%20AND%20a:mongo-kafka-connect).
+
+## Support / Feedback
+
+For issues with, questions about, or feedback for the MongoDB Kafka Connector, please look into our
+[support channels](http://www.mongodb.org/about/support). Please do not email any of the Kafka connector developers directly with issues or
+questions - you're more likely to get an answer on the
+[MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/kafka-connector).
+
+At a minimum, please include in your description the exact version of the driver that you are using. If you are having
+connectivity issues, it's often also useful to paste in the Kafka connector configuration. You should also check your application logs for
+any connectivity-related exceptions and post those as well.
+
+## Bugs / Feature Requests
+
+Think you’ve found a bug? Want to see a new feature in the Kafka driver? Please open a case in our issue management tool, JIRA:
+
+- [Create an account and login](https://jira.mongodb.org).
+- Navigate to [the KAFKA project](https://jira.mongodb.org/browse/KAFKA).
+- Click **Create Issue** - Please provide as much information as possible about the issue type and how to reproduce it.
+
+Bug reports in JIRA for the connector are **public**.
+
+If you’ve identified a security vulnerability in a connector or any other MongoDB project, please report it according to the
+[instructions here](https://docs.mongodb.com/manual/tutorial/create-a-vulnerability-report/).
+
+## Versioning
+
+The MongoDB Kafka Connector follows semantic versioning.
+See the [changelog](./CHANGELOG.md) for information about changes between releases.
+
+## Build
+
+### Note: The following instructions are intended for internal use.
+
+Java 8+ is required to build and compile the source. To build and test the driver:
+
+```
+$ git clone https://github.com/mongodb/mongo-kafka.git
+$ cd mongo-kafka
+$ ./gradlew check -Dorg.mongodb.test.uri=mongodb://localhost:27017
+```
+
+The test suite requires mongod to be running. Note, the source connector requires a replicaSet.
+
+## Maintainers
+
+* Ross Lawley ross@mongodb.com
+
+Original Sink connector work by: Hans-Peter Grahsl : https://github.com/hpgrahsl/kafka-connect-mongodb
+
+Additional contributors can be found [here](https://github.com/mongodb/mongo-kafka/graphs/contributors).
+
+## Release process
+
+- `./gradlew publishArchives` - publishes to Maven
+- `./gradlew createConfluentArchive` - creates the confluent archive / github release zip file
+
+## IntelliJ IDEA
+
+A couple of manual configuration steps are required to run the code in IntelliJ:
+
+ - **Error:** `java: cannot find symbol. symbol: variable Versions`
+ **Fixes:** Any of the following:
+ - Run the `compileBuildConfig` task: eg: `./gradlew compileBuildConfig` or via Gradle > mongo-kafka > Tasks > other > compileBuildConfig
+ - Set `compileBuildConfig` to execute Before Build. via Gradle > Tasks > other > right click compileBuildConfig - click on "Execute Before Build"
+ - Delegate all build actions to Gradle: Settings > Build, Execution, Deployment > Build Tools > Gradle > Runner - tick "Delegate IDE build/run actions to gradle"
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/etc/MongoSinkConnector.properties b/mongodb-kafka-connect-mongodb-1.7.0/etc/MongoSinkConnector.properties
new file mode 100644
index 0000000..6c6ed57
--- /dev/null
+++ b/mongodb-kafka-connect-mongodb-1.7.0/etc/MongoSinkConnector.properties
@@ -0,0 +1,44 @@
+name=mongo-sink
+topics=sourceA,sourceB
+connector.class=com.mongodb.kafka.connect.MongoSinkConnector
+tasks.max=1
+
+# Message types
+key.converter=io.confluent.connect.avro.AvroConverter
+key.converter.schema.registry.url=http://localhost:8081
+value.converter=io.confluent.connect.avro.AvroConverter
+value.converter.schema.registry.url=http://localhost:8081
+
+# Specific global MongoDB Sink Connector configuration
+connection.uri=mongodb://mongo1:27017,mongo2:27017,mongo3:27017
+database=test
+collection=sink
+
+
+## Document manipulation settings
+key.projection.type=none
+key.projection.list=
+value.projection.type=none
+value.projection.list=
+
+field.renamer.mapping=[]
+field.renamer.regex=[]
+
+document.id.strategy=com.mongodb.kafka.connect.sink.processor.id.strategy.BsonOidStrategy
+post.processor.chain=com.mongodb.kafka.connect.sink.processor.DocumentIdAdder
+
+
+# Write configuration
+delete.on.null.values=false
+writemodel.strategy=com.mongodb.kafka.connect.sink.writemodel.strategy.ReplaceOneDefaultStrategy
+
+max.batch.size = 0
+rate.limiting.timeout=0
+rate.limiting.every.n=0
+
+# Change Data Capture handling
+change.data.capture.handler=
+
+# Topic override examples for the sourceB topic
+topic.override.sourceB.collection=sourceB
+topic.override.sourceB.document.id.strategy=com.mongodb.kafka.connect.sink.processor.id.strategy.ProvidedInValueStrategy
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/etc/MongoSourceConnector.properties b/mongodb-kafka-connect-mongodb-1.7.0/etc/MongoSourceConnector.properties
new file mode 100644
index 0000000..2042b00
--- /dev/null
+++ b/mongodb-kafka-connect-mongodb-1.7.0/etc/MongoSourceConnector.properties
@@ -0,0 +1,19 @@
+name=mongo-source
+connector.class=com.mongodb.kafka.connect.MongoSourceConnector
+tasks.max=1
+
+# Connection and source configuration
+connection.uri=mongodb://mongo1:27017,mongo2:27017,mongo3:27017
+database=test
+collection=source
+
+topic.prefix=
+topic.suffix=
+poll.max.batch.size=1000
+poll.await.time.ms=5000
+
+# Change stream options
+pipeline=[]
+batch.size=0
+change.stream.full.document=updateLookup
+collation=
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/lib/mongo-kafka-connect-1.7.0-all.jar b/mongodb-kafka-connect-mongodb-1.7.0/lib/mongo-kafka-connect-1.7.0-all.jar
new file mode 100644
index 0000000..66ef4be
Binary files /dev/null and b/mongodb-kafka-connect-mongodb-1.7.0/lib/mongo-kafka-connect-1.7.0-all.jar differ
diff --git a/mongodb-kafka-connect-mongodb-1.7.0/manifest.json b/mongodb-kafka-connect-mongodb-1.7.0/manifest.json
new file mode 100644
index 0000000..d1561a7
--- /dev/null
+++ b/mongodb-kafka-connect-mongodb-1.7.0/manifest.json
@@ -0,0 +1,36 @@
+{
+ "name" : "kafka-connect-mongodb",
+ "version" : "1.7.0",
+ "title" : "MongoDB Connector for Apache Kafka",
+ "description" : "The official MongoDB Kafka connector, providing both Sink and Source connectors.",
+ "owner" : {
+ "username" : "mongodb",
+ "name" : "MongoDB",
+ "url" : "http://www.mongodb.com",
+ "logo" : "assets/mongodb-logo.png"
+ },
+ "support" : {
+ "logo" : "assets/mongodb-logo.png",
+ "summary" : "Officially supported by MongoDB.",
+ "url" : "http://jira.mongodb.org/browse/KAFKA",
+ "provider_name" : "MongoDB"
+ },
+ "tags" : [ "mongodb", "mongo", "giantideas", "humongous", "documents", "json", "bson", "nosql", "analytics", "logs" ],
+ "features" : {
+ "supported_encodings" : [ "any" ],
+ "single_message_transforms" : true,
+ "confluent_control_center_integration" : true,
+ "kafka_connect_api" : true
+ },
+ "logo" : "assets/mongodb-leaf.png",
+ "documentation_url" : "https://github.com/mongodb/mongo-kafka/blob/master/README.md",
+ "source_url" : "https://github.com/mongodb/mongo-kafka/tree/master",
+ "docker_image" : { },
+ "license" : [{
+ "name" : "The Apache License, Version 2.0",
+ "url" : "https://www.apache.org/licenses/LICENSE-2.0"
+ }],
+ "component_types" : [ "sink", "source" ],
+ "requirements": ["MongoDB server for Sink and a MongoDB replicaSet or Sharded replicaSet for Source"],
+ "release_date": "2022-02-16"
+}
diff --git a/mysql-driver/mysql-connector-java-5.1.49.jar b/mysql-driver/mysql-connector-java-5.1.49.jar
new file mode 100644
index 0000000..d3c8b41
Binary files /dev/null and b/mysql-driver/mysql-connector-java-5.1.49.jar differ