diff --git a/benchmarks/src/main/java/reactor/AssemblyTraceBenchmark.java b/benchmarks/src/main/java/reactor/AssemblyTraceBenchmark.java index 505a479f0e..4dd53ac77d 100644 --- a/benchmarks/src/main/java/reactor/AssemblyTraceBenchmark.java +++ b/benchmarks/src/main/java/reactor/AssemblyTraceBenchmark.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 * - * https://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/benchmarks/src/main/java/reactor/CheckpointBenchmark.java b/benchmarks/src/main/java/reactor/CheckpointBenchmark.java index f319f4c625..b6ca5bd554 100644 --- a/benchmarks/src/main/java/reactor/CheckpointBenchmark.java +++ b/benchmarks/src/main/java/reactor/CheckpointBenchmark.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 * - * https://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/benchmarks/src/main/java/reactor/TailCallBenchmark.java b/benchmarks/src/main/java/reactor/TailCallBenchmark.java index 45f053cf17..5df41e981a 100644 --- a/benchmarks/src/main/java/reactor/TailCallBenchmark.java +++ b/benchmarks/src/main/java/reactor/TailCallBenchmark.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 * - * https://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/benchmarks/src/main/java/reactor/core/CompositeDisposableHashcodeBenchmark.java b/benchmarks/src/main/java/reactor/core/CompositeDisposableHashcodeBenchmark.java index 63d59cc26f..d0ca229b14 100644 --- a/benchmarks/src/main/java/reactor/core/CompositeDisposableHashcodeBenchmark.java +++ b/benchmarks/src/main/java/reactor/core/CompositeDisposableHashcodeBenchmark.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/build.gradle b/build.gradle index aa7b7179d8..ee781fb29a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 * - * https://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/buildSrc/build.gradle b/buildSrc/build.gradle index b3091c36ba..5e2de5a515 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -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 * - * https://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/buildSrc/src/main/java/io/reactor/gradle/DetectCiPlugin.java b/buildSrc/src/main/java/io/reactor/gradle/DetectCiPlugin.java index 8d0eddb47a..cc1808dba8 100644 --- a/buildSrc/src/main/java/io/reactor/gradle/DetectCiPlugin.java +++ b/buildSrc/src/main/java/io/reactor/gradle/DetectCiPlugin.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 * - * https://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/buildSrc/src/main/java/io/reactor/gradle/JavaConventions.java b/buildSrc/src/main/java/io/reactor/gradle/JavaConventions.java index 87623ea9e0..79924d7145 100644 --- a/buildSrc/src/main/java/io/reactor/gradle/JavaConventions.java +++ b/buildSrc/src/main/java/io/reactor/gradle/JavaConventions.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 * - * https://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/buildSrc/src/main/java/io/reactor/gradle/JmhExecTask.java b/buildSrc/src/main/java/io/reactor/gradle/JmhExecTask.java index 2d8341ad7c..268f5f9980 100644 --- a/buildSrc/src/main/java/io/reactor/gradle/JmhExecTask.java +++ b/buildSrc/src/main/java/io/reactor/gradle/JmhExecTask.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 * - * https://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/buildSrc/src/test/java/io/reactor/gradle/DetectCiPluginTest.java b/buildSrc/src/test/java/io/reactor/gradle/DetectCiPluginTest.java index 2156f4ce6e..8621794060 100644 --- a/buildSrc/src/test/java/io/reactor/gradle/DetectCiPluginTest.java +++ b/buildSrc/src/test/java/io/reactor/gradle/DetectCiPluginTest.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 * - * https://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/gradle/asciidoc.gradle b/gradle/asciidoc.gradle index 474aebf0e3..2f7580ccf3 100644 --- a/gradle/asciidoc.gradle +++ b/gradle/asciidoc.gradle @@ -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 * - * https://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/gradle/javadoc.gradle b/gradle/javadoc.gradle index 0d61261d35..608b22f8bd 100644 --- a/gradle/javadoc.gradle +++ b/gradle/javadoc.gradle @@ -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 * - * https://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/gradle/releaser.gradle b/gradle/releaser.gradle index 5242ce10b6..236166272d 100644 --- a/gradle/releaser.gradle +++ b/gradle/releaser.gradle @@ -9,7 +9,7 @@ import java.time.temporal.ChronoField * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/gradle/setup.gradle b/gradle/setup.gradle index b344ac2fcd..31716313c7 100644 --- a/gradle/setup.gradle +++ b/gradle/setup.gradle @@ -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 * - * https://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/reactor-core/build.gradle b/reactor-core/build.gradle index d4ccd4d2fd..e70ff0f74e 100644 --- a/reactor-core/build.gradle +++ b/reactor-core/build.gradle @@ -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 * - * https://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/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/BoundedElasticSchedulerBlockhoundTest.java b/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/BoundedElasticSchedulerBlockhoundTest.java index f1c8806f53..2284c37809 100644 --- a/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/BoundedElasticSchedulerBlockhoundTest.java +++ b/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/BoundedElasticSchedulerBlockhoundTest.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 * - * https://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/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/ReactorBlockHoundIntegrationTest.java b/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/ReactorBlockHoundIntegrationTest.java index e1807b686e..4ebd2f6f03 100644 --- a/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/ReactorBlockHoundIntegrationTest.java +++ b/reactor-core/src/blockHoundTest/java/reactor/core/scheduler/ReactorBlockHoundIntegrationTest.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 * - * https://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/reactor-core/src/jcstress/java/reactor/core/publisher/FluxMergeStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxMergeStressTest.java index 537e6e8c6c..cce714c832 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxMergeStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxMergeStressTest.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 * - * https://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/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscriber.java b/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscriber.java index 8cf5db69d1..639dde5d23 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscriber.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscriber.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 * - * https://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/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscription.java b/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscription.java index fca887cbe8..c4c0257c20 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscription.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/StressSubscription.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 * - * https://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/reactor-core/src/jcstress/resources/logback.xml b/reactor-core/src/jcstress/resources/logback.xml index 69b0ed8acb..e5e59e9eee 100644 --- a/reactor-core/src/jcstress/resources/logback.xml +++ b/reactor-core/src/jcstress/resources/logback.xml @@ -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 ~ - ~ https://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/reactor-core/src/main/java/reactor/adapter/JdkFlowAdapter.java b/reactor-core/src/main/java/reactor/adapter/JdkFlowAdapter.java index 161809cbf4..9b71ee2660 100644 --- a/reactor-core/src/main/java/reactor/adapter/JdkFlowAdapter.java +++ b/reactor-core/src/main/java/reactor/adapter/JdkFlowAdapter.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 * - * https://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/reactor-core/src/main/java/reactor/adapter/package-info.java b/reactor-core/src/main/java/reactor/adapter/package-info.java index 7f3306e049..efa7dbc245 100644 --- a/reactor-core/src/main/java/reactor/adapter/package-info.java +++ b/reactor-core/src/main/java/reactor/adapter/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/core/CorePublisher.java b/reactor-core/src/main/java/reactor/core/CorePublisher.java index 310d5a460e..4f7435cd6b 100644 --- a/reactor-core/src/main/java/reactor/core/CorePublisher.java +++ b/reactor-core/src/main/java/reactor/core/CorePublisher.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 * - * https://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/reactor-core/src/main/java/reactor/core/CoreSubscriber.java b/reactor-core/src/main/java/reactor/core/CoreSubscriber.java index 69b06eaa97..ffe62e9d0e 100644 --- a/reactor-core/src/main/java/reactor/core/CoreSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/CoreSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/Disposable.java b/reactor-core/src/main/java/reactor/core/Disposable.java index 616113cea7..44d42b55c8 100644 --- a/reactor-core/src/main/java/reactor/core/Disposable.java +++ b/reactor-core/src/main/java/reactor/core/Disposable.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 * - * https://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/reactor-core/src/main/java/reactor/core/Disposables.java b/reactor-core/src/main/java/reactor/core/Disposables.java index e40ab17251..1f0ae0ee20 100644 --- a/reactor-core/src/main/java/reactor/core/Disposables.java +++ b/reactor-core/src/main/java/reactor/core/Disposables.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 * - * https://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/reactor-core/src/main/java/reactor/core/Exceptions.java b/reactor-core/src/main/java/reactor/core/Exceptions.java index 6776a56533..e0f202b834 100644 --- a/reactor-core/src/main/java/reactor/core/Exceptions.java +++ b/reactor-core/src/main/java/reactor/core/Exceptions.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 * - * https://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/reactor-core/src/main/java/reactor/core/Fuseable.java b/reactor-core/src/main/java/reactor/core/Fuseable.java index 835acd45ce..c408707eef 100644 --- a/reactor-core/src/main/java/reactor/core/Fuseable.java +++ b/reactor-core/src/main/java/reactor/core/Fuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/Scannable.java b/reactor-core/src/main/java/reactor/core/Scannable.java index 44971b54c5..d53cafd030 100644 --- a/reactor-core/src/main/java/reactor/core/Scannable.java +++ b/reactor-core/src/main/java/reactor/core/Scannable.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 * - * https://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/reactor-core/src/main/java/reactor/core/package-info.java b/reactor-core/src/main/java/reactor/core/package-info.java index aea76fae35..e062b2acf1 100644 --- a/reactor-core/src/main/java/reactor/core/package-info.java +++ b/reactor-core/src/main/java/reactor/core/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BaseSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/BaseSubscriber.java index 11d4443cee..8e577d65f3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BaseSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BaseSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BlockingFirstSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/BlockingFirstSubscriber.java index b0535bc0bb..99e8465fd7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BlockingFirstSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BlockingFirstSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BlockingIterable.java b/reactor-core/src/main/java/reactor/core/publisher/BlockingIterable.java index 2cb09629ee..d814d61a43 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BlockingIterable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BlockingIterable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BlockingLastSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/BlockingLastSubscriber.java index a85a081fa8..8f42aed649 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BlockingLastSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BlockingLastSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BlockingMonoSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/BlockingMonoSubscriber.java index db195e33e7..9b3a888a98 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BlockingMonoSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BlockingMonoSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BlockingOptionalMonoSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/BlockingOptionalMonoSubscriber.java index 9858acf352..dde4c46a32 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BlockingOptionalMonoSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BlockingOptionalMonoSubscriber.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BlockingSingleSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/BlockingSingleSubscriber.java index 98a8084d5b..1ef090e57a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BlockingSingleSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BlockingSingleSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/BufferOverflowStrategy.java b/reactor-core/src/main/java/reactor/core/publisher/BufferOverflowStrategy.java index 75dfed9c19..525f9bdbef 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/BufferOverflowStrategy.java +++ b/reactor-core/src/main/java/reactor/core/publisher/BufferOverflowStrategy.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ConnectableFlux.java b/reactor-core/src/main/java/reactor/core/publisher/ConnectableFlux.java index ff49ef1d53..0384d820e5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ConnectableFlux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ConnectableFlux.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxHide.java b/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxHide.java index 40a03c7195..d608a3138a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxHide.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxHide.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxOnAssembly.java b/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxOnAssembly.java index 8e39829c71..1f16984b12 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxOnAssembly.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ConnectableFluxOnAssembly.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ConnectableLift.java b/reactor-core/src/main/java/reactor/core/publisher/ConnectableLift.java index 0534662d12..6bbca00afc 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ConnectableLift.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ConnectableLift.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ConnectableLiftFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/ConnectableLiftFuseable.java index 5675743473..9b1d5d7103 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ConnectableLiftFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ConnectableLiftFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ContextTrackingFunctionWrapper.java b/reactor-core/src/main/java/reactor/core/publisher/ContextTrackingFunctionWrapper.java index 5ec798d2f1..298cfa2a5f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ContextTrackingFunctionWrapper.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ContextTrackingFunctionWrapper.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/DelegateProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/DelegateProcessor.java index 553bc98e34..50b5529ae7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/DelegateProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/DelegateProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/DirectProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/DirectProcessor.java index 1104ced5d3..40d94d918a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/DirectProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/DirectProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/DrainUtils.java b/reactor-core/src/main/java/reactor/core/publisher/DrainUtils.java index d75956e19a..c14596a8b0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/DrainUtils.java +++ b/reactor-core/src/main/java/reactor/core/publisher/DrainUtils.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java index 506094ae52..47c80a7fc5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.java index 7238bbc1c7..ebc2fdcd00 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/EventLoopProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/Flux.java b/reactor-core/src/main/java/reactor/core/publisher/Flux.java index 1cbc882b4d..89f083d2f5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Flux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Flux.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxArray.java b/reactor-core/src/main/java/reactor/core/publisher/FluxArray.java index 5facfbbefa..e304b57979 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxArray.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxArray.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnect.java b/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnect.java index 421a7b84c4..1d6ea6e656 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnect.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnect.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnectFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnectFuseable.java index 785faf9229..c1bbd236cf 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnectFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxAutoConnectFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxBuffer.java b/reactor-core/src/main/java/reactor/core/publisher/FluxBuffer.java index b3c7152da0..be6eee7377 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxBuffer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxBuffer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxBufferBoundary.java b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferBoundary.java index 69e44d17ed..8db098392a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxBufferBoundary.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferBoundary.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxBufferPredicate.java b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferPredicate.java index 2735da4192..93572ea769 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxBufferPredicate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferPredicate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxBufferTimeout.java b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferTimeout.java index 347f3f0cb1..b783da76ec 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxBufferTimeout.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferTimeout.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxBufferWhen.java b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferWhen.java index 0addd2e1d7..29470fe563 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxBufferWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxBufferWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxCallable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxCallable.java index df8ecc0ad3..2d805a80cf 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxCallable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxCallable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxCallableOnAssembly.java b/reactor-core/src/main/java/reactor/core/publisher/FluxCallableOnAssembly.java index a65cd1b955..916f80dd34 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxCallableOnAssembly.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxCallableOnAssembly.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxCancelOn.java b/reactor-core/src/main/java/reactor/core/publisher/FluxCancelOn.java index feb6b2bced..de65728357 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxCancelOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxCancelOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxCombineLatest.java b/reactor-core/src/main/java/reactor/core/publisher/FluxCombineLatest.java index f86a427fce..a1db6d5aa5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxCombineLatest.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxCombineLatest.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxConcatArray.java b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatArray.java index b4ae40f9fa..082d511c96 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxConcatArray.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatArray.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxConcatIterable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatIterable.java index 588f336781..2d3963d6de 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxConcatIterable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatIterable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMap.java b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMap.java index ab72902c3f..31396addf1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxContextStart.java b/reactor-core/src/main/java/reactor/core/publisher/FluxContextStart.java index cef9de8d4b..44cc31a9b1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxContextStart.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxContextStart.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxCreate.java b/reactor-core/src/main/java/reactor/core/publisher/FluxCreate.java index ca938d70fd..78a1f932f2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxCreate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxCreate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDefaultIfEmpty.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDefaultIfEmpty.java index 40b8be5f25..a049b50ff6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDefaultIfEmpty.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDefaultIfEmpty.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDefer.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDefer.java index 9e98736240..76b0674bdf 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDefer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDefer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDeferWithContext.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDeferWithContext.java index 0ebbf6a2b0..09b5b20701 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDeferWithContext.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDeferWithContext.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySequence.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySequence.java index 4f1581ca85..cd223e2f9b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySequence.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySequence.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySubscription.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySubscription.java index 7ef14795da..e6299c210c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySubscription.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDelaySubscription.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDematerialize.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDematerialize.java index b11d6b2c27..a7754463e9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDematerialize.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDematerialize.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDetach.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDetach.java index db9524d7db..17a3471853 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDetach.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDetach.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDistinct.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDistinct.java index 5301d4e45b..4753641d8c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDistinct.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDistinct.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctFuseable.java index 86c8884a41..f62a11aa15 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctUntilChanged.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctUntilChanged.java index 10b5247672..07c04aaed6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctUntilChanged.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDistinctUntilChanged.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinally.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinally.java index b4e50cf6fc..1fd5437d08 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinally.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinally.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinallyFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinallyFuseable.java index 45bf498721..b109de442d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinallyFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFinallyFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirst.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirst.java index efa824736b..81ea0d1094 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirst.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirst.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirstFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirstFuseable.java index a5321dbb49..2ae9433ebb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirstFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoFirstFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.java index 3e648fec9b..4afecdbb5f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEach.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEachFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEachFuseable.java index d93c013034..b5a25e4eb4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEachFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxDoOnEachFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxElapsed.java b/reactor-core/src/main/java/reactor/core/publisher/FluxElapsed.java index f09a2b24ac..8b69a9e172 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxElapsed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxElapsed.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxEmpty.java b/reactor-core/src/main/java/reactor/core/publisher/FluxEmpty.java index 2f6eec73f6..795b132697 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxEmpty.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxEmpty.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxError.java b/reactor-core/src/main/java/reactor/core/publisher/FluxError.java index f5ac5e9078..32a29f1ef5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxError.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxError.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxErrorOnRequest.java b/reactor-core/src/main/java/reactor/core/publisher/FluxErrorOnRequest.java index ec227dc368..a42fa8871d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxErrorOnRequest.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxErrorOnRequest.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxErrorSupplied.java b/reactor-core/src/main/java/reactor/core/publisher/FluxErrorSupplied.java index edd11c0a98..43c8dadcd6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxErrorSupplied.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxErrorSupplied.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxExpand.java b/reactor-core/src/main/java/reactor/core/publisher/FluxExpand.java index 0943db6344..cbbe7336fc 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxExpand.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxExpand.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFilter.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFilter.java index 2031032e85..68387ee903 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFilter.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFilter.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFilterFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFilterFuseable.java index d2c80f17d1..1f341f2fd3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFilterFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFilterFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFilterWhen.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFilterWhen.java index 64c75f39cb..6b14220b66 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFilterWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFilterWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFirstEmitting.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFirstEmitting.java index 4c2e726453..089974a8e7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFirstEmitting.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFirstEmitting.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java index 4a0d0af5ad..0f1460576e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFlattenIterable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFlattenIterable.java index 50a467ded4..7790606bd3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFlattenIterable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFlattenIterable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxFromMonoOperator.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFromMonoOperator.java index 20214c6706..72e754119c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFromMonoOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFromMonoOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxGenerate.java b/reactor-core/src/main/java/reactor/core/publisher/FluxGenerate.java index f2a3a2e26b..8ae8edea26 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxGenerate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxGenerate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java b/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java index a8cf8026bd..3adb90cc77 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxGroupJoin.java b/reactor-core/src/main/java/reactor/core/publisher/FluxGroupJoin.java index 4e4ee72dfe..d4e0694002 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxGroupJoin.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxGroupJoin.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxHandle.java b/reactor-core/src/main/java/reactor/core/publisher/FluxHandle.java index f3a6212cb8..bb7b9e4485 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxHandle.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxHandle.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxHandleFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxHandleFuseable.java index 3bf8a39e15..e795f31bcb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxHandleFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxHandleFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxHide.java b/reactor-core/src/main/java/reactor/core/publisher/FluxHide.java index 38508c3ef0..54e447b495 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxHide.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxHide.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxIndex.java b/reactor-core/src/main/java/reactor/core/publisher/FluxIndex.java index ec693a7d87..01e5e761f3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxIndex.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxIndex.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxIndexFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxIndexFuseable.java index feddb84bb6..9b45a39343 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxIndexFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxIndexFuseable.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxInterval.java b/reactor-core/src/main/java/reactor/core/publisher/FluxInterval.java index d5a29fb2c4..b34cb3f44c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxInterval.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxInterval.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxIterable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxIterable.java index 380881a521..4e0840a1d0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxIterable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxIterable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxJoin.java b/reactor-core/src/main/java/reactor/core/publisher/FluxJoin.java index 9133073a45..af261a432b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxJoin.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxJoin.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxJust.java b/reactor-core/src/main/java/reactor/core/publisher/FluxJust.java index 23e99396fa..5f64255c62 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxJust.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxJust.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxLift.java b/reactor-core/src/main/java/reactor/core/publisher/FluxLift.java index d67df16767..b5c0c9e6b8 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxLift.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxLift.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxLiftFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxLiftFuseable.java index 9f09e75fe7..c4d6523922 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxLiftFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxLiftFuseable.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxLimitRequest.java b/reactor-core/src/main/java/reactor/core/publisher/FluxLimitRequest.java index 5d8b5ba47c..bfd65298b3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxLimitRequest.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxLimitRequest.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxLog.java b/reactor-core/src/main/java/reactor/core/publisher/FluxLog.java index fdb11b2ab1..bca7e344a2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxLog.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxLog.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxLogFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxLogFuseable.java index 0911dfd487..16a9256842 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxLogFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxLogFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMap.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMap.java index 4d840fd2ac..e81c0d0a60 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMapFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMapFuseable.java index e9e8ec03ca..b49b79e651 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMapFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMapFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMapSignal.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMapSignal.java index f75da542af..164884e54f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMapSignal.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMapSignal.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMaterialize.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMaterialize.java index 191bb4e020..2186265e63 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMaterialize.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMaterialize.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMerge.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMerge.java index 4a347ce59b..9bc4dc8811 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMerge.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMerge.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMergeOrdered.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMergeOrdered.java index 582356f8d5..7f9a921d0f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMergeOrdered.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMergeOrdered.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMergeSequential.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMergeSequential.java index f947b8b81e..e37207e5fc 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMergeSequential.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMergeSequential.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMetrics.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMetrics.java index 315663cf40..cbc960d288 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMetrics.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMetrics.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxMetricsFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxMetricsFuseable.java index de41566186..4bc6ca0f57 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxMetricsFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxMetricsFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxName.java b/reactor-core/src/main/java/reactor/core/publisher/FluxName.java index 8685a2a1de..99fab8f98e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxName.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxName.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxNameFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxNameFuseable.java index fd908a134c..0b78346fe1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxNameFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxNameFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxNever.java b/reactor-core/src/main/java/reactor/core/publisher/FluxNever.java index 0a5eda6e20..0c35982559 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxNever.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxNever.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnAssembly.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnAssembly.java index 4e91977316..2790060fc5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnAssembly.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnAssembly.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBuffer.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBuffer.java index a7a92c85eb..b7bd1fc925 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBuffer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBuffer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferStrategy.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferStrategy.java index 15fd44e20c..fa606b5f72 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferStrategy.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferStrategy.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferTimeout.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferTimeout.java index 2acba7881f..60b4e41500 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferTimeout.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureBufferTimeout.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureDrop.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureDrop.java index 8f79c0aa1c..89ec48886b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureDrop.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureDrop.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureLatest.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureLatest.java index 1aad9d6350..025ec344c6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureLatest.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnBackpressureLatest.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOnErrorResume.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOnErrorResume.java index 3d8e06b1e8..aa2fe35015 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOnErrorResume.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOnErrorResume.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxOperator.java b/reactor-core/src/main/java/reactor/core/publisher/FluxOperator.java index 2fc50e59a8..c98f71da19 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxPeek.java b/reactor-core/src/main/java/reactor/core/publisher/FluxPeek.java index 00b7644a47..ed48c58b82 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxPeek.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxPeek.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxPeekFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxPeekFuseable.java index bb4073bedb..2c1b674d64 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxPeekFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxPeekFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/FluxProcessor.java index 17549a1add..5bb25d66a1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.java b/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.java index 25cc1cb314..0eb743956f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxPublishMulticast.java b/reactor-core/src/main/java/reactor/core/publisher/FluxPublishMulticast.java index 3f3923ee53..fb98aedaab 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxPublishMulticast.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxPublishMulticast.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxPublishOn.java b/reactor-core/src/main/java/reactor/core/publisher/FluxPublishOn.java index 8202a2227f..d7c6da17bb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxPublishOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxPublishOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRange.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRange.java index 51be6e4e09..9b560a0712 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRange.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRange.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRefCount.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRefCount.java index 5bdd910d81..4ec86b91be 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRefCount.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRefCount.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRefCountGrace.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRefCountGrace.java index a75e8e5718..d3df6d13d3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRefCountGrace.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRefCountGrace.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRepeat.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRepeat.java index 0d8a9aa28c..3d30878198 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRepeat.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRepeat.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatPredicate.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatPredicate.java index 93abec5301..c7d3d5d879 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatPredicate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatPredicate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatWhen.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatWhen.java index 20c31b9ffd..fadf4506f7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRepeatWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxReplay.java b/reactor-core/src/main/java/reactor/core/publisher/FluxReplay.java index ba58d47551..e0a83bb2d4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxReplay.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxReplay.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRetry.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRetry.java index 447f3eb94f..303afea321 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRetry.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRetry.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRetryPredicate.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRetryPredicate.java index 7ce2c35fdb..32294a73f5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRetryPredicate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRetryPredicate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxRetryWhen.java b/reactor-core/src/main/java/reactor/core/publisher/FluxRetryWhen.java index 4a38284f52..cad84f6584 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxRetryWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxRetryWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSample.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSample.java index 9d19db2470..eee1672502 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSample.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSample.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSampleFirst.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSampleFirst.java index 83b9755802..00f5b998fb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSampleFirst.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSampleFirst.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSampleTimeout.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSampleTimeout.java index 3aed597120..e2a68711e2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSampleTimeout.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSampleTimeout.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxScan.java b/reactor-core/src/main/java/reactor/core/publisher/FluxScan.java index fa2daca4e3..d7fc371f44 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxScan.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxScan.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxScanSeed.java b/reactor-core/src/main/java/reactor/core/publisher/FluxScanSeed.java index 6431aab973..b011d5d021 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxScanSeed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxScanSeed.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSink.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSink.java index 3fe82eefa8..f220f7d624 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSink.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSink.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSkip.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSkip.java index 30637d6a16..81848ee051 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSkip.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSkip.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSkipLast.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipLast.java index 5b51c6bdcd..5afd60f34d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSkipLast.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipLast.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntil.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntil.java index 361284bfeb..9c441f9783 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntil.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntil.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntilOther.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntilOther.java index 84dd94f4c3..b7c081b1f1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntilOther.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipUntilOther.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSkipWhile.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipWhile.java index a93fa20e56..213ae9c919 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSkipWhile.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSkipWhile.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSource.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSource.java index 69ed75cf24..a7acc26613 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSource.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSource.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSourceFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSourceFuseable.java index 98291db2cd..8febdc00b8 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSourceFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSourceFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMono.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMono.java index 93cdc72565..34e619fd00 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMono.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMono.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMonoFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMonoFuseable.java index 6a41b12f2b..08959eba30 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMonoFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSourceMonoFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxStream.java b/reactor-core/src/main/java/reactor/core/publisher/FluxStream.java index ec8966c8e2..e1712a58ff 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxStream.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxStream.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOn.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOn.java index 2eba17867c..9f3b3648c6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnCallable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnCallable.java index 61ad4ba512..cd78c58836 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnCallable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnCallable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnValue.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnValue.java index 098269c2ab..d6be5e49f5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnValue.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSubscribeOnValue.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchIfEmpty.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchIfEmpty.java index 1878dcc786..21aa7d7efe 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchIfEmpty.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchIfEmpty.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMap.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMap.java index c92e372921..cf1223820a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchOnFirst.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchOnFirst.java index 5e46879633..1ab931e050 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchOnFirst.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchOnFirst.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTake.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTake.java index 4d85e81031..91a81ed67d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTake.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTake.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTakeFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeFuseable.java index ff913002af..c0aba1fd44 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTakeFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLast.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLast.java index cbca65572b..9eaa2c3180 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLast.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLast.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLastOne.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLastOne.java index f40e8617fb..9f9e4491f7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLastOne.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeLastOne.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntil.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntil.java index 1a520a4f06..9b9645d32d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntil.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntil.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntilOther.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntilOther.java index e978013c00..2cd0ccdcc1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntilOther.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeUntilOther.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTakeWhile.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeWhile.java index fe917d0b57..e65ff54aa0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTakeWhile.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTakeWhile.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxTimeout.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTimeout.java index 2167a63a1b..3bd9f4f858 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTimeout.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTimeout.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxUsing.java b/reactor-core/src/main/java/reactor/core/publisher/FluxUsing.java index 27e016ed26..0ed20b2f2a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxUsing.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxUsing.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxUsingWhen.java b/reactor-core/src/main/java/reactor/core/publisher/FluxUsingWhen.java index e9447a09a7..25f54c9232 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxUsingWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxUsingWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxWindow.java b/reactor-core/src/main/java/reactor/core/publisher/FluxWindow.java index b961905667..6bc6314358 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxWindow.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxWindow.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxWindowBoundary.java b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowBoundary.java index 233b15112c..60c24ba872 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxWindowBoundary.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowBoundary.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxWindowPredicate.java b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowPredicate.java index 2a67edd4c7..a02e4505c9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxWindowPredicate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowPredicate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxWindowTimeout.java b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowTimeout.java index 2d5b81b66c..a757497fd5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxWindowTimeout.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowTimeout.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxWindowWhen.java b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowWhen.java index bcfad9e40f..83457b0a7f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxWindowWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxWindowWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxWithLatestFrom.java b/reactor-core/src/main/java/reactor/core/publisher/FluxWithLatestFrom.java index c833223eaf..2a7abae4a0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxWithLatestFrom.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxWithLatestFrom.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxZip.java b/reactor-core/src/main/java/reactor/core/publisher/FluxZip.java index c181e1c674..68c40e5cb0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxZip.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxZip.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/FluxZipIterable.java b/reactor-core/src/main/java/reactor/core/publisher/FluxZipIterable.java index 8f430cb821..741cb78838 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxZipIterable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxZipIterable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/GroupedFlux.java b/reactor-core/src/main/java/reactor/core/publisher/GroupedFlux.java index a7ae43406f..f78a9114ef 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/GroupedFlux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/GroupedFlux.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/GroupedLift.java b/reactor-core/src/main/java/reactor/core/publisher/GroupedLift.java index 7a090ec0fe..e02d498f6c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/GroupedLift.java +++ b/reactor-core/src/main/java/reactor/core/publisher/GroupedLift.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/GroupedLiftFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/GroupedLiftFuseable.java index d88a0bb284..4829e974d4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/GroupedLiftFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/GroupedLiftFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/Hooks.java b/reactor-core/src/main/java/reactor/core/publisher/Hooks.java index 6558e95d5c..6332c3f9d1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Hooks.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Hooks.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ImmutableSignal.java b/reactor-core/src/main/java/reactor/core/publisher/ImmutableSignal.java index 98c2dd646b..bf0593c5f7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ImmutableSignal.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ImmutableSignal.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/InnerConsumer.java b/reactor-core/src/main/java/reactor/core/publisher/InnerConsumer.java index 3869de0b09..7e4c6d784a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InnerConsumer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InnerConsumer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/InnerOperator.java b/reactor-core/src/main/java/reactor/core/publisher/InnerOperator.java index 9287bdb0f6..ca428cc9ea 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InnerOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InnerOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/InnerProducer.java b/reactor-core/src/main/java/reactor/core/publisher/InnerProducer.java index cefb07e613..41d27ff096 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InnerProducer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InnerProducer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/InternalConnectableFluxOperator.java b/reactor-core/src/main/java/reactor/core/publisher/InternalConnectableFluxOperator.java index 31d199222b..7d8f862c06 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InternalConnectableFluxOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InternalConnectableFluxOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/InternalFluxOperator.java b/reactor-core/src/main/java/reactor/core/publisher/InternalFluxOperator.java index 1be1f8c6cc..ffb19da55b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InternalFluxOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InternalFluxOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/InternalMonoOperator.java b/reactor-core/src/main/java/reactor/core/publisher/InternalMonoOperator.java index cd02f5e305..0d185290c2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InternalMonoOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InternalMonoOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/LambdaMonoSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/LambdaMonoSubscriber.java index 01cf3abb1d..a1dc6b18c4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/LambdaMonoSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/LambdaMonoSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/LambdaSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/LambdaSubscriber.java index 635bbcdb11..84831229ea 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/LambdaSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/LambdaSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/Mono.java b/reactor-core/src/main/java/reactor/core/publisher/Mono.java index 7457904ec0..8f568ebe30 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Mono.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Mono.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoAll.java b/reactor-core/src/main/java/reactor/core/publisher/MonoAll.java index d39b7226b6..3febba1e09 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoAll.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoAll.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoAny.java b/reactor-core/src/main/java/reactor/core/publisher/MonoAny.java index e17a5573db..adbab08991 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoAny.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoAny.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoBridges.java b/reactor-core/src/main/java/reactor/core/publisher/MonoBridges.java index 476adee2f0..9a3e13c0b1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoBridges.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoBridges.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCacheTime.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCacheTime.java index 0058d53d18..ae7decaff2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCacheTime.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCacheTime.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCallable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCallable.java index 856a624b4d..900f215e84 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCallable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCallable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCallableOnAssembly.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCallableOnAssembly.java index 112d59fec7..08574c8805 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCallableOnAssembly.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCallableOnAssembly.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCancelOn.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCancelOn.java index 3443afc8ba..5ef37ec38a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCancelOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCancelOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCollect.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCollect.java index 8e6dc2bd1d..393e40cec3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCollect.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCollect.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCollectList.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCollectList.java index b4d7fb6d5e..77011fd83c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCollectList.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCollectList.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCompletionStage.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCompletionStage.java index a61875891c..0ea4e9dcc8 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCompletionStage.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCompletionStage.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCount.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCount.java index d2c575c50f..b1f94cbf1e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCount.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCount.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCreate.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCreate.java index a84ad23862..126e40293a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCreate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCreate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoCurrentContext.java b/reactor-core/src/main/java/reactor/core/publisher/MonoCurrentContext.java index 609fe46258..e487083c6f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoCurrentContext.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoCurrentContext.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDefaultIfEmpty.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDefaultIfEmpty.java index a5b8a62439..9d0dd4a458 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDefaultIfEmpty.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDefaultIfEmpty.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDefer.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDefer.java index 69f5820453..e840c10f5c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDefer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDefer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDeferWithContext.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDeferWithContext.java index 0931271214..83b6379e87 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDeferWithContext.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDeferWithContext.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDelay.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDelay.java index 11de077794..faaec11b24 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDelay.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDelay.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDelayElement.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDelayElement.java index bdaf7d56ce..dfcf5afa65 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDelayElement.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDelayElement.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDelaySubscription.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDelaySubscription.java index 475a0f0afc..14fef2453f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDelaySubscription.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDelaySubscription.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDelayUntil.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDelayUntil.java index 0563497f02..45edffbcd6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDelayUntil.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDelayUntil.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDematerialize.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDematerialize.java index 7ab0f01b3c..ff838393e8 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDematerialize.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDematerialize.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDetach.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDetach.java index 155c98586a..446f903937 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDetach.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDetach.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinally.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinally.java index e13cb9dc7a..de4d6a4dbd 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinally.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinally.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinallyFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinallyFuseable.java index 7bd487c041..7bf8eee69e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinallyFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFinallyFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirst.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirst.java index 343174d75d..bc6891bcc8 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirst.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirst.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirstFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirstFuseable.java index e70f8a1c77..b589f8fbee 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirstFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDoFirstFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEach.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEach.java index 605531a1de..34443ff785 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEach.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEach.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEachFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEachFuseable.java index 204a2427ba..221efdae78 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEachFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoDoOnEachFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoElapsed.java b/reactor-core/src/main/java/reactor/core/publisher/MonoElapsed.java index 9d9afc6081..aa10beced9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoElapsed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoElapsed.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoElementAt.java b/reactor-core/src/main/java/reactor/core/publisher/MonoElementAt.java index e81e3802fb..1c0404bd23 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoElementAt.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoElementAt.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoEmpty.java b/reactor-core/src/main/java/reactor/core/publisher/MonoEmpty.java index 85fe93c936..2c71194647 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoEmpty.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoEmpty.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoError.java b/reactor-core/src/main/java/reactor/core/publisher/MonoError.java index 49534e8d24..ab86b59acc 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoError.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoError.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoErrorSupplied.java b/reactor-core/src/main/java/reactor/core/publisher/MonoErrorSupplied.java index 5b04cf847c..4595b6e304 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoErrorSupplied.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoErrorSupplied.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoExpand.java b/reactor-core/src/main/java/reactor/core/publisher/MonoExpand.java index a61ead380d..b5e89b8cf9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoExpand.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoExpand.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFilter.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFilter.java index cacbf67677..cb19c6d632 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFilter.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFilter.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFilterFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFilterFuseable.java index 2fc36935bd..bd5416036a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFilterFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFilterFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFilterWhen.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFilterWhen.java index 72f1ca2604..f13e2d16d1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFilterWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFilterWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFirst.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFirst.java index a23e218a51..9c0f70a133 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFirst.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFirst.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMap.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMap.java index f7644534d7..ab98aa6fb7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMapMany.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMapMany.java index 3d2cb9108e..bbe7903363 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMapMany.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFlatMapMany.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFlattenIterable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFlattenIterable.java index af6be1db61..25c0a3b13b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFlattenIterable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFlattenIterable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFromFluxOperator.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFromFluxOperator.java index e561470ed7..d687170895 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFromFluxOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFromFluxOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoFromPublisher.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFromPublisher.java index f650368adf..80f51e1dab 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFromPublisher.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFromPublisher.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoHandle.java b/reactor-core/src/main/java/reactor/core/publisher/MonoHandle.java index 7a48e40c41..9d13f45248 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoHandle.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoHandle.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoHandleFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoHandleFuseable.java index 1f2a40e626..7fb6061128 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoHandleFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoHandleFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoHasElement.java b/reactor-core/src/main/java/reactor/core/publisher/MonoHasElement.java index e89f61db97..5462eaedbc 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoHasElement.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoHasElement.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoHasElements.java b/reactor-core/src/main/java/reactor/core/publisher/MonoHasElements.java index 5e1d73bf2e..e22e881c9c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoHasElements.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoHasElements.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoHide.java b/reactor-core/src/main/java/reactor/core/publisher/MonoHide.java index 6f0d26bfea..8fd43d0fe0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoHide.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoHide.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElement.java b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElement.java index fc2511f3a0..d5f97dd6a7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElement.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElement.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElements.java b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElements.java index bd12e4d5ef..c2c6e88ebe 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElements.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreElements.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoIgnorePublisher.java b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnorePublisher.java index 9865dc2e18..9ccbd99f4c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoIgnorePublisher.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnorePublisher.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreThen.java b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreThen.java index fc3cf81e08..70480ad697 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreThen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoIgnoreThen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoJust.java b/reactor-core/src/main/java/reactor/core/publisher/MonoJust.java index 3a7e48ba18..2091e8925f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoJust.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoJust.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoLift.java b/reactor-core/src/main/java/reactor/core/publisher/MonoLift.java index ab0f80ee09..e716512f77 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoLift.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoLift.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoLiftFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoLiftFuseable.java index 546946bd1f..77bd2abc47 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoLiftFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoLiftFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoLog.java b/reactor-core/src/main/java/reactor/core/publisher/MonoLog.java index 9b584c75f6..4b4842afb2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoLog.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoLog.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoLogFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoLogFuseable.java index aa5586e443..62b7cb7f99 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoLogFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoLogFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoMap.java b/reactor-core/src/main/java/reactor/core/publisher/MonoMap.java index ad62ce331e..5daff34344 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoMapFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoMapFuseable.java index 53e1c16385..d7385ce543 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoMapFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoMapFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoMaterialize.java b/reactor-core/src/main/java/reactor/core/publisher/MonoMaterialize.java index 8a374595fb..04583f43b5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoMaterialize.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoMaterialize.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoMetrics.java b/reactor-core/src/main/java/reactor/core/publisher/MonoMetrics.java index e6adfbd080..b1aa3e08e0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoMetrics.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoMetrics.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoMetricsFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoMetricsFuseable.java index 00a9b8dd30..bba6cc567d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoMetricsFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoMetricsFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoName.java b/reactor-core/src/main/java/reactor/core/publisher/MonoName.java index f42dfe53ec..71625421e6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoName.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoName.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoNameFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoNameFuseable.java index 5f42687157..3a6afbbe56 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoNameFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoNameFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoNever.java b/reactor-core/src/main/java/reactor/core/publisher/MonoNever.java index 213c7d132f..257118f158 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoNever.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoNever.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoNext.java b/reactor-core/src/main/java/reactor/core/publisher/MonoNext.java index 2ef5606f35..33953b571f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoNext.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoNext.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoOnAssembly.java b/reactor-core/src/main/java/reactor/core/publisher/MonoOnAssembly.java index 8e56763e72..2db799c77f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoOnAssembly.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoOnAssembly.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoOnErrorResume.java b/reactor-core/src/main/java/reactor/core/publisher/MonoOnErrorResume.java index 5c8b13b852..fd368736d4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoOnErrorResume.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoOnErrorResume.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoOperator.java b/reactor-core/src/main/java/reactor/core/publisher/MonoOperator.java index 65e296c40c..5305c8d51c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoPeek.java b/reactor-core/src/main/java/reactor/core/publisher/MonoPeek.java index f63cccad50..315240944b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoPeek.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoPeek.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoPeekFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoPeekFuseable.java index 4108a767b8..3f0d415d56 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoPeekFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoPeekFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoPeekTerminal.java b/reactor-core/src/main/java/reactor/core/publisher/MonoPeekTerminal.java index 74ab48bb40..0767adf70b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoPeekTerminal.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoPeekTerminal.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/MonoProcessor.java index 3b9ee4a1b0..27705837fb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoPublishMulticast.java b/reactor-core/src/main/java/reactor/core/publisher/MonoPublishMulticast.java index 143c15d90e..e52da63337 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoPublishMulticast.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoPublishMulticast.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoPublishOn.java b/reactor-core/src/main/java/reactor/core/publisher/MonoPublishOn.java index dd37543b58..cc62b28652 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoPublishOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoPublishOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoReduce.java b/reactor-core/src/main/java/reactor/core/publisher/MonoReduce.java index 2c48b45000..c7d469f176 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoReduce.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoReduce.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoReduceSeed.java b/reactor-core/src/main/java/reactor/core/publisher/MonoReduceSeed.java index 12b5719e4b..d473ccec29 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoReduceSeed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoReduceSeed.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRepeat.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRepeat.java index e582a6425b..09736efa3e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRepeat.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRepeat.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatPredicate.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatPredicate.java index 6b759c9aa8..0021261a3f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatPredicate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatPredicate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatWhen.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatWhen.java index f4150983bf..9506d4ce62 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRepeatWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRetry.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRetry.java index 5e9482b288..39b1a9ca0a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRetry.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRetry.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRetryPredicate.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRetryPredicate.java index bf4f1f0abc..ed6a0daa7c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRetryPredicate.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRetryPredicate.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRetryWhen.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRetryWhen.java index bee09daeae..2aeb40a394 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRetryWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRetryWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoRunnable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoRunnable.java index fa463939ab..e66b7afa67 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoRunnable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoRunnable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSequenceEqual.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSequenceEqual.java index d11bb4d418..5477c77c9d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSequenceEqual.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSequenceEqual.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSingle.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSingle.java index 3baeaba09f..dd9ea3e69f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSingle.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSingle.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSingleCallable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSingleCallable.java index bbdcb53ab6..e82a8f90b0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSingleCallable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSingleCallable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSingleMono.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSingleMono.java index adfdcb5f80..2c3f57924c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSingleMono.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSingleMono.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSink.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSink.java index 3ca69913a9..2856e3e5f0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSink.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSink.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSource.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSource.java index 751d275ac7..34ea18684e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSource.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSource.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFlux.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFlux.java index 6b6a24ab22..1511a02e2e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFlux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFlux.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFluxFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFluxFuseable.java index 4222e87e8d..72db10e9ac 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFluxFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFluxFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFuseable.java index 95be81ec35..25b2c15b6a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSourceFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoStreamCollector.java b/reactor-core/src/main/java/reactor/core/publisher/MonoStreamCollector.java index 505dc40b3d..d84fc90065 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoStreamCollector.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoStreamCollector.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOn.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOn.java index ddda1ff621..02674dc7e4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnCallable.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnCallable.java index 2f35f883e2..073d98619b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnCallable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnCallable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnValue.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnValue.java index 1dc92f10d6..1d3968a6b7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnValue.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscribeOnValue.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSubscriberContext.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscriberContext.java index a5ba6ab8be..da82b6ca99 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSubscriberContext.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSubscriberContext.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSupplier.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSupplier.java index 1b72d78b4e..9a10811e45 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSupplier.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSupplier.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoSwitchIfEmpty.java b/reactor-core/src/main/java/reactor/core/publisher/MonoSwitchIfEmpty.java index acae2de35e..26cace106d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoSwitchIfEmpty.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoSwitchIfEmpty.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoTakeLastOne.java b/reactor-core/src/main/java/reactor/core/publisher/MonoTakeLastOne.java index e572f0bfba..7d9a360998 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoTakeLastOne.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoTakeLastOne.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoTakeUntilOther.java b/reactor-core/src/main/java/reactor/core/publisher/MonoTakeUntilOther.java index a62a038705..ddeef71860 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoTakeUntilOther.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoTakeUntilOther.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoTimeout.java b/reactor-core/src/main/java/reactor/core/publisher/MonoTimeout.java index b247077e9c..82755a0771 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoTimeout.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoTimeout.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoToCompletableFuture.java b/reactor-core/src/main/java/reactor/core/publisher/MonoToCompletableFuture.java index 7d789923b7..2090f1659f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoToCompletableFuture.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoToCompletableFuture.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoUsing.java b/reactor-core/src/main/java/reactor/core/publisher/MonoUsing.java index 126c97c6a8..c929713b3a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoUsing.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoUsing.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoUsingWhen.java b/reactor-core/src/main/java/reactor/core/publisher/MonoUsingWhen.java index b58c644528..1e71760da5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoUsingWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoUsingWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoWhen.java b/reactor-core/src/main/java/reactor/core/publisher/MonoWhen.java index 70ccb5a387..5abc2e4999 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoWhen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoWhen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/MonoZip.java b/reactor-core/src/main/java/reactor/core/publisher/MonoZip.java index efca9975e6..dacc7af247 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoZip.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoZip.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/OnNextFailureStrategy.java b/reactor-core/src/main/java/reactor/core/publisher/OnNextFailureStrategy.java index c7f01fa3f9..9766c2f09b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/OnNextFailureStrategy.java +++ b/reactor-core/src/main/java/reactor/core/publisher/OnNextFailureStrategy.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/OperatorDisposables.java b/reactor-core/src/main/java/reactor/core/publisher/OperatorDisposables.java index 4c81f869c0..f8ea95d4ff 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/OperatorDisposables.java +++ b/reactor-core/src/main/java/reactor/core/publisher/OperatorDisposables.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/Operators.java b/reactor-core/src/main/java/reactor/core/publisher/Operators.java index 52838392ae..770692e84d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Operators.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Operators.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/OptimizableOperator.java b/reactor-core/src/main/java/reactor/core/publisher/OptimizableOperator.java index 8a293a23d4..682cfda4bf 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/OptimizableOperator.java +++ b/reactor-core/src/main/java/reactor/core/publisher/OptimizableOperator.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelArraySource.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelArraySource.java index 4ab455dd15..f07e67711e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelArraySource.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelArraySource.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelCollect.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelCollect.java index 0ff89f8f97..1e3b3a5d7c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelCollect.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelCollect.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelConcatMap.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelConcatMap.java index e770f18203..98e1d806bd 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelConcatMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelConcatMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelDoOnEach.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelDoOnEach.java index d6c2834a1e..6d6620cca4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelDoOnEach.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelDoOnEach.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelFilter.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelFilter.java index f9404ccbe8..9f0b4986e2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelFilter.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelFilter.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelFlatMap.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelFlatMap.java index d75241120e..6e31799720 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelFlatMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelFlatMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelFlux.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelFlux.java index f142a63dfd..5877faa572 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelFlux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelFlux.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxHide.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxHide.java index e650a4d605..e3192f21a1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxHide.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxHide.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxName.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxName.java index 07073c6146..31db1b425c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxName.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxName.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxOnAssembly.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxOnAssembly.java index d0dd6c996f..ee2276baa1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxOnAssembly.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelFluxOnAssembly.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelGroup.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelGroup.java index b188904c20..5199e63a5c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelGroup.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelGroup.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelLift.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelLift.java index ad3e63185b..ec1ae4487c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelLift.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelLift.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelLiftFuseable.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelLiftFuseable.java index a896f45acb..b13af2982f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelLiftFuseable.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelLiftFuseable.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelLog.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelLog.java index 43e16d1710..9eb7a0362b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelLog.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelLog.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelMap.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelMap.java index 63275d724b..2001aa3c56 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelMap.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeOrdered.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeOrdered.java index 6cc6359abf..797060a43a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeOrdered.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeOrdered.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeReduce.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeReduce.java index a923bb33f0..f5fbb3d37e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeReduce.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeReduce.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSequential.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSequential.java index 947d6a8b8d..b74304830f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSequential.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSequential.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSort.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSort.java index 53a99bfe83..18b41782ec 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSort.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelMergeSort.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelPeek.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelPeek.java index 23e85e2ac0..7ea1970720 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelPeek.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelPeek.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelReduceSeed.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelReduceSeed.java index 2ac2a7dcbd..f48d68ae81 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelReduceSeed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelReduceSeed.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelRunOn.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelRunOn.java index 77989e231f..7e0a3e6193 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelRunOn.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelRunOn.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelSource.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelSource.java index 01c257b3cb..02a3031188 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelSource.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelSource.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ParallelThen.java b/reactor-core/src/main/java/reactor/core/publisher/ParallelThen.java index a95f802b18..b2f8dee444 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ParallelThen.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ParallelThen.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/QueueDrainSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/QueueDrainSubscriber.java index 37f67b3cc1..d4d7795905 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/QueueDrainSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/QueueDrainSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/ReplayProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/ReplayProcessor.java index 53b5728c8e..3b4cad8182 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ReplayProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ReplayProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/RingBuffer.java b/reactor-core/src/main/java/reactor/core/publisher/RingBuffer.java index eff86fecc3..6df9e0abe7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/RingBuffer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/RingBuffer.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/SerializedSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/SerializedSubscriber.java index e41e9b480e..e75cf6d878 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SerializedSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SerializedSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/Signal.java b/reactor-core/src/main/java/reactor/core/publisher/Signal.java index f18c17120f..bf44dfcae1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Signal.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Signal.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/SignalLogger.java b/reactor-core/src/main/java/reactor/core/publisher/SignalLogger.java index 8970d782d0..37ba3b38bb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SignalLogger.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SignalLogger.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/SignalPeek.java b/reactor-core/src/main/java/reactor/core/publisher/SignalPeek.java index 3245dd0273..22de764aa7 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SignalPeek.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SignalPeek.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/SignalType.java b/reactor-core/src/main/java/reactor/core/publisher/SignalType.java index c1b15ba67e..c76458f616 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SignalType.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SignalType.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/SourceProducer.java b/reactor-core/src/main/java/reactor/core/publisher/SourceProducer.java index 0caf8ddb29..771d0664e6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SourceProducer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SourceProducer.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/StrictSubscriber.java b/reactor-core/src/main/java/reactor/core/publisher/StrictSubscriber.java index 8f96c0843f..0a810472cc 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/StrictSubscriber.java +++ b/reactor-core/src/main/java/reactor/core/publisher/StrictSubscriber.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/SynchronousSink.java b/reactor-core/src/main/java/reactor/core/publisher/SynchronousSink.java index 5ec93839cf..5b5854633b 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SynchronousSink.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SynchronousSink.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/TopicProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/TopicProcessor.java index b316221a07..9a385076a0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/TopicProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/TopicProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/Traces.java b/reactor-core/src/main/java/reactor/core/publisher/Traces.java index 78fa86c997..9c226f1b3e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Traces.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Traces.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java index 295a8d4ba9..faf4cd16f4 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/WorkQueueProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/WorkQueueProcessor.java index 2bd87271a9..4dade8aac6 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/WorkQueueProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/WorkQueueProcessor.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 * - * https://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/reactor-core/src/main/java/reactor/core/publisher/package-info.java b/reactor-core/src/main/java/reactor/core/publisher/package-info.java index 219504fdfd..9b1b66d4e9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/package-info.java +++ b/reactor-core/src/main/java/reactor/core/publisher/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/BoundedElasticScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/BoundedElasticScheduler.java index d7cae4f0af..5181adcced 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/BoundedElasticScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/BoundedElasticScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/DelegateServiceScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/DelegateServiceScheduler.java index 8e3ccd564f..3a0b71f355 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/DelegateServiceScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/DelegateServiceScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ElasticScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/ElasticScheduler.java index 25dcb81d6c..ea4b53e803 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ElasticScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ElasticScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ExecutorScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/ExecutorScheduler.java index e156e7fc78..6c346fdd82 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ExecutorScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ExecutorScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ExecutorServiceWorker.java b/reactor-core/src/main/java/reactor/core/scheduler/ExecutorServiceWorker.java index ec5c8e904f..a9aacf9bd6 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ExecutorServiceWorker.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ExecutorServiceWorker.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ImmediateScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/ImmediateScheduler.java index 102f24ee57..2a38aa5f52 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ImmediateScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ImmediateScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/InstantPeriodicWorkerTask.java b/reactor-core/src/main/java/reactor/core/scheduler/InstantPeriodicWorkerTask.java index 4306aa821a..41ddbffb7b 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/InstantPeriodicWorkerTask.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/InstantPeriodicWorkerTask.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/NonBlocking.java b/reactor-core/src/main/java/reactor/core/scheduler/NonBlocking.java index 5ad72d422b..2311b45b9c 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/NonBlocking.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/NonBlocking.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ParallelScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/ParallelScheduler.java index f67b6d89d0..1e1728e3e7 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ParallelScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ParallelScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/PeriodicSchedulerTask.java b/reactor-core/src/main/java/reactor/core/scheduler/PeriodicSchedulerTask.java index 145168324f..1fc21ebf93 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/PeriodicSchedulerTask.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/PeriodicSchedulerTask.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/PeriodicWorkerTask.java b/reactor-core/src/main/java/reactor/core/scheduler/PeriodicWorkerTask.java index 6f21fa949d..9b010796a5 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/PeriodicWorkerTask.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/PeriodicWorkerTask.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ReactorBlockHoundIntegration.java b/reactor-core/src/main/java/reactor/core/scheduler/ReactorBlockHoundIntegration.java index cb4afbccd4..e17a78daa2 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ReactorBlockHoundIntegration.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ReactorBlockHoundIntegration.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/ReactorThreadFactory.java b/reactor-core/src/main/java/reactor/core/scheduler/ReactorThreadFactory.java index 63a39b1714..71e1d4a0c8 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/ReactorThreadFactory.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/ReactorThreadFactory.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/Scheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/Scheduler.java index 20cc5f7a35..6edbef561b 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/Scheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/Scheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/SchedulerMetricDecorator.java b/reactor-core/src/main/java/reactor/core/scheduler/SchedulerMetricDecorator.java index db01527308..258b09e0c4 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/SchedulerMetricDecorator.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/SchedulerMetricDecorator.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/SchedulerTask.java b/reactor-core/src/main/java/reactor/core/scheduler/SchedulerTask.java index 73f1d4ac09..194f42f5ee 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/SchedulerTask.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/SchedulerTask.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/Schedulers.java b/reactor-core/src/main/java/reactor/core/scheduler/Schedulers.java index 13e744a13f..ea45e342ff 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/Schedulers.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/Schedulers.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/SingleScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/SingleScheduler.java index bedb088c66..dbb7c75beb 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/SingleScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/SingleScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/SingleWorkerScheduler.java b/reactor-core/src/main/java/reactor/core/scheduler/SingleWorkerScheduler.java index ac28c5472f..1054a93a35 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/SingleWorkerScheduler.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/SingleWorkerScheduler.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/WorkerTask.java b/reactor-core/src/main/java/reactor/core/scheduler/WorkerTask.java index 494daacc76..28becfa6b2 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/WorkerTask.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/WorkerTask.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 * - * https://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/reactor-core/src/main/java/reactor/core/scheduler/package-info.java b/reactor-core/src/main/java/reactor/core/scheduler/package-info.java index 25346902bd..d3568c6f77 100644 --- a/reactor-core/src/main/java/reactor/core/scheduler/package-info.java +++ b/reactor-core/src/main/java/reactor/core/scheduler/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/util/Logger.java b/reactor-core/src/main/java/reactor/util/Logger.java index e1051fa993..42b0c23aeb 100644 --- a/reactor-core/src/main/java/reactor/util/Logger.java +++ b/reactor-core/src/main/java/reactor/util/Logger.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 * - * https://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/reactor-core/src/main/java/reactor/util/Loggers.java b/reactor-core/src/main/java/reactor/util/Loggers.java index 5a15136ab0..9379e13fcb 100644 --- a/reactor-core/src/main/java/reactor/util/Loggers.java +++ b/reactor-core/src/main/java/reactor/util/Loggers.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 * - * https://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/reactor-core/src/main/java/reactor/util/Metrics.java b/reactor-core/src/main/java/reactor/util/Metrics.java index ad7af16e1d..6647351b95 100644 --- a/reactor-core/src/main/java/reactor/util/Metrics.java +++ b/reactor-core/src/main/java/reactor/util/Metrics.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 * - * https://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/reactor-core/src/main/java/reactor/util/annotation/NonNull.java b/reactor-core/src/main/java/reactor/util/annotation/NonNull.java index 4830b56198..e209400e93 100644 --- a/reactor-core/src/main/java/reactor/util/annotation/NonNull.java +++ b/reactor-core/src/main/java/reactor/util/annotation/NonNull.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 * - * https://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/reactor-core/src/main/java/reactor/util/annotation/NonNullApi.java b/reactor-core/src/main/java/reactor/util/annotation/NonNullApi.java index b366a8f0eb..27c203052c 100644 --- a/reactor-core/src/main/java/reactor/util/annotation/NonNullApi.java +++ b/reactor-core/src/main/java/reactor/util/annotation/NonNullApi.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 * - * https://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/reactor-core/src/main/java/reactor/util/annotation/Nullable.java b/reactor-core/src/main/java/reactor/util/annotation/Nullable.java index 2dc0479369..07aadffdcd 100644 --- a/reactor-core/src/main/java/reactor/util/annotation/Nullable.java +++ b/reactor-core/src/main/java/reactor/util/annotation/Nullable.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 * - * https://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/reactor-core/src/main/java/reactor/util/concurrent/MpscLinkedQueue.java b/reactor-core/src/main/java/reactor/util/concurrent/MpscLinkedQueue.java index 5de7a2cc7f..90cb44f3cd 100644 --- a/reactor-core/src/main/java/reactor/util/concurrent/MpscLinkedQueue.java +++ b/reactor-core/src/main/java/reactor/util/concurrent/MpscLinkedQueue.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 * - * https://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/reactor-core/src/main/java/reactor/util/concurrent/Queues.java b/reactor-core/src/main/java/reactor/util/concurrent/Queues.java index d14e870e75..e1cf990a36 100644 --- a/reactor-core/src/main/java/reactor/util/concurrent/Queues.java +++ b/reactor-core/src/main/java/reactor/util/concurrent/Queues.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 * - * https://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/reactor-core/src/main/java/reactor/util/concurrent/SpscArrayQueue.java b/reactor-core/src/main/java/reactor/util/concurrent/SpscArrayQueue.java index 91440a6673..93915adf76 100644 --- a/reactor-core/src/main/java/reactor/util/concurrent/SpscArrayQueue.java +++ b/reactor-core/src/main/java/reactor/util/concurrent/SpscArrayQueue.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 * - * https://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/reactor-core/src/main/java/reactor/util/concurrent/SpscLinkedArrayQueue.java b/reactor-core/src/main/java/reactor/util/concurrent/SpscLinkedArrayQueue.java index ee1f4d3f91..c95c06f6f8 100644 --- a/reactor-core/src/main/java/reactor/util/concurrent/SpscLinkedArrayQueue.java +++ b/reactor-core/src/main/java/reactor/util/concurrent/SpscLinkedArrayQueue.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 * - * https://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/reactor-core/src/main/java/reactor/util/concurrent/WaitStrategy.java b/reactor-core/src/main/java/reactor/util/concurrent/WaitStrategy.java index a596a546c9..047b06c23e 100644 --- a/reactor-core/src/main/java/reactor/util/concurrent/WaitStrategy.java +++ b/reactor-core/src/main/java/reactor/util/concurrent/WaitStrategy.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 * - * https://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/reactor-core/src/main/java/reactor/util/concurrent/package-info.java b/reactor-core/src/main/java/reactor/util/concurrent/package-info.java index f6a9a8adfd..86817ea0a3 100644 --- a/reactor-core/src/main/java/reactor/util/concurrent/package-info.java +++ b/reactor-core/src/main/java/reactor/util/concurrent/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context.java b/reactor-core/src/main/java/reactor/util/context/Context.java index ba3a8e3c30..8e6da7a745 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context.java +++ b/reactor-core/src/main/java/reactor/util/context/Context.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context0.java b/reactor-core/src/main/java/reactor/util/context/Context0.java index 33b61ec85b..1994a67c2e 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context0.java +++ b/reactor-core/src/main/java/reactor/util/context/Context0.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context1.java b/reactor-core/src/main/java/reactor/util/context/Context1.java index 1e6063a76a..e17ff2a2a2 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context1.java +++ b/reactor-core/src/main/java/reactor/util/context/Context1.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context2.java b/reactor-core/src/main/java/reactor/util/context/Context2.java index e0bb111b70..010bc9d4d5 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context2.java +++ b/reactor-core/src/main/java/reactor/util/context/Context2.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context3.java b/reactor-core/src/main/java/reactor/util/context/Context3.java index 9794c99482..586feffaeb 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context3.java +++ b/reactor-core/src/main/java/reactor/util/context/Context3.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context4.java b/reactor-core/src/main/java/reactor/util/context/Context4.java index 51853d5b3a..e8746b9d70 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context4.java +++ b/reactor-core/src/main/java/reactor/util/context/Context4.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/Context5.java b/reactor-core/src/main/java/reactor/util/context/Context5.java index dee7411fcf..d5d6fd0926 100644 --- a/reactor-core/src/main/java/reactor/util/context/Context5.java +++ b/reactor-core/src/main/java/reactor/util/context/Context5.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/ContextN.java b/reactor-core/src/main/java/reactor/util/context/ContextN.java index 88ad0f592c..eb7b44dc10 100644 --- a/reactor-core/src/main/java/reactor/util/context/ContextN.java +++ b/reactor-core/src/main/java/reactor/util/context/ContextN.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/CoreContext.java b/reactor-core/src/main/java/reactor/util/context/CoreContext.java index 46eff7e53d..cd6542877d 100644 --- a/reactor-core/src/main/java/reactor/util/context/CoreContext.java +++ b/reactor-core/src/main/java/reactor/util/context/CoreContext.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 * - * https://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/reactor-core/src/main/java/reactor/util/context/package-info.java b/reactor-core/src/main/java/reactor/util/context/package-info.java index b68b73e0c3..051d50e42d 100644 --- a/reactor-core/src/main/java/reactor/util/context/package-info.java +++ b/reactor-core/src/main/java/reactor/util/context/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple2.java b/reactor-core/src/main/java/reactor/util/function/Tuple2.java index 13166251c1..22ca434f63 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple2.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple2.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple3.java b/reactor-core/src/main/java/reactor/util/function/Tuple3.java index 1284d5d40f..2fa5d0dc15 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple3.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple3.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple4.java b/reactor-core/src/main/java/reactor/util/function/Tuple4.java index 6b93cf2a54..abc3413a98 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple4.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple4.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple5.java b/reactor-core/src/main/java/reactor/util/function/Tuple5.java index b8b28b7058..5aec3a4420 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple5.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple5.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple6.java b/reactor-core/src/main/java/reactor/util/function/Tuple6.java index de51f3ba0a..ab04aa8b40 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple6.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple6.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple7.java b/reactor-core/src/main/java/reactor/util/function/Tuple7.java index 4127e9ddde..92762b803c 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple7.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple7.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuple8.java b/reactor-core/src/main/java/reactor/util/function/Tuple8.java index 94c1f4ad64..5c2b511197 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuple8.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuple8.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/Tuples.java b/reactor-core/src/main/java/reactor/util/function/Tuples.java index a98e069040..cce2413aab 100644 --- a/reactor-core/src/main/java/reactor/util/function/Tuples.java +++ b/reactor-core/src/main/java/reactor/util/function/Tuples.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 * - * https://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/reactor-core/src/main/java/reactor/util/function/package-info.java b/reactor-core/src/main/java/reactor/util/function/package-info.java index 7b784e0ae3..3d2db9b6e9 100644 --- a/reactor-core/src/main/java/reactor/util/function/package-info.java +++ b/reactor-core/src/main/java/reactor/util/function/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/util/package-info.java b/reactor-core/src/main/java/reactor/util/package-info.java index 928c70598a..23c1a2972e 100644 --- a/reactor-core/src/main/java/reactor/util/package-info.java +++ b/reactor-core/src/main/java/reactor/util/package-info.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 * - * https://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/reactor-core/src/main/java/reactor/util/retry/ImmutableRetrySignal.java b/reactor-core/src/main/java/reactor/util/retry/ImmutableRetrySignal.java index eec5f08e6e..440ceeb7e0 100644 --- a/reactor-core/src/main/java/reactor/util/retry/ImmutableRetrySignal.java +++ b/reactor-core/src/main/java/reactor/util/retry/ImmutableRetrySignal.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 * - * https://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/reactor-core/src/main/java/reactor/util/retry/Retry.java b/reactor-core/src/main/java/reactor/util/retry/Retry.java index 3c0f0a10eb..1f2df6f256 100644 --- a/reactor-core/src/main/java/reactor/util/retry/Retry.java +++ b/reactor-core/src/main/java/reactor/util/retry/Retry.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 * - * https://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/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java b/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java index 64c77a65f2..915fa069c8 100644 --- a/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java +++ b/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.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 * - * https://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/reactor-core/src/main/java/reactor/util/retry/RetrySpec.java b/reactor-core/src/main/java/reactor/util/retry/RetrySpec.java index 6c2f884ba7..e704779cc8 100644 --- a/reactor-core/src/main/java/reactor/util/retry/RetrySpec.java +++ b/reactor-core/src/main/java/reactor/util/retry/RetrySpec.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 * - * https://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/reactor-core/src/main/kotlin/reactor/core/publisher/FluxExtensions.kt b/reactor-core/src/main/kotlin/reactor/core/publisher/FluxExtensions.kt index 6c45ad983a..66629f99ad 100644 --- a/reactor-core/src/main/kotlin/reactor/core/publisher/FluxExtensions.kt +++ b/reactor-core/src/main/kotlin/reactor/core/publisher/FluxExtensions.kt @@ -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 * - * https://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/reactor-core/src/main/kotlin/reactor/core/publisher/MonoExtensions.kt b/reactor-core/src/main/kotlin/reactor/core/publisher/MonoExtensions.kt index 6ef46dec79..071aea8eb2 100644 --- a/reactor-core/src/main/kotlin/reactor/core/publisher/MonoExtensions.kt +++ b/reactor-core/src/main/kotlin/reactor/core/publisher/MonoExtensions.kt @@ -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 * - * https://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/reactor-core/src/main/kotlin/reactor/core/publisher/MonoFunctions.kt b/reactor-core/src/main/kotlin/reactor/core/publisher/MonoFunctions.kt index 22eeac0455..694777a046 100644 --- a/reactor-core/src/main/kotlin/reactor/core/publisher/MonoFunctions.kt +++ b/reactor-core/src/main/kotlin/reactor/core/publisher/MonoFunctions.kt @@ -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 * - * https://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/reactor-core/src/main/kotlin/reactor/util/function/TupleExtensions.kt b/reactor-core/src/main/kotlin/reactor/util/function/TupleExtensions.kt index e09da40f7d..f56fa58725 100644 --- a/reactor-core/src/main/kotlin/reactor/util/function/TupleExtensions.kt +++ b/reactor-core/src/main/kotlin/reactor/util/function/TupleExtensions.kt @@ -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 * - * https://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/reactor-core/src/main/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration b/reactor-core/src/main/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration index 309d20a093..9808f6d2d8 100644 --- a/reactor-core/src/main/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration +++ b/reactor-core/src/main/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# https://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/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractFluxVerification.java b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractFluxVerification.java index fad1bfdc94..6d931f32dc 100644 --- a/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractFluxVerification.java +++ b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractFluxVerification.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 * - * https://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/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractProcessorVerification.java b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractProcessorVerification.java index 142ae50659..e06dc1e65c 100644 --- a/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractProcessorVerification.java +++ b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/AbstractProcessorVerification.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 * - * https://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/reactor-core/src/tckTest/java/reactor/core/publisher/tck/EmitterProcessorVerification.java b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/EmitterProcessorVerification.java index d0db00920b..5920d20a21 100644 --- a/reactor-core/src/tckTest/java/reactor/core/publisher/tck/EmitterProcessorVerification.java +++ b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/EmitterProcessorVerification.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 * - * https://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/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxBlackboxProcessorVerification.java b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxBlackboxProcessorVerification.java index a7fb25091b..9639c7f67f 100644 --- a/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxBlackboxProcessorVerification.java +++ b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxBlackboxProcessorVerification.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 * - * https://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/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxGenerateVerification.java b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxGenerateVerification.java index 283a1fa332..8284df3ca2 100644 --- a/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxGenerateVerification.java +++ b/reactor-core/src/tckTest/java/reactor/core/publisher/tck/FluxGenerateVerification.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 * - * https://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/reactor-core/src/test/java/reactor/HooksTraceTest.java b/reactor-core/src/test/java/reactor/HooksTraceTest.java index f573b9de82..cd730f225c 100644 --- a/reactor-core/src/test/java/reactor/HooksTraceTest.java +++ b/reactor-core/src/test/java/reactor/HooksTraceTest.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 * - * https://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/reactor-core/src/test/java/reactor/ReactorTestExecutionListener.java b/reactor-core/src/test/java/reactor/ReactorTestExecutionListener.java index 25feefee02..47a71874c1 100644 --- a/reactor-core/src/test/java/reactor/ReactorTestExecutionListener.java +++ b/reactor-core/src/test/java/reactor/ReactorTestExecutionListener.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 * - * https://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/reactor-core/src/test/java/reactor/core/CoreTest.java b/reactor-core/src/test/java/reactor/core/CoreTest.java index 79e112ebf2..13156f9f2e 100644 --- a/reactor-core/src/test/java/reactor/core/CoreTest.java +++ b/reactor-core/src/test/java/reactor/core/CoreTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/CurrentContextArchTest.java b/reactor-core/src/test/java/reactor/core/CurrentContextArchTest.java index 94cf641756..4294bfda98 100644 --- a/reactor-core/src/test/java/reactor/core/CurrentContextArchTest.java +++ b/reactor-core/src/test/java/reactor/core/CurrentContextArchTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/DisposableTest.java b/reactor-core/src/test/java/reactor/core/DisposableTest.java index 1a4c716f7f..2e89d37ac2 100644 --- a/reactor-core/src/test/java/reactor/core/DisposableTest.java +++ b/reactor-core/src/test/java/reactor/core/DisposableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/DisposablesTest.java b/reactor-core/src/test/java/reactor/core/DisposablesTest.java index 9962e659d1..e56ed820df 100644 --- a/reactor-core/src/test/java/reactor/core/DisposablesTest.java +++ b/reactor-core/src/test/java/reactor/core/DisposablesTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/ExceptionsTest.java b/reactor-core/src/test/java/reactor/core/ExceptionsTest.java index cd240c3ac2..5975e939c8 100644 --- a/reactor-core/src/test/java/reactor/core/ExceptionsTest.java +++ b/reactor-core/src/test/java/reactor/core/ExceptionsTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/ListCompositeDisposableTest.java b/reactor-core/src/test/java/reactor/core/ListCompositeDisposableTest.java index 726ae0535c..a7c56f9df2 100644 --- a/reactor-core/src/test/java/reactor/core/ListCompositeDisposableTest.java +++ b/reactor-core/src/test/java/reactor/core/ListCompositeDisposableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/QueueSubscriptionTest.java b/reactor-core/src/test/java/reactor/core/QueueSubscriptionTest.java index fc7be94c33..0939da370f 100644 --- a/reactor-core/src/test/java/reactor/core/QueueSubscriptionTest.java +++ b/reactor-core/src/test/java/reactor/core/QueueSubscriptionTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/ScannableTest.java b/reactor-core/src/test/java/reactor/core/ScannableTest.java index f550b3419d..ec9d0c485c 100644 --- a/reactor-core/src/test/java/reactor/core/ScannableTest.java +++ b/reactor-core/src/test/java/reactor/core/ScannableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/SwapDisposableTest.java b/reactor-core/src/test/java/reactor/core/SwapDisposableTest.java index 17da15ada3..74492d0a1d 100644 --- a/reactor-core/src/test/java/reactor/core/SwapDisposableTest.java +++ b/reactor-core/src/test/java/reactor/core/SwapDisposableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/BaseSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/BaseSubscriberTest.java index c44cc3a937..3e28b3110b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/BaseSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/BaseSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/BlockingIterableTest.java b/reactor-core/src/test/java/reactor/core/publisher/BlockingIterableTest.java index f02daf1f2b..4096804ab4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/BlockingIterableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/BlockingIterableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/BlockingOptionalMonoSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/BlockingOptionalMonoSubscriberTest.java index 8b2f297387..c8f402b915 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/BlockingOptionalMonoSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/BlockingOptionalMonoSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/BlockingSingleSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/BlockingSingleSubscriberTest.java index c287db9c0d..83ca087876 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/BlockingSingleSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/BlockingSingleSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/BlockingTests.java b/reactor-core/src/test/java/reactor/core/publisher/BlockingTests.java index a39fd85692..974f5944ef 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/BlockingTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/BlockingTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxHideTest.java b/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxHideTest.java index c1b8a7f8dd..75bbc9e05e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxHideTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxHideTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxOnAssemblyTest.java b/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxOnAssemblyTest.java index e2e41acbdc..b66a589f67 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxOnAssemblyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ConnectableFluxOnAssemblyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ContextLossDetectionTest.java b/reactor-core/src/test/java/reactor/core/publisher/ContextLossDetectionTest.java index 835d38239a..bce63a76a5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ContextLossDetectionTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ContextLossDetectionTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ContextTests.java b/reactor-core/src/test/java/reactor/core/publisher/ContextTests.java index 16eb60b9dc..a43909ba9e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ContextTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ContextTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/DelegateProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/DelegateProcessorTest.java index 6909127c35..79e69ebcd4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/DelegateProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/DelegateProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/DirectProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/DirectProcessorTest.java index a4ef67a126..40bcbd75d0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/DirectProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/DirectProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/EmitterProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/EmitterProcessorTest.java index 52bb35d2d1..f69bbec0af 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/EmitterProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/EmitterProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxArrayTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxArrayTest.java index 108a8b679a..93544834b7 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxArrayTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxArrayTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectFuseableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectFuseableTest.java index b3da33377b..9ca7eb05eb 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectFuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectFuseableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectTest.java index 9521c34265..91670a4aca 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxAutoConnectTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxBufferBoundaryTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferBoundaryTest.java index b4dbccddb1..3910a02b4b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxBufferBoundaryTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferBoundaryTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxBufferPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferPredicateTest.java index 5c33c15d26..7a31093d56 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxBufferPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTest.java index 4ef0976ecd..9668564e2f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTimeoutTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTimeoutTest.java index 2f23e201ab..fc76eece5d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTimeoutTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferTimeoutTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxBufferWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferWhenTest.java index d25d41cc22..2ed6e833cb 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxBufferWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxBufferWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCacheTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCacheTest.java index 8a5ccda03d..13b3cc8f11 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCacheTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCacheTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCallableOnAssemblyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCallableOnAssemblyTest.java index b7382fdc8c..81758e1081 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCallableOnAssemblyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCallableOnAssemblyTest.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCallableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCallableTest.java index 62b0b916c9..ed0e8c0cc4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCallableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCallableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCancelOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCancelOnTest.java index 17c14c3f87..633cd1c04e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCancelOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCancelOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCastTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCastTest.java index fdb0bb796d..0ffe7f8505 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCastTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCombineLatestTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCombineLatestTest.java index 3def048096..95cdfbb99f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCombineLatestTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCombineLatestTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxConcatArrayTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatArrayTest.java index d16c1cd319..1428a30609 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxConcatArrayTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatArrayTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxConcatIterableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatIterableTest.java index 7d9e1ff287..06e6b7e7f4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxConcatIterableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatIterableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapTest.java index ceffc84e69..fde06f46fe 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxConcatWithTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatWithTest.java index 95db903734..0ed8257df3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxConcatWithTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatWithTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxCreateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxCreateTest.java index 893b2ecb2c..407e88a999 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxCreateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxCreateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDefaultIfEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDefaultIfEmptyTest.java index d23a481836..78b8d96d77 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDefaultIfEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDefaultIfEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDeferComposeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDeferComposeTest.java index 567c750156..4d5c8fae0f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDeferComposeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDeferComposeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDeferTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDeferTest.java index 8c286f66ab..75eeb7d206 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDeferTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDeferTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySequenceTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySequenceTest.java index 40f46a174e..ef2e87133a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySequenceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySequenceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySubscriptionTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySubscriptionTest.java index 074526d6c1..8ad7b177aa 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySubscriptionTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDelaySubscriptionTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDelayUntilTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDelayUntilTest.java index e83038cab3..3330f4bb2a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDelayUntilTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDelayUntilTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDematerializeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDematerializeTest.java index bdd6955dd0..8d4191756d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDematerializeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDematerializeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDetachTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDetachTest.java index 43682db5f2..e390ad7478 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDetachTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDetachTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctTest.java index 9b43db0e14..9f3289299d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctUntilChangedTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctUntilChangedTest.java index 60181a9fd2..953891f02e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctUntilChangedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDistinctUntilChangedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDoFinallyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDoFinallyTest.java index b3672f3e73..e80eb9e040 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDoFinallyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDoFinallyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDoFirstTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDoFirstTest.java index 9bcfbaf0a3..6a4170763a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDoFirstTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDoFirstTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxDoOnEachTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDoOnEachTest.java index 18b3e89781..9d9cfdaa73 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDoOnEachTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDoOnEachTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxElapsedTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxElapsedTest.java index 7ba409951c..ce956d639f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxElapsedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxElapsedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxEmptyTest.java index ba96faa112..6195cfa90e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxErrorSuppliedTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxErrorSuppliedTest.java index a122530136..c3167f013a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxErrorSuppliedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxErrorSuppliedTest.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxErrorTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxErrorTest.java index 9734b09b30..d94df51019 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxErrorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxErrorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxExpandTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxExpandTest.java index e421da25bb..acd8348c29 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxExpandTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxExpandTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFilterFuseableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFilterFuseableTest.java index 873abf93b4..af4a56a724 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFilterFuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFilterFuseableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFilterTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFilterTest.java index 62c38cc966..9151ce6d01 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFilterTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFilterTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFilterWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFilterWhenTest.java index 8bfcf9c812..41f17842ec 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFilterWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFilterWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingTest.java index a6932d1dde..6305d66c2f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingWithTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingWithTest.java index 53f17d0e10..ca32914ee2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingWithTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFirstEmittingWithTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFlatMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFlatMapTest.java index fab759f72a..6017f182cc 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFlatMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFlatMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxFlattenIterableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFlattenIterableTest.java index 111d5c7ebd..2e3cb315c2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFlattenIterableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFlattenIterableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.java index 4ec7ede2f8..55fe52d89c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxGroupByTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxGroupByTest.java index 1e59955f9e..0fdb7155bf 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxGroupByTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxGroupByTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxGroupJoinTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxGroupJoinTest.java index 87c3fd853a..3669d0d298 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxGroupJoinTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxGroupJoinTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxHandleTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxHandleTest.java index ccbbcbfd9b..3f72a9ad03 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxHandleTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxHandleTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxHideTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxHideTest.java index 90baebb3d6..4bfb844eae 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxHideTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxHideTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxIndexTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxIndexTest.java index 001c0d7235..dbde58b8d6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxIndexTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxIndexTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxIndexedFuseableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxIndexedFuseableTest.java index 7e70bdfa57..5ae6e4d1b8 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxIndexedFuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxIndexedFuseableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxIntervalTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxIntervalTest.java index fc10ffc567..e131cc14dd 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxIntervalTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxIntervalTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxIterableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxIterableTest.java index 5762deeae4..4ea1396e53 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxIterableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxIterableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxJoinTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxJoinTest.java index a38492f3e4..09ff8d4be0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxJoinTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxJoinTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxJustTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxJustTest.java index df8d798ae9..b792ec1c46 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxJustTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxJustTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxLimitRequestTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxLimitRequestTest.java index 43d55c12b0..8d9f42468a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxLimitRequestTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxLimitRequestTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMapSignalTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMapSignalTest.java index 6570d4760e..350075c0c4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMapSignalTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMapSignalTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMapTest.java index 85f4b6bcc7..7dce05728e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMaterializeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMaterializeTest.java index c6eff8cfd7..94f7f1147a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMaterializeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMaterializeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMergeOrderedTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeOrderedTest.java index 44ae3295ac..dbfcb29c52 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMergeOrderedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeOrderedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMergeSequentialTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeSequentialTest.java index 9655aa699a..59148925c1 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMergeSequentialTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeSequentialTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMergeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeTest.java index 2777c03d77..f7470a1f05 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMergeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxMergeWithTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeWithTest.java index 8c376da51d..be4286fc1c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMergeWithTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMergeWithTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxNameFuseableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxNameFuseableTest.java index 504ba29f70..ccbe7b5f79 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxNameFuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxNameFuseableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxNameTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxNameTest.java index d4896d0ef4..a3e660ddf2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxNameTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxNameTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxNeverTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxNeverTest.java index cd3cf817c8..7b6efa5b1a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxNeverTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxNeverTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnAssemblyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnAssemblyTest.java index 7073255e22..53544a54f0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnAssemblyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnAssemblyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferStrategyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferStrategyTest.java index ed73bc0b25..3e9c6b1d42 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferStrategyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferStrategyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTest.java index 5faab8f203..c3f37adf03 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTimeoutTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTimeoutTest.java index ab3044c553..deef73e0ba 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTimeoutTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureBufferTimeoutTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureDropTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureDropTest.java index 84c9d8e31b..e886d9512a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureDropTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureDropTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureLatestTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureLatestTest.java index c8a2b426be..475c074ecc 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureLatestTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnBackpressureLatestTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxOnErrorResumeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxOnErrorResumeTest.java index f0ade97a78..49bfb69a09 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxOnErrorResumeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxOnErrorResumeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxPeekFuseableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxPeekFuseableTest.java index b585afa147..1f505fccf6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxPeekFuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxPeekFuseableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxPeekTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxPeekTest.java index b9685e76d8..a06219708e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxPeekTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxPeekTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxProcessorTest.java index 7916d5ce3b..1f17400ef1 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxPublishMulticastTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxPublishMulticastTest.java index 149102d677..50692d9857 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxPublishMulticastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxPublishMulticastTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxPublishOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxPublishOnTest.java index 728ec53a17..27ef42001d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxPublishOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxPublishOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxPublishTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxPublishTest.java index a278b91cef..3908437df2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxPublishTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxPublishTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRangeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRangeTest.java index de63aa6702..5d9100728e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRangeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRangeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountGraceTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountGraceTest.java index 1040eee493..8b8dfd062a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountGraceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountGraceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountTest.java index 6728ac4bd4..dea90b0599 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRefCountTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatPredicateTest.java index fb58e41a33..2a047efc94 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatTest.java index ff34a5746e..bd38dae7e0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatWhenTest.java index de6e094300..5b97e42359 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRepeatWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxReplayTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxReplayTest.java index c3dd7c086d..8605b774ec 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxReplayTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxReplayTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRetryPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRetryPredicateTest.java index 50c1068599..c33e4709a3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRetryPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRetryPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRetryTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRetryTest.java index b9ce21304c..8062c093e0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRetryTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRetryTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxRetryWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxRetryWhenTest.java index 2017b2b786..af70763fcc 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxRetryWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxRetryWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSampleFirstTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSampleFirstTest.java index f1d2634827..c2f8806abe 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSampleFirstTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSampleFirstTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTest.java index 924e410aa4..00d59d9cf7 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTimeoutTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTimeoutTest.java index dc16e3b60d..55c1c60f34 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTimeoutTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSampleTimeoutTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxScanSeedTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxScanSeedTest.java index f1f9ead998..8e1d76f68a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxScanSeedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxScanSeedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxScanTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxScanTest.java index 58ffe19cc6..a35d2b0fd6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxScanTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxScanTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSkipLastTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipLastTest.java index aeff395f63..d53e263b8a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSkipLastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipLastTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSkipTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipTest.java index 77d47e8121..8fc3072ff2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSkipTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilOtherTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilOtherTest.java index 3454a0f56f..47227c2eaa 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilOtherTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilOtherTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilTest.java index 75718de6f2..b84bf4ee59 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipUntilTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSkipWhileTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipWhileTest.java index 4dea509ce1..c1869d9e48 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSkipWhileTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSkipWhileTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSourceTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSourceTest.java index 89235a2f29..0ad36dcbfd 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSourceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSourceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxStartWithTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxStartWithTest.java index 9b0fb0aa2b..08c6c903d8 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxStartWithTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxStartWithTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxStreamTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxStreamTest.java index aef136ae54..8c4d24288a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxStreamTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxStreamTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnCallableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnCallableTest.java index de2a89515d..552d95f018 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnCallableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnCallableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnTest.java index 4d395f987a..e078ac3141 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnValueTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnValueTest.java index 488915e39a..a29a0f1b4e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnValueTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSubscribeOnValueTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchIfEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchIfEmptyTest.java index 2865330742..49b4ed47ab 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchIfEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchIfEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchMapTest.java index 13b18c044b..5370c8ce4b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnFirstTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnFirstTest.java index 2c871e5095..b946882de8 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnFirstTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnFirstTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnNextTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnNextTest.java index 3758d3eab4..f8724d9153 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnNextTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSwitchOnNextTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastOneTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastOneTest.java index f247ba7b8a..00d863d48e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastOneTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastOneTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastTest.java index 146cef2fcc..259970bec5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeLastTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTakeTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeTest.java index d8677d62a2..b5100951c0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTakeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilOtherTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilOtherTest.java index 5263a56445..517cc1d1f4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilOtherTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilOtherTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilPredicateTest.java index 1a79b20c20..d2a43dde00 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeUntilPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTakeWhileTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeWhileTest.java index a7141126ba..bbe5587e6b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTakeWhileTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTakeWhileTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxThenManyTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxThenManyTest.java index 25206cbb10..b2b74df37f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxThenManyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxThenManyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTimeoutTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTimeoutTest.java index 7034108d66..0e239159ff 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTimeoutTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTimeoutTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxTimestampTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTimestampTest.java index 05076689e1..476baf8d7a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTimestampTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTimestampTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxUsingTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxUsingTest.java index 5296a6ecd6..d34309146b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxUsingTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxUsingTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxUsingWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxUsingWhenTest.java index 65c23d4e38..275eed584d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxUsingWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxUsingWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxWindowBoundaryTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowBoundaryTest.java index 300999014a..a83c076900 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxWindowBoundaryTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowBoundaryTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxWindowPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowPredicateTest.java index 448769a0b5..24937a8d7f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxWindowPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTest.java index b312563100..f03db3d0b3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTimeoutTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTimeoutTest.java index 890989ffcf..f63b7be8f4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTimeoutTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowTimeoutTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxWindowWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowWhenTest.java index 02d72036d8..3c798ba820 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxWindowWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxWindowWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxWithLatestFromTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxWithLatestFromTest.java index a39950f95e..44052854fa 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxWithLatestFromTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxWithLatestFromTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxZipIterableTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxZipIterableTest.java index 17f4cf5726..cf5df05b88 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxZipIterableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxZipIterableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/FluxZipTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxZipTest.java index c13e6b6c59..3024b51b3c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxZipTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxZipTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/HooksTest.java b/reactor-core/src/test/java/reactor/core/publisher/HooksTest.java index 20e039a0a1..a95c0b9463 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/HooksTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/HooksTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/InnerProducerTest.java b/reactor-core/src/test/java/reactor/core/publisher/InnerProducerTest.java index c40702799a..9cab70d5ef 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/InnerProducerTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/InnerProducerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/LambdaMonoSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/LambdaMonoSubscriberTest.java index 065715ba31..23488303d1 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/LambdaMonoSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/LambdaMonoSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/LambdaSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/LambdaSubscriberTest.java index 84dee39880..8576fc24f3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/LambdaSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/LambdaSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/LiftFunctionTest.java b/reactor-core/src/test/java/reactor/core/publisher/LiftFunctionTest.java index cecc9da5a4..472f748934 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/LiftFunctionTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/LiftFunctionTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoAllTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoAllTest.java index a165683a25..471ffaa42f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoAllTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoAllTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoAnyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoAnyTest.java index ad9005342f..17bbd297bb 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoAnyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoAnyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCacheTimeTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCacheTimeTest.java index 674d069f9d..ef79527d86 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCacheTimeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCacheTimeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCallableOnAssemblyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCallableOnAssemblyTest.java index 6fb9a8bee4..44dbf8fd0e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCallableOnAssemblyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCallableOnAssemblyTest.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCallableTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCallableTest.java index de0d29f2f0..d35736d940 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCallableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCallableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCancelOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCancelOnTest.java index 6308c7cb1a..eb3937a2b3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCancelOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCancelOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCastTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCastTest.java index 86647d5843..061a853797 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCastTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCollectListTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCollectListTest.java index f34a193f4d..f91f7dae3d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCollectListTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCollectListTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCollectMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCollectMapTest.java index 07fd17d722..bab7e5cd16 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCollectMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCollectMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCollectTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCollectTest.java index 8219778165..7cba35bfed 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCollectTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCollectTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCompletionStageTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCompletionStageTest.java index 8e6abf637f..80b8629c3a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCompletionStageTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCompletionStageTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCountTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCountTest.java index 646cd95787..b09bef1a84 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCountTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCountTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoCreateTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCreateTest.java index cac3bb3a18..49f2b1468c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCreateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCreateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDefaultIfEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDefaultIfEmptyTest.java index dea82a42cc..9d050bf2b0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDefaultIfEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDefaultIfEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDeferComposeTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDeferComposeTest.java index e8476a8dc0..914fbf3185 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDeferComposeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDeferComposeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDeferTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDeferTest.java index 38b0541111..9cbd1e0218 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDeferTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDeferTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDelayElementTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDelayElementTest.java index 524b49961f..f77db7d7e3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDelayElementTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDelayElementTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDelaySubscriptionTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDelaySubscriptionTest.java index 5eeecae346..7c8e86673f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDelaySubscriptionTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDelaySubscriptionTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDelayTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDelayTest.java index 5f2fe5b548..277c44a693 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDelayTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDelayTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDelayUntilTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDelayUntilTest.java index e29f120cd9..e5c96259e1 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDelayUntilTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDelayUntilTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDematerializeTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDematerializeTest.java index 77998b642c..c8f7ba6f97 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDematerializeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDematerializeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDetachTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDetachTest.java index d540a39188..8b6e51c43b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDetachTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDetachTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDoFinallyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDoFinallyTest.java index d596fc1171..6fe9cd3c5f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDoFinallyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDoFinallyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDoFirstTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDoFirstTest.java index e7566c2833..160b89a39d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDoFirstTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDoFirstTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoDoOnEachTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoDoOnEachTest.java index 584c112443..448f34cc35 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoDoOnEachTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoDoOnEachTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoElapsedTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoElapsedTest.java index 158647c169..11549f0cb7 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoElapsedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoElapsedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoElementAtTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoElementAtTest.java index f894af5546..407487b295 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoElementAtTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoElementAtTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoEmptyTest.java index d8303f77e5..f225a96661 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoErrorSuppliedTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoErrorSuppliedTest.java index 978020fb1f..13663e01d3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoErrorSuppliedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoErrorSuppliedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoErrorTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoErrorTest.java index 4f78e38754..cd0435ffce 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoErrorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoErrorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoExpandTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoExpandTest.java index af0c00159d..6f4dd58471 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoExpandTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoExpandTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoFilterTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFilterTest.java index b7a1a31c9b..ca48a2fca3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFilterTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFilterTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoFilterWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFilterWhenTest.java index 2345775c24..ecc3fe343a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFilterWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFilterWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoFirstTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFirstTest.java index 2b13810e43..e7d8fcd073 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFirstTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFirstTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapManyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapManyTest.java index e4fe2954a7..7f372ce1ad 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapManyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapManyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapTest.java index c557772124..7fb088cac5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFlatMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoHandleTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoHandleTest.java index c6be1f74c7..d2497163c5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoHandleTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoHandleTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoHasElementsTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoHasElementsTest.java index 8bf4d99571..5b3a4ec965 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoHasElementsTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoHasElementsTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoHideTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoHideTest.java index a2b5fe80f6..d4a3d7d852 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoHideTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoHideTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreEmptyTest.java index cf694d8f0b..9536677495 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreThenTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreThenTest.java index ef157cb019..20c5e24878 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreThenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreThenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoInnerProducerBaseTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoInnerProducerBaseTest.java index 031ec25af1..94f64c8d12 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoInnerProducerBaseTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoInnerProducerBaseTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoJustTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoJustTest.java index a72588a5da..012cf4519a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoJustTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoJustTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoMapTest.java index 0dc0e1828c..f70076657a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoMaterializeTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoMaterializeTest.java index d32541472a..b4cfa1bb05 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoMaterializeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoMaterializeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoNameFuseableTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoNameFuseableTest.java index 3254d41f2a..a4dc17652c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoNameFuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoNameFuseableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoNameTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoNameTest.java index eacde6b5d9..6b2c503b16 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoNameTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoNameTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoNeverTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoNeverTest.java index 5ac1caae09..164a002e7d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoNeverTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoNeverTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoNextTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoNextTest.java index d846f416f0..d39bc9266e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoNextTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoNextTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoOnAssemblyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoOnAssemblyTest.java index c7af1e1ca8..2d61a173dc 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoOnAssemblyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoOnAssemblyTest.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoOnErrorResumeTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoOnErrorResumeTest.java index 40774c6906..b6e949b0bc 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoOnErrorResumeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoOnErrorResumeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoPeekAfterTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoPeekAfterTest.java index f9acdd91ee..2db4cd3d97 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoPeekAfterTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoPeekAfterTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTerminalTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTerminalTest.java index 4e328c9764..d94382c3a6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTerminalTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTerminalTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTest.java index 8876d23944..9bc19c1c8c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoPeekTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoProcessorTest.java index d4efef32f5..0840d3fbc2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoPublishMulticastTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoPublishMulticastTest.java index 79db21795e..f46eae288d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoPublishMulticastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoPublishMulticastTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoPublishOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoPublishOnTest.java index 390e11c155..cc43dfc1a5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoPublishOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoPublishOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoReduceSeedTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoReduceSeedTest.java index 15d4558089..6a0c5ab528 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoReduceSeedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoReduceSeedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoReduceTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoReduceTest.java index 50a5658b31..7c2232d124 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoReduceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoReduceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatPredicateTest.java index a742987ed6..a91e4ceeca 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatTest.java index e4f1cf4b1b..c14994d007 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatWhenEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatWhenEmptyTest.java index 63ad6d538e..6f79a0aaea 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatWhenEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRepeatWhenEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRetryPredicateTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRetryPredicateTest.java index 50e7a70cec..5987b48062 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRetryPredicateTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRetryPredicateTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRetryTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRetryTest.java index 71e2bdc71d..550d32e4fc 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRetryTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRetryTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRetryWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRetryWhenTest.java index 0890b4993d..2515b7bee2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRetryWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRetryWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoRunnableTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoRunnableTest.java index 8487c4a165..010ed9e838 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoRunnableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoRunnableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSequenceEqualTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSequenceEqualTest.java index f26a0e87db..9d22983eeb 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSequenceEqualTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSequenceEqualTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSingleCallableTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSingleCallableTest.java index 504c8a8f8d..5beb4bc121 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSingleCallableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSingleCallableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSingleTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSingleTest.java index f2d3368309..803656680d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSingleTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSingleTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSourceTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSourceTest.java index c4b843c7f0..6c19102146 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSourceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSourceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoStreamCollectorTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoStreamCollectorTest.java index 567167d5b1..1b32550b33 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoStreamCollectorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoStreamCollectorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnCallableTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnCallableTest.java index 8057b2fdda..965fa952f0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnCallableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnCallableTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnTest.java index 4f51798124..88011ea258 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnValueTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnValueTest.java index 50330c2487..631c27a0c6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnValueTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscribeOnValueTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscriberTest.java index dc167cd8fa..4ab160d6e5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSupplierTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSupplierTest.java index 92b314c6e3..2eab17fb05 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSupplierTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSupplierTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoSwitchIfEmptyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSwitchIfEmptyTest.java index 3239cd88e8..c0d81f6e46 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSwitchIfEmptyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSwitchIfEmptyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoTakeLastOneTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoTakeLastOneTest.java index aa391407ac..039f7c26a5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoTakeLastOneTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoTakeLastOneTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoTakeUntilOtherTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoTakeUntilOtherTest.java index cc0545d72e..e8f610acb9 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoTakeUntilOtherTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoTakeUntilOtherTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoThenManyTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoThenManyTest.java index 5b8d055a88..5f2da7a084 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoThenManyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoThenManyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoTimeoutTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoTimeoutTest.java index bcc96e94b7..cb11bb8d4c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoTimeoutTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoTimeoutTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoTimestampTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoTimestampTest.java index 8799171a40..d42ed3e3b0 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoTimestampTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoTimestampTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoToCompletableFutureTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoToCompletableFutureTest.java index cb954ea8e7..c3ad288fb5 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoToCompletableFutureTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoToCompletableFutureTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoUsingTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoUsingTest.java index 810f7a08d4..610d7dc0a7 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoUsingTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoUsingTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoUsingWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoUsingWhenTest.java index 4b1d029188..6375a577c6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoUsingWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoUsingWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoWhenTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoWhenTest.java index 9b537ce092..f7be7e9d19 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoWhenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoWhenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/MonoZipTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoZipTest.java index 630b1464e7..3230ccea98 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoZipTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoZipTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/OnDiscardShouldNotLeakTest.java b/reactor-core/src/test/java/reactor/core/publisher/OnDiscardShouldNotLeakTest.java index fe54fc4981..e10bc2e56f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/OnDiscardShouldNotLeakTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/OnDiscardShouldNotLeakTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/OnNextFailureStrategyTest.java b/reactor-core/src/test/java/reactor/core/publisher/OnNextFailureStrategyTest.java index 8167c6c3ef..74343b683a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/OnNextFailureStrategyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/OnNextFailureStrategyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/OperatorDisposablesTest.java b/reactor-core/src/test/java/reactor/core/publisher/OperatorDisposablesTest.java index 2d418f376f..8fd5617738 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/OperatorDisposablesTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/OperatorDisposablesTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/OperatorsTest.java b/reactor-core/src/test/java/reactor/core/publisher/OperatorsTest.java index db8cee3415..c6c4b38a86 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/OperatorsTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/OperatorsTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelArraySourceTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelArraySourceTest.java index 02bfd5534f..7c57ea1104 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelArraySourceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelArraySourceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelCollectTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelCollectTest.java index e974352d1d..25c6f085cd 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelCollectTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelCollectTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelConcatMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelConcatMapTest.java index db4c0e404f..6b495f60ea 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelConcatMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelConcatMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelFilterTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelFilterTest.java index b781ff660d..5f43ad1d98 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelFilterTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelFilterTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelFlatMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelFlatMapTest.java index 29d8c1c8e6..245f4c4ffa 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelFlatMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelFlatMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxHideTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxHideTest.java index 9f29d77e3d..35cb3e7e7e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxHideTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxHideTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxNameTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxNameTest.java index 69766364b9..556e231e0b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxNameTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxNameTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxOnAssemblyTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxOnAssemblyTest.java index 881799f740..e39449ca64 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxOnAssemblyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxOnAssemblyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxTest.java index a02d2b627f..b281995261 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelFluxTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelGroupTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelGroupTest.java index 8071e33695..09b4a3eb26 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelGroupTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelGroupTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelLiftTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelLiftTest.java index 72aa57d6de..1f86c5f47c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelLiftTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelLiftTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelLogTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelLogTest.java index b0d000868b..00dec6a85f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelLogTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelLogTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelMapTest.java index 13fd524b14..be2c359185 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelMapTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeOrderedTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeOrderedTest.java index 11da3f9afe..485ab02698 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeOrderedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeOrderedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeReduceTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeReduceTest.java index fb36502a5d..beef3b9f39 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeReduceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeReduceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSequentialTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSequentialTest.java index d6821709e3..31b218a115 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSequentialTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSequentialTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSortTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSortTest.java index 5e948b2fd1..01deb9a357 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSortTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelMergeSortTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelPeekTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelPeekTest.java index 3fd670aedd..02ddb6289c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelPeekTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelPeekTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelReduceSeedTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelReduceSeedTest.java index 13c226989e..e627e71d8b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelReduceSeedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelReduceSeedTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelRunOnTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelRunOnTest.java index ea1ad06947..099249f9d2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelRunOnTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelRunOnTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelSourceTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelSourceTest.java index 237e924a6e..327bd063e4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelSourceTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelSourceTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ParallelThenTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelThenTest.java index 2f4414fd2e..acb86bd43d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelThenTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelThenTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/QueueDrainSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/QueueDrainSubscriberTest.java index e2d6aca290..18f8f9153a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/QueueDrainSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/QueueDrainSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/ReplayProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/ReplayProcessorTest.java index 33b334a56c..ff454ca108 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ReplayProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ReplayProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/SerializedSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/SerializedSubscriberTest.java index 977dc33cb4..90fbc7f41b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SerializedSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SerializedSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/SignalLoggerTests.java b/reactor-core/src/test/java/reactor/core/publisher/SignalLoggerTests.java index dcae79d703..5cc09c1419 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SignalLoggerTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SignalLoggerTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/SignalTest.java b/reactor-core/src/test/java/reactor/core/publisher/SignalTest.java index b09a43c766..264075625f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SignalTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SignalTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/StrictSubscriberTest.java b/reactor-core/src/test/java/reactor/core/publisher/StrictSubscriberTest.java index 456cc72a84..39edf22de7 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/StrictSubscriberTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/StrictSubscriberTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/TailCallSubscribeTest.java b/reactor-core/src/test/java/reactor/core/publisher/TailCallSubscribeTest.java index 6f4d222ebc..03d01efbe2 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/TailCallSubscribeTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/TailCallSubscribeTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/TracesTest.java b/reactor-core/src/test/java/reactor/core/publisher/TracesTest.java index 1163486c63..b9d481663e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/TracesTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/TracesTest.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-core/src/test/java/reactor/core/publisher/UnicastProcessorTest.java b/reactor-core/src/test/java/reactor/core/publisher/UnicastProcessorTest.java index 50e8b03b40..457699ac3c 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/UnicastProcessorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/UnicastProcessorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/loop/FluxGroupByLoop.java b/reactor-core/src/test/java/reactor/core/publisher/loop/FluxGroupByLoop.java index 587466f978..cda580d125 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/loop/FluxGroupByLoop.java +++ b/reactor-core/src/test/java/reactor/core/publisher/loop/FluxGroupByLoop.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/loop/FluxPublishOnLoop.java b/reactor-core/src/test/java/reactor/core/publisher/loop/FluxPublishOnLoop.java index 0bff5648ce..de3a7d9e8b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/loop/FluxPublishOnLoop.java +++ b/reactor-core/src/test/java/reactor/core/publisher/loop/FluxPublishOnLoop.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/AbstractReactorTest.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/AbstractReactorTest.java index a07aaa1d9c..4176261532 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/AbstractReactorTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/AbstractReactorTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/FizzBuzzTests.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FizzBuzzTests.java index 1d26104d22..78795a46f3 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/FizzBuzzTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FizzBuzzTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxSpecTests.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxSpecTests.java index 1f0b86855e..e963395045 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxSpecTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxSpecTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxTests.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxTests.java index b7ce4f19c8..a314d372b4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxWindowConsistencyTest.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxWindowConsistencyTest.java index 11a43a652d..a0c8c30380 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxWindowConsistencyTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/FluxWindowConsistencyTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/MonoTests.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/MonoTests.java index 1b431f77ad..408be5fd6b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/MonoTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/MonoTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/PopularTagTests.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/PopularTagTests.java index 7299a8c301..6ff750526b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/PopularTagTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/PopularTagTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/publisher/scenarios/ScatterGatherTests.java b/reactor-core/src/test/java/reactor/core/publisher/scenarios/ScatterGatherTests.java index 8bbd6f00d3..439563614e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/scenarios/ScatterGatherTests.java +++ b/reactor-core/src/test/java/reactor/core/publisher/scenarios/ScatterGatherTests.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/AbstractSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/AbstractSchedulerTest.java index 21e1b90fae..e76e923684 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/AbstractSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/AbstractSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/BoundedElasticSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/BoundedElasticSchedulerTest.java index 25c688d926..c1f9ea0663 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/BoundedElasticSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/BoundedElasticSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/DelegateServiceSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/DelegateServiceSchedulerTest.java index 31f15a09a9..be37cd40b6 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/DelegateServiceSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/DelegateServiceSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/ElasticSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/ElasticSchedulerTest.java index 77eca217f1..8c2c4ea88a 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/ElasticSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/ElasticSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTest.java index e2d75a936a..800d884840 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTrampolineTest.java b/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTrampolineTest.java index ec3b6041ac..2d7ba923fe 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTrampolineTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/ExecutorSchedulerTrampolineTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/ImmediateSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/ImmediateSchedulerTest.java index e1b1834a16..e5e4651f3c 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/ImmediateSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/ImmediateSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/InstantPeriodicWorkerTaskTest.java b/reactor-core/src/test/java/reactor/core/scheduler/InstantPeriodicWorkerTaskTest.java index 17ec283de7..80cecb6dbb 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/InstantPeriodicWorkerTaskTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/InstantPeriodicWorkerTaskTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/ParallelSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/ParallelSchedulerTest.java index 39a51e830d..d3c7997000 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/ParallelSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/ParallelSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/RejectedExecutionTest.java b/reactor-core/src/test/java/reactor/core/scheduler/RejectedExecutionTest.java index fb27cdb987..b2a438bb0f 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/RejectedExecutionTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/RejectedExecutionTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/SchedulersHooksTest.java b/reactor-core/src/test/java/reactor/core/scheduler/SchedulersHooksTest.java index e8d917ff28..1693e2cab5 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/SchedulersHooksTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/SchedulersHooksTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/SchedulersTest.java b/reactor-core/src/test/java/reactor/core/scheduler/SchedulersTest.java index 4840eb38d5..9594e75b0a 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/SchedulersTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/SchedulersTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/SingleSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/SingleSchedulerTest.java index 083cb8dc9e..095de3520f 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/SingleSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/SingleSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerAroundTimerSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerAroundTimerSchedulerTest.java index a9abd5b76b..e9a9df9649 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerAroundTimerSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerAroundTimerSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerSchedulerTest.java index af7867378d..848cc97725 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/SingleWorkerSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/TimedSchedulerTest.java b/reactor-core/src/test/java/reactor/core/scheduler/TimedSchedulerTest.java index 2e79f9767d..7db99eb96d 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/TimedSchedulerTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/TimedSchedulerTest.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 * - * https://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/reactor-core/src/test/java/reactor/core/scheduler/WorkerTaskTest.java b/reactor-core/src/test/java/reactor/core/scheduler/WorkerTaskTest.java index 6d21b3f30b..27172d0493 100644 --- a/reactor-core/src/test/java/reactor/core/scheduler/WorkerTaskTest.java +++ b/reactor-core/src/test/java/reactor/core/scheduler/WorkerTaskTest.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 * - * https://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/reactor-core/src/test/java/reactor/guide/FakeRepository.java b/reactor-core/src/test/java/reactor/guide/FakeRepository.java index adf707300f..f85b9fc880 100644 --- a/reactor-core/src/test/java/reactor/guide/FakeRepository.java +++ b/reactor-core/src/test/java/reactor/guide/FakeRepository.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 * - * https://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/reactor-core/src/test/java/reactor/guide/FakeUtils1.java b/reactor-core/src/test/java/reactor/guide/FakeUtils1.java index 332c078da4..0da82509e0 100644 --- a/reactor-core/src/test/java/reactor/guide/FakeUtils1.java +++ b/reactor-core/src/test/java/reactor/guide/FakeUtils1.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 * - * https://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/reactor-core/src/test/java/reactor/guide/FakeUtils2.java b/reactor-core/src/test/java/reactor/guide/FakeUtils2.java index bbf8e13422..a8ef0ee2d9 100644 --- a/reactor-core/src/test/java/reactor/guide/FakeUtils2.java +++ b/reactor-core/src/test/java/reactor/guide/FakeUtils2.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 * - * https://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/reactor-core/src/test/java/reactor/guide/GuideDebuggingExtraTests.java b/reactor-core/src/test/java/reactor/guide/GuideDebuggingExtraTests.java index 597c169c13..5e6947ed1d 100644 --- a/reactor-core/src/test/java/reactor/guide/GuideDebuggingExtraTests.java +++ b/reactor-core/src/test/java/reactor/guide/GuideDebuggingExtraTests.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 * - * https://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/reactor-core/src/test/java/reactor/guide/GuideTests.java b/reactor-core/src/test/java/reactor/guide/GuideTests.java index 1c127bb20c..2228b9f532 100644 --- a/reactor-core/src/test/java/reactor/guide/GuideTests.java +++ b/reactor-core/src/test/java/reactor/guide/GuideTests.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 * - * https://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/reactor-core/src/test/java/reactor/test/AssertionsUtils.java b/reactor-core/src/test/java/reactor/test/AssertionsUtils.java index e343b080d0..63cded38a2 100644 --- a/reactor-core/src/test/java/reactor/test/AssertionsUtils.java +++ b/reactor-core/src/test/java/reactor/test/AssertionsUtils.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 * - * https://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/reactor-core/src/test/java/reactor/test/AutoDisposingExtension.java b/reactor-core/src/test/java/reactor/test/AutoDisposingExtension.java index 760081d26d..d2889d1d0a 100644 --- a/reactor-core/src/test/java/reactor/test/AutoDisposingExtension.java +++ b/reactor-core/src/test/java/reactor/test/AutoDisposingExtension.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 * - * https://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/reactor-core/src/test/java/reactor/test/FakeDisposable.java b/reactor-core/src/test/java/reactor/test/FakeDisposable.java index f13a45d0cb..693673d9c0 100644 --- a/reactor-core/src/test/java/reactor/test/FakeDisposable.java +++ b/reactor-core/src/test/java/reactor/test/FakeDisposable.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 * - * https://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/reactor-core/src/test/java/reactor/test/MemoryUtils.java b/reactor-core/src/test/java/reactor/test/MemoryUtils.java index 30eb8f7625..b7a7fd22f7 100644 --- a/reactor-core/src/test/java/reactor/test/MemoryUtils.java +++ b/reactor-core/src/test/java/reactor/test/MemoryUtils.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 * - * https://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/reactor-core/src/test/java/reactor/test/MockUtils.java b/reactor-core/src/test/java/reactor/test/MockUtils.java index c189684f76..b539febb05 100644 --- a/reactor-core/src/test/java/reactor/test/MockUtils.java +++ b/reactor-core/src/test/java/reactor/test/MockUtils.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/BaseOperatorTest.java b/reactor-core/src/test/java/reactor/test/publisher/BaseOperatorTest.java index c076d2e15a..3dea8e3f74 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/BaseOperatorTest.java +++ b/reactor-core/src/test/java/reactor/test/publisher/BaseOperatorTest.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/FluxEmptySyncFuseable.java b/reactor-core/src/test/java/reactor/test/publisher/FluxEmptySyncFuseable.java index 3f4c23965d..092fb8f996 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/FluxEmptySyncFuseable.java +++ b/reactor-core/src/test/java/reactor/test/publisher/FluxEmptySyncFuseable.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/FluxFuseableExceptionOnPoll.java b/reactor-core/src/test/java/reactor/test/publisher/FluxFuseableExceptionOnPoll.java index 4bbfea7339..ea4d098e18 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/FluxFuseableExceptionOnPoll.java +++ b/reactor-core/src/test/java/reactor/test/publisher/FluxFuseableExceptionOnPoll.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/FluxOperatorTest.java b/reactor-core/src/test/java/reactor/test/publisher/FluxOperatorTest.java index 075d84f66f..100c113def 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/FluxOperatorTest.java +++ b/reactor-core/src/test/java/reactor/test/publisher/FluxOperatorTest.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/MonoOperatorTest.java b/reactor-core/src/test/java/reactor/test/publisher/MonoOperatorTest.java index 381f29170c..62dc2005b6 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/MonoOperatorTest.java +++ b/reactor-core/src/test/java/reactor/test/publisher/MonoOperatorTest.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/OperatorScenario.java b/reactor-core/src/test/java/reactor/test/publisher/OperatorScenario.java index a8c0ac4f93..6349f08e92 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/OperatorScenario.java +++ b/reactor-core/src/test/java/reactor/test/publisher/OperatorScenario.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/ParallelOperatorTest.java b/reactor-core/src/test/java/reactor/test/publisher/ParallelOperatorTest.java index 2046974c40..458599ec01 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/ParallelOperatorTest.java +++ b/reactor-core/src/test/java/reactor/test/publisher/ParallelOperatorTest.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 * - * https://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/reactor-core/src/test/java/reactor/test/publisher/ReduceOperatorTest.java b/reactor-core/src/test/java/reactor/test/publisher/ReduceOperatorTest.java index f3d3c474b1..aab03e92fa 100644 --- a/reactor-core/src/test/java/reactor/test/publisher/ReduceOperatorTest.java +++ b/reactor-core/src/test/java/reactor/test/publisher/ReduceOperatorTest.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 * - * https://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/reactor-core/src/test/java/reactor/test/subscriber/AssertSubscriber.java b/reactor-core/src/test/java/reactor/test/subscriber/AssertSubscriber.java index 2e47a7b0cf..b0041b724d 100644 --- a/reactor-core/src/test/java/reactor/test/subscriber/AssertSubscriber.java +++ b/reactor-core/src/test/java/reactor/test/subscriber/AssertSubscriber.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 * - * https://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/reactor-core/src/test/java/reactor/util/ConsoleLoggerTest.java b/reactor-core/src/test/java/reactor/util/ConsoleLoggerTest.java index 12e200a698..e1f5024a70 100644 --- a/reactor-core/src/test/java/reactor/util/ConsoleLoggerTest.java +++ b/reactor-core/src/test/java/reactor/util/ConsoleLoggerTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/JdkLoggerTest.java b/reactor-core/src/test/java/reactor/util/JdkLoggerTest.java index efd5dd3c0b..f92ddfa33a 100644 --- a/reactor-core/src/test/java/reactor/util/JdkLoggerTest.java +++ b/reactor-core/src/test/java/reactor/util/JdkLoggerTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/LoggersTest.java b/reactor-core/src/test/java/reactor/util/LoggersTest.java index cc8250f837..0c5e469b37 100644 --- a/reactor-core/src/test/java/reactor/util/LoggersTest.java +++ b/reactor-core/src/test/java/reactor/util/LoggersTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/MetricsNoMicrometerTest.java b/reactor-core/src/test/java/reactor/util/MetricsNoMicrometerTest.java index 9f72f8ad9e..d70d60ada1 100644 --- a/reactor-core/src/test/java/reactor/util/MetricsNoMicrometerTest.java +++ b/reactor-core/src/test/java/reactor/util/MetricsNoMicrometerTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/concurrent/QueuesOneQueueTest.java b/reactor-core/src/test/java/reactor/util/concurrent/QueuesOneQueueTest.java index 63c66e06cd..daef08c0b9 100644 --- a/reactor-core/src/test/java/reactor/util/concurrent/QueuesOneQueueTest.java +++ b/reactor-core/src/test/java/reactor/util/concurrent/QueuesOneQueueTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/concurrent/QueuesTest.java b/reactor-core/src/test/java/reactor/util/concurrent/QueuesTest.java index 76242ae4f8..c7223651eb 100644 --- a/reactor-core/src/test/java/reactor/util/concurrent/QueuesTest.java +++ b/reactor-core/src/test/java/reactor/util/concurrent/QueuesTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/Context0Test.java b/reactor-core/src/test/java/reactor/util/context/Context0Test.java index b308a54231..ebad1fbfb7 100644 --- a/reactor-core/src/test/java/reactor/util/context/Context0Test.java +++ b/reactor-core/src/test/java/reactor/util/context/Context0Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/Context1Test.java b/reactor-core/src/test/java/reactor/util/context/Context1Test.java index 5a4d24da5a..d75a748b0f 100644 --- a/reactor-core/src/test/java/reactor/util/context/Context1Test.java +++ b/reactor-core/src/test/java/reactor/util/context/Context1Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/Context2Test.java b/reactor-core/src/test/java/reactor/util/context/Context2Test.java index 73571e134e..7bb4742df2 100644 --- a/reactor-core/src/test/java/reactor/util/context/Context2Test.java +++ b/reactor-core/src/test/java/reactor/util/context/Context2Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/Context3Test.java b/reactor-core/src/test/java/reactor/util/context/Context3Test.java index 328bffd9fc..50570923b2 100644 --- a/reactor-core/src/test/java/reactor/util/context/Context3Test.java +++ b/reactor-core/src/test/java/reactor/util/context/Context3Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/Context4Test.java b/reactor-core/src/test/java/reactor/util/context/Context4Test.java index e7e876a572..069e4610ef 100644 --- a/reactor-core/src/test/java/reactor/util/context/Context4Test.java +++ b/reactor-core/src/test/java/reactor/util/context/Context4Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/Context5Test.java b/reactor-core/src/test/java/reactor/util/context/Context5Test.java index 05e4c11bbc..b67769744d 100644 --- a/reactor-core/src/test/java/reactor/util/context/Context5Test.java +++ b/reactor-core/src/test/java/reactor/util/context/Context5Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/ContextNTest.java b/reactor-core/src/test/java/reactor/util/context/ContextNTest.java index b866a48e58..6eded5faab 100644 --- a/reactor-core/src/test/java/reactor/util/context/ContextNTest.java +++ b/reactor-core/src/test/java/reactor/util/context/ContextNTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/ContextTest.java b/reactor-core/src/test/java/reactor/util/context/ContextTest.java index 94ffef73bc..e9b23c1e89 100644 --- a/reactor-core/src/test/java/reactor/util/context/ContextTest.java +++ b/reactor-core/src/test/java/reactor/util/context/ContextTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/context/CoreContextTest.java b/reactor-core/src/test/java/reactor/util/context/CoreContextTest.java index d0448491bf..0f8307d0d9 100644 --- a/reactor-core/src/test/java/reactor/util/context/CoreContextTest.java +++ b/reactor-core/src/test/java/reactor/util/context/CoreContextTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple2Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple2Test.java index d07be4882e..351198479c 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple2Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple2Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple3Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple3Test.java index 14d19719db..73965a3bf7 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple3Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple3Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple4Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple4Test.java index cdafd22b2b..ef9e2dd27d 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple4Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple4Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple5Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple5Test.java index 17db419f36..e3af99bf48 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple5Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple5Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple6Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple6Test.java index a664397426..40d4a148a6 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple6Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple6Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple7Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple7Test.java index 940700680b..adbbe45b9e 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple7Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple7Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/Tuple8Test.java b/reactor-core/src/test/java/reactor/util/function/Tuple8Test.java index ffbf71b78b..97a098902c 100644 --- a/reactor-core/src/test/java/reactor/util/function/Tuple8Test.java +++ b/reactor-core/src/test/java/reactor/util/function/Tuple8Test.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 * - * https://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/reactor-core/src/test/java/reactor/util/function/TupleTests.java b/reactor-core/src/test/java/reactor/util/function/TupleTests.java index 184c2cd75b..cd98448128 100644 --- a/reactor-core/src/test/java/reactor/util/function/TupleTests.java +++ b/reactor-core/src/test/java/reactor/util/function/TupleTests.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 * - * https://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/reactor-core/src/test/java/reactor/util/retry/RetryBackoffSpecTest.java b/reactor-core/src/test/java/reactor/util/retry/RetryBackoffSpecTest.java index 7b3bb8003e..f08e8b5619 100644 --- a/reactor-core/src/test/java/reactor/util/retry/RetryBackoffSpecTest.java +++ b/reactor-core/src/test/java/reactor/util/retry/RetryBackoffSpecTest.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 * - * https://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/reactor-core/src/test/java/reactor/util/retry/RetrySpecTest.java b/reactor-core/src/test/java/reactor/util/retry/RetrySpecTest.java index a33d2a59dd..1d58404067 100644 --- a/reactor-core/src/test/java/reactor/util/retry/RetrySpecTest.java +++ b/reactor-core/src/test/java/reactor/util/retry/RetrySpecTest.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 * - * https://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/reactor-core/src/test/kotlin/reactor/core/publisher/FluxExtensionsTests.kt b/reactor-core/src/test/kotlin/reactor/core/publisher/FluxExtensionsTests.kt index 538dcdcaad..90480300ea 100644 --- a/reactor-core/src/test/kotlin/reactor/core/publisher/FluxExtensionsTests.kt +++ b/reactor-core/src/test/kotlin/reactor/core/publisher/FluxExtensionsTests.kt @@ -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 * - * https://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/reactor-core/src/test/kotlin/reactor/core/publisher/MonoExtensionsTests.kt b/reactor-core/src/test/kotlin/reactor/core/publisher/MonoExtensionsTests.kt index 9ab32a8460..3cbc6e922e 100644 --- a/reactor-core/src/test/kotlin/reactor/core/publisher/MonoExtensionsTests.kt +++ b/reactor-core/src/test/kotlin/reactor/core/publisher/MonoExtensionsTests.kt @@ -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 * - * https://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/reactor-core/src/test/kotlin/reactor/core/publisher/MonoFunctionsTests.kt b/reactor-core/src/test/kotlin/reactor/core/publisher/MonoFunctionsTests.kt index 2bafa29993..6537ee418d 100644 --- a/reactor-core/src/test/kotlin/reactor/core/publisher/MonoFunctionsTests.kt +++ b/reactor-core/src/test/kotlin/reactor/core/publisher/MonoFunctionsTests.kt @@ -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 * - * https://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/reactor-core/src/test/kotlin/reactor/util/function/TupleExtensionsTests.kt b/reactor-core/src/test/kotlin/reactor/util/function/TupleExtensionsTests.kt index 5543bce13a..6350178e8f 100644 --- a/reactor-core/src/test/kotlin/reactor/util/function/TupleExtensionsTests.kt +++ b/reactor-core/src/test/kotlin/reactor/util/function/TupleExtensionsTests.kt @@ -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 * - * https://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/reactor-core/src/test/resources/logback.xml b/reactor-core/src/test/resources/logback.xml index 69b0ed8acb..e5e59e9eee 100644 --- a/reactor-core/src/test/resources/logback.xml +++ b/reactor-core/src/test/resources/logback.xml @@ -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 ~ - ~ https://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/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsFuseableTest.java b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsFuseableTest.java index ec11d7359d..266c7c302b 100644 --- a/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsFuseableTest.java +++ b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsFuseableTest.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 * - * https://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/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsTest.java b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsTest.java index 33262991e3..2410df9722 100644 --- a/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsTest.java +++ b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/FluxMetricsTest.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 * - * https://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/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsFuseableTest.java b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsFuseableTest.java index 7d0a5af69d..519b428605 100644 --- a/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsFuseableTest.java +++ b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsFuseableTest.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 * - * https://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/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsTest.java b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsTest.java index da579b8f7b..7fecdcf9fa 100644 --- a/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsTest.java +++ b/reactor-core/src/withMicrometerTest/java/reactor/core/publisher/MonoMetricsTest.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 * - * https://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/reactor-core/src/withMicrometerTest/java/reactor/util/MetricsTest.java b/reactor-core/src/withMicrometerTest/java/reactor/util/MetricsTest.java index 01e2eace2f..293392929e 100644 --- a/reactor-core/src/withMicrometerTest/java/reactor/util/MetricsTest.java +++ b/reactor-core/src/withMicrometerTest/java/reactor/util/MetricsTest.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 * - * https://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, @@ -21,7 +21,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://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/reactor-test/build.gradle b/reactor-test/build.gradle index 85cbc9690f..9088afcdc1 100644 --- a/reactor-test/build.gradle +++ b/reactor-test/build.gradle @@ -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 * - * https://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/reactor-test/src/main/java/reactor/test/DefaultStepVerifierBuilder.java b/reactor-test/src/main/java/reactor/test/DefaultStepVerifierBuilder.java index 3dd7e3a7b9..6984bfbc0b 100644 --- a/reactor-test/src/main/java/reactor/test/DefaultStepVerifierBuilder.java +++ b/reactor-test/src/main/java/reactor/test/DefaultStepVerifierBuilder.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 * - * https://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/reactor-test/src/main/java/reactor/test/MessageFormatter.java b/reactor-test/src/main/java/reactor/test/MessageFormatter.java index 791647a386..6a8a4161ed 100644 --- a/reactor-test/src/main/java/reactor/test/MessageFormatter.java +++ b/reactor-test/src/main/java/reactor/test/MessageFormatter.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 * - * https://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/reactor-test/src/main/java/reactor/test/StepVerifier.java b/reactor-test/src/main/java/reactor/test/StepVerifier.java index c9dc81c005..c96da43a91 100644 --- a/reactor-test/src/main/java/reactor/test/StepVerifier.java +++ b/reactor-test/src/main/java/reactor/test/StepVerifier.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 * - * https://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/reactor-test/src/main/java/reactor/test/StepVerifierOptions.java b/reactor-test/src/main/java/reactor/test/StepVerifierOptions.java index 49351874e1..7dcb4caf9d 100644 --- a/reactor-test/src/main/java/reactor/test/StepVerifierOptions.java +++ b/reactor-test/src/main/java/reactor/test/StepVerifierOptions.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 * - * https://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/reactor-test/src/main/java/reactor/test/ValueFormatters.java b/reactor-test/src/main/java/reactor/test/ValueFormatters.java index 13eea35e29..22295a0da4 100644 --- a/reactor-test/src/main/java/reactor/test/ValueFormatters.java +++ b/reactor-test/src/main/java/reactor/test/ValueFormatters.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 * - * https://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/reactor-test/src/main/java/reactor/test/package-info.java b/reactor-test/src/main/java/reactor/test/package-info.java index ab60416ccf..5f6df290d7 100644 --- a/reactor-test/src/main/java/reactor/test/package-info.java +++ b/reactor-test/src/main/java/reactor/test/package-info.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 * - * https://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/reactor-test/src/main/java/reactor/test/publisher/ColdTestPublisher.java b/reactor-test/src/main/java/reactor/test/publisher/ColdTestPublisher.java index f0afb1432b..44e370c851 100644 --- a/reactor-test/src/main/java/reactor/test/publisher/ColdTestPublisher.java +++ b/reactor-test/src/main/java/reactor/test/publisher/ColdTestPublisher.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 * - * https://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/reactor-test/src/main/java/reactor/test/publisher/DefaultTestPublisher.java b/reactor-test/src/main/java/reactor/test/publisher/DefaultTestPublisher.java index 31185b5dac..383829938b 100644 --- a/reactor-test/src/main/java/reactor/test/publisher/DefaultTestPublisher.java +++ b/reactor-test/src/main/java/reactor/test/publisher/DefaultTestPublisher.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 * - * https://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/reactor-test/src/main/java/reactor/test/publisher/PublisherProbe.java b/reactor-test/src/main/java/reactor/test/publisher/PublisherProbe.java index 0c642abae6..f282829745 100644 --- a/reactor-test/src/main/java/reactor/test/publisher/PublisherProbe.java +++ b/reactor-test/src/main/java/reactor/test/publisher/PublisherProbe.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 * - * https://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/reactor-test/src/main/java/reactor/test/publisher/TestPublisher.java b/reactor-test/src/main/java/reactor/test/publisher/TestPublisher.java index c8a1fdcccd..8809355881 100644 --- a/reactor-test/src/main/java/reactor/test/publisher/TestPublisher.java +++ b/reactor-test/src/main/java/reactor/test/publisher/TestPublisher.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 * - * https://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/reactor-test/src/main/java/reactor/test/publisher/package-info.java b/reactor-test/src/main/java/reactor/test/publisher/package-info.java index 2e4896de1f..01def4b1f6 100644 --- a/reactor-test/src/main/java/reactor/test/publisher/package-info.java +++ b/reactor-test/src/main/java/reactor/test/publisher/package-info.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 * - * https://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/reactor-test/src/main/java/reactor/test/scheduler/VirtualTimeScheduler.java b/reactor-test/src/main/java/reactor/test/scheduler/VirtualTimeScheduler.java index 00f3ea3cf9..11d9838a17 100644 --- a/reactor-test/src/main/java/reactor/test/scheduler/VirtualTimeScheduler.java +++ b/reactor-test/src/main/java/reactor/test/scheduler/VirtualTimeScheduler.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 * - * https://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/reactor-test/src/main/java/reactor/test/scheduler/package-info.java b/reactor-test/src/main/java/reactor/test/scheduler/package-info.java index 3679d7f6a0..706a815e29 100644 --- a/reactor-test/src/main/java/reactor/test/scheduler/package-info.java +++ b/reactor-test/src/main/java/reactor/test/scheduler/package-info.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 * - * https://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/reactor-test/src/main/java/reactor/test/util/RaceTestUtils.java b/reactor-test/src/main/java/reactor/test/util/RaceTestUtils.java index b9fe819757..4ed5cc6239 100644 --- a/reactor-test/src/main/java/reactor/test/util/RaceTestUtils.java +++ b/reactor-test/src/main/java/reactor/test/util/RaceTestUtils.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 * - * https://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/reactor-test/src/main/java/reactor/test/util/TestLogger.java b/reactor-test/src/main/java/reactor/test/util/TestLogger.java index afffa10dcb..63a636b1df 100644 --- a/reactor-test/src/main/java/reactor/test/util/TestLogger.java +++ b/reactor-test/src/main/java/reactor/test/util/TestLogger.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 * - * https://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/reactor-test/src/main/kotlin/reactor/test/StepVerifierExtensions.kt b/reactor-test/src/main/kotlin/reactor/test/StepVerifierExtensions.kt index 43a5b2f202..5ca48c2eee 100644 --- a/reactor-test/src/main/kotlin/reactor/test/StepVerifierExtensions.kt +++ b/reactor-test/src/main/kotlin/reactor/test/StepVerifierExtensions.kt @@ -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 * - * https://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/reactor-test/src/test/java/reactor/test/DefaultContextExpectationsTest.java b/reactor-test/src/test/java/reactor/test/DefaultContextExpectationsTest.java index 02c0aff547..e9879ec816 100644 --- a/reactor-test/src/test/java/reactor/test/DefaultContextExpectationsTest.java +++ b/reactor-test/src/test/java/reactor/test/DefaultContextExpectationsTest.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 * - * https://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/reactor-test/src/test/java/reactor/test/DefaultStepVerifierBuilderTests.java b/reactor-test/src/test/java/reactor/test/DefaultStepVerifierBuilderTests.java index 1457b6ce0f..ad894041e7 100644 --- a/reactor-test/src/test/java/reactor/test/DefaultStepVerifierBuilderTests.java +++ b/reactor-test/src/test/java/reactor/test/DefaultStepVerifierBuilderTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/MessageFormatterTest.java b/reactor-test/src/test/java/reactor/test/MessageFormatterTest.java index a69453abdb..96bdefec6b 100644 --- a/reactor-test/src/test/java/reactor/test/MessageFormatterTest.java +++ b/reactor-test/src/test/java/reactor/test/MessageFormatterTest.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 * - * https://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/reactor-test/src/test/java/reactor/test/StepVerifierAssertionsTests.java b/reactor-test/src/test/java/reactor/test/StepVerifierAssertionsTests.java index ce4073afdf..25b9c5cb66 100644 --- a/reactor-test/src/test/java/reactor/test/StepVerifierAssertionsTests.java +++ b/reactor-test/src/test/java/reactor/test/StepVerifierAssertionsTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/StepVerifierDefaultTimeoutTests.java b/reactor-test/src/test/java/reactor/test/StepVerifierDefaultTimeoutTests.java index 37af0681a7..635733cd7e 100644 --- a/reactor-test/src/test/java/reactor/test/StepVerifierDefaultTimeoutTests.java +++ b/reactor-test/src/test/java/reactor/test/StepVerifierDefaultTimeoutTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/StepVerifierOptionsTest.java b/reactor-test/src/test/java/reactor/test/StepVerifierOptionsTest.java index f84f204bf5..0111ae3d35 100644 --- a/reactor-test/src/test/java/reactor/test/StepVerifierOptionsTest.java +++ b/reactor-test/src/test/java/reactor/test/StepVerifierOptionsTest.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 * - * https://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/reactor-test/src/test/java/reactor/test/StepVerifierTests.java b/reactor-test/src/test/java/reactor/test/StepVerifierTests.java index 2996d894ad..70743d9ec9 100644 --- a/reactor-test/src/test/java/reactor/test/StepVerifierTests.java +++ b/reactor-test/src/test/java/reactor/test/StepVerifierTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/StepVerifierTimeoutTests.java b/reactor-test/src/test/java/reactor/test/StepVerifierTimeoutTests.java index 6d03cc4a8e..ee90ffd070 100644 --- a/reactor-test/src/test/java/reactor/test/StepVerifierTimeoutTests.java +++ b/reactor-test/src/test/java/reactor/test/StepVerifierTimeoutTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/ValueFormattersTest.java b/reactor-test/src/test/java/reactor/test/ValueFormattersTest.java index d00b48c21f..95230bcc32 100644 --- a/reactor-test/src/test/java/reactor/test/ValueFormattersTest.java +++ b/reactor-test/src/test/java/reactor/test/ValueFormattersTest.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 * - * https://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/reactor-test/src/test/java/reactor/test/publisher/ColdTestPublisherTests.java b/reactor-test/src/test/java/reactor/test/publisher/ColdTestPublisherTests.java index ecd6a53aa5..ea643b241f 100644 --- a/reactor-test/src/test/java/reactor/test/publisher/ColdTestPublisherTests.java +++ b/reactor-test/src/test/java/reactor/test/publisher/ColdTestPublisherTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/publisher/DefaultTestPublisherTests.java b/reactor-test/src/test/java/reactor/test/publisher/DefaultTestPublisherTests.java index c7f95386cc..4edbe221c2 100644 --- a/reactor-test/src/test/java/reactor/test/publisher/DefaultTestPublisherTests.java +++ b/reactor-test/src/test/java/reactor/test/publisher/DefaultTestPublisherTests.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 * - * https://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/reactor-test/src/test/java/reactor/test/publisher/PublisherProbeTest.java b/reactor-test/src/test/java/reactor/test/publisher/PublisherProbeTest.java index f4ffc7dcd9..203b7ae360 100644 --- a/reactor-test/src/test/java/reactor/test/publisher/PublisherProbeTest.java +++ b/reactor-test/src/test/java/reactor/test/publisher/PublisherProbeTest.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 * - * https://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/reactor-test/src/test/java/reactor/test/scheduler/VirtualTimeSchedulerTests.java b/reactor-test/src/test/java/reactor/test/scheduler/VirtualTimeSchedulerTests.java index bb3acce3c7..01cc29e1bb 100644 --- a/reactor-test/src/test/java/reactor/test/scheduler/VirtualTimeSchedulerTests.java +++ b/reactor-test/src/test/java/reactor/test/scheduler/VirtualTimeSchedulerTests.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 * - * https://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/reactor-test/src/test/kotlin/reactor/test/StepVerifierExtensionsTests.kt b/reactor-test/src/test/kotlin/reactor/test/StepVerifierExtensionsTests.kt index 8b1c8fb62e..8e90db9e3e 100644 --- a/reactor-test/src/test/kotlin/reactor/test/StepVerifierExtensionsTests.kt +++ b/reactor-test/src/test/kotlin/reactor/test/StepVerifierExtensionsTests.kt @@ -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 * - * https://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/reactor-test/src/test/resources/logback.xml b/reactor-test/src/test/resources/logback.xml index 13ed6216fc..de5d4a1a63 100644 --- a/reactor-test/src/test/resources/logback.xml +++ b/reactor-test/src/test/resources/logback.xml @@ -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 ~ - ~ https://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/reactor-tools/build.gradle b/reactor-tools/build.gradle index df876ddf20..615a473d58 100644 --- a/reactor-tools/build.gradle +++ b/reactor-tools/build.gradle @@ -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 * - * https://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/reactor-tools/src/buildPluginTest/java/reactor/tools/agent/ReactorDebugBuildPluginTest.java b/reactor-tools/src/buildPluginTest/java/reactor/tools/agent/ReactorDebugBuildPluginTest.java index eac0510125..c82a8d5580 100644 --- a/reactor-tools/src/buildPluginTest/java/reactor/tools/agent/ReactorDebugBuildPluginTest.java +++ b/reactor-tools/src/buildPluginTest/java/reactor/tools/agent/ReactorDebugBuildPluginTest.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 * - * https://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/reactor-tools/src/jarFileTest/java/reactor/tools/AbstractJarFileTest.java b/reactor-tools/src/jarFileTest/java/reactor/tools/AbstractJarFileTest.java index d0e1d7e8b1..b9a6d1df9e 100644 --- a/reactor-tools/src/jarFileTest/java/reactor/tools/AbstractJarFileTest.java +++ b/reactor-tools/src/jarFileTest/java/reactor/tools/AbstractJarFileTest.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 * - * https://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/reactor-tools/src/jarFileTest/java/reactor/tools/JarFileShadingTest.java b/reactor-tools/src/jarFileTest/java/reactor/tools/JarFileShadingTest.java index f702333bc8..35ed40700a 100644 --- a/reactor-tools/src/jarFileTest/java/reactor/tools/JarFileShadingTest.java +++ b/reactor-tools/src/jarFileTest/java/reactor/tools/JarFileShadingTest.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 * - * https://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/reactor-tools/src/javaAgentTest/java/reactor/tools/agent/ReactorDebugJavaAgentTest.java b/reactor-tools/src/javaAgentTest/java/reactor/tools/agent/ReactorDebugJavaAgentTest.java index f9d973d538..f24cf04eb0 100644 --- a/reactor-tools/src/javaAgentTest/java/reactor/tools/agent/ReactorDebugJavaAgentTest.java +++ b/reactor-tools/src/javaAgentTest/java/reactor/tools/agent/ReactorDebugJavaAgentTest.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 * - * https://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/reactor-tools/src/main/java/reactor/tools/agent/CallSiteInfoAddingMethodVisitor.java b/reactor-tools/src/main/java/reactor/tools/agent/CallSiteInfoAddingMethodVisitor.java index 82c7fed78c..ead475b892 100644 --- a/reactor-tools/src/main/java/reactor/tools/agent/CallSiteInfoAddingMethodVisitor.java +++ b/reactor-tools/src/main/java/reactor/tools/agent/CallSiteInfoAddingMethodVisitor.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 * - * https://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/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugAgent.java b/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugAgent.java index e6312af219..a627ef5d42 100644 --- a/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugAgent.java +++ b/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugAgent.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 * - * https://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/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugByteBuddyPlugin.java b/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugByteBuddyPlugin.java index 5885831de8..0423d6c8d0 100644 --- a/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugByteBuddyPlugin.java +++ b/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugByteBuddyPlugin.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 * - * https://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/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugClassVisitor.java b/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugClassVisitor.java index 288021df7b..70fbd7a944 100644 --- a/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugClassVisitor.java +++ b/reactor-tools/src/main/java/reactor/tools/agent/ReactorDebugClassVisitor.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 * - * https://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/reactor-tools/src/main/java/reactor/tools/agent/ReturnHandlingMethodVisitor.java b/reactor-tools/src/main/java/reactor/tools/agent/ReturnHandlingMethodVisitor.java index b329bdb237..c6eba7732b 100644 --- a/reactor-tools/src/main/java/reactor/tools/agent/ReturnHandlingMethodVisitor.java +++ b/reactor-tools/src/main/java/reactor/tools/agent/ReturnHandlingMethodVisitor.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 * - * https://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/reactor-tools/src/test/java/reactor/tools/agent/ReactorDebugAgentTest.java b/reactor-tools/src/test/java/reactor/tools/agent/ReactorDebugAgentTest.java index 023da9d400..dda986664a 100644 --- a/reactor-tools/src/test/java/reactor/tools/agent/ReactorDebugAgentTest.java +++ b/reactor-tools/src/test/java/reactor/tools/agent/ReactorDebugAgentTest.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 * - * https://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/settings.gradle b/settings.gradle index 9d3739208a..cb2f7d16ae 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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 * - * https://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,