Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-11-08 15:13:29 +0000
committerDani Megert2012-11-08 15:13:29 +0000
commit10d5bc0677b203348926be94a4925355a39d4e82 (patch)
tree99821a901ff91069542821c356ecf86ed9945b57 /org.eclipse.ui.editors/plugin.xml
parent315e63021066dacb407f44af61cd85c729ee8785 (diff)
downloadeclipse.platform.text-10d5bc0677b203348926be94a4925355a39d4e82.tar.gz
eclipse.platform.text-10d5bc0677b203348926be94a4925355a39d4e82.tar.xz
eclipse.platform.text-10d5bc0677b203348926be94a4925355a39d4e82.zip
Added missing copyright noticev20121108-151329I20121113-0800
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 09a2abc557e..50aea81d53d 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
+<!-- ====================================================================== -->
+<!-- Copyright (c) 2002, 2012 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 -->
+<!-- ====================================================================== -->
<plugin>
<extension-point id="documentProviders" name="%ExtPoint.documentProviders" schema="schema/documentProviders.exsd"/>

Back to the top