Skip to content

Commit 72304f3

Browse files
committed
Add missing copyright headers
Signed-off-by: Paul Gooderham <[email protected]>
1 parent 674579a commit 72304f3

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2023 IBM Corporation.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License v. 2.0 which is available at
6+
* http://www.eclipse.org/legal/epl-2.0.
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*******************************************************************************/
110
package io.openliberty.tools.intellij.it;
211

312
import com.automation.remarks.junit5.Video;

src/test/java/io/openliberty/tools/intellij/it/SingleModLibertyLSTestCommon.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2023 IBM Corporation.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License v. 2.0 which is available at
6+
* http://www.eclipse.org/legal/epl-2.0.
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*******************************************************************************/
110
package io.openliberty.tools.intellij.it;
211

312
import com.automation.remarks.junit5.Video;

src/test/java/io/openliberty/tools/intellij/it/SingleModMPLSTestCommon.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2023 IBM Corporation.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License v. 2.0 which is available at
6+
* http://www.eclipse.org/legal/epl-2.0.
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*******************************************************************************/
110
package io.openliberty.tools.intellij.it;
211

312
import com.automation.remarks.junit5.Video;

0 commit comments

Comments
 (0)