diff options
author | Thomas Schuetz | 2012-10-07 19:02:18 +0000 |
---|---|---|
committer | Thomas Schuetz | 2012-10-07 20:56:24 +0000 |
commit | 89cb7cc118fbce7b09ea73ff9c807bf2ac76196e (patch) | |
tree | 562e73e4edd64a0e9d1902c39c341535a9d0bcfc /examples | |
parent | 8cd2f041dd31f51f46f2689fe1a8c94c36dbcf7b (diff) | |
download | org.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')
9 files changed, 101 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" diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/release/trafficlight.jar b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/release/trafficlight.jar Binary files differindex 3edcc959c..2d42c2b90 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/release/trafficlight.jar +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/release/trafficlight.jar diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/ButtonActionListener.java b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/ButtonActionListener.java index a8e6a92ff..8c47c64e3 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/ButtonActionListener.java +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/ButtonActionListener.java @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (c) 2012 tieto deutschland gmbh (http://www.tieto.com) + * 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 Jung + *******************************************************************************/ + + package org.eclipse.etrice.tutorials.simulators.trafficlight; diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/Main.java b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/Main.java index 33693c833..a83500d79 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/Main.java +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/Main.java @@ -1,3 +1,17 @@ +/******************************************************************************* + * Copyright (c) 2012 tieto deutschland gmbh (http://www.tieto.com) + * 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 Jung + * Thomas Schuetz + *******************************************************************************/ + + + package org.eclipse.etrice.tutorials.simulators.trafficlight; public class Main { diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/PedastrianLightWnd.java b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/PedastrianLightWnd.java index 372086b2b..7576be396 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/PedastrianLightWnd.java +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/PedastrianLightWnd.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2012 tieto deutschland gmbh (http://www.tieto.com) + * 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 Jung + * Thomas Schuetz + *******************************************************************************/ + + package org.eclipse.etrice.tutorials.simulators.trafficlight; import java.awt.*; import java.io.IOException; diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight2.java b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight2.java index 945080843..3c1f742ab 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight2.java +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight2.java @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (c) 2012 tieto deutschland gmbh (http://www.tieto.com) + * 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 Jung + *******************************************************************************/ + + package org.eclipse.etrice.tutorials.simulators.trafficlight; import java.awt.*; import java.awt.event.*; diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight3.java b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight3.java index aaf94e8d0..21c7715f6 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight3.java +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/TrafficLight3.java @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (c) 2012 tieto deutschland gmbh (http://www.tieto.com) + * 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 Jung + *******************************************************************************/ + + package org.eclipse.etrice.tutorials.simulators.trafficlight; import java.awt.*; import java.awt.event.*; diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/WindowClosingAdapter.java b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/WindowClosingAdapter.java index 68b16287d..ac18b8499 100644 --- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/WindowClosingAdapter.java +++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/src/org/eclipse/etrice/tutorials/simulators/trafficlight/WindowClosingAdapter.java @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (c) 2012 tieto deutschland gmbh (http://www.tieto.com) + * 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 Jung + *******************************************************************************/ + + package org.eclipse.etrice.tutorials.simulators.trafficlight; |