Skip to content

Commit d7a2834

Browse files
feilimblaeubi
authored andcommitted
Add class header blocks to the 2 Java class files which are present in the new example.
1 parent 07e7282 commit d7a2834

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

examples/org.eclipse.e4.ui.examples.dummyeditor/src/org/eclipse/e4/ui/examples/dummyeditor/DummyEditor.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2025 Feilim Breatnach and others.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License 2.0 which accompanies this distribution,
6+
* and is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*
10+
* Contributors: Feilim Breatnach, Pilz Ireland
11+
*******************************************************************************/
12+
113
package org.eclipse.e4.ui.examples.dummyeditor;
214

315
import jakarta.annotation.PostConstruct;

examples/org.eclipse.e4.ui.examples.dummyeditor/src/org/eclipse/e4/ui/examples/dummyeditor/OpenEditorHandler.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2025 Feilim Breatnach and others.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License 2.0 which accompanies this distribution,
6+
* and is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*
10+
* Contributors: Feilim Breatnach, Pilz Ireland
11+
*******************************************************************************/
12+
113
package org.eclipse.e4.ui.examples.dummyeditor;
214

315
import java.util.List;

0 commit comments

Comments
 (0)