From 898712ee2b811cb168d8afa1dec951c38f8c9b0f Mon Sep 17 00:00:00 2001 From: Tomas Langer Date: Wed, 27 May 2020 19:10:20 +0200 Subject: [PATCH] Copyright fixes. Signed-off-by: Tomas Langer --- .../io/helidon/webserver/examples/tutorial/user/UserFilter.java | 2 +- .../java/io/helidon/health/checks/DiskSpaceHealthCheck.java | 2 +- .../src/test/java/io/helidon/health/HealthSupportTest.java | 2 +- .../java/io/helidon/microprofile/health/HealthMpServiceIT.java | 2 +- .../main/java/io/helidon/webserver/jersey/WebServerBinder.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/webserver/tutorial/src/main/java/io/helidon/webserver/examples/tutorial/user/UserFilter.java b/examples/webserver/tutorial/src/main/java/io/helidon/webserver/examples/tutorial/user/UserFilter.java index ac75b9c3b23..887c2368830 100644 --- a/examples/webserver/tutorial/src/main/java/io/helidon/webserver/examples/tutorial/user/UserFilter.java +++ b/examples/webserver/tutorial/src/main/java/io/helidon/webserver/examples/tutorial/user/UserFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 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/health/health-checks/src/main/java/io/helidon/health/checks/DiskSpaceHealthCheck.java b/health/health-checks/src/main/java/io/helidon/health/checks/DiskSpaceHealthCheck.java index b97ee3c096f..687ed6fd904 100644 --- a/health/health-checks/src/main/java/io/helidon/health/checks/DiskSpaceHealthCheck.java +++ b/health/health-checks/src/main/java/io/helidon/health/checks/DiskSpaceHealthCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 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/health/health/src/test/java/io/helidon/health/HealthSupportTest.java b/health/health/src/test/java/io/helidon/health/HealthSupportTest.java index ce20a168c7b..0c87f56e367 100644 --- a/health/health/src/test/java/io/helidon/health/HealthSupportTest.java +++ b/health/health/src/test/java/io/helidon/health/HealthSupportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 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/microprofile/health/src/test/java/io/helidon/microprofile/health/HealthMpServiceIT.java b/microprofile/health/src/test/java/io/helidon/microprofile/health/HealthMpServiceIT.java index c61d0f1d95a..1a564779190 100644 --- a/microprofile/health/src/test/java/io/helidon/microprofile/health/HealthMpServiceIT.java +++ b/microprofile/health/src/test/java/io/helidon/microprofile/health/HealthMpServiceIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 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/webserver/jersey/src/main/java/io/helidon/webserver/jersey/WebServerBinder.java b/webserver/jersey/src/main/java/io/helidon/webserver/jersey/WebServerBinder.java index b0664eb2979..ba0c8ae9d14 100644 --- a/webserver/jersey/src/main/java/io/helidon/webserver/jersey/WebServerBinder.java +++ b/webserver/jersey/src/main/java/io/helidon/webserver/jersey/WebServerBinder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 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.