From c9a3d3488df4fd533f8877da49e908c771f2ee39 Mon Sep 17 00:00:00 2001 From: Santiago Pericasgeertsen Date: Tue, 16 Jun 2020 09:47:37 -0400 Subject: [PATCH] Updated copyrights. Signed-off-by: Santiago Pericasgeertsen --- .../java/io/helidon/jersey/client/ConnectorProviderTest.java | 4 ++-- .../io/helidon/jersey/connector/ConnectorProviderTest.java | 2 +- .../tests/functional/jaxrs/subresource/MpSubResourceTest.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jersey/client/src/test/java/io/helidon/jersey/client/ConnectorProviderTest.java b/jersey/client/src/test/java/io/helidon/jersey/client/ConnectorProviderTest.java index 99f763037fe..a529dada4f0 100644 --- a/jersey/client/src/test/java/io/helidon/jersey/client/ConnectorProviderTest.java +++ b/jersey/client/src/test/java/io/helidon/jersey/client/ConnectorProviderTest.java @@ -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. @@ -30,7 +30,7 @@ public class ConnectorProviderTest { /** * There should be no {@link org.glassfish.jersey.client.spi.ConnectorProvider}'s in * path when running this test. This test will fail if the {@code io.helidon.jersey.connector} - * modules is available. + * module is available. * * @throws NoSuchElementException If not found. */ diff --git a/jersey/connector/src/test/java/io/helidon/jersey/connector/ConnectorProviderTest.java b/jersey/connector/src/test/java/io/helidon/jersey/connector/ConnectorProviderTest.java index 491fb67096d..c3b8efbb2ac 100644 --- a/jersey/connector/src/test/java/io/helidon/jersey/connector/ConnectorProviderTest.java +++ b/jersey/connector/src/test/java/io/helidon/jersey/connector/ConnectorProviderTest.java @@ -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/tests/functional/jax-rs-subresource/src/test/java/io/helidon/tests/functional/jaxrs/subresource/MpSubResourceTest.java b/tests/functional/jax-rs-subresource/src/test/java/io/helidon/tests/functional/jaxrs/subresource/MpSubResourceTest.java index b4fd72ae174..281a52d69ae 100644 --- a/tests/functional/jax-rs-subresource/src/test/java/io/helidon/tests/functional/jaxrs/subresource/MpSubResourceTest.java +++ b/tests/functional/jax-rs-subresource/src/test/java/io/helidon/tests/functional/jaxrs/subresource/MpSubResourceTest.java @@ -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.