From aa11d6dde351411a8fd27f5373338d3c99b073ec Mon Sep 17 00:00:00 2001 From: Lukas Goll <lukas.goll@arrk-engineering.com> Date: Thu, 14 Oct 2021 11:49:57 +0200 Subject: [PATCH] correct header Signed-off-by: Lukas Goll <lukas.goll@arrk-engineering.com> --- cmake/install_xmlSchemas.cmake | 2 +- sim/src/components/Algorithm_FmuWrapper/src/fmuFileHelper.h | 2 +- sim/src/core/opSimulation/importer/importerCommon.cpp | 2 +- sim/src/core/opSimulation/importer/importerCommon.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/install_xmlSchemas.cmake b/cmake/install_xmlSchemas.cmake index 2db481083..caa8b2cd0 100644 --- a/cmake/install_xmlSchemas.cmake +++ b/cmake/install_xmlSchemas.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2021 Arrk Engineering +# Copyright (c) 2021 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 diff --git a/sim/src/components/Algorithm_FmuWrapper/src/fmuFileHelper.h b/sim/src/components/Algorithm_FmuWrapper/src/fmuFileHelper.h index a82f79739..9886f959c 100644 --- a/sim/src/components/Algorithm_FmuWrapper/src/fmuFileHelper.h +++ b/sim/src/components/Algorithm_FmuWrapper/src/fmuFileHelper.h @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright (c) 2021 Arrk Engineering +* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * * * This program and the accompanying materials are made diff --git a/sim/src/core/opSimulation/importer/importerCommon.cpp b/sim/src/core/opSimulation/importer/importerCommon.cpp index 74bb4b0ca..03ddfb157 100644 --- a/sim/src/core/opSimulation/importer/importerCommon.cpp +++ b/sim/src/core/opSimulation/importer/importerCommon.cpp @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021 Arrk Engineering + * Copyright (c) 2021 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/importer/importerCommon.h b/sim/src/core/opSimulation/importer/importerCommon.h index 53c390f7a..92a81eac1 100644 --- a/sim/src/core/opSimulation/importer/importerCommon.h +++ b/sim/src/core/opSimulation/importer/importerCommon.h @@ -1,6 +1,6 @@ /******************************************************************************** * Copyright (c) 2021 in-tech GmbH - * 2021 Arrk Engineering + * 2021 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