diff --git a/common/common/src/main/java/io/helidon/common/LazyList.java b/common/common/src/main/java/io/helidon/common/LazyList.java index cb9a3b48d..07bc85fd8 100644 --- a/common/common/src/main/java/io/helidon/common/LazyList.java +++ b/common/common/src/main/java/io/helidon/common/LazyList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/common/src/main/java/io/helidon/common/LazyListImpl.java b/common/common/src/main/java/io/helidon/common/LazyListImpl.java index 2a047b61a..392622721 100644 --- a/common/common/src/main/java/io/helidon/common/LazyListImpl.java +++ b/common/common/src/main/java/io/helidon/common/LazyListImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/common/src/test/java/io/helidon/common/LazyListTest.java b/common/common/src/test/java/io/helidon/common/LazyListTest.java index 2d66c53ba..fd4238170 100644 --- a/common/common/src/test/java/io/helidon/common/LazyListTest.java +++ b/common/common/src/test/java/io/helidon/common/LazyListTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/BiConsumerChain.java b/common/reactive/src/main/java/io/helidon/common/reactive/BiConsumerChain.java index 5d9bae1bf..d7246b87b 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/BiConsumerChain.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/BiConsumerChain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/BufferedEmittingPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/BufferedEmittingPublisher.java index a24782a17..c607590c6 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/BufferedEmittingPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/BufferedEmittingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/CompletionSingle.java b/common/reactive/src/main/java/io/helidon/common/reactive/CompletionSingle.java index f0a4a15e6..50a8497c0 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/CompletionSingle.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/CompletionSingle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/ConcatPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/ConcatPublisher.java index 1d160b921..55ab3f165 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/ConcatPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/ConcatPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/ConsumerChain.java b/common/reactive/src/main/java/io/helidon/common/reactive/ConsumerChain.java index f5983a0df..29e6ca18a 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/ConsumerChain.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/ConsumerChain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/DeferredSubscription.java b/common/reactive/src/main/java/io/helidon/common/reactive/DeferredSubscription.java index 6e1ad6865..d5fc2d789 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/DeferredSubscription.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/DeferredSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/EmittingPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/EmittingPublisher.java index d4e898f31..7346511a8 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/EmittingPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/EmittingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/HalfSerializer.java b/common/reactive/src/main/java/io/helidon/common/reactive/HalfSerializer.java index 3e71cee1c..7a89ca1da 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/HalfSerializer.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/HalfSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/IoMulti.java b/common/reactive/src/main/java/io/helidon/common/reactive/IoMulti.java index b60439288..9044eedcc 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/IoMulti.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/IoMulti.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/MultiConcatArray.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiConcatArray.java index cefd37243..0e3bc61ff 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiConcatArray.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiConcatArray.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefaultIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefaultIfEmpty.java index 6446d36ba..7468280ab 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefaultIfEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefaultIfEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefer.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefer.java index 92feb5272..4ef96bc7e 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefer.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDefer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiDistinctPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDistinctPublisher.java index 1913ca0c7..b70a582d9 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiDistinctPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDistinctPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiDropWhilePublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDropWhilePublisher.java index cd6c4c0e6..b5844cf95 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiDropWhilePublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDropWhilePublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFilterPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFilterPublisher.java index d3c7edb1e..f3b981410 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFilterPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFilterPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapIterable.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapIterable.java index ad596b3d5..4da2643d7 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapIterable.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapIterable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapPublisher.java index 5d4de70c9..c027cec9a 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromBlockingInputStream.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromBlockingInputStream.java index 6adca782a..198137da3 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromBlockingInputStream.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromBlockingInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromInputStream.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromInputStream.java index 04910b858..79b74a9f0 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromInputStream.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromIterable.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromIterable.java index 09375cb3e..51c14b724 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromIterable.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromIterable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromStream.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromStream.java index cfbebd97e..af55c0e16 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromStream.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiLimitPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiLimitPublisher.java index c22d50466..78200f9ef 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiLimitPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiLimitPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiLoggingPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiLoggingPublisher.java index 26151681a..21f6a520b 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiLoggingPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiLoggingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/MultiObserveOn.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiObserveOn.java index bc224e09e..29bf5e8c6 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiObserveOn.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiObserveOn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnCompleteResumeWith.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnCompleteResumeWith.java index 01e18792d..003598587 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnCompleteResumeWith.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnCompleteResumeWith.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnErrorResumeWith.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnErrorResumeWith.java index 17d527c35..250842a9d 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnErrorResumeWith.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiOnErrorResumeWith.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangeLongPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangeLongPublisher.java index 56b752804..ef786a35b 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangeLongPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangeLongPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangePublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangePublisher.java index 503093edb..f05aad06a 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangePublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiRangePublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduce.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduce.java index 564236c27..e2d9530c7 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduce.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduce.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduceFull.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduceFull.java index a2138eb45..5e005e0d7 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduceFull.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiReduceFull.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiRetry.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiRetry.java index ee0b590ac..40a835253 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiRetry.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiRetry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiSkipPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiSkipPublisher.java index c2cb0287c..780735353 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiSkipPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiSkipPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiSwitchIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiSwitchIfEmpty.java index 86ec5f1ed..0c6fcb9d5 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiSwitchIfEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiSwitchIfEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeUntilPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeUntilPublisher.java index 5622670f7..b0d046cb6 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeUntilPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeUntilPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeWhilePublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeWhilePublisher.java index a72eae417..00e7c5796 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeWhilePublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTakeWhilePublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiTappedPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTappedPublisher.java index af994143a..56b8c33e3 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiTappedPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTappedPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimeout.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimeout.java index d6510c295..8345e7500 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimeout.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimeout.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimer.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimer.java index 880d37b13..89fd34dde 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimer.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiTimer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/RunnableChain.java b/common/reactive/src/main/java/io/helidon/common/reactive/RunnableChain.java index a0558739f..0e6184952 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/RunnableChain.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/RunnableChain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/main/java/io/helidon/common/reactive/SequentialSubscriber.java b/common/reactive/src/main/java/io/helidon/common/reactive/SequentialSubscriber.java index 1021df0b2..ce7a87534 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SequentialSubscriber.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SequentialSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefaultIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefaultIfEmpty.java index 162eaede2..b77352589 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefaultIfEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefaultIfEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefer.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefer.java index 20c0b684d..83a05321d 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefer.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleDefer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapMulti.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapMulti.java index 74c103ae4..494063364 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapMulti.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapMulti.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapSingle.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapSingle.java index 2cd47659d..6b27faab5 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapSingle.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapSingle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleRetry.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleRetry.java index 96e2ff632..9b496b8ab 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleRetry.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleRetry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleSwitchIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleSwitchIfEmpty.java index 940b930e0..d40540ac3 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleSwitchIfEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleSwitchIfEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleTakeUntilPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTakeUntilPublisher.java index dfe537f69..62b3714b8 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleTakeUntilPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTakeUntilPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleTappedPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTappedPublisher.java index 1de763a4a..9741ea62a 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleTappedPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTappedPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimeout.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimeout.java index afab5d7e4..ce0c3406d 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimeout.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimeout.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimer.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimer.java index 4a6702fcc..fc85dd832 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimer.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleTimer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/StreamValidationUtils.java b/common/reactive/src/main/java/io/helidon/common/reactive/StreamValidationUtils.java index 9b3d02dec..5de3b224f 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/StreamValidationUtils.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/StreamValidationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionArbiter.java b/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionArbiter.java index b006bab5a..da2c057bc 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionArbiter.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionArbiter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionHelper.java b/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionHelper.java index 107181f21..fa1f47ab1 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionHelper.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SubscriptionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/main/java/io/helidon/common/reactive/TerminatedFuture.java b/common/reactive/src/main/java/io/helidon/common/reactive/TerminatedFuture.java index 0bfcf1042..189e91a10 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/TerminatedFuture.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/TerminatedFuture.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/AwaitTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/AwaitTest.java index febcf2cba..f9c277aaa 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/AwaitTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/AwaitTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/test/java/io/helidon/common/reactive/BufferedEmittingPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/BufferedEmittingPublisherTckTest.java index 98041bfae..925e85eba 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/BufferedEmittingPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/BufferedEmittingPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisher2TckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisher2TckTest.java index 08dc4f1af..5eda554a7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisher2TckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisher2TckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisherTckTest.java index b7c729e40..a19377a9f 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/ConcatPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/EmitterTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/EmitterTest.java index e583d05f7..29055d311 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/EmitterTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/EmitterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/test/java/io/helidon/common/reactive/EmittingPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/EmittingPublisherTckTest.java index 2b3237ef7..b72cdbc16 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/EmittingPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/EmittingPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTckTest.java index 51848cc0d..a8b0d9ad8 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTckTest.java index f7abb8ef1..fbabec912 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiComposeTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiComposeTest.java index 58983bdd1..d7f84cf46 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiComposeTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiComposeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck1Test.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck1Test.java index 033073fc4..c0bdc44b4 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck1Test.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck1Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck2Test.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck2Test.java index 8c7003b3c..70c55129c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck2Test.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTck2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDefaultIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDefaultIfEmptyTest.java index 01b11a3c7..e9e9a2db5 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDefaultIfEmptyTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDefaultIfEmptyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTckTest.java index 264d84564..35e25efa7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTest.java index 14c40f220..2fe8f58ba 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDeferTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherModuloTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherModuloTckTest.java index e75d8d0f0..a544fc5ad 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherModuloTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherModuloTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherTckTest.java index fad0f1963..bee1fce38 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDistinctPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTckTest.java index af2ceb6bb..9867e9f75 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTest.java index 6327a06f7..717460b78 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDropWhileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTckTest.java index 0e2e80cca..80b5c0c6e 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTest.java index a71cf6dd1..11abf30c7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFilterPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTckTest.java index 9b8f23282..3d1a11dc5 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTest.java index c0c809487..9b6de4302 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFirstPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToManyTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToManyTckTest.java index 0ebb571d6..0041d5515 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToManyTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToManyTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToOneTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToOneTckTest.java index ab0bafc42..5f08a6978 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToOneTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableManyToOneTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableOneToManyTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableOneToManyTckTest.java index ea6fdc08c..a5310d025 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableOneToManyTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableOneToManyTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableTest.java index dad894f7b..59b393b7e 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapIterableTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherManyToOneTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherManyToOneTckTest.java index 31d13e9ae..0585ee0a8 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherManyToOneTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherManyToOneTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherOneToManyTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherOneToManyTckTest.java index 5c07bc379..4e6f0305c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherOneToManyTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherOneToManyTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherTest.java index 24dcf9bbd..bc3c2480d 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTckTest.java index 47a67f99a..6413bf602 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTest.java index 752ff28c5..a3ecb9913 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromCompletionStageTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromCompletionStageTest.java index 673615f47..b30b2aec5 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromCompletionStageTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromCompletionStageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromInputStreamTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromInputStreamTest.java index 328da29d6..9e3fb3b5d 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromInputStreamTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromInputStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTckTest.java index 025958d06..d6368fbcf 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTest.java index 5acf4a8d9..f40032c88 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTckTest.java index 1af012dab..b09a77b96 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTckTest.java index 73358fc0b..4b706fd8e 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTest.java index 796cbfb0b..83367bde7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromTrustedInputStreamTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromTrustedInputStreamTckTest.java index d2f11d56f..1b7c40ccc 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromTrustedInputStreamTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromTrustedInputStreamTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTckTest.java index f2183e699..6dac57aeb 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTest.java index 20258ef7b..80727fcb6 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiIntervalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherMoreTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherMoreTckTest.java index b2ed0a8b0..d2483f402 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherMoreTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherMoreTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherTckTest.java index 3e723f561..a49f74095 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherZeroTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherZeroTckTest.java index f4f77ba38..f72288bcb 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherZeroTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLimitPublisherZeroTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiLogTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLogTest.java index ae5e362fb..d188af8ba 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiLogTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiLogTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/common/reactive/src/test/java/io/helidon/common/reactive/MultiObserveOnTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiObserveOnTest.java index 8209a069d..9beb532bf 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiObserveOnTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiObserveOnTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTckTest.java index 6a697ed28..fb33ff2a6 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTest.java index d9bfa836e..914bbc523 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteResumeWithTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteTckTest.java index 81e738fa1..5e8101e9c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnCompleteTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeFailureTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeFailureTckTest.java index a91a9ff4a..89358a4fb 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeFailureTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeFailureTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeSuccessTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeSuccessTckTest.java index f13b0fde1..70a373189 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeSuccessTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeSuccessTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeTest.java index fff98cdd6..b3b56c041 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithFailureTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithFailureTckTest.java index 6094abffd..6f1fb40e8 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithFailureTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithFailureTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithSuccessTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithSuccessTckTest.java index 44698dce1..bd26dc90c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithSuccessTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithSuccessTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithTest.java index a5f92bc0d..5a494483b 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorResumeWithTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorTckTest.java index 8abbe475f..84d843cda 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnErrorTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnTerminateTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnTerminateTckTest.java index f76aff45f..3a742730d 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnTerminateTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiOnTerminateTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTckTest.java index 8605dd5cf..33663c51b 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTwiceTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTwiceTckTest.java index f1dc062ed..be0329986 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTwiceTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiPeekTwiceTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTckTest.java index 6b355967e..17bea32c1 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTest.java index eb1d736bf..221ac1895 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeLongTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTckTest.java index 39bcdc413..0573a3955 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTest.java index 3083d1dc1..24df924e1 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTckTest.java index dbd2ed375..12296ba26 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTest.java index ada67294a..5b59fed27 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceFullTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTckTest.java index 5fefac22a..b66ca1d53 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTest.java index e2d13d3b4..f24f5c6ea 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiReduceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiRetryTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRetryTest.java index dafc7befc..0f6c446fd 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiRetryTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiRetryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherNoSkipTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherNoSkipTckTest.java index f84c0fba4..c6c58dd9d 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherNoSkipTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherNoSkipTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTckTest.java index 286fc9bd5..b697c1f38 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTest.java index 3c36465d3..8244a4717 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSkipPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiSwitchIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSwitchIfEmptyTest.java index 200a8d155..c0a66477a 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiSwitchIfEmptyTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiSwitchIfEmptyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTckTest.java index 41b81e5c9..598e7915e 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTest.java index 2761ec3e7..ea4e68028 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeUntilPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTckTest.java index 13156b497..29d82b9ac 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTest.java index 9f87df48d..98abae049 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTakeWhilePublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiTappedPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTappedPublisherTest.java index 5b7552f41..1576c1f77 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTappedPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTappedPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiTimeoutTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTimeoutTest.java index 165ef3868..9e38a7121 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTimeoutTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTimeoutTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/MultiToTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiToTest.java index 212e55913..bce01da1e 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiToTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiToTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SequentialSubscriberTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SequentialSubscriberTest.java index 87e5ffdfa..1a882ee43 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SequentialSubscriberTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SequentialSubscriberTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleComposeTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleComposeTest.java index 59848a1c6..4ab4f2ef6 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleComposeTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleComposeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleDefaultIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleDefaultIfEmptyTest.java index 3bf0272c2..328551ff1 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleDefaultIfEmptyTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleDefaultIfEmptyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTckTest.java index bbee60723..d8c6e1166 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTest.java index 6dd39f344..9935087db 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleDeferTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTckTest.java index 108cbc18b..074877983 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTest.java index 18bc25b12..d97bf8639 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapIterableTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTckTest.java index 3643f3a71..565191479 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTest.java index c31046098..069d1e1d7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapMultiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTckTest.java index a8a84f8b2..682ce0ac0 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTest.java index 6976d16dc..38f7eeedf 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapSingleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleFromCompletionStageTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFromCompletionStageTest.java index 41abe21eb..4e7a974cd 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFromCompletionStageTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFromCompletionStageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleObserveOnTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleObserveOnTest.java index b08573e5a..bd144261c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleObserveOnTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleObserveOnTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeFailureTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeFailureTckTest.java index b6e157ff3..11ec5ce91 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeFailureTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeFailureTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeSuccessTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeSuccessTckTest.java index 139a7e26e..2713f7844 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeSuccessTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeSuccessTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeTest.java index 7a3deea09..44f29abc5 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithFailureTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithFailureTckTest.java index c2f354905..f09dd0592 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithFailureTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithFailureTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithSuccessTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithSuccessTckTest.java index 1bd957e00..b037c27ed 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithSuccessTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithSuccessTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithTest.java index 0ee63225e..0d70eef60 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnErrorResumeWithTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTckTest.java index 7a1b4383e..331842a9d 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTwiceTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTwiceTckTest.java index bfc50e117..334e5e3cb 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTwiceTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SinglePeekTwiceTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleRetryTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleRetryTest.java index 109ee7edf..7d0ed5673 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleRetryTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleRetryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleSwitchIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleSwitchIfEmptyTest.java index cb8f36b91..a6d47f402 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleSwitchIfEmptyTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleSwitchIfEmptyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTckTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTckTest.java index bdcf6d4cc..ab102ac62 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTckTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTest.java index 7ed55f4d7..311c9d698 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTakeUntilPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleTappedPublisherTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTappedPublisherTest.java index fe0d3a258..8925a6685 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleTappedPublisherTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTappedPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleTimeoutTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTimeoutTest.java index e97e78fc2..8a8177545 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleTimeoutTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleTimeoutTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/SingleToTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleToTest.java index 6c1a18b0e..0beca4010 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleToTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleToTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/TerminatedFutureTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/TerminatedFutureTest.java index 9d60b35c9..40f2e6a1c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TerminatedFutureTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TerminatedFutureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020 Oracle and/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/common/reactive/src/test/java/io/helidon/common/reactive/TidyTestExecutor.java b/common/reactive/src/test/java/io/helidon/common/reactive/TidyTestExecutor.java index 7a35c5de4..3fbf66918 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TidyTestExecutor.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TidyTestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/dbclient/jdbc/src/test/java/io/helidon/dbclient/jdbc/JdbcClient.java b/dbclient/jdbc/src/test/java/io/helidon/dbclient/jdbc/JdbcClient.java index a018a48fd..d3fd4dead 100644 --- a/dbclient/jdbc/src/test/java/io/helidon/dbclient/jdbc/JdbcClient.java +++ b/dbclient/jdbc/src/test/java/io/helidon/dbclient/jdbc/JdbcClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020 Oracle and/or its affiliates. * * 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/examples/messaging/jms-websocket-mp/pom.xml b/examples/messaging/jms-websocket-mp/pom.xml index 83f984a09..4d13e89bf 100644 --- a/examples/messaging/jms-websocket-mp/pom.xml +++ b/examples/messaging/jms-websocket-mp/pom.xml @@ -1,6 +1,6 @@