Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-22 15:11:59 +0000
committerLars Vogel2018-08-22 15:11:59 +0000
commita970af90f0c8aa42321e06784d91a5b307e48dfd (patch)
treef9df2f3fcba7b3b8677bd6a1abf7c44f1ca37066 /org.eclipse.ui.editors/plugin.xml
parent6097f0f54c46fe5a144ad3a4f2dbb3670bbf3027 (diff)
downloadeclipse.platform.text-a970af90f0c8aa42321e06784d91a5b307e48dfd.tar.gz
eclipse.platform.text-a970af90f0c8aa42321e06784d91a5b307e48dfd.tar.xz
eclipse.platform.text-a970af90f0c8aa42321e06784d91a5b307e48dfd.zip
Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 2Y20180822-2200I20180823-0100I20180822-2000
Change-Id: Ib43818885bc5b36db7d4fc0625a125402c595b2f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml23
1 files changed, 13 insertions, 10 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 88041843508..1edf6329266 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<!-- ====================================================================== -->
-<!-- Copyright (c) 2002, 2016 IBM Corporation 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: -->
-<!-- IBM Corporation - initial API and implementation -->
-<!-- ====================================================================== -->
+<!--
+ Copyright (c) 2002, 2016 IBM Corporation and others.
+
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+-->
<plugin>
<extension-point id="documentProviders" name="%ExtPoint.documentProviders" schema="schema/documentProviders.exsd"/>

Back to the top