Skip to content

Commit d665877

Browse files
committed
Fixing header copyright
(in both java and xtend files)
1 parent 64fbcf6 commit d665877

File tree

131 files changed

+1308
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+1308
-11
lines changed

framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/src/org/gemoc/executionframework/engine/ui/debug/AnnotationMutableFieldExtractor.xtend

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
package org.gemoc.executionframework.engine.ui.debug
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
11+
package org.gemoc.executionframework.engine.ui.debug
212

313
import java.text.DecimalFormat
414
import java.text.NumberFormat

framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/src/org/gemoc/executionframework/engine/ui/debug/IntrospectiveMutableFieldExtractor.xtend

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
package org.gemoc.executionframework.engine.ui.debug
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
11+
package org.gemoc.executionframework.engine.ui.debug
212

313
import java.util.ArrayList
414
import java.util.Arrays

framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/src/org/gemoc/executionframework/engine/ui/debug/MutableFieldNameProvider.xtend

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
package org.gemoc.executionframework.engine.ui.debug
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
11+
package org.gemoc.executionframework.engine.ui.debug
212

313
import org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider;
414
import org.eclipse.xtext.naming.QualifiedName;

framework/execution_framework/plugins/org.gemoc.executionframework.engine/src/org/gemoc/executionframework/engine/core/AbstractCommandBasedSequentialExecutionEngine.xtend

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
package org.gemoc.executionframework.engine.core
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
11+
package org.gemoc.executionframework.engine.core
212

313
import org.eclipse.emf.transaction.RecordingCommand
414

framework/execution_framework/plugins/org.gemoc.executionframework.engine/src/org/gemoc/executionframework/engine/core/SequentialExecutionException.xtend

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
package org.gemoc.executionframework.engine.core;
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
11+
package org.gemoc.executionframework.engine.core;
212

313
import fr.inria.diverse.trace.commons.model.trace.MSEOccurrence
414
import org.eclipse.emf.transaction.RollbackException

framework/framework_commons/plugins/org.gemoc.executionframework.reflectivetrace.model/src/gemoc_execution_trace/Branch.java

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
/**
2-
*/
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
11+
312
package gemoc_execution_trace;
413

514
import org.eclipse.emf.common.util.EList;

framework/framework_commons/plugins/org.gemoc.executionframework.reflectivetrace.model/src/gemoc_execution_trace/Choice.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
111
/**
212
*/
313
package gemoc_execution_trace;

framework/framework_commons/plugins/org.gemoc.executionframework.reflectivetrace.model/src/gemoc_execution_trace/ContextState.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
111
/**
212
*/
313
package gemoc_execution_trace;

framework/framework_commons/plugins/org.gemoc.executionframework.reflectivetrace.model/src/gemoc_execution_trace/ExecutionTraceModel.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
111
/**
212
*/
313
package gemoc_execution_trace;

framework/framework_commons/plugins/org.gemoc.executionframework.reflectivetrace.model/src/gemoc_execution_trace/Gemoc_execution_traceFactory.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2016 Inria and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Inria - initial API and implementation
10+
*******************************************************************************/
111
/**
212
*/
313
package gemoc_execution_trace;

0 commit comments

Comments
 (0)