From 72304f39f69995bf89e657ef613fc968dfdfa302 Mon Sep 17 00:00:00 2001 From: Paul Gooderham Date: Wed, 6 Nov 2024 18:07:21 -0500 Subject: [PATCH] Add missing copyright headers Signed-off-by: Paul Gooderham --- .../tools/intellij/it/SingleModJakartaLSTestCommon.java | 9 +++++++++ .../tools/intellij/it/SingleModLibertyLSTestCommon.java | 9 +++++++++ .../tools/intellij/it/SingleModMPLSTestCommon.java | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java b/src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java index edd6caf12..685b9fbbd 100644 --- a/src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java +++ b/src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2023 IBM Corporation. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ package io.openliberty.tools.intellij.it; import com.automation.remarks.junit5.Video; diff --git a/src/test/java/io/openliberty/tools/intellij/it/SingleModLibertyLSTestCommon.java b/src/test/java/io/openliberty/tools/intellij/it/SingleModLibertyLSTestCommon.java index 7bf790d09..8169d7003 100644 --- a/src/test/java/io/openliberty/tools/intellij/it/SingleModLibertyLSTestCommon.java +++ b/src/test/java/io/openliberty/tools/intellij/it/SingleModLibertyLSTestCommon.java @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2023 IBM Corporation. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ package io.openliberty.tools.intellij.it; import com.automation.remarks.junit5.Video; diff --git a/src/test/java/io/openliberty/tools/intellij/it/SingleModMPLSTestCommon.java b/src/test/java/io/openliberty/tools/intellij/it/SingleModMPLSTestCommon.java index b162b7858..5ea6e7cdd 100644 --- a/src/test/java/io/openliberty/tools/intellij/it/SingleModMPLSTestCommon.java +++ b/src/test/java/io/openliberty/tools/intellij/it/SingleModMPLSTestCommon.java @@ -1,3 +1,12 @@ +/******************************************************************************* + * Copyright (c) 2023 IBM Corporation. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ package io.openliberty.tools.intellij.it; import com.automation.remarks.junit5.Video;