diff --git a/fr.femtost.disc.eclipse.problemmetamodel/build.properties b/fr.femtost.disc.eclipse.problemmetamodel/build.properties
index a749437..6386b58 100644
--- a/fr.femtost.disc.eclipse.problemmetamodel/build.properties
+++ b/fr.femtost.disc.eclipse.problemmetamodel/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.problemmetamodel/plugin.properties b/fr.femtost.disc.eclipse.problemmetamodel/plugin.properties
index d8b3628..6769301 100644
--- a/fr.femtost.disc.eclipse.problemmetamodel/plugin.properties
+++ b/fr.femtost.disc.eclipse.problemmetamodel/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.problemmetamodel/src/fr/femtost/disc/eclipse/problemmetamodel/Activator.java b/fr.femtost.disc.eclipse.problemmetamodel/src/fr/femtost/disc/eclipse/problemmetamodel/Activator.java
index f3a9574..5226807 100644
--- a/fr.femtost.disc.eclipse.problemmetamodel/src/fr/femtost/disc/eclipse/problemmetamodel/Activator.java
+++ b/fr.femtost.disc.eclipse.problemmetamodel/src/fr/femtost/disc/eclipse/problemmetamodel/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.problemmetamodel;
import org.osgi.framework.BundleActivator;
diff --git a/fr.femtost.disc.eclipse.sysml2problem.atl/build.properties b/fr.femtost.disc.eclipse.sysml2problem.atl/build.properties
index 3af869a..abc411f 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.atl/build.properties
+++ b/fr.femtost.disc.eclipse.sysml2problem.atl/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/Activator.java b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/Activator.java
index df80987..f20f91b 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/Activator.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/Activator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010, 2011 Obeo.
+ * Copyright (c) 2010, 2014 Obeo.
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/Sysml2problem.java b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/Sysml2problem.java
index 223c3f2..fad4586 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/Sysml2problem.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/Sysml2problem.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2problem.atl.transformation;
import java.io.IOException;
diff --git a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.asm b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.asm
index 2e92a30..ddfc93a 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.asm
+++ b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.asm
@@ -183,211 +183,211 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -590,16 +590,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -607,24 +607,24 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -637,204 +637,204 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -843,53 +843,53 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -902,114 +902,114 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1017,79 +1017,79 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -1105,19 +1105,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1132,20 +1132,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1154,746 +1154,746 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1902,2069 +1902,2069 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.atl b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.atl
index a99a062..610e01c 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.atl
+++ b/fr.femtost.disc.eclipse.sysml2problem.atl/src/fr/femtost/disc/eclipse/sysml2problem/atl/transformation/sysml2problem.atl
@@ -1,3 +1,12 @@
+--Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+--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:
+-- Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+
-- @nsURI MMsysml=http://www.topcased.org/2.0/sysML
-- @nsURI MMproblem=http://problem
-- @nsURI MMuml=http://www.eclipse.org/uml2/3.0.0/UML
diff --git a/fr.femtost.disc.eclipse.sysml2problem.atl/test/atl.properties b/fr.femtost.disc.eclipse.sysml2problem.atl/test/atl.properties
index bbd04bb..11ef686 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.atl/test/atl.properties
+++ b/fr.femtost.disc.eclipse.sysml2problem.atl/test/atl.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
metamodel.source.nsuri=http://www.topcased.org/2.0/sysML
metamodel.source.name=MMsysml
metamodel.source.nsuri2=http://www.eclipse.org/uml2/3.0.0/UML
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/build.properties b/fr.femtost.disc.eclipse.sysml2problem.ui/build.properties
index e9863e2..2d6925a 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/build.properties
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/actions/CheckAction.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/actions/CheckAction.java
index 23e1d87..ec04bd6 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/actions/CheckAction.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/actions/CheckAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2problem.ui.actions;
import org.eclipse.core.resources.IFile;
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/activator/Activator.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/activator/Activator.java
index bfdbb69..d026c4d 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/activator/Activator.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/activator/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2problem.ui.activator;
import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/jobs/CheckJob.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/jobs/CheckJob.java
index 5989336..d10407e 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/jobs/CheckJob.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/jobs/CheckJob.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2problem.ui.jobs;
import java.io.IOException;
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtil.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtil.java
index 16b0120..d673a63 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtil.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtil.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Jean-Marie Gauthier and University of Franche-Comte
+ * Copyright (c) 2013, 2014 Jean-Marie Gauthier and University of Franche-Comte
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilRun.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilRun.java
index 1488db4..5a64b1a 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilRun.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilRun.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Jean-Marie Gauthier and University of Franche-Comte
+ * Copyright (c) 2013, 2014 Jean-Marie Gauthier and University of Franche-Comte
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilThread.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilThread.java
index 5af3c6e..13a8e65 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilThread.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/DisplayUtilThread.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Jean-Marie Gauthier and University of Franche-Comte
+ * Copyright (c) 2013, 2014 Jean-Marie Gauthier and University of Franche-Comte
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceFactoryImpl.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceFactoryImpl.java
index 0355685..b3cb6ea 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceFactoryImpl.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceFactoryImpl.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Jean-Marie Gauthier and University of Franche-Comte
+ * Copyright (c) 2013, 2014 Jean-Marie Gauthier and University of Franche-Comte
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceImpl.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceImpl.java
index 65b4b99..7c03509 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceImpl.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/ProblemResourceImpl.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Jean-Marie Gauthier and University of Franche-Comte
+ * Copyright (c) 2013, 2014 Jean-Marie Gauthier and University of Franche-Comte
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/SelectionUtil.java b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/SelectionUtil.java
index a34b185..4c124ca 100644
--- a/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/SelectionUtil.java
+++ b/fr.femtost.disc.eclipse.sysml2problem.ui/src/fr/femtost/disc/eclipse/sysml2problem/ui/utils/SelectionUtil.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2013 Jean-Marie Gauthier and University of Franche-Comte
+ * Copyright (c) 2013, 2014 Jean-Marie Gauthier and University of Franche-Comte
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/build.properties b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/build.properties
index 50760a3..eefbb50 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/build.properties
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/Activator.java b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/Activator.java
index 120ff9e..78eb528 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/Activator.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/Activator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008, 2011 Obeo.
+ * Copyright (c) 2008, 2014 Obeo.
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/GenerateAll.java b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/GenerateAll.java
index b9e590a..dfc18bc 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/GenerateAll.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/GenerateAll.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008, 2011 Obeo.
+ * Copyright (c) 2008, 2014 Obeo.
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/Sysml2vhdlamsfile.java b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/Sysml2vhdlamsfile.java
index f8121f1..4c7b667 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/Sysml2vhdlamsfile.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/Sysml2vhdlamsfile.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008, 2011 Obeo.
+ * Copyright (c) 2008, 2014 Obeo.
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/sysml2vhdlamsfile.mtl b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/sysml2vhdlamsfile.mtl
index d13bf06..d2d63d3 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/sysml2vhdlamsfile.mtl
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/sysml2vhdlamsfile.mtl
@@ -1,4 +1,17 @@
[comment encoding = UTF-8 /]
+[**
+*
+* Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+* 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:
+* Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+*
+*/]
+
[module sysml2vhdlamsfile('http://www.femto-st.fr/disc/vhdlams.ecore')]
[template public generateModel(model : VAModel)]
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/build.properties b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/build.properties
index 3af869a..abc411f 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/build.properties
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/Activator.java b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/Activator.java
index ac48347..f1e8253 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/Activator.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/Activator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010, 2011 Obeo.
+ * Copyright (c) 2010, 2014 Obeo.
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/Sysml2vhdlams.java b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/Sysml2vhdlams.java
index 64901af..afd3c52 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/Sysml2vhdlams.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/Sysml2vhdlams.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010, 2011 Obeo.
+ * Copyright (c) 2010, 2014 Obeo.
* 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
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.asm b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.asm
index 0d7cd75..b612018 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.asm
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.asm
@@ -25,10 +25,10 @@
-
-
-
-
+
+
+
+
@@ -191,19 +191,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -212,17 +212,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -241,38 +241,38 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -288,67 +288,67 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -360,28 +360,28 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -394,88 +394,88 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -483,99 +483,99 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -585,49 +585,49 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -637,112 +637,112 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -765,108 +765,108 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -875,137 +875,137 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1021,123 +1021,123 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1149,75 +1149,75 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -1231,215 +1231,215 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -1448,34 +1448,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -1484,170 +1484,170 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1658,63 +1658,63 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -1722,52 +1722,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1785,480 +1785,480 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2267,14 +2267,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -2283,197 +2283,197 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2484,425 +2484,425 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -2913,30 +2913,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.atl b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.atl
index 3a65656..5f1bfee 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.atl
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/src/fr/femtost/disc/eclipse/sysml2vhdlams/atl/transformation/sysml2vhdlams.atl
@@ -1,3 +1,12 @@
+--Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+--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:
+-- Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+
-- @nsURI MMsysml=http://www.topcased.org/2.0/sysML
-- @nsURI MMuml=http://www.eclipse.org/uml2/3.0.0/UML
-- @nsURI MMvhdlams=http://www.femto-st.fr/disc/vhdlams.ecore
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/atl.properties b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/atl.properties
index a79a640..11b5f5d 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/atl.properties
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.atl/test/atl.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
metamodel.source.nsuri=http://www.topcased.org/2.0/sysML
metamodel.source.name=MMsysml
metamodel.source.nsuri2=http://www.eclipse.org/uml2/3.0.0/UML
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/build.properties b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/build.properties
index e9863e2..2d6925a 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/build.properties
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/ExportAction.java b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/ExportAction.java
index dc40802..881ae6c 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/ExportAction.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/ExportAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2vhdlams.ui.actions;
import org.eclipse.core.resources.IFile;
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/GenerateAction.java b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/GenerateAction.java
index a70372a..d619ea3 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/GenerateAction.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/actions/GenerateAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2vhdlams.ui.actions;
import org.eclipse.core.resources.IFile;
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/activator/Activator.java b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/activator/Activator.java
index b98099e..64b7d1c 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/activator/Activator.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/activator/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2vhdlams.ui.activator;
import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/ExportJob.java b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/ExportJob.java
index e6e6cd9..247b769 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/ExportJob.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/ExportJob.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2vhdlams.ui.jobs;
import java.io.IOException;
diff --git a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/GenerateJob.java b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/GenerateJob.java
index cd94883..a66dae4 100644
--- a/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/GenerateJob.java
+++ b/fr.femtost.disc.eclipse.sysml2vhdlams.ui/src/fr/femtost/disc/eclipse/sysml2vhdlams/ui/jobs/GenerateJob.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.sysml2vhdlams.ui.jobs;
import java.io.IOException;
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.feature/build.properties b/fr.femtost.disc.eclipse.vhdlamslibrary.feature/build.properties
index 64f93a9..98eec67 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.feature/build.properties
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.feature/build.properties
@@ -1 +1,11 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
bin.includes = feature.xml
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/build.properties b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/build.properties
index 6c480f3..e3a5001 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/build.properties
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractAction.java b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractAction.java
index a23e04a..9db1e31 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractAction.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary.ui.actions;
import java.util.ArrayList;
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractImportPackageAction.java b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractImportPackageAction.java
index c002fbf..e9b906f 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractImportPackageAction.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/AbstractImportPackageAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary.ui.actions;
import org.eclipse.emf.common.util.URI;
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportIEEEPackageAction.java b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportIEEEPackageAction.java
index 03d09d9..cafb8c0 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportIEEEPackageAction.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportIEEEPackageAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary.ui.actions;
public class ImportIEEEPackageAction extends AbstractImportPackageAction{
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportSIPackageAction.java b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportSIPackageAction.java
index fab68ba..11479a2 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportSIPackageAction.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportSIPackageAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary.ui.actions;
public class ImportSIPackageAction extends AbstractImportPackageAction{
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportVhdlAmsPrimitiveTypesAction.java b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportVhdlAmsPrimitiveTypesAction.java
index 42deded..d8ec6cb 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportVhdlAmsPrimitiveTypesAction.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/actions/ImportVhdlAmsPrimitiveTypesAction.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary.ui.actions;
public class ImportVhdlAmsPrimitiveTypesAction extends AbstractImportPackageAction{
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/activator/Activator.java b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/activator/Activator.java
index 7b29ad8..517d49f 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/activator/Activator.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary.ui/src/fr/femtost/disc/eclipse/vhdlamslibrary/ui/activator/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary.ui.activator;
import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary/build.properties b/fr.femtost.disc.eclipse.vhdlamslibrary/build.properties
index 4a4f551..56f0bd8 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary/build.properties
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary/plugin.properties b/fr.femtost.disc.eclipse.vhdlamslibrary/plugin.properties
index 00facd5..cb8627d 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary/plugin.properties
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamslibrary/src/fr/femtost/disc/eclipse/vhdlamslibrary/Activator.java b/fr.femtost.disc.eclipse.vhdlamslibrary/src/fr/femtost/disc/eclipse/vhdlamslibrary/Activator.java
index 13ae338..ab2eccb 100644
--- a/fr.femtost.disc.eclipse.vhdlamslibrary/src/fr/femtost/disc/eclipse/vhdlamslibrary/Activator.java
+++ b/fr.femtost.disc.eclipse.vhdlamslibrary/src/fr/femtost/disc/eclipse/vhdlamslibrary/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamslibrary;
import org.osgi.framework.BundleActivator;
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/build.properties b/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/build.properties
index baa3b2a..1c059df 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/build.properties
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/plugin.properties b/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/plugin.properties
index dea88e1..3c7ca35 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/plugin.properties
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/build.properties b/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/build.properties
index 10c87a0..9111ac4 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/build.properties
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/plugin.properties b/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/plugin.properties
index 0431df0..691814f 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/plugin.properties
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel/build.properties b/fr.femtost.disc.eclipse.vhdlamsmetamodel/build.properties
index a749437..6386b58 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel/build.properties
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel/plugin.properties b/fr.femtost.disc.eclipse.vhdlamsmetamodel/plugin.properties
index 38cb2ea..87772a8 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel/plugin.properties
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
#
#
diff --git a/fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/Activator.java b/fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/Activator.java
index 82d0152..258ad69 100644
--- a/fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/Activator.java
+++ b/fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/Activator.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+ * 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:
+ * Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+ *******************************************************************************/
package fr.femtost.disc.eclipse.vhdlamsmetamodel;
import org.osgi.framework.BundleActivator;
diff --git a/fr.femtost.disc.sysml2vhdlams.feature/build.properties b/fr.femtost.disc.sysml2vhdlams.feature/build.properties
index 64f93a9..98eec67 100644
--- a/fr.femtost.disc.sysml2vhdlams.feature/build.properties
+++ b/fr.femtost.disc.sysml2vhdlams.feature/build.properties
@@ -1 +1,11 @@
+###############################################################################
+# Copyright (c) 2014 Jean-Marie Gauthier and University of Franche-Comte
+# 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:
+# Jean-Marie Gauthier and University of Franche-Comte - initial API and implementation
+###############################################################################
bin.includes = feature.xml