Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-07-31 12:10:01 +0000
committerPatrick Tessier2018-08-22 09:06:45 +0000
commitd0d8c24584a2e36f212e44f2c2a4098c05af6ce4 (patch)
treefc9bb942e3e0207105cde24cc81ec017ee4b9831 /plugins/infra/newchild
parent174964d212e15f2bd997a775756f2d1c56cc86b6 (diff)
downloadorg.eclipse.papyrus-d0d8c24584a2e36f212e44f2c2a4098c05af6ce4.tar.gz
org.eclipse.papyrus-d0d8c24584a2e36f212e44f2c2a4098c05af6ce4.tar.xz
org.eclipse.papyrus-d0d8c24584a2e36f212e44f2c2a4098c05af6ce4.zip
Bug 537653 - [EPL] Update Plugin.xml files
- move the plugin.xml files to the new EPL2.0 license Change-Id: If5cb1b4097e0e6835d17f49b80bce38bc1d49e67 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/infra/newchild')
-rw-r--r--plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/plugin.xml6
-rw-r--r--plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/plugin.xml6
2 files changed, 8 insertions, 4 deletions
diff --git a/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/plugin.xml b/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/plugin.xml
index cd3d4be2154..b43faa17f5e 100644
--- a/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/plugin.xml
+++ b/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/plugin.xml
@@ -5,9 +5,11 @@
Copyright (c) 2013 CEA LIST.
All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+ are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
CEA LIST - Initial API and implementation
diff --git a/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/plugin.xml b/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/plugin.xml
index 098e8fb6414..d71878018db 100644
--- a/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/plugin.xml
+++ b/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/plugin.xml
@@ -5,9 +5,11 @@
Copyright (c) 2013 CEA LIST.
All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+ are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
CEA LIST - Initial API and implementation

Back to the top