From 76b43b1d5a71f46690af4e64bb2106a52628b253 Mon Sep 17 00:00:00 2001 From: Ryan Lubke Date: Fri, 10 Jan 2025 13:58:42 -0500 Subject: [PATCH] COH-31573 - Fix scanning issue found in Coherence CE (fix copyright) (merge 14.1.1.2206 -> ce/22.06 @ 113388) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 113389] --- prj/test/functional/cache/src/main/java/cache/CQCTests.java | 2 +- .../src/main/java/executor/AbstractCESClusterPerTests.java | 2 +- .../src/main/java/executor/AbstractCESSingleClusterTests.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/prj/test/functional/cache/src/main/java/cache/CQCTests.java b/prj/test/functional/cache/src/main/java/cache/CQCTests.java index c8d3dc45c716..d5cd573968c5 100644 --- a/prj/test/functional/cache/src/main/java/cache/CQCTests.java +++ b/prj/test/functional/cache/src/main/java/cache/CQCTests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2024, Oracle and/or its affiliates. + * Copyright (c) 2000, 2025, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * https://oss.oracle.com/licenses/upl. diff --git a/prj/test/functional/executor/src/main/java/executor/AbstractCESClusterPerTests.java b/prj/test/functional/executor/src/main/java/executor/AbstractCESClusterPerTests.java index aebb9d6fd8ea..a0faaec3f525 100644 --- a/prj/test/functional/executor/src/main/java/executor/AbstractCESClusterPerTests.java +++ b/prj/test/functional/executor/src/main/java/executor/AbstractCESClusterPerTests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2022, Oracle and/or its affiliates. + * Copyright (c) 2000, 2025, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * https://oss.oracle.com/licenses/upl. diff --git a/prj/test/functional/executor/src/main/java/executor/AbstractCESSingleClusterTests.java b/prj/test/functional/executor/src/main/java/executor/AbstractCESSingleClusterTests.java index e03150c342bf..f3d6e14602f4 100644 --- a/prj/test/functional/executor/src/main/java/executor/AbstractCESSingleClusterTests.java +++ b/prj/test/functional/executor/src/main/java/executor/AbstractCESSingleClusterTests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2023, Oracle and/or its affiliates. + * Copyright (c) 2000, 2025, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * https://oss.oracle.com/licenses/upl.