From 81a2e1e7a7d5fa30a178b9924327b70eae435d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Fri, 2 Jul 2021 16:17:21 +0200 Subject: [PATCH] [chores] Polish #2732 and fix start years of new files in 3.4.x This commit polishes the merge of #2732 and reviews the start year of copyright notice headers for files that have been introduced in 3.4.x or otherwise differ from 3.3.x (for example main's NextProcessor derives from 3.3.x's MonoProcessor). --- .../publisher/ConditionalStressSubscriber.java | 3 ++- .../FluxConcatMapNoPrefetchStressTest.java | 3 ++- .../core/publisher/FluxSwitchMapStressTest.java | 3 ++- .../FluxSwitchOnFirstConditionalStressTest.java | 16 ++++++++++++++++ .../publisher/FluxSwitchOnFirstStressTest.java | 16 ++++++++++++++++ .../core/publisher/MonoDelayUntilStressTest.java | 16 ++++++++++++++++ .../publisher/SinkEmptySerializedStressTest.java | 2 +- .../publisher/SinkManyBestEffortStressTest.java | 3 ++- .../publisher/SinkManySerializedStressTest.java | 3 ++- .../publisher/SinkOneSerializedStressTest.java | 2 +- .../reactor/core/publisher/ContextHolder.java | 3 ++- .../core/publisher/DirectInnerContainer.java | 2 +- .../main/java/reactor/core/publisher/Flux.java | 1 + .../core/publisher/FluxConcatMapNoPrefetch.java | 3 ++- .../core/publisher/FluxFirstWithSignal.java | 1 + .../core/publisher/FluxFirstWithValue.java | 3 ++- .../core/publisher/FluxSwitchMapNoPrefetch.java | 2 +- .../java/reactor/core/publisher/FluxTimed.java | 2 +- .../core/publisher/InternalEmptySink.java | 2 +- .../reactor/core/publisher/InternalManySink.java | 2 +- .../reactor/core/publisher/InternalOneSink.java | 2 +- .../main/java/reactor/core/publisher/Mono.java | 1 + .../core/publisher/MonoFirstWithSignal.java | 1 + .../core/publisher/MonoFirstWithValue.java | 3 ++- .../reactor/core/publisher/NextProcessor.java | 16 ++++++++++++++++ .../core/publisher/SinkEmptyMulticast.java | 2 +- .../core/publisher/SinkEmptySerialized.java | 2 +- .../core/publisher/SinkManyBestEffort.java | 2 +- .../core/publisher/SinkManySerialized.java | 2 +- .../core/publisher/SinkOneSerialized.java | 2 +- .../main/java/reactor/core/publisher/Sinks.java | 2 +- .../java/reactor/core/publisher/SinksSpecs.java | 16 ++++++++++++++++ .../main/java/reactor/core/publisher/Timed.java | 2 +- .../publisher/UnicastManySinkNoBackpressure.java | 3 ++- .../java/reactor/util/context/ContextView.java | 2 +- .../src/test/java/reactor/core/FuseableTest.java | 2 +- .../publisher/AbstractFluxConcatMapTest.java | 2 +- .../publisher/FluxConcatMapNoPrefetchTest.java | 2 +- .../core/publisher/FluxContextWriteTest.java | 16 ++++++++++++++++ .../core/publisher/FluxDeferContextualTest.java | 16 ++++++++++++++++ .../core/publisher/FluxErrorOnRequestTest.java | 16 ++++++++++++++++ .../core/publisher/FluxFirstWithValueTest.java | 3 ++- .../java/reactor/core/publisher/FluxLogTest.java | 16 ++++++++++++++++ .../core/publisher/FluxMapNotNullTest.java | 2 +- .../core/publisher/FluxSourceMonoTest.java | 16 ++++++++++++++++ .../reactor/core/publisher/FluxTimedTest.java | 2 +- .../core/publisher/InternalManySinkTest.java | 2 +- .../core/publisher/InternalOneSinkTest.java | 2 +- .../core/publisher/MonoContextWriteTest.java | 16 ++++++++++++++++ .../core/publisher/MonoCurrentContextTest.java | 16 ++++++++++++++++ .../core/publisher/MonoFirstWithSignalTest.java | 1 + .../core/publisher/MonoFirstWithValueTest.java | 3 ++- .../core/publisher/MonoFlattenIterableTest.java | 16 ++++++++++++++++ .../core/publisher/MonoFromPublisherTest.java | 16 ++++++++++++++++ .../core/publisher/MonoIgnoreElementTest.java | 16 ++++++++++++++++ .../core/publisher/MonoIgnoreElementsTest.java | 16 ++++++++++++++++ .../core/publisher/MonoIgnorePublisherTest.java | 16 ++++++++++++++++ .../java/reactor/core/publisher/MonoLogTest.java | 16 ++++++++++++++++ .../core/publisher/MonoMapNotNullTest.java | 2 +- .../core/publisher/MonoSourceFluxTest.java | 16 ++++++++++++++++ .../reactor/core/publisher/MonoTimedTest.java | 2 +- .../core/publisher/ParallelDoOnEachTest.java | 16 ++++++++++++++++ .../core/publisher/SinkEmptyMulticastTest.java | 2 +- .../core/publisher/SinkManyBestEffortTest.java | 2 +- .../core/publisher/SinkManySerializedTest.java | 2 +- .../java/reactor/core/publisher/SinksTest.java | 2 +- .../UnicastManySinkNoBackpressureTest.java | 3 ++- .../reactor/util/context/ContextViewTest.java | 2 +- .../main/java/reactor/test/util/LoggerUtils.java | 16 ++++++++++++++++ .../java/reactor/test/util/LoggerUtilsTest.java | 3 ++- .../java/reactor/test/util/TestLoggerTest.java | 16 ++++++++++++++++ 71 files changed, 415 insertions(+), 44 deletions(-) diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/ConditionalStressSubscriber.java b/reactor-core/src/jcstress/java/reactor/core/publisher/ConditionalStressSubscriber.java index c9f439a2df..1dde0d3592 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/ConditionalStressSubscriber.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/ConditionalStressSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.util.function.Predicate; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxConcatMapNoPrefetchStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxConcatMapNoPrefetchStressTest.java index 853c0d5a2b..1a151fecd6 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxConcatMapNoPrefetchStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxConcatMapNoPrefetchStressTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import org.openjdk.jcstress.annotations.Actor; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchMapStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchMapStressTest.java index 0cadc66f08..1802d263e0 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchMapStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchMapStressTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import org.openjdk.jcstress.annotations.Actor; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstConditionalStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstConditionalStressTest.java index dda910fc70..f80ee45270 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstConditionalStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstConditionalStressTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.openjdk.jcstress.annotations.Actor; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstStressTest.java index 7d6890b042..078c6e005c 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/FluxSwitchOnFirstStressTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import java.io.Serializable; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/MonoDelayUntilStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/MonoDelayUntilStressTest.java index 1a8d30a1b5..8bed01fbeb 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/MonoDelayUntilStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/MonoDelayUntilStressTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.openjdk.jcstress.annotations.Actor; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkEmptySerializedStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkEmptySerializedStressTest.java index 8ef0086457..3c85ad1473 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkEmptySerializedStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkEmptySerializedStressTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManyBestEffortStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManyBestEffortStressTest.java index 5bb5cd778e..36c679bd8f 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManyBestEffortStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManyBestEffortStressTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import org.openjdk.jcstress.annotations.Actor; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManySerializedStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManySerializedStressTest.java index 9d8b73b286..42aa779a22 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManySerializedStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkManySerializedStressTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.util.concurrent.atomic.AtomicInteger; diff --git a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkOneSerializedStressTest.java b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkOneSerializedStressTest.java index 85f2f45071..2ef5c8d3bb 100644 --- a/reactor-core/src/jcstress/java/reactor/core/publisher/SinkOneSerializedStressTest.java +++ b/reactor-core/src/jcstress/java/reactor/core/publisher/SinkOneSerializedStressTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/ContextHolder.java b/reactor-core/src/main/java/reactor/core/publisher/ContextHolder.java index cbf8faf76e..002e545514 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/ContextHolder.java +++ b/reactor-core/src/main/java/reactor/core/publisher/ContextHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2015-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import reactor.util.context.Context; diff --git a/reactor-core/src/main/java/reactor/core/publisher/DirectInnerContainer.java b/reactor-core/src/main/java/reactor/core/publisher/DirectInnerContainer.java index 7b0381f05b..d0b2c882c0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/DirectInnerContainer.java +++ b/reactor-core/src/main/java/reactor/core/publisher/DirectInnerContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2016-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 272198152e..f86476c0e5 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Flux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Flux.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMapNoPrefetch.java b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMapNoPrefetch.java index f72242397e..222f60fc23 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMapNoPrefetch.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxConcatMapNoPrefetch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.util.Objects; diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithSignal.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithSignal.java index 056eea15d2..5db4d8ca84 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithSignal.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithSignal.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.util.Iterator; diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithValue.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithValue.java index 6f32678c94..bb71c0817c 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithValue.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFirstWithValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2016-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import org.reactivestreams.Publisher; diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMapNoPrefetch.java b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMapNoPrefetch.java index ec0e374637..680a84f221 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMapNoPrefetch.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxSwitchMapNoPrefetch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxTimed.java b/reactor-core/src/main/java/reactor/core/publisher/FluxTimed.java index aa7c39a37c..f7e2af82b2 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxTimed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxTimed.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/InternalEmptySink.java b/reactor-core/src/main/java/reactor/core/publisher/InternalEmptySink.java index c816b6aa18..63bedc9178 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InternalEmptySink.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InternalEmptySink.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/InternalManySink.java b/reactor-core/src/main/java/reactor/core/publisher/InternalManySink.java index 9b95754715..d033a53fb1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InternalManySink.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InternalManySink.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/InternalOneSink.java b/reactor-core/src/main/java/reactor/core/publisher/InternalOneSink.java index bd5190195e..7213c1d3df 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/InternalOneSink.java +++ b/reactor-core/src/main/java/reactor/core/publisher/InternalOneSink.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 06a3ae9e67..df12da56d9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Mono.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Mono.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithSignal.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithSignal.java index 689a0e023c..d226e52ef9 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithSignal.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithSignal.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.util.Iterator; diff --git a/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithValue.java b/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithValue.java index b43eec5d44..983148500a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithValue.java +++ b/reactor-core/src/main/java/reactor/core/publisher/MonoFirstWithValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2016-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import org.reactivestreams.Publisher; diff --git a/reactor-core/src/main/java/reactor/core/publisher/NextProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/NextProcessor.java index fa500f589a..9809b3d829 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/NextProcessor.java +++ b/reactor-core/src/main/java/reactor/core/publisher/NextProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016-2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/main/java/reactor/core/publisher/SinkEmptyMulticast.java b/reactor-core/src/main/java/reactor/core/publisher/SinkEmptyMulticast.java index d41bb16116..ac809c44cb 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SinkEmptyMulticast.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SinkEmptyMulticast.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/SinkEmptySerialized.java b/reactor-core/src/main/java/reactor/core/publisher/SinkEmptySerialized.java index 3f398fa7d0..33d4a6093e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SinkEmptySerialized.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SinkEmptySerialized.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/SinkManyBestEffort.java b/reactor-core/src/main/java/reactor/core/publisher/SinkManyBestEffort.java index adaf654d3a..cf45c905df 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SinkManyBestEffort.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SinkManyBestEffort.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/SinkManySerialized.java b/reactor-core/src/main/java/reactor/core/publisher/SinkManySerialized.java index 2525d3cd6c..940708b11a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SinkManySerialized.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SinkManySerialized.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/SinkOneSerialized.java b/reactor-core/src/main/java/reactor/core/publisher/SinkOneSerialized.java index 4c520dc233..97e51210f3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SinkOneSerialized.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SinkOneSerialized.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/Sinks.java b/reactor-core/src/main/java/reactor/core/publisher/Sinks.java index 8e218aaed3..57a9999da0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Sinks.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Sinks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/SinksSpecs.java b/reactor-core/src/main/java/reactor/core/publisher/SinksSpecs.java index e6b7c687bc..7ea5672f2a 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/SinksSpecs.java +++ b/reactor-core/src/main/java/reactor/core/publisher/SinksSpecs.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/main/java/reactor/core/publisher/Timed.java b/reactor-core/src/main/java/reactor/core/publisher/Timed.java index d35eb41265..730cf0afdd 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Timed.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Timed.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/main/java/reactor/core/publisher/UnicastManySinkNoBackpressure.java b/reactor-core/src/main/java/reactor/core/publisher/UnicastManySinkNoBackpressure.java index 0eccd32654..7714c33efa 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/UnicastManySinkNoBackpressure.java +++ b/reactor-core/src/main/java/reactor/core/publisher/UnicastManySinkNoBackpressure.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.util.Objects; diff --git a/reactor-core/src/main/java/reactor/util/context/ContextView.java b/reactor-core/src/main/java/reactor/util/context/ContextView.java index 85e9a82a97..928db2aa2d 100644 --- a/reactor-core/src/main/java/reactor/util/context/ContextView.java +++ b/reactor-core/src/main/java/reactor/util/context/ContextView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/FuseableTest.java b/reactor-core/src/test/java/reactor/core/FuseableTest.java index 8a9cc3f204..df4e4568e2 100644 --- a/reactor-core/src/test/java/reactor/core/FuseableTest.java +++ b/reactor-core/src/test/java/reactor/core/FuseableTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/AbstractFluxConcatMapTest.java b/reactor-core/src/test/java/reactor/core/publisher/AbstractFluxConcatMapTest.java index fc660dbd38..774a747d60 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/AbstractFluxConcatMapTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/AbstractFluxConcatMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapNoPrefetchTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapNoPrefetchTest.java index 9b40f75ca7..98510569e6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapNoPrefetchTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxConcatMapNoPrefetchTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxContextWriteTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxContextWriteTest.java index 0295c0b0be..7eae30565b 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxContextWriteTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxContextWriteTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxDeferContextualTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxDeferContextualTest.java index 48296ec4d3..513f4d23e7 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxDeferContextualTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxDeferContextualTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxErrorOnRequestTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxErrorOnRequestTest.java index e5b5ef120e..8d70a30aec 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxErrorOnRequestTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxErrorOnRequestTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxFirstWithValueTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxFirstWithValueTest.java index 26b438a450..8e0c5207eb 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxFirstWithValueTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxFirstWithValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxLogTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxLogTest.java index 9874f71ec8..bb1d55b230 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxLogTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxLogTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxMapNotNullTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxMapNotNullTest.java index 575e52d537..33316fdde1 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxMapNotNullTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxMapNotNullTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2016-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxSourceMonoTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxSourceMonoTest.java index 8e38f47557..bfec985781 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxSourceMonoTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxSourceMonoTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxTimedTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxTimedTest.java index 5505d9141f..e8abd0d2ae 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/FluxTimedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/FluxTimedTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/InternalManySinkTest.java b/reactor-core/src/test/java/reactor/core/publisher/InternalManySinkTest.java index fa73b2400f..f25545408a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/InternalManySinkTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/InternalManySinkTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/InternalOneSinkTest.java b/reactor-core/src/test/java/reactor/core/publisher/InternalOneSinkTest.java index a6058b5b37..bf87e94c0e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/InternalOneSinkTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/InternalOneSinkTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoContextWriteTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoContextWriteTest.java index 3f6a5d77d2..14eb46d7b6 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoContextWriteTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoContextWriteTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoCurrentContextTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoCurrentContextTest.java index 071c48a968..e820d5b44a 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoCurrentContextTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoCurrentContextTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithSignalTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithSignalTest.java index a5b293c97f..6c474be4d4 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithSignalTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithSignalTest.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithValueTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithValueTest.java index 5304152e51..9b606e9242 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithValueTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFirstWithValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoFlattenIterableTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFlattenIterableTest.java index fc4d98b6b8..61f8a47206 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFlattenIterableTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFlattenIterableTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoFromPublisherTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoFromPublisherTest.java index 4b172755be..e6fd8500ef 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoFromPublisherTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoFromPublisherTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementTest.java index 35b0a97d94..374a6b8449 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementsTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementsTest.java index 5284754904..311180b07f 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementsTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnoreElementsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnorePublisherTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnorePublisherTest.java index ef083f17ec..f59d092cf1 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoIgnorePublisherTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoIgnorePublisherTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoLogTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoLogTest.java index 95b3933048..1d83d84c89 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoLogTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoLogTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoMapNotNullTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoMapNotNullTest.java index d26883b52b..0b6f04c8db 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoMapNotNullTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoMapNotNullTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoSourceFluxTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoSourceFluxTest.java index 97fcaa121e..c8aaa607cd 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoSourceFluxTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoSourceFluxTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/MonoTimedTest.java b/reactor-core/src/test/java/reactor/core/publisher/MonoTimedTest.java index 7e5d94a152..23f77a331d 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/MonoTimedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/MonoTimedTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/ParallelDoOnEachTest.java b/reactor-core/src/test/java/reactor/core/publisher/ParallelDoOnEachTest.java index bd4724547d..f3b48cf40e 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/ParallelDoOnEachTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/ParallelDoOnEachTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.core.publisher; import org.junit.jupiter.api.Test; diff --git a/reactor-core/src/test/java/reactor/core/publisher/SinkEmptyMulticastTest.java b/reactor-core/src/test/java/reactor/core/publisher/SinkEmptyMulticastTest.java index 01d63a99f7..ed7f5a0713 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SinkEmptyMulticastTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SinkEmptyMulticastTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/SinkManyBestEffortTest.java b/reactor-core/src/test/java/reactor/core/publisher/SinkManyBestEffortTest.java index 6986de103f..365789ab45 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SinkManyBestEffortTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SinkManyBestEffortTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/SinkManySerializedTest.java b/reactor-core/src/test/java/reactor/core/publisher/SinkManySerializedTest.java index 4659f3d9b0..caaf4b74dd 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SinkManySerializedTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SinkManySerializedTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/SinksTest.java b/reactor-core/src/test/java/reactor/core/publisher/SinksTest.java index 9c7942cf75..eeec049431 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/SinksTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/SinksTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-core/src/test/java/reactor/core/publisher/UnicastManySinkNoBackpressureTest.java b/reactor-core/src/test/java/reactor/core/publisher/UnicastManySinkNoBackpressureTest.java index 96ac1bc9f9..2df1ddd6b9 100644 --- a/reactor-core/src/test/java/reactor/core/publisher/UnicastManySinkNoBackpressureTest.java +++ b/reactor-core/src/test/java/reactor/core/publisher/UnicastManySinkNoBackpressureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.core.publisher; import java.time.Duration; diff --git a/reactor-core/src/test/java/reactor/util/context/ContextViewTest.java b/reactor-core/src/test/java/reactor/util/context/ContextViewTest.java index a6eb348ab0..f7a485ab12 100644 --- a/reactor-core/src/test/java/reactor/util/context/ContextViewTest.java +++ b/reactor-core/src/test/java/reactor/util/context/ContextViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reactor-test/src/main/java/reactor/test/util/LoggerUtils.java b/reactor-test/src/main/java/reactor/test/util/LoggerUtils.java index 48fcb3c8f9..e51ac583ed 100644 --- a/reactor-test/src/main/java/reactor/test/util/LoggerUtils.java +++ b/reactor-test/src/main/java/reactor/test/util/LoggerUtils.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.test.util; import java.lang.reflect.Field; diff --git a/reactor-test/src/test/java/reactor/test/util/LoggerUtilsTest.java b/reactor-test/src/test/java/reactor/test/util/LoggerUtilsTest.java index 17dd45c416..761daa34a4 100644 --- a/reactor-test/src/test/java/reactor/test/util/LoggerUtilsTest.java +++ b/reactor-test/src/test/java/reactor/test/util/LoggerUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package reactor.test.util; import java.util.ArrayList; diff --git a/reactor-test/src/test/java/reactor/test/util/TestLoggerTest.java b/reactor-test/src/test/java/reactor/test/util/TestLoggerTest.java index 01e6599deb..40f8f9f47f 100644 --- a/reactor-test/src/test/java/reactor/test/util/TestLoggerTest.java +++ b/reactor-test/src/test/java/reactor/test/util/TestLoggerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package reactor.test.util; import org.junit.jupiter.api.Test;