Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-08-03 07:39:49 +0000
committerPatrick Tessier2018-08-22 11:48:13 +0000
commitc62deb99053e5af1760e3d3cbf8cd18e8077fa8d (patch)
tree3a1d61fb4ad4e727d8cdf1dcd845d8ab9ea0ed11 /plugins/infra
parent45772bc3784d6e29e4a9cd3363f2fd04218087a0 (diff)
downloadorg.eclipse.papyrus-c62deb99053e5af1760e3d3cbf8cd18e8077fa8d.tar.gz
org.eclipse.papyrus-c62deb99053e5af1760e3d3cbf8cd18e8077fa8d.tar.xz
org.eclipse.papyrus-c62deb99053e5af1760e3d3cbf8cd18e8077fa8d.zip
Bug 537653 - [EPL] Update mwe2 files
- Update mwe2 files with the new EPL2.0 license - added missing headers Change-Id: Ifc9a6ffa2be3f5b2311ac14035c792b12b39ca79 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/infra')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/GenerateCSS.mwe215
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/GenerateCSS.mwe2 b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/GenerateCSS.mwe2
index 67c652a7efe..47653895d7e 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/GenerateCSS.mwe2
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/src/org/eclipse/papyrus/infra/gmfdiag/css3/GenerateCSS.mwe2
@@ -1,3 +1,18 @@
+/*****************************************************************************
+ * Copyright (c) 2015 CEA LIST.
+ *
+ *
+ * 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:
+ * Camille Letavernier - Initial API and implementation
+ *
+ *****************************************************************************/
module org.eclipse.papyrus.infra.gmfdiag.css3.GenerateCSS
import org.eclipse.emf.mwe.utils.*

Back to the top