| author | Rohit Agrawal | 2012-12-18 03:02:28 (EST) |
|---|---|---|
| committer | Rohit Agrawal | 2012-12-18 03:02:28 (EST) |
| commit | 322f741e6b65e41ffde0f45756d01e788468b104 (patch) (side-by-side diff) | |
| tree | 4ee57d41acb7922860093ee3411f245025b311c0 | |
| parent | c1ca50b9bc9aa757ae4afa1110fdd02f77c699b1 (diff) | |
| download | org.eclipse.etrice-322f741e6b65e41ffde0f45756d01e788468b104.zip org.eclipse.etrice-322f741e6b65e41ffde0f45756d01e788468b104.tar.gz org.eclipse.etrice-322f741e6b65e41ffde0f45756d01e788468b104.tar.bz2 | |
[CQ6589] : Added copyright notesrefs/changes/78/9278/1
1. I authored 100% of the content I contributed
2. I have the rights to donate the content to Eclipse
3. I contribute the content under the EPL
Change-Id: I6de4f364c9b12c74bc90485dcd33ca4c60a90e7b
9 files changed, 15 insertions, 4 deletions
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/AbstractExecutionValidator.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/AbstractExecutionValidator.java index 7c16b7b..b0a2eeb 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/AbstractExecutionValidator.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/AbstractExecutionValidator.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -7,9 +8,9 @@ * CONTRIBUTORS:
* Rohit Agrawal (initial contribution)
*
- *
*******************************************************************************/
+
package org.eclipse.etrice.abstractexec.behavior;
import java.util.List;
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActionCodeAnalyzer.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActionCodeAnalyzer.java index 04d043e..5a00ad4 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActionCodeAnalyzer.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActionCodeAnalyzer.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -7,7 +8,6 @@ * CONTRIBUTORS:
* Rohit Agrawal (initial contribution)
*
- *
*******************************************************************************/
package org.eclipse.etrice.abstractexec.behavior;
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/Activator.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/Activator.java index 860cc13..66c49dc 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/Activator.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/Activator.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -8,6 +9,7 @@ * Rohit Agrawal (initial contribution)
*
*******************************************************************************/
+
package org.eclipse.etrice.abstractexec.behavior;
import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActiveRules.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActiveRules.java index 726fb61..dabe29c 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActiveRules.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActiveRules.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/HandledMessage.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/HandledMessage.java index 0dc4a62..2aa91f1 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/HandledMessage.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/HandledMessage.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -7,9 +8,9 @@ * CONTRIBUTORS:
* Rohit Agrawal (initial contribution)
*
- *
*******************************************************************************/
+
package org.eclipse.etrice.abstractexec.behavior;
import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ProposalGenerator.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ProposalGenerator.java index 5631351..647481c 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ProposalGenerator.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ProposalGenerator.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -8,6 +9,7 @@ * Rohit Agrawal (initial contribution)
*
*******************************************************************************/
+
package org.eclipse.etrice.abstractexec.behavior;
import java.util.HashSet;
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityCheck.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityCheck.java index 96eef05..3f1b3a9 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityCheck.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityCheck.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -7,7 +8,6 @@ * CONTRIBUTORS:
* Rohit Agrawal (initial contribution)
*
- *
*******************************************************************************/
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityValidator.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityValidator.java index 35baa9e..d568aef 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityValidator.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityValidator.java @@ -1,5 +1,6 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -10,6 +11,7 @@ *
*******************************************************************************/
+
package org.eclipse.etrice.abstractexec.behavior;
import java.util.List;
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/SemanticsCheck.java b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/SemanticsCheck.java index 5b68fff..81947f4 100644 --- a/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/SemanticsCheck.java +++ b/plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/SemanticsCheck.java @@ -1,4 +1,5 @@ /*******************************************************************************
+ * Copyright (c) 2012 Rohit Agrawal
* 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
@@ -9,6 +10,7 @@ *
*******************************************************************************/
+
package org.eclipse.etrice.abstractexec.behavior;
import java.util.HashMap;
|

