commit | 0ee5023b1a9ddf82d247437f9c7cf24286250640 | [log] [tgz] |
---|---|---|
author | jeremie.tatibouet <jeremie.tatibouet@cea.fr> | Fri Sep 02 18:08:55 2016 +0200 |
committer | jeremie.tatibouet <jeremie.tatibouet@cea.fr> | Fri Sep 02 18:08:55 2016 +0200 |
tree | 75d65fe8b08adaed419ed1e26aeeae1b8dea0bb9 | |
parent | 03075682f91d43b567a876507074ca856818da44 [diff] |
[FIX] Add headers for oep.moka.fum.engine.debug Change-Id: I0e4f73ea111e9c7bbe133e7be8cb20aa518ae447 Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr>
diff --git a/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/Activator.java b/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/Activator.java index 7e1164e..1e57b3f 100644 --- a/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/Activator.java +++ b/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/Activator.java
@@ -1,3 +1,16 @@ +/***************************************************************************** + * + * Copyright (c) 2016 CEA LIST. + * + * 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: + * CEA LIST Initial API and implementation + * + *****************************************************************************/ package org.eclipse.papyrus.moka.fmu.engine.debug; import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/FMUDebugDialog.java b/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/FMUDebugDialog.java index f9fffc1..42da231 100644 --- a/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/FMUDebugDialog.java +++ b/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/FMUDebugDialog.java
@@ -1,3 +1,16 @@ +/***************************************************************************** + * + * Copyright (c) 2016 CEA LIST. + * + * 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: + * CEA LIST Initial API and implementation + * + *****************************************************************************/ package org.eclipse.papyrus.moka.fmu.engine.debug; import java.util.HashMap;
diff --git a/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/MokaEngineForFMUDebug.java b/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/MokaEngineForFMUDebug.java index 49d6a3b..c5a07d7 100644 --- a/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/MokaEngineForFMUDebug.java +++ b/bundles/fmi/engines/org.eclipse.papyrus.moka.fmu.engine.debug/src/org/eclipse/papyrus/moka/fmu/engine/debug/MokaEngineForFMUDebug.java
@@ -1,3 +1,16 @@ +/***************************************************************************** + * + * Copyright (c) 2016 CEA LIST. + * + * 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: + * CEA LIST Initial API and implementation + * + *****************************************************************************/ package org.eclipse.papyrus.moka.fmu.engine.debug; import org.eclipse.core.runtime.IProgressMonitor;