From de71d4bffd4b97dfe27557da2e5e3b38b853ae0b Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 11 Mar 2019 12:48:22 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://packages.confluent.io/maven/ (404) migrated to: https://packages.confluent.io/maven/ ([https](https://packages.confluent.io/maven/) result 404). ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://www.apache.org/licenses/LICENSE-2.0 migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://repo.spring.io/libs-milestone-local migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). * http://repo.spring.io/libs-release-local migrated to: https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302). * http://repo.spring.io/libs-snapshot-local migrated to: https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302). * http://repo.spring.io/release migrated to: https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- kafka-streams-samples/kafka-streams-aggregate/mvnw | 2 +- kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd | 2 +- kafka-streams-samples/kafka-streams-branching/mvnw | 2 +- kafka-streams-samples/kafka-streams-branching/mvnw.cmd | 2 +- kafka-streams-samples/kafka-streams-dlq-sample/mvnw | 2 +- kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd | 2 +- kafka-streams-samples/kafka-streams-global-table-join/mvnw | 2 +- kafka-streams-samples/kafka-streams-global-table-join/mvnw.cmd | 2 +- .../kafka-streams-interactive-query-advanced/mvnw | 2 +- .../kafka-streams-interactive-query-advanced/mvnw.cmd | 2 +- .../kafka-streams-interactive-query-basic/mvnw | 2 +- kafka-streams-samples/kafka-streams-message-channel/mvnw | 2 +- kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd | 2 +- kafka-streams-samples/kafka-streams-product-tracker/mvnw | 2 +- kafka-streams-samples/kafka-streams-table-join/mvnw | 2 +- kafka-streams-samples/kafka-streams-table-join/mvnw.cmd | 2 +- .../kafka-streams-to-rabbitmq-message-channel/mvnw | 2 +- .../kafka-streams-to-rabbitmq-message-channel/mvnw.cmd | 2 +- kafka-streams-samples/kafka-streams-word-count/mvnw | 2 +- kafka-streams-samples/kafka-streams-word-count/mvnw.cmd | 2 +- kinesis-samples/kinesis-produce-consume/mvnw | 2 +- kinesis-samples/kinesis-produce-consume/mvnw.cmd | 2 +- kinesis-samples/kinesis-to-webflux/mvnw | 2 +- kinesis-samples/kinesis-to-webflux/mvnw.cmd | 2 +- multi-io-samples/multi-io/mvnw | 2 +- multi-io-samples/multi-io/mvnw.cmd | 2 +- multibinder-samples/kafka-multibinder-jaas/mvnw | 2 +- multibinder-samples/kafka-multibinder-jaas/mvnw.cmd | 2 +- multibinder-samples/multibinder-kafka-rabbit/mvnw | 2 +- multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd | 2 +- multibinder-samples/multibinder-kafka-streams/mvnw | 2 +- multibinder-samples/multibinder-kafka-streams/mvnw.cmd | 2 +- multibinder-samples/multibinder-two-kafka-clusters/mvnw | 2 +- multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd | 2 +- mvnw | 2 +- mvnw.cmd | 2 +- partitioning-samples/mvnw | 2 +- partitioning-samples/mvnw.cmd | 2 +- partitioning-samples/partitioning-consumer-sample-kafka/mvnw | 2 +- .../partitioning-consumer-sample-kafka/mvnw.cmd | 2 +- partitioning-samples/partitioning-consumer-sample-rabbit/mvnw | 2 +- .../partitioning-consumer-sample-rabbit/mvnw.cmd | 2 +- partitioning-samples/partitioning-producer-sample/mvnw | 2 +- partitioning-samples/partitioning-producer-sample/mvnw.cmd | 2 +- processor-samples/polled-consumer/mvnw | 2 +- processor-samples/polled-consumer/mvnw.cmd | 2 +- processor-samples/reactive-processor/mvnw | 2 +- processor-samples/reactive-processor/mvnw.cmd | 2 +- processor-samples/sensor-average-reactive/mvnw | 2 +- processor-samples/sensor-average-reactive/mvnw.cmd | 2 +- processor-samples/streamlistener-basic/mvnw | 2 +- processor-samples/streamlistener-basic/mvnw.cmd | 2 +- processor-samples/uppercase-transformer/mvnw | 2 +- processor-samples/uppercase-transformer/mvnw.cmd | 2 +- samples-e2e-tests/mvnw | 2 +- samples-e2e-tests/mvnw.cmd | 2 +- .../custom-confluent-producer1/mvnw | 2 +- .../custom-confluent-producer1/mvnw.cmd | 2 +- .../custom-confluent-producer2/mvnw | 2 +- .../custom-confluent-producer2/mvnw.cmd | 2 +- .../kafka-streams-confluent-consumer/mvnw | 2 +- .../kafka-streams-confluent-consumer/mvnw.cmd | 2 +- schema-registry-samples/kafka-streams-schema-evolution/mvnw | 2 +- schema-registry-samples/kafka-streams-schema-evolution/mvnw.cmd | 2 +- schema-registry-samples/schema-registry-confluent/mvnw | 2 +- schema-registry-samples/schema-registry-confluent/mvnw.cmd | 2 +- .../schema-registry-confluent-consumer/mvnw | 2 +- .../schema-registry-confluent-consumer/mvnw.cmd | 2 +- .../schema-registry-confluent-producer1/mvnw | 2 +- .../schema-registry-confluent-producer1/mvnw.cmd | 2 +- .../schema-registry-confluent-producer2/mvnw | 2 +- .../schema-registry-confluent-producer2/mvnw.cmd | 2 +- .../schema-registry-vanilla/kafka-streams-consumer/mvnw | 2 +- .../schema-registry-vanilla/kafka-streams-consumer/mvnw.cmd | 2 +- schema-registry-samples/schema-registry-vanilla/mvnw | 2 +- schema-registry-samples/schema-registry-vanilla/mvnw.cmd | 2 +- .../schema-registry-vanilla-consumer/mvnw | 2 +- .../schema-registry-vanilla-consumer/mvnw.cmd | 2 +- .../schema-registry-vanilla-producer1/mvnw | 2 +- .../schema-registry-vanilla-producer1/mvnw.cmd | 2 +- .../schema-registry-vanilla-producer2/mvnw | 2 +- .../schema-registry-vanilla-producer2/mvnw.cmd | 2 +- .../schema-registry-vanilla/schema-registry-vanilla-server/mvnw | 2 +- .../schema-registry-vanilla-server/mvnw.cmd | 2 +- sink-samples/jdbc-sink/mvnw | 2 +- sink-samples/jdbc-sink/mvnw.cmd | 2 +- source-samples/dynamic-destination-source/mvnw | 2 +- source-samples/dynamic-destination-source/mvnw.cmd | 2 +- source-samples/jdbc-source/mvnw | 2 +- source-samples/jdbc-source/mvnw.cmd | 2 +- testing-samples/test-embedded-kafka/mvnw | 2 +- testing-samples/test-embedded-kafka/mvnw.cmd | 2 +- testing-samples/testing-demo/mvnw | 2 +- testing-samples/testing-demo/mvnw.cmd | 2 +- transaction-kafka-samples/transaction-http-source/mvnw | 2 +- transaction-kafka-samples/transaction-http-source/mvnw.cmd | 2 +- transaction-kafka-samples/transaction-logger-sink/mvnw | 2 +- transaction-kafka-samples/transaction-logger-sink/mvnw.cmd | 2 +- .../transaction-spring-data-processor/mvnw | 2 +- .../transaction-spring-data-processor/mvnw.cmd | 2 +- 100 files changed, 100 insertions(+), 100 deletions(-) diff --git a/kafka-streams-samples/kafka-streams-aggregate/mvnw b/kafka-streams-samples/kafka-streams-aggregate/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-aggregate/mvnw +++ b/kafka-streams-samples/kafka-streams-aggregate/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd b/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-branching/mvnw b/kafka-streams-samples/kafka-streams-branching/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-branching/mvnw +++ b/kafka-streams-samples/kafka-streams-branching/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-branching/mvnw.cmd b/kafka-streams-samples/kafka-streams-branching/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-branching/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-branching/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw b/kafka-streams-samples/kafka-streams-dlq-sample/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw +++ b/kafka-streams-samples/kafka-streams-dlq-sample/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd b/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-global-table-join/mvnw b/kafka-streams-samples/kafka-streams-global-table-join/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-global-table-join/mvnw +++ b/kafka-streams-samples/kafka-streams-global-table-join/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-global-table-join/mvnw.cmd b/kafka-streams-samples/kafka-streams-global-table-join/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-global-table-join/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-global-table-join/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw b/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw +++ b/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd b/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw b/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw +++ b/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-message-channel/mvnw b/kafka-streams-samples/kafka-streams-message-channel/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-message-channel/mvnw +++ b/kafka-streams-samples/kafka-streams-message-channel/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd b/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-product-tracker/mvnw b/kafka-streams-samples/kafka-streams-product-tracker/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-product-tracker/mvnw +++ b/kafka-streams-samples/kafka-streams-product-tracker/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-table-join/mvnw b/kafka-streams-samples/kafka-streams-table-join/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-table-join/mvnw +++ b/kafka-streams-samples/kafka-streams-table-join/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd b/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw b/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw +++ b/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw.cmd b/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-to-rabbitmq-message-channel/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kafka-streams-samples/kafka-streams-word-count/mvnw b/kafka-streams-samples/kafka-streams-word-count/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-word-count/mvnw +++ b/kafka-streams-samples/kafka-streams-word-count/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd b/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kinesis-samples/kinesis-produce-consume/mvnw b/kinesis-samples/kinesis-produce-consume/mvnw index 6efc7bd..0ce08e9 100755 --- a/kinesis-samples/kinesis-produce-consume/mvnw +++ b/kinesis-samples/kinesis-produce-consume/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kinesis-samples/kinesis-produce-consume/mvnw.cmd b/kinesis-samples/kinesis-produce-consume/mvnw.cmd index b0dc0e7..7ecd01d 100755 --- a/kinesis-samples/kinesis-produce-consume/mvnw.cmd +++ b/kinesis-samples/kinesis-produce-consume/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/kinesis-samples/kinesis-to-webflux/mvnw b/kinesis-samples/kinesis-to-webflux/mvnw index 6efc7bd..0ce08e9 100644 --- a/kinesis-samples/kinesis-to-webflux/mvnw +++ b/kinesis-samples/kinesis-to-webflux/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/kinesis-samples/kinesis-to-webflux/mvnw.cmd b/kinesis-samples/kinesis-to-webflux/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/kinesis-samples/kinesis-to-webflux/mvnw.cmd +++ b/kinesis-samples/kinesis-to-webflux/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/multi-io-samples/multi-io/mvnw b/multi-io-samples/multi-io/mvnw index 6efc7bd..0ce08e9 100755 --- a/multi-io-samples/multi-io/mvnw +++ b/multi-io-samples/multi-io/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/multi-io-samples/multi-io/mvnw.cmd b/multi-io-samples/multi-io/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multi-io-samples/multi-io/mvnw.cmd +++ b/multi-io-samples/multi-io/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/multibinder-samples/kafka-multibinder-jaas/mvnw b/multibinder-samples/kafka-multibinder-jaas/mvnw index 5bf251c..2d1e3cf 100755 --- a/multibinder-samples/kafka-multibinder-jaas/mvnw +++ b/multibinder-samples/kafka-multibinder-jaas/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/multibinder-samples/kafka-multibinder-jaas/mvnw.cmd b/multibinder-samples/kafka-multibinder-jaas/mvnw.cmd index 019bd74..86846ae 100644 --- a/multibinder-samples/kafka-multibinder-jaas/mvnw.cmd +++ b/multibinder-samples/kafka-multibinder-jaas/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/multibinder-samples/multibinder-kafka-rabbit/mvnw b/multibinder-samples/multibinder-kafka-rabbit/mvnw index 6efc7bd..0ce08e9 100755 --- a/multibinder-samples/multibinder-kafka-rabbit/mvnw +++ b/multibinder-samples/multibinder-kafka-rabbit/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd b/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd +++ b/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/multibinder-samples/multibinder-kafka-streams/mvnw b/multibinder-samples/multibinder-kafka-streams/mvnw index 6efc7bd..0ce08e9 100755 --- a/multibinder-samples/multibinder-kafka-streams/mvnw +++ b/multibinder-samples/multibinder-kafka-streams/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/multibinder-samples/multibinder-kafka-streams/mvnw.cmd b/multibinder-samples/multibinder-kafka-streams/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multibinder-samples/multibinder-kafka-streams/mvnw.cmd +++ b/multibinder-samples/multibinder-kafka-streams/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/multibinder-samples/multibinder-two-kafka-clusters/mvnw b/multibinder-samples/multibinder-two-kafka-clusters/mvnw index 6efc7bd..0ce08e9 100755 --- a/multibinder-samples/multibinder-two-kafka-clusters/mvnw +++ b/multibinder-samples/multibinder-two-kafka-clusters/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd b/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd +++ b/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/mvnw b/mvnw index 6efc7bd..0ce08e9 100755 --- a/mvnw +++ b/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/mvnw.cmd b/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/partitioning-samples/mvnw b/partitioning-samples/mvnw index 6efc7bd..0ce08e9 100755 --- a/partitioning-samples/mvnw +++ b/partitioning-samples/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/partitioning-samples/mvnw.cmd b/partitioning-samples/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/partitioning-samples/mvnw.cmd +++ b/partitioning-samples/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/partitioning-samples/partitioning-consumer-sample-kafka/mvnw b/partitioning-samples/partitioning-consumer-sample-kafka/mvnw index 6efc7bd..0ce08e9 100755 --- a/partitioning-samples/partitioning-consumer-sample-kafka/mvnw +++ b/partitioning-samples/partitioning-consumer-sample-kafka/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/partitioning-samples/partitioning-consumer-sample-kafka/mvnw.cmd b/partitioning-samples/partitioning-consumer-sample-kafka/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/partitioning-samples/partitioning-consumer-sample-kafka/mvnw.cmd +++ b/partitioning-samples/partitioning-consumer-sample-kafka/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw b/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw index 6efc7bd..0ce08e9 100755 --- a/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw +++ b/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw.cmd b/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw.cmd +++ b/partitioning-samples/partitioning-consumer-sample-rabbit/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/partitioning-samples/partitioning-producer-sample/mvnw b/partitioning-samples/partitioning-producer-sample/mvnw index 6efc7bd..0ce08e9 100755 --- a/partitioning-samples/partitioning-producer-sample/mvnw +++ b/partitioning-samples/partitioning-producer-sample/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/partitioning-samples/partitioning-producer-sample/mvnw.cmd b/partitioning-samples/partitioning-producer-sample/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/partitioning-samples/partitioning-producer-sample/mvnw.cmd +++ b/partitioning-samples/partitioning-producer-sample/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/processor-samples/polled-consumer/mvnw b/processor-samples/polled-consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/polled-consumer/mvnw +++ b/processor-samples/polled-consumer/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/processor-samples/polled-consumer/mvnw.cmd b/processor-samples/polled-consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/polled-consumer/mvnw.cmd +++ b/processor-samples/polled-consumer/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/processor-samples/reactive-processor/mvnw b/processor-samples/reactive-processor/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/reactive-processor/mvnw +++ b/processor-samples/reactive-processor/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/processor-samples/reactive-processor/mvnw.cmd b/processor-samples/reactive-processor/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/reactive-processor/mvnw.cmd +++ b/processor-samples/reactive-processor/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/processor-samples/sensor-average-reactive/mvnw b/processor-samples/sensor-average-reactive/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/sensor-average-reactive/mvnw +++ b/processor-samples/sensor-average-reactive/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/processor-samples/sensor-average-reactive/mvnw.cmd b/processor-samples/sensor-average-reactive/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/sensor-average-reactive/mvnw.cmd +++ b/processor-samples/sensor-average-reactive/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/processor-samples/streamlistener-basic/mvnw b/processor-samples/streamlistener-basic/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/streamlistener-basic/mvnw +++ b/processor-samples/streamlistener-basic/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/processor-samples/streamlistener-basic/mvnw.cmd b/processor-samples/streamlistener-basic/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/streamlistener-basic/mvnw.cmd +++ b/processor-samples/streamlistener-basic/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/processor-samples/uppercase-transformer/mvnw b/processor-samples/uppercase-transformer/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/uppercase-transformer/mvnw +++ b/processor-samples/uppercase-transformer/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/processor-samples/uppercase-transformer/mvnw.cmd b/processor-samples/uppercase-transformer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/uppercase-transformer/mvnw.cmd +++ b/processor-samples/uppercase-transformer/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/samples-e2e-tests/mvnw b/samples-e2e-tests/mvnw index 6efc7bd..0ce08e9 100755 --- a/samples-e2e-tests/mvnw +++ b/samples-e2e-tests/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/samples-e2e-tests/mvnw.cmd b/samples-e2e-tests/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/samples-e2e-tests/mvnw.cmd +++ b/samples-e2e-tests/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw +++ b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw.cmd b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw.cmd +++ b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer1/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw +++ b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw.cmd b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw.cmd +++ b/schema-registry-samples/kafka-streams-schema-evolution/custom-confluent-producer2/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw b/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw +++ b/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw.cmd b/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw.cmd +++ b/schema-registry-samples/kafka-streams-schema-evolution/kafka-streams-confluent-consumer/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/kafka-streams-schema-evolution/mvnw b/schema-registry-samples/kafka-streams-schema-evolution/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/kafka-streams-schema-evolution/mvnw +++ b/schema-registry-samples/kafka-streams-schema-evolution/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/kafka-streams-schema-evolution/mvnw.cmd b/schema-registry-samples/kafka-streams-schema-evolution/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/kafka-streams-schema-evolution/mvnw.cmd +++ b/schema-registry-samples/kafka-streams-schema-evolution/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/schema-registry-confluent/mvnw +++ b/schema-registry-samples/schema-registry-confluent/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/schema-registry-confluent/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw b/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/kafka-streams-consumer/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-vanilla/mvnw b/schema-registry-samples/schema-registry-vanilla/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/schema-registry-vanilla/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-vanilla/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/schema-registry-vanilla/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/sink-samples/jdbc-sink/mvnw b/sink-samples/jdbc-sink/mvnw index 6efc7bd..0ce08e9 100755 --- a/sink-samples/jdbc-sink/mvnw +++ b/sink-samples/jdbc-sink/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/sink-samples/jdbc-sink/mvnw.cmd b/sink-samples/jdbc-sink/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/sink-samples/jdbc-sink/mvnw.cmd +++ b/sink-samples/jdbc-sink/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/source-samples/dynamic-destination-source/mvnw b/source-samples/dynamic-destination-source/mvnw index 6efc7bd..0ce08e9 100755 --- a/source-samples/dynamic-destination-source/mvnw +++ b/source-samples/dynamic-destination-source/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/source-samples/dynamic-destination-source/mvnw.cmd b/source-samples/dynamic-destination-source/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/source-samples/dynamic-destination-source/mvnw.cmd +++ b/source-samples/dynamic-destination-source/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/source-samples/jdbc-source/mvnw b/source-samples/jdbc-source/mvnw index 6efc7bd..0ce08e9 100755 --- a/source-samples/jdbc-source/mvnw +++ b/source-samples/jdbc-source/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/source-samples/jdbc-source/mvnw.cmd b/source-samples/jdbc-source/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/source-samples/jdbc-source/mvnw.cmd +++ b/source-samples/jdbc-source/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/testing-samples/test-embedded-kafka/mvnw b/testing-samples/test-embedded-kafka/mvnw index 6efc7bd..0ce08e9 100755 --- a/testing-samples/test-embedded-kafka/mvnw +++ b/testing-samples/test-embedded-kafka/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/testing-samples/test-embedded-kafka/mvnw.cmd b/testing-samples/test-embedded-kafka/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/testing-samples/test-embedded-kafka/mvnw.cmd +++ b/testing-samples/test-embedded-kafka/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/testing-samples/testing-demo/mvnw b/testing-samples/testing-demo/mvnw index 6efc7bd..0ce08e9 100755 --- a/testing-samples/testing-demo/mvnw +++ b/testing-samples/testing-demo/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/testing-samples/testing-demo/mvnw.cmd b/testing-samples/testing-demo/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/testing-samples/testing-demo/mvnw.cmd +++ b/testing-samples/testing-demo/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/transaction-kafka-samples/transaction-http-source/mvnw b/transaction-kafka-samples/transaction-http-source/mvnw index 6efc7bd..0ce08e9 100755 --- a/transaction-kafka-samples/transaction-http-source/mvnw +++ b/transaction-kafka-samples/transaction-http-source/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/transaction-kafka-samples/transaction-http-source/mvnw.cmd b/transaction-kafka-samples/transaction-http-source/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/transaction-kafka-samples/transaction-http-source/mvnw.cmd +++ b/transaction-kafka-samples/transaction-http-source/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/transaction-kafka-samples/transaction-logger-sink/mvnw b/transaction-kafka-samples/transaction-logger-sink/mvnw index 6efc7bd..0ce08e9 100755 --- a/transaction-kafka-samples/transaction-logger-sink/mvnw +++ b/transaction-kafka-samples/transaction-logger-sink/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/transaction-kafka-samples/transaction-logger-sink/mvnw.cmd b/transaction-kafka-samples/transaction-logger-sink/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/transaction-kafka-samples/transaction-logger-sink/mvnw.cmd +++ b/transaction-kafka-samples/transaction-logger-sink/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/transaction-kafka-samples/transaction-spring-data-processor/mvnw b/transaction-kafka-samples/transaction-spring-data-processor/mvnw index 6efc7bd..0ce08e9 100755 --- a/transaction-kafka-samples/transaction-spring-data-processor/mvnw +++ b/transaction-kafka-samples/transaction-spring-data-processor/mvnw @@ -8,7 +8,7 @@ # "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 +# https://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 diff --git a/transaction-kafka-samples/transaction-spring-data-processor/mvnw.cmd b/transaction-kafka-samples/transaction-spring-data-processor/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/transaction-kafka-samples/transaction-spring-data-processor/mvnw.cmd +++ b/transaction-kafka-samples/transaction-spring-data-processor/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an