Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-10-11 08:21:30 +0000
committerMickael Istria2016-10-11 08:21:30 +0000
commit659611f6d33c31e69fc91f4fb0ea5111bb2c74b7 (patch)
treec1c1c2aa2cedb71a027caf4af5ae61fd8afb6147
parent9e656456ff6f9c7668d31c6ddd646ba6b5f56115 (diff)
downloadeclipse.platform.text-659611f6d33c31e69fc91f4fb0ea5111bb2c74b7.tar.gz
eclipse.platform.text-659611f6d33c31e69fc91f4fb0ea5111bb2c74b7.tar.xz
eclipse.platform.text-659611f6d33c31e69fc91f4fb0ea5111bb2c74b7.zip
Bug 505447 - [generic editor] Make sure all files have copyright noticeI20161011-0800
Change-Id: I9f3054195b6050bfa049cbc3045cee90902f8b78 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/contributions/ThePresentationReconciler.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/contributions/ThePresentationReconciler.java b/org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/contributions/ThePresentationReconciler.java
index c7968f845d7..c2ee68a7417 100644
--- a/org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/contributions/ThePresentationReconciler.java
+++ b/org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/contributions/ThePresentationReconciler.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2016 Red Hat Inc. 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:
+ * Sopot Cela (Red Hat Inc.)
+ *******************************************************************************/
package org.eclipse.ui.genericeditor.tests.contributions;
import org.eclipse.swt.graphics.Color;

Back to the top