Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-10-07 19:02:18 +0000
committerThomas Schuetz2012-10-07 20:56:24 +0000
commit89cb7cc118fbce7b09ea73ff9c807bf2ac76196e (patch)
tree562e73e4edd64a0e9d1902c39c341535a9d0bcfc /examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example
parent8cd2f041dd31f51f46f2689fe1a8c94c36dbcf7b (diff)
downloadorg.eclipse.etrice-89cb7cc118fbce7b09ea73ff9c807bf2ac76196e.tar.gz
org.eclipse.etrice-89cb7cc118fbce7b09ea73ff9c807bf2ac76196e.tar.xz
org.eclipse.etrice-89cb7cc118fbce7b09ea73ff9c807bf2ac76196e.zip
[tutorials.simulators.trafficlight] added EPL header
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example')
-rw-r--r--examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.config13
-rw-r--r--examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room13
2 files changed, 26 insertions, 0 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.config b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.config
index 4b6e02dca..2bacc19f3 100644
--- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.config
+++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.config
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2012 protos software gmbh (http://www.protos.de).
+ * 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:
+ * Thomas Schuetz (initial contribution)
+ *
+ *******************************************************************************/
+
+
import trafficlight.example.* from "trafficlight.example.room"
ActorInstanceConfig SSTraffic/application/light1{
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room
index f2bf2eb55..61172e3ee 100644
--- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room
+++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2012 protos software gmbh (http://www.protos.de).
+ * 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:
+ * Thomas Schuetz (initial contribution)
+ *
+ *******************************************************************************/
+
+
RoomModel trafficlight.example {
import room.basic.types.* from "../../org.eclipse.etrice.modellib.java/models/Types.room"

Back to the top