diff --git a/MQ/histoServer/CbmHistoServer.cxx b/MQ/histoServer/CbmHistoServer.cxx index 11661bbf0f61363a1cdea24b9ae39d7574795d91..f0ab6d8ad1b3704509d2fd1ff33003163a4e7b9e 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 87c3a37ba6a4ab045841248a1edbbf23ddbf433d..ac3c7fa99ce22ddbbea0a5dd54ea4d565ff599e6 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 2f9dbb3392e6af3fa02d58149e47e5e5cb734661..73753384677cbe8a9e1e517ef01f337b8170c504 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 9945adc6e3a1e9e2c7bb4ca6e367a2b1cb1e9459..b2cd3c0cb145996e7f29b2a36f1152a84610a31f 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 5bde5390206b2d074dcb58d347ca040f33135b46..6beb33723fde0c2793dad163a04c066c6a3c1eb7 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 18f5c6fd36f3bcefaf22ed8dc2184ccc9a9c24ad..3836861741f3e94355b0410f4f64d6fc38d1feb6 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 17acd516fac40fa578a6389619360d135f02f2ef..53fdb50127e88c74d008b4899cda049c4a2725df 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 b3a615d8a8ad790827c6ec38de3fe2328ddc87f4..d21203702ace099e9f35d252753f5416083fb10b 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 f4bdfdc16ff63d5d039aada0ec613e9a4598fab4..b5848fe3a3961eeed23842288331a1862b02ae9d 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 697bb62dd9304edcbd4638302ab094dba9d679f7..1a540fff77d3d2d412b72b83fed42dc3a605b240 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 27fb48a8bf8e5cffa95574a4974e938c508e1100..088756e570823f4bcffffab680e5381fa6b68b60 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 0a14253a1ab338327c8f094f09c84dc977eada6b..4a869a25a3c7ae6a0576a9b59aa731d2a1ff0231 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 fa214428dade65a6b4b251e449b4d452363b1c8d..1e493be89b944b7982a1249b62c47579287bba32 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 513f5f924d82e3caeda0c4549d9ed1b8e075fe7d..f162a6a63fee52b65efdb11d7581f8b417ba59c6 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 4804b5e1221806c3110ab042adccec5d90f3fecb..66ab975379fc5ceefcb50dd6e458cb5ff1003c66 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 a176266ea5045d031685ae39c0914818563ad28c..6f5c77d6f2eac20c1a39c854146d29a50afccb50 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 9cdb9416c1b567e3cb6b90f56b4ee901a3f9b7e3..c90aede5977d965c7121597c367b68fe3e248df3 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 1b304ecf358ea3f47ecd5b1c1761b51db61bf20c..cb07240ae68382d4a1477d642b71833a1fd145d4 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 ba4068e147ceea7307b13b7ddf3b2ae69929b9a4..1c3e2ad547751b1c6bcd2c64244edb8e9134e178 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 406df569df75a2469c8134944f16af72f6809804..cc0a5ed50aaf11436fc36aa9a17db2e9a2aac3d7 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 79f4e73d168ca9eb1b2e9e6d9fabd38070cd48bd..a650b92ba8e027a1f548f98c7afcf80ed00df61c 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 cf875e14239417de9d3d119d72081b23364db17b..5446a11d9aa8e195e739471091f63b4208c984bc 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 0c3cad94a6b79dec0cd3e2ea0b6b0555403b29d8..f3c830b34affe452466d76610e8fb8caa795c755 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 2ef12cc3c3ac50df2fc599cb46e3acaf63084b0e..88713d3e184d3bc5baaadf33d31691fe42ac5d3d 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 9f5b5f3eb7ae3656ed2fff21269cf8820ede214f..5732fa7384f9adff2b37b3408aa4b185a4013262 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 8e18009d09f2044d788d4ab996f44bd3bf455a66..0663ad70a326d7c88f7a9d360f73ec7184ebbf6d 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"