Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef.properties.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.eef.properties.ui/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/org.eclipse.eef.properties.ui/plugin.xml b/plugins/org.eclipse.eef.properties.ui/plugin.xml
index 0fcdc1061..264d47aa4 100644
--- a/plugins/org.eclipse.eef.properties.ui/plugin.xml
+++ b/plugins/org.eclipse.eef.properties.ui/plugin.xml
@@ -1,5 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
+
+<!--
+Copyright (c) 2015, 2018 Obeo.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v2.0
+which accompanies this distribution, and is available at
+https://www.eclipse.org/legal/epl-2.0
+
+SPDX-License-Identifier: EPL-2.0
+
+Contributors: Obeo - initial API and implementation
+-->
+
<plugin>
<extension-point id="eefTabDescriptorProvider" name="%eefTabDescriptorProviderExtensionPoint.name" schema="schema/eefTabDescriptorProvider.exsd"/>
<extension-point id="eefTabDescriptorFilter" name="%eefTabDescriptorFilterExtensionPoint.name" schema="schema/eefTabDescriptorFilter.exsd"/>

Back to the top