sections) {
this.sections = sections;
}
-}
\ No newline at end of file
+}
diff --git a/src/main/java/rwth/server/pojo/SimulationScenario.java b/src/main/java/rwth/server/pojo/SimulationScenario.java
index 3dbd0d304aa4b11fa26b2ae89cedd6fad680f89c..e3bd2fbf14fc9008866e470b0e93ef45cd8dfd9c 100644
--- a/src/main/java/rwth/server/pojo/SimulationScenario.java
+++ b/src/main/java/rwth/server/pojo/SimulationScenario.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.pojo;
import java.util.List;
diff --git a/src/main/java/rwth/server/simulation/Car.java b/src/main/java/rwth/server/simulation/Car.java
index 5f5297b45e98e320e96d1817b08eaf2399691093..e9dd4d46c8cb22dc5f7b0a445c81c73dd640f5c8 100644
--- a/src/main/java/rwth/server/simulation/Car.java
+++ b/src/main/java/rwth/server/simulation/Car.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import org.apache.commons.math3.linear.RealMatrix;
diff --git a/src/main/java/rwth/server/simulation/ConversionUtils.java b/src/main/java/rwth/server/simulation/ConversionUtils.java
index 3b61acc7020de77ffa3d07d8b092f4e97657a4f9..3434ea99ec68f997fa1033b3b36feea1d25e4cae 100644
--- a/src/main/java/rwth/server/simulation/ConversionUtils.java
+++ b/src/main/java/rwth/server/simulation/ConversionUtils.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import java.util.ArrayList;
diff --git a/src/main/java/rwth/server/simulation/FrameData.java b/src/main/java/rwth/server/simulation/FrameData.java
index 0f85631e9469a97b4ba9aad0b2a5a8aae42ac718..63e8ad1f8183692b15cd3ddf7ff47220806a9a77 100644
--- a/src/main/java/rwth/server/simulation/FrameData.java
+++ b/src/main/java/rwth/server/simulation/FrameData.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import java.util.ArrayList;
diff --git a/src/main/java/rwth/server/simulation/SimVehicle.java b/src/main/java/rwth/server/simulation/SimVehicle.java
index a501ecd3e2e8deb339e062a2e27d2870742fa596..c9b2cc26e5bb4d42dbf77e733c8ad39b8fdea43a 100644
--- a/src/main/java/rwth/server/simulation/SimVehicle.java
+++ b/src/main/java/rwth/server/simulation/SimVehicle.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import rwth.server.pojo.ScenarioTrack;
diff --git a/src/main/java/rwth/server/simulation/SimulationBuffer.java b/src/main/java/rwth/server/simulation/SimulationBuffer.java
index 835cf5dbfae4955b8d2c762e92f04aa64de5a07b..a291656b3d77816732c4fb9994546cc38f126952 100644
--- a/src/main/java/rwth/server/simulation/SimulationBuffer.java
+++ b/src/main/java/rwth/server/simulation/SimulationBuffer.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import java.util.Date;
diff --git a/src/main/java/rwth/server/simulation/SimulationController.java b/src/main/java/rwth/server/simulation/SimulationController.java
index b55346fba5d5dba5c30c30a21f1a53387c706ff0..ee2dd4a8366919619402476b41d28b538c9171a9 100644
--- a/src/main/java/rwth/server/simulation/SimulationController.java
+++ b/src/main/java/rwth/server/simulation/SimulationController.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import commons.controller.commons.Vertex;
diff --git a/src/main/java/rwth/server/simulation/StaticBoxObject.java b/src/main/java/rwth/server/simulation/StaticBoxObject.java
index 9e6992a34b0dfc70251f3f8edca1afea0a4edf19..9eef17cd0349c497129549ac0e8d9f379c16272c 100644
--- a/src/main/java/rwth/server/simulation/StaticBoxObject.java
+++ b/src/main/java/rwth/server/simulation/StaticBoxObject.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation;
import commons.simulation.PhysicalObject;
diff --git a/src/main/java/rwth/server/simulation/adapters/AutoPilot/AutopilotAdapterAsFunctionBlock.java b/src/main/java/rwth/server/simulation/adapters/AutoPilot/AutopilotAdapterAsFunctionBlock.java
index 0b3ce9dcb60f1b29e431e865a17260ed6f6983df..a5933f2d9243e3aaa19bd217f7d35c89c98a403b 100644
--- a/src/main/java/rwth/server/simulation/adapters/AutoPilot/AutopilotAdapterAsFunctionBlock.java
+++ b/src/main/java/rwth/server/simulation/adapters/AutoPilot/AutopilotAdapterAsFunctionBlock.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation.adapters.AutoPilot;
import java.io.Serializable;
@@ -160,4 +161,4 @@ public class AutopilotAdapterAsFunctionBlock implements FunctionBlockInterface {
}
LOG.debug(sb.toString());
}
-}
\ No newline at end of file
+}
diff --git a/src/main/java/rwth/server/simulation/adapters/interfaces/VehicleModel.java b/src/main/java/rwth/server/simulation/adapters/interfaces/VehicleModel.java
index 0eb731b2c333dc1257d53757a28f025c2ef5d046..063b206efd608d402ca846d5f2fbc1880b7ff00b 100644
--- a/src/main/java/rwth/server/simulation/adapters/interfaces/VehicleModel.java
+++ b/src/main/java/rwth/server/simulation/adapters/interfaces/VehicleModel.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation.adapters.interfaces;
import java.rmi.Remote;
diff --git a/src/main/java/rwth/server/simulation/adapters/util/RMIClient.java b/src/main/java/rwth/server/simulation/adapters/util/RMIClient.java
index 73e6eefd657a59e444545c8d7ad625604f7fe164..045b5e3578216a17966ba04dd7140f12e464e037 100644
--- a/src/main/java/rwth/server/simulation/adapters/util/RMIClient.java
+++ b/src/main/java/rwth/server/simulation/adapters/util/RMIClient.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.simulation.adapters.util;
import java.io.Serializable;
diff --git a/src/main/java/rwth/server/upload/ScenarioUpload.java b/src/main/java/rwth/server/upload/ScenarioUpload.java
index 8a8643f782c5635da8e81a2ef126f3fa52c9d303..0fdd5c0013efdfc37837a7a7797c12a22cdad79b 100644
--- a/src/main/java/rwth/server/upload/ScenarioUpload.java
+++ b/src/main/java/rwth/server/upload/ScenarioUpload.java
@@ -1,22 +1,4 @@
-/**
- * ******************************************************************************
- * MontiCAR Modeling Family, www.se-rwth.de
- * Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
- * All rights reserved.
- *
- * This project is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 3.0 of the License, or (at your option) any later version.
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this project. If not, see .
- * *******************************************************************************
- */
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.upload;
import java.io.File;
diff --git a/src/main/java/rwth/server/zone/handlers/LoginHandler.java b/src/main/java/rwth/server/zone/handlers/LoginHandler.java
index 534e648f2a9278555e80de4a492c724222ac3984..589e933239eca1c9331d2c9499cc7dbcde0356a5 100644
--- a/src/main/java/rwth/server/zone/handlers/LoginHandler.java
+++ b/src/main/java/rwth/server/zone/handlers/LoginHandler.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.zone.handlers;
import com.smartfoxserver.bitswarm.sessions.ISession;
@@ -36,4 +37,4 @@ public class LoginHandler extends BaseServerEventHandler {
}
}
-}
\ No newline at end of file
+}
diff --git a/src/test/java/rwth/server/extensions/ZoneExtTest.java b/src/test/java/rwth/server/extensions/ZoneExtTest.java
index cb15ed14c7f1e1b556321934da76df2f7e9a79ab..567f69c750352482febade07fae149f087e3e8e6 100644
--- a/src/test/java/rwth/server/extensions/ZoneExtTest.java
+++ b/src/test/java/rwth/server/extensions/ZoneExtTest.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.extensions;
import org.junit.Test;
@@ -9,4 +10,4 @@ public class ZoneExtTest {
@Test
public void init() {
}
-}
\ No newline at end of file
+}
diff --git a/src/test/java/rwth/server/upload/ScenarioUploadTest.java b/src/test/java/rwth/server/upload/ScenarioUploadTest.java
index eef7ca500572c494cb15eade4c577a36932d068f..cf33671bfa6f33f9925b64bf0a4e54f0ebd49d1b 100644
--- a/src/test/java/rwth/server/upload/ScenarioUploadTest.java
+++ b/src/test/java/rwth/server/upload/ScenarioUploadTest.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package rwth.server.upload;
import com.smartfoxserver.v2.db.DBConfig;
diff --git a/src/test/java/server/PojoTest.java b/src/test/java/server/PojoTest.java
index 0aece9c1b0186978eb53f9249c5cffaf1a24cec8..716212f39d371388cec7012aaefdc8ec6b796eb9 100644
--- a/src/test/java/server/PojoTest.java
+++ b/src/test/java/server/PojoTest.java
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
package server;
import java.util.Arrays;
diff --git a/src/test/resources/Aachen.sim b/src/test/resources/Aachen.sim
index b4b9c497b3adcb7373bc82ecc2653210b8d61a39..0e68119d1ff185a74f1bcd1df2335f044e1001b2 100644
--- a/src/test/resources/Aachen.sim
+++ b/src/test/resources/Aachen.sim
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
sim Aachen {
sim_duration 4h;
diff --git a/src/test/resources/Hamburg.sim b/src/test/resources/Hamburg.sim
index 95cd88a28186a72d34deee102e86dfd80c1b4dfe..16959cd606eb7181742ca9341a09a37f05c8ab08 100644
--- a/src/test/resources/Hamburg.sim
+++ b/src/test/resources/Hamburg.sim
@@ -1,3 +1,4 @@
+/* (c) https://github.com/MontiCore/monticore */
sim Aachen {
sim_duration 4h;