Skip to content

Commit

Permalink
Added copyright header to class SWTBotECC eclipse-4diac#377
Browse files Browse the repository at this point in the history
Added missing copyright header to supporting SWTBot class SWTBotECC

Addresses eclipse-4diac#377
  • Loading branch information
Andrearium committed Sep 19, 2024
1 parent 4c0a1c4 commit 7123c41
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*******************************************************************************
* Copyright (c) 2024 Prashantkumar Khatri, Andrea Zoitl
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Prashantkumar Khatri - initial API and implementation and/or initial documentation
* Andrea Zoitl - Creation of a fluid API design for UI SWTBot testing
*******************************************************************************/

package org.eclipse.fordiac.ide.test.ui.helpers;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down

0 comments on commit 7123c41

Please sign in to comment.