From d4abdf5387dbe9ff334c1189b89648f5f2991939 Mon Sep 17 00:00:00 2001 From: Jason Feng Date: Wed, 31 May 2023 14:23:54 -0400 Subject: [PATCH] Correct SPDX license identifiers Signed-off-by: Jason Feng --- .../cmdLineTests/criu/src/org/openj9/criu/TestResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/cmdLineTests/criu/src/org/openj9/criu/TestResult.java b/test/functional/cmdLineTests/criu/src/org/openj9/criu/TestResult.java index 14281261003..5a076ff3db6 100644 --- a/test/functional/cmdLineTests/criu/src/org/openj9/criu/TestResult.java +++ b/test/functional/cmdLineTests/criu/src/org/openj9/criu/TestResult.java @@ -17,7 +17,7 @@ * [1] https://www.gnu.org/software/classpath/license.html * [2] https://openjdk.org/legal/assembly-exception.html * - * SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception + * SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0 *******************************************************************************/ package org.openj9.criu;