Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-10-08 20:07:24 +0000
committerMickael Istria2016-10-08 20:07:24 +0000
commit5a8947b3e4afc04e5afb2fe27ca9e071b3b35234 (patch)
tree5a903e2905761a8e5c1ff214aaacdb86714c49f3 /org.eclipse.ui.genericeditor.tests
parenteae2f936dd7aca8a4879a70283a55563a0ae4f28 (diff)
downloadeclipse.platform.text-5a8947b3e4afc04e5afb2fe27ca9e071b3b35234.tar.gz
eclipse.platform.text-5a8947b3e4afc04e5afb2fe27ca9e071b3b35234.tar.xz
eclipse.platform.text-5a8947b3e4afc04e5afb2fe27ca9e071b3b35234.zip
Bug 505447 - [generic editor] Make sure all files have copyright notice
Missing copyright on plugin.xml (and added about.html to examples by the way) Change-Id: I90c14a5da40ac9134f534c2d1e811783d65ac5da Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.ui.genericeditor.tests')
-rw-r--r--org.eclipse.ui.genericeditor.tests/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.genericeditor.tests/plugin.xml b/org.eclipse.ui.genericeditor.tests/plugin.xml
index 89178329739..0a869d46370 100644
--- a/org.eclipse.ui.genericeditor.tests/plugin.xml
+++ b/org.eclipse.ui.genericeditor.tests/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
+<!-- ====================================================================== -->
+<!-- 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 -->
+<!-- ====================================================================== -->
<plugin>
<extension
point="org.eclipse.ui.genericeditor.contentAssistProcessors">

Back to the top