Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-08-06 15:49:26 +0000
committerPatrick Tessier2018-08-22 09:08:39 +0000
commit05a7fa4ca81ad5391ed1cfdb0c21941414aeaa64 (patch)
tree27d9df839c87c45a2738d1be8511ba501568b81b /plugins/toolsmiths/org.eclipse.papyrus.dev.types
parent7a2b6dff21b89f6eaf9d7866ac97b8e3cbfeb175 (diff)
downloadorg.eclipse.papyrus-05a7fa4ca81ad5391ed1cfdb0c21941414aeaa64.tar.gz
org.eclipse.papyrus-05a7fa4ca81ad5391ed1cfdb0c21941414aeaa64.tar.xz
org.eclipse.papyrus-05a7fa4ca81ad5391ed1cfdb0c21941414aeaa64.zip
Bug 537653 - [EPL] Update xtend files
- uniformize the copyrights in the xtend files - migrate to the new EPL2.0 license Change-Id: Iaceeb41719fe85d4dddbb60ace4b6759c98ed263 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/toolsmiths/org.eclipse.papyrus.dev.types')
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/generator/ElementTypeRegistryGenerator.xtend20
1 files changed, 18 insertions, 2 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/generator/ElementTypeRegistryGenerator.xtend b/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/generator/ElementTypeRegistryGenerator.xtend
index 260c3d727b7..902c3b64260 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/generator/ElementTypeRegistryGenerator.xtend
+++ b/plugins/toolsmiths/org.eclipse.papyrus.dev.types/src/org/eclipse/papyrus/dev/types/generator/ElementTypeRegistryGenerator.xtend
@@ -1,3 +1,17 @@
+/*****************************************************************************
+ * Copyright (c) 2016 CEA LIST and others.
+ *
+ * All rights reserved. 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:
+ * Florian Noyrit - Initial API and implementation
+ *
+ *****************************************************************************/
package org.eclipse.papyrus.dev.types.generator
import org.eclipse.emf.ecore.resource.Resource
@@ -35,9 +49,11 @@ class ElementTypeRegistryGenerator {
* Copyright (c) 2014 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
+ * http://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* CEA LIST - Initial API and implementation

Back to the top