From c74816d6bf2d4314f8f73899fe3668570a94ea5b Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Fri, 24 Sep 2021 11:55:27 +0200 Subject: [PATCH] Fix license headers in MQ directory Remove wrong license header drom several files which came in by using a template. The code was developed by the respective persons, the license header came in by using a skeleton. --- MQ/histoServer/CbmHistoServer.cxx | 11 ++++------- MQ/histoServer/CbmHistoServer.h | 11 ++++------- MQ/histoServer/CbmMqHistoServer.cxx | 11 ++++------- MQ/histoServer/CbmMqHistoServer.h | 11 ++++------- MQ/histoServer/runCbmHistoServer.cxx | 11 ++++------- MQ/histoServer/runCbmMqHistoServer.cxx | 11 ++++------- MQ/hitbuilder/runHitBuilderTof.cxx | 4 ++-- MQ/mcbm/CbmDeviceMcbmMonitorPulser.cxx | 2 +- MQ/mcbm/CbmDeviceMcbmMonitorPulser.h | 2 +- MQ/monitor/CbmDeviceMonitorPsd.cxx | 4 ++++ MQ/monitor/CbmDeviceMonitorPsd.h | 4 ++++ MQ/monitor/CbmDeviceMonitorReqT0.cxx | 7 +++---- MQ/monitor/CbmDeviceMonitorReqT0.h | 7 +++---- MQ/monitor/CbmDeviceMonitorReqTof.cxx | 7 +++---- MQ/monitor/CbmDeviceMonitorReqTof.h | 7 +++---- MQ/monitor/CbmDeviceMonitorTof.cxx | 4 ++-- MQ/monitor/CbmDeviceMonitorTof.h | 4 ++-- MQ/monitor/runMonitorPsd.cxx | 4 ++++ MQ/monitor/runMonitorReqT0.cxx | 7 +++---- MQ/monitor/runMonitorReqTof.cxx | 7 +++---- MQ/source/CbmMQTsSamplerRepReq.cxx | 7 +++---- MQ/source/CbmMQTsSamplerRepReq.h | 7 +++---- MQ/source/CbmTsConsumerReqDevExample.cxx | 7 +++---- MQ/source/CbmTsConsumerReqDevExample.h | 7 +++---- MQ/source/runTsConsumerReqExample.cxx | 7 +++---- MQ/source/runTsSamplerRepReq.cxx | 7 +++---- 26 files changed, 80 insertions(+), 98 deletions(-) diff --git a/MQ/histoServer/CbmHistoServer.cxx b/MQ/histoServer/CbmHistoServer.cxx index 11661bbf0f..f0ab6d8ad1 100644 --- a/MQ/histoServer/CbmHistoServer.cxx +++ b/MQ/histoServer/CbmHistoServer.cxx @@ -1,10 +1,7 @@ -/******************************************************************************** - * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * - * * - * This software is distributed under the terms of the * - * GNU Lesser General Public Licence (LGPL) version 3, * - * copied verbatim in the file "LICENSE" * - ********************************************************************************/ +/* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Florian Uhlig [committer] */ + #include "CbmHistoServer.h" #include <mutex> diff --git a/MQ/histoServer/CbmHistoServer.h b/MQ/histoServer/CbmHistoServer.h index 87c3a37ba6..ac3c7fa99c 100644 --- a/MQ/histoServer/CbmHistoServer.h +++ b/MQ/histoServer/CbmHistoServer.h @@ -1,10 +1,7 @@ -/******************************************************************************** - * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * - * * - * This software is distributed under the terms of the * - * GNU Lesser General Public Licence (LGPL) version 3, * - * copied verbatim in the file "LICENSE" * - ********************************************************************************/ +/* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Florian Uhlig [committer] */ + #ifndef FAIRMQEXHISTOSERVER #define FAIRMQEXHISTOSERVER diff --git a/MQ/histoServer/CbmMqHistoServer.cxx b/MQ/histoServer/CbmMqHistoServer.cxx index 2f9dbb3392..7375338467 100644 --- a/MQ/histoServer/CbmMqHistoServer.cxx +++ b/MQ/histoServer/CbmMqHistoServer.cxx @@ -1,10 +1,7 @@ -/******************************************************************************** - * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * - * * - * This software is distributed under the terms of the * - * GNU Lesser General Public Licence (LGPL) version 3, * - * copied verbatim in the file "LICENSE" * - ********************************************************************************/ +/* Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ + #include "CbmMqHistoServer.h" #include "CbmFlesCanvasTools.h" diff --git a/MQ/histoServer/CbmMqHistoServer.h b/MQ/histoServer/CbmMqHistoServer.h index 9945adc6e3..b2cd3c0cb1 100644 --- a/MQ/histoServer/CbmMqHistoServer.h +++ b/MQ/histoServer/CbmMqHistoServer.h @@ -1,10 +1,7 @@ -/******************************************************************************** - * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * - * * - * This software is distributed under the terms of the * - * GNU Lesser General Public Licence (LGPL) version 3, * - * copied verbatim in the file "LICENSE" * - ********************************************************************************/ +/* Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ + #ifndef CBMMQHISTOSERVER_H #define CBMMQHISTOSERVER_H diff --git a/MQ/histoServer/runCbmHistoServer.cxx b/MQ/histoServer/runCbmHistoServer.cxx index 5bde539020..6beb33723f 100644 --- a/MQ/histoServer/runCbmHistoServer.cxx +++ b/MQ/histoServer/runCbmHistoServer.cxx @@ -1,10 +1,7 @@ -/******************************************************************************** - * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * - * * - * This software is distributed under the terms of the * - * GNU Lesser General Public Licence (LGPL) version 3, * - * copied verbatim in the file "LICENSE" * - ********************************************************************************/ +/* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Florian Uhlig [committer] */ + #include "CbmHistoServer.h" #include <memory> diff --git a/MQ/histoServer/runCbmMqHistoServer.cxx b/MQ/histoServer/runCbmMqHistoServer.cxx index 18f5c6fd36..3836861741 100644 --- a/MQ/histoServer/runCbmMqHistoServer.cxx +++ b/MQ/histoServer/runCbmMqHistoServer.cxx @@ -1,10 +1,7 @@ -/******************************************************************************** - * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * - * * - * This software is distributed under the terms of the * - * GNU Lesser General Public Licence (LGPL) version 3, * - * copied verbatim in the file "LICENSE" * - ********************************************************************************/ +/* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ + #include "CbmMqHistoServer.h" #include <memory> diff --git a/MQ/hitbuilder/runHitBuilderTof.cxx b/MQ/hitbuilder/runHitBuilderTof.cxx index 17acd516fa..53fdb50127 100644 --- a/MQ/hitbuilder/runHitBuilderTof.cxx +++ b/MQ/hitbuilder/runHitBuilderTof.cxx @@ -1,6 +1,6 @@ -/* Copyright (C) 2018-2019 PI-UHd, GSI +/* Copyright (C) 2018-2019 PI-UHd/GSI, Heidelberg/Darmstadt SPDX-License-Identifier: GPL-3.0-only - Authors: Norbert Herrmann */ + Authors: Norbert Herrmann [committer] */ #include "CbmDeviceHitBuilderTof.h" diff --git a/MQ/mcbm/CbmDeviceMcbmMonitorPulser.cxx b/MQ/mcbm/CbmDeviceMcbmMonitorPulser.cxx index b3a615d8a8..d21203702a 100644 --- a/MQ/mcbm/CbmDeviceMcbmMonitorPulser.cxx +++ b/MQ/mcbm/CbmDeviceMcbmMonitorPulser.cxx @@ -1,6 +1,6 @@ /* Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt SPDX-License-Identifier: GPL-3.0-only - Authors: Pierre-Alain Loizeau */ + Authors: Pierre-Alain Loizeau [committer] */ /** * CbmDeviceMcbmMonitorPulser.cxx diff --git a/MQ/mcbm/CbmDeviceMcbmMonitorPulser.h b/MQ/mcbm/CbmDeviceMcbmMonitorPulser.h index f4bdfdc16f..b5848fe3a3 100644 --- a/MQ/mcbm/CbmDeviceMcbmMonitorPulser.h +++ b/MQ/mcbm/CbmDeviceMcbmMonitorPulser.h @@ -1,6 +1,6 @@ /* Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt SPDX-License-Identifier: GPL-3.0-only - Authors: Pierre-Alain Loizeau */ + Authors: Pierre-Alain Loizeau [committer] */ /** * CbmDeviceMcbmMonitorPulser.h diff --git a/MQ/monitor/CbmDeviceMonitorPsd.cxx b/MQ/monitor/CbmDeviceMonitorPsd.cxx index 697bb62dd9..1a540fff77 100644 --- a/MQ/monitor/CbmDeviceMonitorPsd.cxx +++ b/MQ/monitor/CbmDeviceMonitorPsd.cxx @@ -1,3 +1,7 @@ +/* Copyright (C) 2021 Institute for Nuclear Research, Moscow + SPDX-License-Identifier: GPL-3.0-only + Authors: Nikolay Karpushkin [committer] */ + /** * CbmDeviceMonitorPsd.cxx * diff --git a/MQ/monitor/CbmDeviceMonitorPsd.h b/MQ/monitor/CbmDeviceMonitorPsd.h index 27fb48a8bf..088756e570 100644 --- a/MQ/monitor/CbmDeviceMonitorPsd.h +++ b/MQ/monitor/CbmDeviceMonitorPsd.h @@ -1,3 +1,7 @@ +/* Copyright (C) 2021 Institute for Nuclear Research, Moscow + SPDX-License-Identifier: GPL-3.0-only + Authors: Nikolay Karpushkin [committer] */ + /** * CbmDeviceMonitorPsd.h * diff --git a/MQ/monitor/CbmDeviceMonitorReqT0.cxx b/MQ/monitor/CbmDeviceMonitorReqT0.cxx index 0a14253a1a..4a869a25a3 100644 --- a/MQ/monitor/CbmDeviceMonitorReqT0.cxx +++ b/MQ/monitor/CbmDeviceMonitorReqT0.cxx @@ -1,7 +1,6 @@ -/** @file CbmDeviceMonitorReqT0.cxx - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmDeviceMonitorReqT0.h" diff --git a/MQ/monitor/CbmDeviceMonitorReqT0.h b/MQ/monitor/CbmDeviceMonitorReqT0.h index fa214428da..1e493be89b 100644 --- a/MQ/monitor/CbmDeviceMonitorReqT0.h +++ b/MQ/monitor/CbmDeviceMonitorReqT0.h @@ -1,7 +1,6 @@ -/** @file CbmDeviceMonitorReqT0.h - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #ifndef CBMDEVICEMONITORREQT0_H_ #define CBMDEVICEMONITORREQT0_H_ diff --git a/MQ/monitor/CbmDeviceMonitorReqTof.cxx b/MQ/monitor/CbmDeviceMonitorReqTof.cxx index 513f5f924d..f162a6a63f 100644 --- a/MQ/monitor/CbmDeviceMonitorReqTof.cxx +++ b/MQ/monitor/CbmDeviceMonitorReqTof.cxx @@ -1,7 +1,6 @@ -/** @file CbmDeviceMonitorReqTof.cxx - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmDeviceMonitorReqTof.h" diff --git a/MQ/monitor/CbmDeviceMonitorReqTof.h b/MQ/monitor/CbmDeviceMonitorReqTof.h index 4804b5e122..66ab975379 100644 --- a/MQ/monitor/CbmDeviceMonitorReqTof.h +++ b/MQ/monitor/CbmDeviceMonitorReqTof.h @@ -1,7 +1,6 @@ -/** @file CbmDeviceMonitorReqTof.h - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #ifndef CBMDEVICEMONITORREQTOF_H_ #define CBMDEVICEMONITORREQTOF_H_ diff --git a/MQ/monitor/CbmDeviceMonitorTof.cxx b/MQ/monitor/CbmDeviceMonitorTof.cxx index a176266ea5..6f5c77d6f2 100644 --- a/MQ/monitor/CbmDeviceMonitorTof.cxx +++ b/MQ/monitor/CbmDeviceMonitorTof.cxx @@ -1,6 +1,6 @@ -/* Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt +/* Copyright (C) 2020-2021 Facility for Antiproton and Ion Research in Europe, Darmstadt SPDX-License-Identifier: GPL-3.0-only - Authors: Pierre-Alain Loizeau */ + Authors: Pierre-Alain Loizeau [committer] */ /** * CbmDeviceMonitorTof.cxx diff --git a/MQ/monitor/CbmDeviceMonitorTof.h b/MQ/monitor/CbmDeviceMonitorTof.h index 9cdb9416c1..c90aede597 100644 --- a/MQ/monitor/CbmDeviceMonitorTof.h +++ b/MQ/monitor/CbmDeviceMonitorTof.h @@ -1,6 +1,6 @@ -/* Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt +/* Copyright (C) 2020-2021 Facility for Antiproton and Ion Research in Europe, Darmstadt SPDX-License-Identifier: GPL-3.0-only - Authors: Pierre-Alain Loizeau */ + Authors: Pierre-Alain Loizeau [committer] */ /** * CbmDeviceMonitorTof.h diff --git a/MQ/monitor/runMonitorPsd.cxx b/MQ/monitor/runMonitorPsd.cxx index 1b304ecf35..cb07240ae6 100644 --- a/MQ/monitor/runMonitorPsd.cxx +++ b/MQ/monitor/runMonitorPsd.cxx @@ -1,3 +1,7 @@ +/* Copyright (C) 2021 Institute for Nuclear Research, Moscow + SPDX-License-Identifier: GPL-3.0-only + Authors: Nikolay Karpushkin [committer] */ + #include "CbmDeviceMonitorPsd.h" #include <iomanip> diff --git a/MQ/monitor/runMonitorReqT0.cxx b/MQ/monitor/runMonitorReqT0.cxx index ba4068e147..1c3e2ad547 100644 --- a/MQ/monitor/runMonitorReqT0.cxx +++ b/MQ/monitor/runMonitorReqT0.cxx @@ -1,7 +1,6 @@ -/** @file runMonitorReqT0.cxx - * @copyright Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmDeviceMonitorReqT0.h" diff --git a/MQ/monitor/runMonitorReqTof.cxx b/MQ/monitor/runMonitorReqTof.cxx index 406df569df..cc0a5ed50a 100644 --- a/MQ/monitor/runMonitorReqTof.cxx +++ b/MQ/monitor/runMonitorReqTof.cxx @@ -1,7 +1,6 @@ -/** @file runMonitorReqTof.cxx - * @copyright Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmDeviceMonitorReqTof.h" diff --git a/MQ/source/CbmMQTsSamplerRepReq.cxx b/MQ/source/CbmMQTsSamplerRepReq.cxx index 79f4e73d16..a650b92ba8 100644 --- a/MQ/source/CbmMQTsSamplerRepReq.cxx +++ b/MQ/source/CbmMQTsSamplerRepReq.cxx @@ -1,7 +1,6 @@ -/** @file CbmMQTsSamplerRepReq.cxx - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmMQTsSamplerRepReq.h" diff --git a/MQ/source/CbmMQTsSamplerRepReq.h b/MQ/source/CbmMQTsSamplerRepReq.h index cf875e1423..5446a11d9a 100644 --- a/MQ/source/CbmMQTsSamplerRepReq.h +++ b/MQ/source/CbmMQTsSamplerRepReq.h @@ -1,7 +1,6 @@ -/** @file CbmMQTsSamplerRepReq.h - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ /******** * TODO: diff --git a/MQ/source/CbmTsConsumerReqDevExample.cxx b/MQ/source/CbmTsConsumerReqDevExample.cxx index 0c3cad94a6..f3c830b34a 100644 --- a/MQ/source/CbmTsConsumerReqDevExample.cxx +++ b/MQ/source/CbmTsConsumerReqDevExample.cxx @@ -1,7 +1,6 @@ -/** @file CbmTsConsumerReqDevExample.cxx - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmTsConsumerReqDevExample.h" diff --git a/MQ/source/CbmTsConsumerReqDevExample.h b/MQ/source/CbmTsConsumerReqDevExample.h index 2ef12cc3c3..88713d3e18 100644 --- a/MQ/source/CbmTsConsumerReqDevExample.h +++ b/MQ/source/CbmTsConsumerReqDevExample.h @@ -1,7 +1,6 @@ -/** @file CbmTsConsumerReqDevExample.h - * @copyright Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #ifndef CBMTSCONSUMERREQDEVEXPL_H_ #define CBMTSCONSUMERREQDEVEXPL_H_ diff --git a/MQ/source/runTsConsumerReqExample.cxx b/MQ/source/runTsConsumerReqExample.cxx index 9f5b5f3eb7..5732fa7384 100644 --- a/MQ/source/runTsConsumerReqExample.cxx +++ b/MQ/source/runTsConsumerReqExample.cxx @@ -1,7 +1,6 @@ -/** @file runTsConsumerReqExample.cxx - * @copyright Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmTsConsumerReqDevExample.h" diff --git a/MQ/source/runTsSamplerRepReq.cxx b/MQ/source/runTsSamplerRepReq.cxx index 8e18009d09..0663ad70a3 100644 --- a/MQ/source/runTsSamplerRepReq.cxx +++ b/MQ/source/runTsSamplerRepReq.cxx @@ -1,7 +1,6 @@ -/** @file runTsSamplerRepReq.cxx - * @copyright Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt - * @license SPDX-License-Identifier: GPL-3.0-only - * @authors Pierre-Alain Loizeau [orginator] **/ +/* Copyright (C) 2021 Facility for Antiproton and Ion Research in Europe, Darmstadt + SPDX-License-Identifier: GPL-3.0-only + Authors: Pierre-Alain Loizeau [committer] */ #include "CbmMQTsSamplerRepReq.h" -- GitLab