diff --git a/archetypes/quickstart-mp/src/main/resources/app.yaml.mustache b/archetypes/quickstart-mp/src/main/resources/app.yaml.mustache index 7a254fae94e..4a0ab787e0c 100644 --- a/archetypes/quickstart-mp/src/main/resources/app.yaml.mustache +++ b/archetypes/quickstart-mp/src/main/resources/app.yaml.mustache @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2019 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/archetypes/quickstart-se/src/main/resources/app.yaml.mustache b/archetypes/quickstart-se/src/main/resources/app.yaml.mustache index 7a254fae94e..4a0ab787e0c 100644 --- a/archetypes/quickstart-se/src/main/resources/app.yaml.mustache +++ b/archetypes/quickstart-se/src/main/resources/app.yaml.mustache @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2019 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/bundles/config/src/main/java/io/helidon/bundles/config/package-info.java b/bundles/config/src/main/java/io/helidon/bundles/config/package-info.java index 3fcc14e6af2..675fe02a8ec 100644 --- a/bundles/config/src/main/java/io/helidon/bundles/config/package-info.java +++ b/bundles/config/src/main/java/io/helidon/bundles/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/bundles/jersey/src/main/java/module-info.java b/bundles/jersey/src/main/java/module-info.java index d12f18a1b2a..00a263fab69 100644 --- a/bundles/jersey/src/main/java/module-info.java +++ b/bundles/jersey/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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 fd423817017..4e87389c4a6 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, 2021 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/context/src/main/java/io/helidon/common/context/ContextAwareExecutorService.java b/common/context/src/main/java/io/helidon/common/context/ContextAwareExecutorService.java index 75b934bb84b..e65852e6872 100644 --- a/common/context/src/main/java/io/helidon/common/context/ContextAwareExecutorService.java +++ b/common/context/src/main/java/io/helidon/common/context/ContextAwareExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/main/java/io/helidon/common/context/ContextAwareScheduledExecutorImpl.java b/common/context/src/main/java/io/helidon/common/context/ContextAwareScheduledExecutorImpl.java index 9923031b05d..c9add8034e1 100644 --- a/common/context/src/main/java/io/helidon/common/context/ContextAwareScheduledExecutorImpl.java +++ b/common/context/src/main/java/io/helidon/common/context/ContextAwareScheduledExecutorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/main/java/io/helidon/common/context/ExecutorException.java b/common/context/src/main/java/io/helidon/common/context/ExecutorException.java index c00332e2964..a33d4e75eff 100644 --- a/common/context/src/main/java/io/helidon/common/context/ExecutorException.java +++ b/common/context/src/main/java/io/helidon/common/context/ExecutorException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/main/java/io/helidon/common/context/ListContext.java b/common/context/src/main/java/io/helidon/common/context/ListContext.java index 78eb93e021d..4cd453ecb0e 100644 --- a/common/context/src/main/java/io/helidon/common/context/ListContext.java +++ b/common/context/src/main/java/io/helidon/common/context/ListContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/main/java/io/helidon/common/context/package-info.java b/common/context/src/main/java/io/helidon/common/context/package-info.java index b9dc8e1aebe..8eae262482b 100644 --- a/common/context/src/main/java/io/helidon/common/context/package-info.java +++ b/common/context/src/main/java/io/helidon/common/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/main/java/module-info.java b/common/context/src/main/java/module-info.java index 449da6de941..533e598b613 100644 --- a/common/context/src/main/java/module-info.java +++ b/common/context/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/test/java/io/helidon/common/context/ContextAwareExecutorTest.java b/common/context/src/test/java/io/helidon/common/context/ContextAwareExecutorTest.java index 8f993759a86..750a037ee1b 100644 --- a/common/context/src/test/java/io/helidon/common/context/ContextAwareExecutorTest.java +++ b/common/context/src/test/java/io/helidon/common/context/ContextAwareExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/test/java/io/helidon/common/context/ContextAwareScheduledExecutorTest.java b/common/context/src/test/java/io/helidon/common/context/ContextAwareScheduledExecutorTest.java index e6029e2605d..9652eedad8e 100644 --- a/common/context/src/test/java/io/helidon/common/context/ContextAwareScheduledExecutorTest.java +++ b/common/context/src/test/java/io/helidon/common/context/ContextAwareScheduledExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/context/src/test/java/io/helidon/common/context/ListContextTest.java b/common/context/src/test/java/io/helidon/common/context/ListContextTest.java index fab1c3e255f..28e9bd66f0c 100644 --- a/common/context/src/test/java/io/helidon/common/context/ListContextTest.java +++ b/common/context/src/test/java/io/helidon/common/context/ListContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/http/src/main/java/io/helidon/common/http/AcceptPredicate.java b/common/http/src/main/java/io/helidon/common/http/AcceptPredicate.java index 42cdef97018..85cbfc7ef12 100644 --- a/common/http/src/main/java/io/helidon/common/http/AcceptPredicate.java +++ b/common/http/src/main/java/io/helidon/common/http/AcceptPredicate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/AlreadyCompletedException.java b/common/http/src/main/java/io/helidon/common/http/AlreadyCompletedException.java index 74ce3045f14..274bb99d9b8 100644 --- a/common/http/src/main/java/io/helidon/common/http/AlreadyCompletedException.java +++ b/common/http/src/main/java/io/helidon/common/http/AlreadyCompletedException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/Ascii.java b/common/http/src/main/java/io/helidon/common/http/Ascii.java index d9490304e41..43c1e3ffd0e 100644 --- a/common/http/src/main/java/io/helidon/common/http/Ascii.java +++ b/common/http/src/main/java/io/helidon/common/http/Ascii.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/CharMatcher.java b/common/http/src/main/java/io/helidon/common/http/CharMatcher.java index cf9bf13533f..c28177c1207 100644 --- a/common/http/src/main/java/io/helidon/common/http/CharMatcher.java +++ b/common/http/src/main/java/io/helidon/common/http/CharMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/Headers.java b/common/http/src/main/java/io/helidon/common/http/Headers.java index 7b12358b9b0..d8050102e51 100644 --- a/common/http/src/main/java/io/helidon/common/http/Headers.java +++ b/common/http/src/main/java/io/helidon/common/http/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/HttpRequest.java b/common/http/src/main/java/io/helidon/common/http/HttpRequest.java index de70e5dae94..144286fe57c 100644 --- a/common/http/src/main/java/io/helidon/common/http/HttpRequest.java +++ b/common/http/src/main/java/io/helidon/common/http/HttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/Preconditions.java b/common/http/src/main/java/io/helidon/common/http/Preconditions.java index 2b6c38540cb..14541c97979 100644 --- a/common/http/src/main/java/io/helidon/common/http/Preconditions.java +++ b/common/http/src/main/java/io/helidon/common/http/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/Tokenizer.java b/common/http/src/main/java/io/helidon/common/http/Tokenizer.java index c6b82fab43b..37fbe275557 100644 --- a/common/http/src/main/java/io/helidon/common/http/Tokenizer.java +++ b/common/http/src/main/java/io/helidon/common/http/Tokenizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/Utils.java b/common/http/src/main/java/io/helidon/common/http/Utils.java index 421c20fcf10..f657c82b093 100644 --- a/common/http/src/main/java/io/helidon/common/http/Utils.java +++ b/common/http/src/main/java/io/helidon/common/http/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/main/java/io/helidon/common/http/package-info.java b/common/http/src/main/java/io/helidon/common/http/package-info.java index 7c6dab8422e..e645206fa6e 100644 --- a/common/http/src/main/java/io/helidon/common/http/package-info.java +++ b/common/http/src/main/java/io/helidon/common/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/test/java/io/helidon/common/http/AsciiTest.java b/common/http/src/test/java/io/helidon/common/http/AsciiTest.java index 45067fa4a59..e236721594a 100644 --- a/common/http/src/test/java/io/helidon/common/http/AsciiTest.java +++ b/common/http/src/test/java/io/helidon/common/http/AsciiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/http/src/test/java/io/helidon/common/http/DataChunkTest.java b/common/http/src/test/java/io/helidon/common/http/DataChunkTest.java index 3eb25a76fc7..d3d0a732b17 100644 --- a/common/http/src/test/java/io/helidon/common/http/DataChunkTest.java +++ b/common/http/src/test/java/io/helidon/common/http/DataChunkTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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. @@ -74,4 +74,4 @@ public void testReleasingNoRunnable() { chunk.release(); assertThat(chunk.isReleased(), is(true)); } -} \ No newline at end of file +} diff --git a/common/http/src/test/java/io/helidon/common/http/DateTimeTest.java b/common/http/src/test/java/io/helidon/common/http/DateTimeTest.java index b7732fa16b7..231ae23da5d 100644 --- a/common/http/src/test/java/io/helidon/common/http/DateTimeTest.java +++ b/common/http/src/test/java/io/helidon/common/http/DateTimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/http/src/test/java/io/helidon/common/http/FormParamsTest.java b/common/http/src/test/java/io/helidon/common/http/FormParamsTest.java index 2155bafedcd..5869fa180d9 100644 --- a/common/http/src/test/java/io/helidon/common/http/FormParamsTest.java +++ b/common/http/src/test/java/io/helidon/common/http/FormParamsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/http/src/test/java/io/helidon/common/http/HttpTest.java b/common/http/src/test/java/io/helidon/common/http/HttpTest.java index 5c4e5e1f967..2b901544888 100644 --- a/common/http/src/test/java/io/helidon/common/http/HttpTest.java +++ b/common/http/src/test/java/io/helidon/common/http/HttpTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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. @@ -50,4 +50,4 @@ void testResposneStatusCustomReason() { assertThat(rs.code(), is(TEMPORARY_REDIRECT_307.code())); assertThat(rs.family(), is(TEMPORARY_REDIRECT_307.family())); } -} \ No newline at end of file +} diff --git a/common/http/src/test/java/io/helidon/common/http/MediaTypeTest.java b/common/http/src/test/java/io/helidon/common/http/MediaTypeTest.java index a3a4a6ab437..db333713bd8 100644 --- a/common/http/src/test/java/io/helidon/common/http/MediaTypeTest.java +++ b/common/http/src/test/java/io/helidon/common/http/MediaTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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. @@ -127,4 +127,4 @@ void testBuilt() { assertThat(mediaType.parameters(), is(Map.of("q", "0.1", "charset", "ISO-8859-2"))); assertThat(mediaType.qualityFactor(), closeTo(0.1, 0.000001)); } -} \ No newline at end of file +} diff --git a/common/http/src/test/java/io/helidon/common/http/UtilsTest.java b/common/http/src/test/java/io/helidon/common/http/UtilsTest.java index 6aa79e007f6..cbd361dfdbc 100644 --- a/common/http/src/test/java/io/helidon/common/http/UtilsTest.java +++ b/common/http/src/test/java/io/helidon/common/http/UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/key-util/src/main/java/io/helidon/common/pki/PkiException.java b/common/key-util/src/main/java/io/helidon/common/pki/PkiException.java index 29dab27bb26..ac24c069f49 100644 --- a/common/key-util/src/main/java/io/helidon/common/pki/PkiException.java +++ b/common/key-util/src/main/java/io/helidon/common/pki/PkiException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/key-util/src/main/java/io/helidon/common/pki/PkiUtil.java b/common/key-util/src/main/java/io/helidon/common/pki/PkiUtil.java index 7f0ac1fc203..1fb3a47ce1b 100644 --- a/common/key-util/src/main/java/io/helidon/common/pki/PkiUtil.java +++ b/common/key-util/src/main/java/io/helidon/common/pki/PkiUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/key-util/src/main/java/io/helidon/common/pki/package-info.java b/common/key-util/src/main/java/io/helidon/common/pki/package-info.java index 0970ffaf4b5..655c223ee7c 100644 --- a/common/key-util/src/main/java/io/helidon/common/pki/package-info.java +++ b/common/key-util/src/main/java/io/helidon/common/pki/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/mapper/src/main/java/io/helidon/common/mapper/MapperException.java b/common/mapper/src/main/java/io/helidon/common/mapper/MapperException.java index 41d8412bdcf..8feb6e6c3c6 100644 --- a/common/mapper/src/main/java/io/helidon/common/mapper/MapperException.java +++ b/common/mapper/src/main/java/io/helidon/common/mapper/MapperException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/mapper/src/main/java/io/helidon/common/mapper/MapperManagerImpl.java b/common/mapper/src/main/java/io/helidon/common/mapper/MapperManagerImpl.java index 78ce4149081..8932f3fac36 100644 --- a/common/mapper/src/main/java/io/helidon/common/mapper/MapperManagerImpl.java +++ b/common/mapper/src/main/java/io/helidon/common/mapper/MapperManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/mapper/src/main/java/io/helidon/common/mapper/package-info.java b/common/mapper/src/main/java/io/helidon/common/mapper/package-info.java index 14a79b224d5..506abff9f87 100644 --- a/common/mapper/src/main/java/io/helidon/common/mapper/package-info.java +++ b/common/mapper/src/main/java/io/helidon/common/mapper/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/media-type/src/main/java/io/helidon/common/media/type/BuiltInsDetector.java b/common/media-type/src/main/java/io/helidon/common/media/type/BuiltInsDetector.java index a2ce358d1d3..65373a6cf52 100644 --- a/common/media-type/src/main/java/io/helidon/common/media/type/BuiltInsDetector.java +++ b/common/media-type/src/main/java/io/helidon/common/media/type/BuiltInsDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/media-type/src/main/java/io/helidon/common/media/type/CustomDetector.java b/common/media-type/src/main/java/io/helidon/common/media/type/CustomDetector.java index 71c81d9833f..fcfa2b7c845 100644 --- a/common/media-type/src/main/java/io/helidon/common/media/type/CustomDetector.java +++ b/common/media-type/src/main/java/io/helidon/common/media/type/CustomDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/media-type/src/main/java/io/helidon/common/media/type/package-info.java b/common/media-type/src/main/java/io/helidon/common/media/type/package-info.java index ebf5f1722aa..14fe78624d3 100644 --- a/common/media-type/src/main/java/io/helidon/common/media/type/package-info.java +++ b/common/media-type/src/main/java/io/helidon/common/media/type/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/media-type/src/main/java/io/helidon/common/media/type/spi/package-info.java b/common/media-type/src/main/java/io/helidon/common/media/type/spi/package-info.java index 0b7f197cf82..8efd97d4bad 100644 --- a/common/media-type/src/main/java/io/helidon/common/media/type/spi/package-info.java +++ b/common/media-type/src/main/java/io/helidon/common/media/type/spi/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/ByteChannelSubscriber.java b/common/reactive/src/main/java/io/helidon/common/reactive/ByteChannelSubscriber.java index c9eb7e44910..4ed49385593 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/ByteChannelSubscriber.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/ByteChannelSubscriber.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/Collector.java b/common/reactive/src/main/java/io/helidon/common/reactive/Collector.java index dc1a7e05444..38584c9d842 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/Collector.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/Collector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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 50a8497c08a..9c84097bb47 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 55ab3f165d6..7f2a4d93b4c 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 29e6ca18ac4..afb9468b8b1 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/DeferredScalarSubscription.java b/common/reactive/src/main/java/io/helidon/common/reactive/DeferredScalarSubscription.java index 0efa7c80f6b..e6bac8093a8 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/DeferredScalarSubscription.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/DeferredScalarSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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 d5fc2d789c3..5ec919442b5 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 d339d5c16a6..f788c193ec6 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/EmptySubscription.java b/common/reactive/src/main/java/io/helidon/common/reactive/EmptySubscription.java index 9da47776c42..b8d64cd55da 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/EmptySubscription.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/EmptySubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/FunctionalSubscriber.java b/common/reactive/src/main/java/io/helidon/common/reactive/FunctionalSubscriber.java index 0aba0e5a3bb..d224066c2b4 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/FunctionalSubscriber.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/FunctionalSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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 7a89ca1da27..7a7eb45501e 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectPublisher.java index c1a628e891a..070141a749c 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiCollectorPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectorPublisher.java index 7bcbd4230a0..d82228d69ce 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectorPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiCollectorPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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 bec2dede5a4..17f7bf95194 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 7468280ab8b..88c862d773c 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 bc998a7b65e..d0e51c3ea36 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiDeferredDefaultIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDeferredDefaultIfEmpty.java index 51fe7b07234..a16bad96abe 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiDeferredDefaultIfEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiDeferredDefaultIfEmpty.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b70a582d9c5..3084a128032 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b5844cf9547..f87081f55c8 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiEmpty.java index 02678ad83ee..b8a29b8b1ba 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiError.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiError.java index dc10d27842b..1de24775158 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiError.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiFilterPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFilterPublisher.java index f3b9814100f..fa93893d462 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFirstPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFirstPublisher.java index 4940af0695e..e8fae97ea45 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFirstPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFirstPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiFlatMapIterable.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFlatMapIterable.java index 4da2643d7de..0a6cd986cd2 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 c027cec9a34..6b27af221ae 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromCompletionStage.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromCompletionStage.java index 069b7a90208..68f816936a3 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromCompletionStage.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromCompletionStage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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 b76c8fc593a..f5103d0f880 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromPublisher.java index 7491b4b4f91..8aa6c50c3c2 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiFromStream.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiFromStream.java index af55c0e16e3..7c6307148fa 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiIfEmptyPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiIfEmptyPublisher.java index 6fdce01446f..8b9c8a33284 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiIfEmptyPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiIfEmptyPublisher.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/MultiInterval.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiInterval.java index 8587d7a20cf..29780e7af67 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiInterval.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiInterval.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiJustPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiJustPublisher.java index a2ea6b0c872..59eebf208a0 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/MultiJustPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/MultiJustPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiLimitPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/MultiLimitPublisher.java index 78200f9ef94..d0554b05b83 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 29bf5e8c69c..605fbb4c363 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 00359858799..ef037059139 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 250842a9d0f..61ce2127ad3 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 ef786a35b2a..ca173977539 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 f05aad06ae1..d52fb667e38 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 e2d9530c76e..6daa3451403 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 5e005e0d7d5..44dc6e41975 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 d8abb1b8c02..80c193ed114 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 780735353f8..8a16f532130 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 0c6fcb9d564..6cf566ecdd9 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 1622ddbe1cc..72882476bfe 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 00e7c579644..ccb11f52dde 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 aaa92f12fef..37782bc2482 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 8345e750014..0efd6b212f1 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 f33a7a0473c..bda267e33b6 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/NamedOperator.java b/common/reactive/src/main/java/io/helidon/common/reactive/NamedOperator.java index 9af819e0a35..94da71ec47a 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/NamedOperator.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/NamedOperator.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStage.java b/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStage.java index b8785ce39e7..11389c97cd9 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStage.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/OptionalCompletionStageImpl.java b/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStageImpl.java index 9832fc1ca2c..cd7cc61a6c0 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStageImpl.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/OptionalCompletionStageImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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 ce7a87534cc..bb642f7fe38 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b7735258915..d3b9b8dca37 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 49c88d9c2ae..fd754f668ba 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/SingleDeferredDefaultIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleDeferredDefaultIfEmpty.java index ae23e67fd5b..c053252e2c3 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleDeferredDefaultIfEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleDeferredDefaultIfEmpty.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/SingleEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleEmpty.java index 0b3e329291e..908ed747a15 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleEmpty.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleError.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleError.java index 9200c59fcc5..f78fdc98fba 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleError.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/SingleFlatMapIterable.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapIterable.java index 41826859cee..b3b23de12f2 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapIterable.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapIterable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleFlatMapMulti.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFlatMapMulti.java index 494063364a5..086e3f4523d 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 6b27faab5e9..cbe7866e753 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromCompletionStage.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromCompletionStage.java index 7b214048408..dba5b3f7334 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromCompletionStage.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromCompletionStage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleFromPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromPublisher.java index 31c00232871..4f697519ce6 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleFromPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleIfEmptyPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleIfEmptyPublisher.java index 7823b85149e..876b0a49a35 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleIfEmptyPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleIfEmptyPublisher.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/SingleJust.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleJust.java index 08e70f3b940..ba1bf05fd48 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleJust.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleJust.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleMapperPublisher.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleMapperPublisher.java index 236951919ae..db434e8a189 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleMapperPublisher.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleMapperPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleNever.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleNever.java index 8c1a1e1c545..dee3ddecb31 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleNever.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleNever.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleObserveOn.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleObserveOn.java index c9bc8ea6c8d..0451e349429 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleObserveOn.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleObserveOn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleOnErrorResume.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleOnErrorResume.java index 9e2b6d00fa1..8d9b160dada 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleOnErrorResume.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleOnErrorResume.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleOnErrorResumeWith.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleOnErrorResumeWith.java index 63d2926658c..c5137fdbe0a 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleOnErrorResumeWith.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleOnErrorResumeWith.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleRetry.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleRetry.java index 9b496b8abdc..8c1f92c13db 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/SingleSubscription.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleSubscription.java index 3900758b484..d5c4f062856 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleSubscription.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleSwitchIfEmpty.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleSwitchIfEmpty.java index d40540ac34c..85665e638b5 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 6db9293c686..a25ec858b6c 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b152ab5fff7..bc98ada74d3 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 ce0c3406dd0..cb2c2b7b819 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 840abd4c264..4da585711a8 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/main/java/io/helidon/common/reactive/SingleToFuture.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleToFuture.java index c0c99f632d4..20dd9c4cf48 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleToFuture.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleToFuture.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/SingleToOptionalFuture.java b/common/reactive/src/main/java/io/helidon/common/reactive/SingleToOptionalFuture.java index 162fa400cff..5bad9d15fc8 100644 --- a/common/reactive/src/main/java/io/helidon/common/reactive/SingleToOptionalFuture.java +++ b/common/reactive/src/main/java/io/helidon/common/reactive/SingleToOptionalFuture.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/StreamValidationUtils.java b/common/reactive/src/main/java/io/helidon/common/reactive/StreamValidationUtils.java index 5de3b224ffc..226673dadfb 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 da2c057bc98..b8b6101c6e0 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 fa1f47ab18d..a259e355cf4 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 189e91a1008..5e3d626b851 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 38f60f4bc93..00e59657c50 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/ByteChannelSubscriberTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/ByteChannelSubscriberTest.java index 04d2488d759..b5296db7a5a 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/ByteChannelSubscriberTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/ByteChannelSubscriberTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/CancellationTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/CancellationTest.java index 36af73a9923..bfacc6242a0 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/CancellationTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/CancellationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. + * Copyright (c) 2020, 2021 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/IgnoreElementsTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/IgnoreElementsTest.java index edcbbebb6ea..3c3ed66f829 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/IgnoreElementsTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/IgnoreElementsTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTest.java index 02b4a9bbe3b..3ce513f3a4d 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiCollectorTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTest.java index 580ccd931b2..57f8a10562b 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiCollectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiComposeTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiComposeTest.java index 6d0bad2e6b3..5fbc47ce274 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTest.java index 65b161a3405..1f0335f03ba 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiConcatArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/MultiDefaultIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiDefaultIfEmptyTest.java index 78dad3020dc..2fff71b3067 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 9263b246fb7..ac4e6da564c 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 717460b78df..e692946cda0 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 11abf30c70d..9772447be78 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, 2021 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. @@ -12,17 +12,17 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; -import org.junit.jupiter.api.Test; - import java.util.Collections; +import org.junit.jupiter.api.Test; + import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.*; +import static org.hamcrest.Matchers.instanceOf; +import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.core.Is.is; public class MultiFilterPublisherTest { 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 9b6de43023e..5ce9107e3ea 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 0a2cd7ec9d7..ac3cf7a45a6 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapOptionalTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapOptionalTest.java index c602de9b022..1f8a078cb65 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapOptionalTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFlatMapOptionalTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 f517f6372c1..a34d892f894 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 248714a4885..b01268fd519 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 09770bb4731..016ac958e66 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 9e3fb3b5d8f..8c249026915 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, 2021 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/MultiFromIterableTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromIterableTest.java index 8fffc9797f6..2ad886e9f45 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTest.java index 1b19c00002b..561add9e9a6 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromNotTrustedInputStreamTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromOutputStreamTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromOutputStreamTest.java index c5f495b9a30..044a9ac1dc4 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromOutputStreamTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromOutputStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. + * Copyright (c) 2017, 2021 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/MultiFromStreamTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiFromStreamTest.java index a87b3177a11..9a045b916c1 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiIfEmptyTest.java index ed3a0d52c73..ce7a3d1b4d7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiIfEmptyTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiIfEmptyTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 216e93c97c0..9942e9a50b2 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 d80f9e1a716..ff151c7c397 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 f862dc85779..6001f512c70 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 f9d55910605..ab3c28f3650 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b9539380f36..2d358a379e3 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 59874a92b63..3a6f868522d 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 9f13770b10b..7f309d52f46 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 e8e9ca15c1a..d4d696a6640 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 e1d0815d1a2..50bc4b0e454 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b0462dfda02..5faadc89734 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 b6a7a3dde87..5396e3313f7 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 1c7c49a6ba0..cdd10603f06 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 fd250a1e666..ada9dc35e6c 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 04d259998c0..fa00163622a 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 d7bef95704b..73b5a0ed755 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTest.java index dcba589f490..0338f2bb745 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/MultiTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. + * Copyright (c) 2019, 2021 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/MultiTimeoutTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/MultiTimeoutTest.java index 586a6a3db5e..2dc00c7b95c 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 6003c694409..1a7f435d6d2 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/RetrySchemaTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/RetrySchemaTest.java index ea90307a4ae..76c70545f9a 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/RetrySchemaTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/RetrySchemaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/SequentialSubscriberTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SequentialSubscriberTest.java index 1a882ee43a4..1c33ade4ad9 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, 2021 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. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; @@ -144,4 +143,4 @@ private void leavingMethod() { enterLeaveLock.unlock(); } } -} \ No newline at end of file +} 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 dd6d81bce4e..855be85a9b2 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 46d92d71103..356570f2cfa 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 bf71d2e30c6..bbf7ce3fd98 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 75312cc4785..46ea9a52b64 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 ae14adab9e4..7ee5f348f0f 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapOptionalTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapOptionalTest.java index 04593582f98..9454479de28 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapOptionalTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleFlatMapOptionalTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 28852de791d..9dfa2005823 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 c6587d9c1af..aa2690624a8 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/SingleIfEmptyTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleIfEmptyTest.java index 2545163ca76..9bc67dc659e 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleIfEmptyTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleIfEmptyTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 4e5fb2094df..ed29ace2c73 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnCompleteResumeWithTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnCompleteResumeWithTest.java index 28a99598f4b..7efc45a8fff 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnCompleteResumeWithTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SingleOnCompleteResumeWithTest.java @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 6eefeebee32..dd1dcba1c7f 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 5ab05ed930f..d8ca9ff0c3c 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 51ad5ac9df7..5f3d459ab19 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 49e220d053a..ba17e7f6e9f 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 2376dd6dacd..482f26f6881 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 004451c1e4e..a84698ff107 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 7294787832c..0ca4b5a64eb 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; 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 db7c54660a7..593724dbfa9 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/SubscribableTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/SubscribableTest.java index e250b9b45ff..b7c26d62761 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/SubscribableTest.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/SubscribableTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/TerminatedFutureTest.java b/common/reactive/src/test/java/io/helidon/common/reactive/TerminatedFutureTest.java index bd3632cfcea..56ce3886f46 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 @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package io.helidon.common.reactive; diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/TestConsumer.java b/common/reactive/src/test/java/io/helidon/common/reactive/TestConsumer.java index d473be6dd3d..596f57f0d6a 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TestConsumer.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TestConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/TestPublisher.java b/common/reactive/src/test/java/io/helidon/common/reactive/TestPublisher.java index f5bbc1ab2e4..384dea1502f 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TestPublisher.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TestPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/TestRunnable.java b/common/reactive/src/test/java/io/helidon/common/reactive/TestRunnable.java index 517d5af3b3f..3a177ef6142 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TestRunnable.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TestRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/TestSubscriber.java b/common/reactive/src/test/java/io/helidon/common/reactive/TestSubscriber.java index 0946c99fc2f..c12a0288d1c 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TestSubscriber.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TestSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/TestSubscription.java b/common/reactive/src/test/java/io/helidon/common/reactive/TestSubscription.java index bab508f36b9..ec1df7592ae 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/TestSubscription.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/TestSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/jmh/BaselineJMH.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/BaselineJMH.java index 49b5fe861f6..bcf06694957 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/BaselineJMH.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/BaselineJMH.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/jmh/BaselineSoloJMH.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/BaselineSoloJMH.java index 5762efb89e9..d9572c94b45 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/BaselineSoloJMH.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/BaselineSoloJMH.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/jmh/FlatMapIterableJMH.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/FlatMapIterableJMH.java index 7fa0760ccef..fecb6733972 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/FlatMapIterableJMH.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/FlatMapIterableJMH.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/jmh/ShakespearePlaysScrabble.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabble.java index 01c05cc9d03..bf180f19617 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabble.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabble.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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. @@ -102,4 +102,4 @@ public static Set readShakespeareWords() { return shakespeareWords; } -} \ No newline at end of file +} diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabbleWithHelidonReactiveOpt.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabbleWithHelidonReactiveOpt.java index 5439a79b82a..1713610b3e2 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabbleWithHelidonReactiveOpt.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/ShakespearePlaysScrabbleWithHelidonReactiveOpt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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. @@ -211,4 +211,4 @@ public List>> measureThroughput() throws Exception { return finalList2 ; } -} \ No newline at end of file +} diff --git a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncBoundedJmhSubscriber.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncBoundedJmhSubscriber.java index 250dfd2fab9..c6b8ef754a7 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncBoundedJmhSubscriber.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncBoundedJmhSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/jmh/SyncUnboundedJmhSubscriber.java b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncUnboundedJmhSubscriber.java index 374e79ea25d..e23ece6f7f1 100644 --- a/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncUnboundedJmhSubscriber.java +++ b/common/reactive/src/test/java/io/helidon/common/reactive/jmh/SyncUnboundedJmhSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/service-loader/src/main/java/io/helidon/common/serviceloader/package-info.java b/common/service-loader/src/main/java/io/helidon/common/serviceloader/package-info.java index 8e7027c71aa..480fa4baa6e 100644 --- a/common/service-loader/src/main/java/io/helidon/common/serviceloader/package-info.java +++ b/common/service-loader/src/main/java/io/helidon/common/serviceloader/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/service-loader/src/test/java/io/helidon/common/serviceloader/HelidonServiceLoaderTest.java b/common/service-loader/src/test/java/io/helidon/common/serviceloader/HelidonServiceLoaderTest.java index 9e4d99fb76a..60d68cd9f5e 100644 --- a/common/service-loader/src/test/java/io/helidon/common/serviceloader/HelidonServiceLoaderTest.java +++ b/common/service-loader/src/test/java/io/helidon/common/serviceloader/HelidonServiceLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/service-loader/src/test/java/io/helidon/common/serviceloader/ServiceInterface.java b/common/service-loader/src/test/java/io/helidon/common/serviceloader/ServiceInterface.java index e10398c4601..8e37733e87c 100644 --- a/common/service-loader/src/test/java/io/helidon/common/serviceloader/ServiceInterface.java +++ b/common/service-loader/src/test/java/io/helidon/common/serviceloader/ServiceInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/service-loader/src/test/resources/META-INF/services/io.helidon.common.serviceloader.ServiceInterface b/common/service-loader/src/test/resources/META-INF/services/io.helidon.common.serviceloader.ServiceInterface index cef74a665ec..3810cc56b04 100644 --- a/common/service-loader/src/test/resources/META-INF/services/io.helidon.common.serviceloader.ServiceInterface +++ b/common/service-loader/src/test/resources/META-INF/services/io.helidon.common.serviceloader.ServiceInterface @@ -1,5 +1,5 @@ # -# Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2019 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/config/config-mp/src/test/java/io/helidon/config/mp/MpConfigTest.java b/config/config-mp/src/test/java/io/helidon/config/mp/MpConfigTest.java index 5e058e919d7..e6af117da1f 100644 --- a/config/config-mp/src/test/java/io/helidon/config/mp/MpConfigTest.java +++ b/config/config-mp/src/test/java/io/helidon/config/mp/MpConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2020 Oracle and/or its affiliates. + * Copyright (c) 2019, 2021 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/config/config-mp/src/test/resources/META-INF/services/io.helidon.config.spi.ConfigMapperProvider b/config/config-mp/src/test/resources/META-INF/services/io.helidon.config.spi.ConfigMapperProvider index b0e3f06d4b1..09059eb2da5 100644 --- a/config/config-mp/src/test/resources/META-INF/services/io.helidon.config.spi.ConfigMapperProvider +++ b/config/config-mp/src/test/resources/META-INF/services/io.helidon.config.spi.ConfigMapperProvider @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. +# 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/config/config/src/test/java/io/helidon/config/ConfigAsciidocGenerator.java b/config/config/src/test/java/io/helidon/config/ConfigAsciidocGenerator.java index eeac38d9737..96e2d818399 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigAsciidocGenerator.java +++ b/config/config/src/test/java/io/helidon/config/ConfigAsciidocGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/config/src/test/java/io/helidon/config/ConfigComplexImplTest.java b/config/config/src/test/java/io/helidon/config/ConfigComplexImplTest.java index 9960da5df33..1336795d372 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigComplexImplTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigComplexImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/config/config/src/test/java/io/helidon/config/ConfigDiffTest.java b/config/config/src/test/java/io/helidon/config/ConfigDiffTest.java index 69ba01bc54b..8c023670c40 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigDiffTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigDiffTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/config/src/test/java/io/helidon/config/ConfigEmptyTest.java b/config/config/src/test/java/io/helidon/config/ConfigEmptyTest.java index 119372f86c7..0e02354c647 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigEmptyTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigEmptyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/config/src/test/java/io/helidon/config/ConfigLeafImplTest.java b/config/config/src/test/java/io/helidon/config/ConfigLeafImplTest.java index 4f51a5f1dd5..c6766550e77 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigLeafImplTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigLeafImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/config/src/test/java/io/helidon/config/ConfigListImplTest.java b/config/config/src/test/java/io/helidon/config/ConfigListImplTest.java index 32ee6bed6ff..4ad5094fcfe 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigListImplTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigListImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/config/src/test/java/io/helidon/config/ConfigValueTest.java b/config/config/src/test/java/io/helidon/config/ConfigValueTest.java index 4b04047b1c3..229f5a89383 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigValueTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/config/config/src/test/java/io/helidon/config/ConfigValuesTest.java b/config/config/src/test/java/io/helidon/config/ConfigValuesTest.java index 26e864e7339..7a84843e95c 100644 --- a/config/config/src/test/java/io/helidon/config/ConfigValuesTest.java +++ b/config/config/src/test/java/io/helidon/config/ConfigValuesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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. @@ -97,4 +97,4 @@ private void assertEmpty(ConfigValue as, T defaultValue, String key) { as.ifPresent(theValue -> fail("This config is empty")); } -} \ No newline at end of file +} diff --git a/config/config/src/test/java/io/helidon/config/EnvironmentVariableAliasesTest.java b/config/config/src/test/java/io/helidon/config/EnvironmentVariableAliasesTest.java index a167d17231d..995b1821574 100644 --- a/config/config/src/test/java/io/helidon/config/EnvironmentVariableAliasesTest.java +++ b/config/config/src/test/java/io/helidon/config/EnvironmentVariableAliasesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/config/config/src/test/java/io/helidon/config/EnvironmentVariablesTest.java b/config/config/src/test/java/io/helidon/config/EnvironmentVariablesTest.java index a7e75cc76ec..a93d2dbff05 100644 --- a/config/config/src/test/java/io/helidon/config/EnvironmentVariablesTest.java +++ b/config/config/src/test/java/io/helidon/config/EnvironmentVariablesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/config/config/src/test/java/io/helidon/config/TestHelper.java b/config/config/src/test/java/io/helidon/config/TestHelper.java index 8f1e7c02bd8..40a83d9b240 100644 --- a/config/config/src/test/java/io/helidon/config/TestHelper.java +++ b/config/config/src/test/java/io/helidon/config/TestHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/config/config/src/test/java/io/helidon/config/spi/FallbackMergingStrategyTest.java b/config/config/src/test/java/io/helidon/config/spi/FallbackMergingStrategyTest.java index aa171b9fb5c..ffe627f81fb 100644 --- a/config/config/src/test/java/io/helidon/config/spi/FallbackMergingStrategyTest.java +++ b/config/config/src/test/java/io/helidon/config/spi/FallbackMergingStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/config/config/src/test/java/io/helidon/config/spi/OrderedPropertiesTest.java b/config/config/src/test/java/io/helidon/config/spi/OrderedPropertiesTest.java index 3a9e29392ca..ea4e9c064c0 100644 --- a/config/config/src/test/java/io/helidon/config/spi/OrderedPropertiesTest.java +++ b/config/config/src/test/java/io/helidon/config/spi/OrderedPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 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/config/config/src/test/resources/fallback/default.conf b/config/config/src/test/resources/fallback/default.conf index d4991d963cd..30f1c5768aa 100644 --- a/config/config/src/test/resources/fallback/default.conf +++ b/config/config/src/test/resources/fallback/default.conf @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2021 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/config/config/src/test/resources/fallback/ruling.conf b/config/config/src/test/resources/fallback/ruling.conf index 1bd757bc94c..5435ef4efa1 100644 --- a/config/config/src/test/resources/fallback/ruling.conf +++ b/config/config/src/test/resources/fallback/ruling.conf @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2021 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/config/config/src/test/resources/io/helidon/config/application.conf b/config/config/src/test/resources/io/helidon/config/application.conf index 8af725a8671..012af9e5c2d 100644 --- a/config/config/src/test/resources/io/helidon/config/application.conf +++ b/config/config/src/test/resources/io/helidon/config/application.conf @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2021 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/config/config/src/test/resources/io/helidon/config/application.properties b/config/config/src/test/resources/io/helidon/config/application.properties index f069ae413b1..c3c26d7e399 100644 --- a/config/config/src/test/resources/io/helidon/config/application.properties +++ b/config/config/src/test/resources/io/helidon/config/application.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2021 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/config/config/src/test/resources/io/helidon/config/overrides.properties b/config/config/src/test/resources/io/helidon/config/overrides.properties index 0f046d83cb9..4341475d73f 100644 --- a/config/config/src/test/resources/io/helidon/config/overrides.properties +++ b/config/config/src/test/resources/io/helidon/config/overrides.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2021 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/config/encryption/src/main/java/io/helidon/config/encryption/Main.java b/config/encryption/src/main/java/io/helidon/config/encryption/Main.java index 632eaf32878..060ef6f3b5f 100644 --- a/config/encryption/src/main/java/io/helidon/config/encryption/Main.java +++ b/config/encryption/src/main/java/io/helidon/config/encryption/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/config/encryption/src/main/resources/META-INF/native-image/native-image.properties b/config/encryption/src/main/resources/META-INF/native-image/native-image.properties index 222abc0c3a6..84549270225 100644 --- a/config/encryption/src/main/resources/META-INF/native-image/native-image.properties +++ b/config/encryption/src/main/resources/META-INF/native-image/native-image.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2019, 2021 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/config/encryption/src/test/java/io/helidon/config/encryption/AbstractSecureConfigTest.java b/config/encryption/src/test/java/io/helidon/config/encryption/AbstractSecureConfigTest.java index 874dfd659f0..9eaafd890a7 100644 --- a/config/encryption/src/test/java/io/helidon/config/encryption/AbstractSecureConfigTest.java +++ b/config/encryption/src/test/java/io/helidon/config/encryption/AbstractSecureConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/config/encryption/src/test/java/io/helidon/config/encryption/SecureConfigFromBuilderTest.java b/config/encryption/src/test/java/io/helidon/config/encryption/SecureConfigFromBuilderTest.java index aaa23e8b668..367a0e7dfab 100644 --- a/config/encryption/src/test/java/io/helidon/config/encryption/SecureConfigFromBuilderTest.java +++ b/config/encryption/src/test/java/io/helidon/config/encryption/SecureConfigFromBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021 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/config/encryption/src/test/resources/application.yaml b/config/encryption/src/test/resources/application.yaml index f3125645fc3..515c253cfb5 100644 --- a/config/encryption/src/test/resources/application.yaml +++ b/config/encryption/src/test/resources/application.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/EtcdConfigSourceProvider.java b/config/etcd/src/main/java/io/helidon/config/etcd/EtcdConfigSourceProvider.java index d7ac92008ca..22dc8f49003 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/EtcdConfigSourceProvider.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/EtcdConfigSourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClient.java b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClient.java index d5fee31fc71..dc6a39b1db7 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClient.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClientException.java b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClientException.java index 5dbd3b58791..9c67c654d2b 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClientException.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/EtcdClientException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/package-info.java b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/package-info.java index c764e9ce291..710090d8e99 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/package-info.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v2/package-info.java b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v2/package-info.java index 253f2da2a8f..ddf333a863e 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v2/package-info.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v3/package-info.java b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v3/package-info.java index 678e95a7783..22f5378c50e 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v3/package-info.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/internal/client/v3/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/main/java/io/helidon/config/etcd/internal/package-info.java b/config/etcd/src/main/java/io/helidon/config/etcd/internal/package-info.java index 2397a0b81d3..3fc8c648482 100644 --- a/config/etcd/src/main/java/io/helidon/config/etcd/internal/package-info.java +++ b/config/etcd/src/main/java/io/helidon/config/etcd/internal/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/main/java/module-info.java b/config/etcd/src/main/java/module-info.java index 0f0d2a90446..2d15d2b5573 100644 --- a/config/etcd/src/main/java/module-info.java +++ b/config/etcd/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. + * Copyright (c) 2017, 2021 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/config/etcd/src/test/java/io/helidon/config/etcd/JigsawUnnamedHack.java b/config/etcd/src/test/java/io/helidon/config/etcd/JigsawUnnamedHack.java index 543d6d48644..bf761d5ffbe 100644 --- a/config/etcd/src/test/java/io/helidon/config/etcd/JigsawUnnamedHack.java +++ b/config/etcd/src/test/java/io/helidon/config/etcd/JigsawUnnamedHack.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/test/java/io/helidon/config/etcd/client/EtcdClientIT.java b/config/etcd/src/test/java/io/helidon/config/etcd/client/EtcdClientIT.java index 4fb219ce2c9..ac0433ea786 100644 --- a/config/etcd/src/test/java/io/helidon/config/etcd/client/EtcdClientIT.java +++ b/config/etcd/src/test/java/io/helidon/config/etcd/client/EtcdClientIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021 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/config/etcd/src/test/resources/META-INF/services/io.helidon.config.spi.PollingStrategyProvider b/config/etcd/src/test/resources/META-INF/services/io.helidon.config.spi.PollingStrategyProvider index a300e44c039..2993d7871b3 100644 --- a/config/etcd/src/test/resources/META-INF/services/io.helidon.config.spi.PollingStrategyProvider +++ b/config/etcd/src/test/resources/META-INF/services/io.helidon.config.spi.PollingStrategyProvider @@ -1,5 +1,5 @@ # -# Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2019 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/config/git/etc/spotbugs/exclude.xml b/config/git/etc/spotbugs/exclude.xml index 25d1a617c15..1c69dcdb161 100644 --- a/config/git/etc/spotbugs/exclude.xml +++ b/config/git/etc/spotbugs/exclude.xml @@ -1,7 +1,7 @@