From fefc7c4968531972d07204697db06208e95adf19 Mon Sep 17 00:00:00 2001 From: "Noah.Schick" <noah.schick@in-tech.com> Date: Mon, 21 Aug 2023 14:41:00 +0200 Subject: [PATCH] Update copyright headers --- sim/include/publisherInterface.h | 1 + .../ComponentController/src/componentStateInformation.h | 2 +- .../Parameters_Vehicle/src/parameters_vehicleImpl.h | 1 + .../opSimulation/modules/World_OSI/WorldImplementation.cpp | 6 +++--- .../opSimulation/modules/World_OSI/WorldObjectAdapter.h | 1 + 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sim/include/publisherInterface.h b/sim/include/publisherInterface.h index df4569c88..622d7c746 100644 --- a/sim/include/publisherInterface.h +++ b/sim/include/publisherInterface.h @@ -1,5 +1,6 @@ /******************************************************************************** * Copyright (c) 2020-2021 in-tech GmbH + * 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/sim/src/components/ComponentController/src/componentStateInformation.h b/sim/src/components/ComponentController/src/componentStateInformation.h index f00c82b03..3aac953d2 100644 --- a/sim/src/components/ComponentController/src/componentStateInformation.h +++ b/sim/src/components/ComponentController/src/componentStateInformation.h @@ -1,6 +1,6 @@ /******************************************************************************** * Copyright (c) 2019 in-tech GmbH - * 2022 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) + * 2022-2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/sim/src/components/Parameters_Vehicle/src/parameters_vehicleImpl.h b/sim/src/components/Parameters_Vehicle/src/parameters_vehicleImpl.h index 4589f90f9..30861ac3b 100644 --- a/sim/src/components/Parameters_Vehicle/src/parameters_vehicleImpl.h +++ b/sim/src/components/Parameters_Vehicle/src/parameters_vehicleImpl.h @@ -1,6 +1,7 @@ /******************************************************************************** * Copyright (c) 2016-2017 ITK Engineering GmbH * 2019-2020 in-tech GmbH + * 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/sim/src/core/opSimulation/modules/World_OSI/WorldImplementation.cpp b/sim/src/core/opSimulation/modules/World_OSI/WorldImplementation.cpp index cbb6fb978..35b9892ac 100644 --- a/sim/src/core/opSimulation/modules/World_OSI/WorldImplementation.cpp +++ b/sim/src/core/opSimulation/modules/World_OSI/WorldImplementation.cpp @@ -1,8 +1,8 @@ /******************************************************************************** - * Copyright (c) 2020-2022 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - * 2020 HLRS, University of Stuttgart - * 2016-2017 ITK Engineering GmbH + * Copyright (c) 2016-2017 ITK Engineering GmbH * 2017-2021 in-tech GmbH + * 2020 HLRS, University of Stuttgart + * 2020-2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/sim/src/core/opSimulation/modules/World_OSI/WorldObjectAdapter.h b/sim/src/core/opSimulation/modules/World_OSI/WorldObjectAdapter.h index ea95a1bf0..82b94e20b 100644 --- a/sim/src/core/opSimulation/modules/World_OSI/WorldObjectAdapter.h +++ b/sim/src/core/opSimulation/modules/World_OSI/WorldObjectAdapter.h @@ -1,5 +1,6 @@ /******************************************************************************** * Copyright (c) 2017-2020 in-tech GmbH + * 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at -- GitLab