Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-02-19 18:43:29 +0000
committerAndrey Loskutov2017-02-19 18:43:29 +0000
commit5c874dc5531058dfb6d99ed1dda438e1fda3563c (patch)
treecd94c4db19bc29523341fb8b0bc4c408b01ca47f
parent42867e454f548f766bc574e480d3e7dda0f675ea (diff)
downloadeclipse.platform.text-5c874dc5531058dfb6d99ed1dda438e1fda3563c.tar.gz
eclipse.platform.text-5c874dc5531058dfb6d99ed1dda438e1fda3563c.tar.xz
eclipse.platform.text-5c874dc5531058dfb6d99ed1dda438e1fda3563c.zip
Bug 320672 - added copyright header for new fileI20170220-2000I20170219-2000
Change-Id: I3d2f4dfbe9d96ff1724bfdee67f8b303427c3029 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/StatusEditorTest.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/StatusEditorTest.java b/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/StatusEditorTest.java
index 2a12d15005f..fb744fa7bff 100644
--- a/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/StatusEditorTest.java
+++ b/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/StatusEditorTest.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2017 Vasili Gulevich and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Vasili Gulevich <vasili.gulevich@xored.com> - initial implementation
+ * Andrey Loskutov <loskutov@gmx.de> - polishing and integration
+ *******************************************************************************/
package org.eclipse.ui.editors.tests;
import java.lang.reflect.Method;

Back to the top