Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-10-08 19:49:20 +0000
committerMickael Istria2016-10-08 19:49:36 +0000
commiteae2f936dd7aca8a4879a70283a55563a0ae4f28 (patch)
tree16b10b7d6db42e7bc43fed38f893ba7847533145
parent5dc55c16f199ef7be588c6b6a103f30c3a8bbcb1 (diff)
downloadeclipse.platform.text-eae2f936dd7aca8a4879a70283a55563a0ae4f28.tar.gz
eclipse.platform.text-eae2f936dd7aca8a4879a70283a55563a0ae4f28.tar.xz
eclipse.platform.text-eae2f936dd7aca8a4879a70283a55563a0ae4f28.zip
Bug 505447 - [generic editor] Make sure all files have copyright notice
Change-Id: If0f0b403d51b6bace1e4d20aa99fa245e0bdcb6e Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--org.eclipse.ui.genericeditor.examples/build.properties10
-rw-r--r--org.eclipse.ui.genericeditor/build.properties2
-rw-r--r--org.eclipse.ui.genericeditor/plugin.properties10
3 files changed, 21 insertions, 1 deletions
diff --git a/org.eclipse.ui.genericeditor.examples/build.properties b/org.eclipse.ui.genericeditor.examples/build.properties
index e9863e281ea..3f52a61bb98 100644
--- a/org.eclipse.ui.genericeditor.examples/build.properties
+++ b/org.eclipse.ui.genericeditor.examples/build.properties
@@ -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 & Mickael Istria (Red Hat Inc.) - initial implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/org.eclipse.ui.genericeditor/build.properties b/org.eclipse.ui.genericeditor/build.properties
index e642ffa4206..19b125f39c2 100644
--- a/org.eclipse.ui.genericeditor/build.properties
+++ b/org.eclipse.ui.genericeditor/build.properties
@@ -6,7 +6,7 @@
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# IBM Corporation - initial API and implementation
+# Red Hat Inc. - initial API and implementation
###############################################################################
source.. = src/
output.. = bin/
diff --git a/org.eclipse.ui.genericeditor/plugin.properties b/org.eclipse.ui.genericeditor/plugin.properties
index bfbad246cc6..bd3108c9849 100644
--- a/org.eclipse.ui.genericeditor/plugin.properties
+++ b/org.eclipse.ui.genericeditor/plugin.properties
@@ -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 & Mickael Istria (Red Hat Inc.) - initial implementation
+###############################################################################
genericEditor_name=Generic Text Editor
ExtPoint.presentationReconciliers=Presentation Reconciliers
ExtPoint.hoverProvider= Hover Providers

Back to the top