diff --git a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/Application.java b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/Application.java index 85d130d..2fa4b09 100644 --- a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/Application.java +++ b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/Application.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/config/BatchConfiguration.java b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/config/BatchConfiguration.java index a9f861a..8dbb350 100644 --- a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/config/BatchConfiguration.java +++ b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/config/BatchConfiguration.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/domain/Person.java b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/domain/Person.java index a832992..eb31dbf 100644 --- a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/domain/Person.java +++ b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/domain/Person.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapper.java b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapper.java index 1396051..3cd38c5 100644 --- a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapper.java +++ b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapper.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessor.java b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessor.java index c11ed8a..d2e6bb9 100644 --- a/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessor.java +++ b/batch/file-ingest/src/main/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessor.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/BatchApplicationTests.java b/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/BatchApplicationTests.java index f4ef4b0..96103a8 100644 --- a/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/BatchApplicationTests.java +++ b/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/BatchApplicationTests.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapperTests.java b/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapperTests.java index ce006d1..96873e3 100644 --- a/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapperTests.java +++ b/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/mapper/fieldset/PersonFieldSetMapperTests.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessorTests.java b/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessorTests.java index 3ac9d6e..e121946 100644 --- a/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessorTests.java +++ b/batch/file-ingest/src/test/java/io/spring/cloud/dataflow/ingest/processor/PersonItemProcessorTests.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/dataflow-template-example/LICENSE b/dataflow-template-example/LICENSE index 261eeb9..20e4bd8 100644 --- a/dataflow-template-example/LICENSE +++ b/dataflow-template-example/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ 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 "AS IS" BASIS, diff --git a/dataflow-template-example/src/main/java/org/springframework/cloud/samples/dataflowtemplate/DataflowTemplateApplication.java b/dataflow-template-example/src/main/java/org/springframework/cloud/samples/dataflowtemplate/DataflowTemplateApplication.java index 336c3d3..1bd5671 100644 --- a/dataflow-template-example/src/main/java/org/springframework/cloud/samples/dataflowtemplate/DataflowTemplateApplication.java +++ b/dataflow-template-example/src/main/java/org/springframework/cloud/samples/dataflowtemplate/DataflowTemplateApplication.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/dataflow-zuul/LICENSE b/dataflow-zuul/LICENSE index 261eeb9..20e4bd8 100644 --- a/dataflow-zuul/LICENSE +++ b/dataflow-zuul/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ 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 "AS IS" BASIS, diff --git a/dataflow-zuul/src/main/java/org/springframework/cloud/samples/dataflowtemplate/ZuulProxyApp.java b/dataflow-zuul/src/main/java/org/springframework/cloud/samples/dataflowtemplate/ZuulProxyApp.java index e5bfcc7..b948aef 100644 --- a/dataflow-zuul/src/main/java/org/springframework/cloud/samples/dataflowtemplate/ZuulProxyApp.java +++ b/dataflow-zuul/src/main/java/org/springframework/cloud/samples/dataflowtemplate/ZuulProxyApp.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/javadsl/src/test/java/com/example/scdfdsl/SimpleUsageTests.java b/javadsl/src/test/java/com/example/scdfdsl/SimpleUsageTests.java index e42e281..45fa3ef 100644 --- a/javadsl/src/test/java/com/example/scdfdsl/SimpleUsageTests.java +++ b/javadsl/src/test/java/com/example/scdfdsl/SimpleUsageTests.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/kafka-samples/http-ingest/src/main/java/org/springframework/cloud/dataflow/samples/source/HttpIngest.java b/kafka-samples/http-ingest/src/main/java/org/springframework/cloud/dataflow/samples/source/HttpIngest.java index d86816c..0d5e58a 100644 --- a/kafka-samples/http-ingest/src/main/java/org/springframework/cloud/dataflow/samples/source/HttpIngest.java +++ b/kafka-samples/http-ingest/src/main/java/org/springframework/cloud/dataflow/samples/source/HttpIngest.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/kafka-samples/kstreams-join-user-clicks-and-region/src/main/java/org/springframework/cloud/dataflow/samples/processor/UserClicksAndUserRegionsProcessor.java b/kafka-samples/kstreams-join-user-clicks-and-region/src/main/java/org/springframework/cloud/dataflow/samples/processor/UserClicksAndUserRegionsProcessor.java index 130d180..c8df2f1 100644 --- a/kafka-samples/kstreams-join-user-clicks-and-region/src/main/java/org/springframework/cloud/dataflow/samples/processor/UserClicksAndUserRegionsProcessor.java +++ b/kafka-samples/kstreams-join-user-clicks-and-region/src/main/java/org/springframework/cloud/dataflow/samples/processor/UserClicksAndUserRegionsProcessor.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/kafka-samples/kstreams-log-user-clicks-per-region/src/main/java/org/springframework/cloud/dataflow/samples/sink/UserClicksPerRegionLogger.java b/kafka-samples/kstreams-log-user-clicks-per-region/src/main/java/org/springframework/cloud/dataflow/samples/sink/UserClicksPerRegionLogger.java index d19cb2c..fae704e 100644 --- a/kafka-samples/kstreams-log-user-clicks-per-region/src/main/java/org/springframework/cloud/dataflow/samples/sink/UserClicksPerRegionLogger.java +++ b/kafka-samples/kstreams-log-user-clicks-per-region/src/main/java/org/springframework/cloud/dataflow/samples/sink/UserClicksPerRegionLogger.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/kafka-samples/kstreams-word-count/src/main/java/org/springframework/cloud/dataflow/samples/processor/KafkaStreamsWordCountApplication.java b/kafka-samples/kstreams-word-count/src/main/java/org/springframework/cloud/dataflow/samples/processor/KafkaStreamsWordCountApplication.java index dedf192..cdca8df 100644 --- a/kafka-samples/kstreams-word-count/src/main/java/org/springframework/cloud/dataflow/samples/processor/KafkaStreamsWordCountApplication.java +++ b/kafka-samples/kstreams-word-count/src/main/java/org/springframework/cloud/dataflow/samples/processor/KafkaStreamsWordCountApplication.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/LICENSE b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/LICENSE index 261eeb9..20e4bd8 100644 --- a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/LICENSE +++ b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ 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 "AS IS" BASIS, diff --git a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/src/main/java/org/springframework/cloud/dataflow/prometheus/servicediscovery/DataflowPrometheusServiceDiscoveryApplication.java b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/src/main/java/org/springframework/cloud/dataflow/prometheus/servicediscovery/DataflowPrometheusServiceDiscoveryApplication.java index c423eda..1df7c0c 100644 --- a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/src/main/java/org/springframework/cloud/dataflow/prometheus/servicediscovery/DataflowPrometheusServiceDiscoveryApplication.java +++ b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/src/main/java/org/springframework/cloud/dataflow/prometheus/servicediscovery/DataflowPrometheusServiceDiscoveryApplication.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/security-ldap-uaa-example/LICENSE b/security-ldap-uaa-example/LICENSE index 261eeb9..20e4bd8 100644 --- a/security-ldap-uaa-example/LICENSE +++ b/security-ldap-uaa-example/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ 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 "AS IS" BASIS, diff --git a/security-ldap-uaa-example/src/main/java/com/hillert/scdf/ldapserver/LdapserverApplication.java b/security-ldap-uaa-example/src/main/java/com/hillert/scdf/ldapserver/LdapserverApplication.java index 5567ff3..82b3419 100644 --- a/security-ldap-uaa-example/src/main/java/com/hillert/scdf/ldapserver/LdapserverApplication.java +++ b/security-ldap-uaa-example/src/main/java/com/hillert/scdf/ldapserver/LdapserverApplication.java @@ -5,7 +5,7 @@ * 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 "AS IS" BASIS, diff --git a/src/main/docbook/xsl/common.xsl b/src/main/docbook/xsl/common.xsl index 45143c7..5198d62 100644 --- a/src/main/docbook/xsl/common.xsl +++ b/src/main/docbook/xsl/common.xsl @@ -9,7 +9,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/src/main/docbook/xsl/epub.xsl b/src/main/docbook/xsl/epub.xsl index a7d5089..5484bb9 100644 --- a/src/main/docbook/xsl/epub.xsl +++ b/src/main/docbook/xsl/epub.xsl @@ -9,7 +9,7 @@ to you 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 +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/src/main/docbook/xsl/html-multipage.xsl b/src/main/docbook/xsl/html-multipage.xsl index be9cc52..f9f5b27 100644 --- a/src/main/docbook/xsl/html-multipage.xsl +++ b/src/main/docbook/xsl/html-multipage.xsl @@ -9,7 +9,7 @@ to you 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 +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/src/main/docbook/xsl/html-singlepage.xsl b/src/main/docbook/xsl/html-singlepage.xsl index 6bd4ac8..c7c0381 100644 --- a/src/main/docbook/xsl/html-singlepage.xsl +++ b/src/main/docbook/xsl/html-singlepage.xsl @@ -9,7 +9,7 @@ to you 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 +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/src/main/docbook/xsl/html.xsl b/src/main/docbook/xsl/html.xsl index 6aedb3b..9f03699 100644 --- a/src/main/docbook/xsl/html.xsl +++ b/src/main/docbook/xsl/html.xsl @@ -9,7 +9,7 @@ to you 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 +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/src/main/docbook/xsl/pdf.xsl b/src/main/docbook/xsl/pdf.xsl index d106c3f..8278faa 100644 --- a/src/main/docbook/xsl/pdf.xsl +++ b/src/main/docbook/xsl/pdf.xsl @@ -9,7 +9,7 @@ to you 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 +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