From 1118b3dc74c98615c621229e1655e61282e7dcf8 Mon Sep 17 00:00:00 2001 From: Philipp Basler Date: Tue, 27 Apr 2021 22:31:55 +0200 Subject: [PATCH] Added/Rewrote licence using reuse tool --- .github/workflows/dev-ci.yml | 4 ++++ .github/workflows/doc.yml | 4 ++++ .github/workflows/master-ci.yml | 4 ++++ .gitignore | 4 ++++ CMakeLists.txt | 4 ++++ Changelog.md | 6 +++++ Contributing.md | 6 +++++ README.md | 5 ++++ include/BSMPT/Kfactors/Kfactors.h | 22 ++++------------- .../Kfactors/Kfactors_grid/Kfunctions_grid.h | 22 ++++------------- .../Kfactors_grid/KtildeInterpolation.h | 22 ++++------------- .../BSMPT/Kfactors/KfactorsinterpolatedGSL.h | 22 ++++------------- .../ThermalFunctions/NegativeBosonSpline.h | 22 ++++------------- .../BSMPT/ThermalFunctions/ThermalFunctions.h | 22 ++++------------- .../BSMPT/WallThickness/WallThicknessLib.h | 22 ++++------------- .../baryo_calculation/CalculateEtaInterface.h | 22 ++++------------- .../baryo_calculation/Fluid_Type/bot_source.h | 22 ++++------------- .../baryo_calculation/Fluid_Type/gen_calc.h | 22 ++++------------- .../Fluid_Type/gen_func_fluid.h | 22 ++++------------- .../baryo_calculation/Fluid_Type/tau_source.h | 22 ++++------------- .../baryo_calculation/Fluid_Type/top_source.h | 22 ++++------------- .../baryo_calculation/transport_equations.h | 23 ++++-------------- .../minimizer/LibCMAES/MinimizeLibCMAES.h | 22 ++++------------- .../BSMPT/minimizer/LibNLOPT/MinimizeNLOPT.h | 4 ++++ include/BSMPT/minimizer/MinimizeGSL.h | 22 ++++------------- include/BSMPT/minimizer/MinimizePlane.h | 4 ++++ include/BSMPT/minimizer/Minimizer.h | 22 ++++------------- include/BSMPT/models/ClassPotentialC2HDM.h | 22 ++++------------- include/BSMPT/models/ClassPotentialCxSM.h | 22 ++++------------- include/BSMPT/models/ClassPotentialOrigin.h | 22 ++++------------- include/BSMPT/models/ClassPotentialR2HDM.h | 22 ++++------------- include/BSMPT/models/ClassPotentialRN2HDM.h | 22 ++++------------- include/BSMPT/models/ClassTemplate.h | 22 ++++------------- include/BSMPT/models/IncludeAllModels.h | 22 ++++------------- include/BSMPT/models/ModelTestfunctions.h | 4 ++++ include/BSMPT/models/SMparam.h | 22 ++++------------- include/BSMPT/utility.h | 22 ++++------------- sh/prepareData_C2HDM.py | 4 ++++ sh/prepareData_N2HDM.py | 4 ++++ sh/prepareData_R2HDM.py | 4 ++++ src/CMakeLists.txt | 4 ++++ src/Kfactors/CMakeLists.txt | 4 ++++ src/Kfactors/Kfactors.cpp | 22 ++++------------- src/Kfactors/KfactorsinterpolatedGSL.cpp | 22 ++++------------- src/Kfactors/Kfunctions_grid_Part1.cpp | 22 ++++------------- src/Kfactors/Kfunctions_grid_Part2.cpp | 22 ++++------------- src/ThermalFunctions/CMakeLists.txt | 4 ++++ src/ThermalFunctions/ThermalFunctions.cpp | 22 ++++------------- src/WallThickness/CMakeLists.txt | 4 ++++ src/WallThickness/WallThicknessLib.cpp | 22 ++++------------- src/baryo_calculation/CMakeLists.txt | 4 ++++ .../CalculateEtaInterface.cpp | 22 ++++------------- .../Fluid_Type/bot_source.cpp | 22 ++++------------- src/baryo_calculation/Fluid_Type/gen_calc.cpp | 22 ++++------------- .../Fluid_Type/gen_func_fluid.cpp | 22 ++++------------- .../Fluid_Type/tau_source.cpp | 22 ++++------------- .../Fluid_Type/top_source.cpp | 22 ++++------------- src/baryo_calculation/transport_equations.cpp | 22 ++++------------- src/minimizer/CMakeLists.txt | 4 ++++ src/minimizer/LibCMAES/MinimizeLibCMAES.cpp | 22 ++++------------- src/minimizer/LibNLOPT/MinimizeNLOPT.cpp | 4 ++++ src/minimizer/Minfunc_gen.cpp | 22 ++++------------- src/minimizer/MinimizeGSL.cpp | 22 ++++------------- src/minimizer/MinimizePlane.cpp | 22 ++++------------- src/minimizer/Minimizer.cpp | 23 ++++-------------- src/models/CMakeLists.txt | 4 ++++ src/models/ClassPotentialC2HDM.cpp | 22 ++++------------- src/models/ClassPotentialCxSM.cpp | 22 ++++------------- src/models/ClassPotentialOrigin.cpp | 22 ++++------------- .../ClassPotentialOrigin_deprecated.cpp | 22 ++++------------- src/models/ClassPotentialR2HDM.cpp | 22 ++++------------- src/models/ClassPotentialRN2HDM.cpp | 22 ++++------------- src/models/ClassTemplate.cpp | 22 ++++------------- src/models/IncludeAllModels.cpp | 22 ++++------------- src/models/ModelTestfunctions.cpp | 4 ++++ src/models/SMparam.h | 22 ++++------------- src/prog/BSMPT.cpp | 24 ++++--------------- src/prog/CalcCT.cpp | 24 ++++--------------- src/prog/Calc_eta_fluid.cpp | 4 ++++ src/prog/CalculateEWBG.cpp | 24 ++++--------------- src/prog/CreateMuGrid.cpp | 24 ++++--------------- src/prog/Kfactor_grid.cpp | 24 ++++--------------- src/prog/NLOVEV.cpp | 22 ++++------------- src/prog/Plot1D.cpp | 4 ++++ src/prog/PlotEWBG_nL.cpp | 24 ++++--------------- src/prog/PlotEWBG_vw.cpp | 24 ++++--------------- src/prog/Test.cpp | 24 ++++--------------- src/prog/TestNewKheader.cpp | 4 ++++ src/prog/TripleHiggsNLO.cpp | 24 ++++--------------- src/prog/TwoStepScan.cpp | 4 ++++ src/prog/VEVEVO.cpp | 24 ++++--------------- src/prog/WallThickness.cpp | 24 ++++--------------- src/utility.cpp | 19 ++++----------- tests/CMakeLists.txt | 4 ++++ tests/GenerateTestCompares/C2HDM.cpp | 4 ++++ tests/GenerateTestCompares/C2HDM.h | 4 ++++ tests/GenerateTestCompares/R2HDM.cpp | 4 ++++ tests/GenerateTestCompares/R2HDM.h | 4 ++++ tests/GenerateTestCompares/RN2HDM.cpp | 4 ++++ tests/GenerateTestCompares/RN2HDM.h | 4 ++++ tests/Test-c2hdm.cpp | 4 ++++ tests/Test-general.cpp | 4 ++++ tests/Test-r2hdm.cpp | 4 ++++ tests/Test-rn2hdm.cpp | 4 ++++ tests/catch.cpp | 4 ++++ tools/cmake/Catch.cmake | 4 ++++ tools/cmake/CatchAddTests.cmake | 4 ++++ tools/cmake/FindEigen3.cmake | 4 +++- tools/cmake/GetCMAES.cmake | 4 ++++ 109 files changed, 441 insertions(+), 1209 deletions(-) diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index def3cfaa..0b02f05f 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + name: develop CI on: diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 622cd30f..b338f9d1 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + name: Doxygen Deploy on: diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index b7441a6a..c06d84ed 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + name: master CI on: diff --git a/.gitignore b/.gitignore index f9eb004c..7ac79230 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + build .vscode diff --git a/CMakeLists.txt b/CMakeLists.txt index 63d7d751..9f7e4925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + cmake_minimum_required(VERSION 3.13) project( BSMPT diff --git a/Changelog.md b/Changelog.md index c607bc09..eb8480b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ + + # Changelog # 2020/07/06: Release of v2.0 diff --git a/Contributing.md b/Contributing.md index bb3a6876..5def3493 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,3 +1,9 @@ + + To contribute to BSMPT follow the given procedure - Fork the BSMPT Repository diff --git a/README.md b/README.md index 7e8530c6..d75ec714 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + Program: BSMPT version 2.1 diff --git a/include/BSMPT/Kfactors/Kfactors.h b/include/BSMPT/Kfactors/Kfactors.h index 2fbe8b48..f0718cdb 100644 --- a/include/BSMPT/Kfactors/Kfactors.h +++ b/include/BSMPT/Kfactors/Kfactors.h @@ -1,21 +1,7 @@ -/* - * Kfactors.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/include/BSMPT/Kfactors/Kfactors_grid/Kfunctions_grid.h b/include/BSMPT/Kfactors/Kfactors_grid/Kfunctions_grid.h index df0826dd..f1f02545 100644 --- a/include/BSMPT/Kfactors/Kfactors_grid/Kfunctions_grid.h +++ b/include/BSMPT/Kfactors/Kfactors_grid/Kfunctions_grid.h @@ -1,21 +1,7 @@ -/* -* ../include/BSMPT/Kfactors/Kfactors_grid/Kfunctions_grid.h -* -* Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/Kfactors/Kfactors_grid/KtildeInterpolation.h b/include/BSMPT/Kfactors/Kfactors_grid/KtildeInterpolation.h index efce6e26..ac3e23c4 100644 --- a/include/BSMPT/Kfactors/Kfactors_grid/KtildeInterpolation.h +++ b/include/BSMPT/Kfactors/Kfactors_grid/KtildeInterpolation.h @@ -1,21 +1,7 @@ -/* - * KtildeInterpolation.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef SRC_BARYO_CALCULATION_KFACTORS_GRID_KtildeInterpolation_H_ #define SRC_BARYO_CALCULATION_KFACTORS_GRID_KtildeInterpolation_H_ diff --git a/include/BSMPT/Kfactors/KfactorsinterpolatedGSL.h b/include/BSMPT/Kfactors/KfactorsinterpolatedGSL.h index e5a6ab87..f0d7a2a7 100644 --- a/include/BSMPT/Kfactors/KfactorsinterpolatedGSL.h +++ b/include/BSMPT/Kfactors/KfactorsinterpolatedGSL.h @@ -1,21 +1,7 @@ -/* - * KfactorsinterpolatedGSL.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef SRC_BARYO_CALCULATION_KFACTORSINTERPOLATEDGSL_H_ #define SRC_BARYO_CALCULATION_KFACTORSINTERPOLATEDGSL_H_ diff --git a/include/BSMPT/ThermalFunctions/NegativeBosonSpline.h b/include/BSMPT/ThermalFunctions/NegativeBosonSpline.h index 72ade5d2..19c0f18f 100644 --- a/include/BSMPT/ThermalFunctions/NegativeBosonSpline.h +++ b/include/BSMPT/ThermalFunctions/NegativeBosonSpline.h @@ -1,21 +1,7 @@ -/* - * NegativeBosonSpline.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/ThermalFunctions/ThermalFunctions.h b/include/BSMPT/ThermalFunctions/ThermalFunctions.h index 8ed52eea..acd9e891 100644 --- a/include/BSMPT/ThermalFunctions/ThermalFunctions.h +++ b/include/BSMPT/ThermalFunctions/ThermalFunctions.h @@ -1,21 +1,7 @@ -/* - * WallThicknessLib.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/WallThickness/WallThicknessLib.h b/include/BSMPT/WallThickness/WallThicknessLib.h index 1c54b163..51eb0e69 100644 --- a/include/BSMPT/WallThickness/WallThicknessLib.h +++ b/include/BSMPT/WallThickness/WallThicknessLib.h @@ -1,21 +1,7 @@ -/* - * WallThicknessLib.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef WALLTHICKNESS_H #define WALLTHICKNESS_H diff --git a/include/BSMPT/baryo_calculation/CalculateEtaInterface.h b/include/BSMPT/baryo_calculation/CalculateEtaInterface.h index 5e832c3d..c32109b4 100644 --- a/include/BSMPT/baryo_calculation/CalculateEtaInterface.h +++ b/include/BSMPT/baryo_calculation/CalculateEtaInterface.h @@ -1,21 +1,7 @@ -/* - * CalculateEtaInterface.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/baryo_calculation/Fluid_Type/bot_source.h b/include/BSMPT/baryo_calculation/Fluid_Type/bot_source.h index ef51b16e..3001f46e 100644 --- a/include/BSMPT/baryo_calculation/Fluid_Type/bot_source.h +++ b/include/BSMPT/baryo_calculation/Fluid_Type/bot_source.h @@ -1,21 +1,7 @@ -/* - * bot_source.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef BOT_SOURCE_H #define BOT_SOURCE_H diff --git a/include/BSMPT/baryo_calculation/Fluid_Type/gen_calc.h b/include/BSMPT/baryo_calculation/Fluid_Type/gen_calc.h index 4da2d5cf..1b42119b 100644 --- a/include/BSMPT/baryo_calculation/Fluid_Type/gen_calc.h +++ b/include/BSMPT/baryo_calculation/Fluid_Type/gen_calc.h @@ -1,21 +1,7 @@ -/* - * gen_calc.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef GEN_CALC_H #define GEN_CALC_H diff --git a/include/BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h b/include/BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h index a1ea8fcc..6b2eb784 100644 --- a/include/BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h +++ b/include/BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h @@ -1,21 +1,7 @@ -/* - * gen_func_fluid.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef GEN_FUNC_FLUID_H #define GEN_FUNC_FLUID_H diff --git a/include/BSMPT/baryo_calculation/Fluid_Type/tau_source.h b/include/BSMPT/baryo_calculation/Fluid_Type/tau_source.h index 8448eb7b..2167f08b 100644 --- a/include/BSMPT/baryo_calculation/Fluid_Type/tau_source.h +++ b/include/BSMPT/baryo_calculation/Fluid_Type/tau_source.h @@ -1,24 +1,10 @@ #ifndef TAU_SOURCE_H #define TAU_SOURCE_H -/* - * tau_source.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/include/BSMPT/baryo_calculation/Fluid_Type/top_source.h b/include/BSMPT/baryo_calculation/Fluid_Type/top_source.h index e701e0ba..1f28b485 100644 --- a/include/BSMPT/baryo_calculation/Fluid_Type/top_source.h +++ b/include/BSMPT/baryo_calculation/Fluid_Type/top_source.h @@ -1,24 +1,10 @@ #ifndef TOP_SOURCE_H #define TOP_SOURCE_H -/* - * top_source.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/include/BSMPT/baryo_calculation/transport_equations.h b/include/BSMPT/baryo_calculation/transport_equations.h index a8960b05..bb15b7f7 100644 --- a/include/BSMPT/baryo_calculation/transport_equations.h +++ b/include/BSMPT/baryo_calculation/transport_equations.h @@ -1,21 +1,8 @@ -/* - * transport_equations.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef SRC_transport_equations_H_ #define SRC_transport_equations_H_ diff --git a/include/BSMPT/minimizer/LibCMAES/MinimizeLibCMAES.h b/include/BSMPT/minimizer/LibCMAES/MinimizeLibCMAES.h index b6177786..fce52348 100644 --- a/include/BSMPT/minimizer/LibCMAES/MinimizeLibCMAES.h +++ b/include/BSMPT/minimizer/LibCMAES/MinimizeLibCMAES.h @@ -1,21 +1,7 @@ -/* - * bot_source.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef MINIMIZELIBCMAES_H #define MINIMIZELIBCMAES_H diff --git a/include/BSMPT/minimizer/LibNLOPT/MinimizeNLOPT.h b/include/BSMPT/minimizer/LibNLOPT/MinimizeNLOPT.h index d0f84b7b..51d8f6bd 100644 --- a/include/BSMPT/minimizer/LibNLOPT/MinimizeNLOPT.h +++ b/include/BSMPT/minimizer/LibNLOPT/MinimizeNLOPT.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef MINIMIZENLOPT_H #define MINIMIZENLOPT_H diff --git a/include/BSMPT/minimizer/MinimizeGSL.h b/include/BSMPT/minimizer/MinimizeGSL.h index 1c5583ca..76793934 100644 --- a/include/BSMPT/minimizer/MinimizeGSL.h +++ b/include/BSMPT/minimizer/MinimizeGSL.h @@ -1,21 +1,7 @@ -/* - * MinimizeGSL.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/minimizer/MinimizePlane.h b/include/BSMPT/minimizer/MinimizePlane.h index 6ea12bfb..56c514b5 100644 --- a/include/BSMPT/minimizer/MinimizePlane.h +++ b/include/BSMPT/minimizer/MinimizePlane.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + /* * MinimizePlane.h * diff --git a/include/BSMPT/minimizer/Minimizer.h b/include/BSMPT/minimizer/Minimizer.h index 28f18c28..913c45ad 100644 --- a/include/BSMPT/minimizer/Minimizer.h +++ b/include/BSMPT/minimizer/Minimizer.h @@ -1,21 +1,7 @@ -/* - * Minimizer.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/models/ClassPotentialC2HDM.h b/include/BSMPT/models/ClassPotentialC2HDM.h index 97c48583..4c7b01fe 100644 --- a/include/BSMPT/models/ClassPotentialC2HDM.h +++ b/include/BSMPT/models/ClassPotentialC2HDM.h @@ -1,21 +1,7 @@ -/* - * ClassPotentialC2HDM.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/models/ClassPotentialCxSM.h b/include/BSMPT/models/ClassPotentialCxSM.h index 116af98c..86e1c59e 100644 --- a/include/BSMPT/models/ClassPotentialCxSM.h +++ b/include/BSMPT/models/ClassPotentialCxSM.h @@ -1,21 +1,7 @@ -/* - * ClassPotentialCxSM.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/models/ClassPotentialOrigin.h b/include/BSMPT/models/ClassPotentialOrigin.h index ccb5e6af..45a8b0ac 100644 --- a/include/BSMPT/models/ClassPotentialOrigin.h +++ b/include/BSMPT/models/ClassPotentialOrigin.h @@ -1,21 +1,7 @@ -/* - * ClassPotentialOrigin.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/models/ClassPotentialR2HDM.h b/include/BSMPT/models/ClassPotentialR2HDM.h index e6ca508b..3d987ca4 100644 --- a/include/BSMPT/models/ClassPotentialR2HDM.h +++ b/include/BSMPT/models/ClassPotentialR2HDM.h @@ -1,21 +1,7 @@ -/* - * ClassPotentialR2HDM.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef SRC_CLASSPOTENTIALR2HDM_H_ #define SRC_CLASSPOTENTIALR2HDM_H_ diff --git a/include/BSMPT/models/ClassPotentialRN2HDM.h b/include/BSMPT/models/ClassPotentialRN2HDM.h index 0658a17b..d58d366c 100644 --- a/include/BSMPT/models/ClassPotentialRN2HDM.h +++ b/include/BSMPT/models/ClassPotentialRN2HDM.h @@ -1,21 +1,7 @@ -/* - * ClassPotentialRN2HDM.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef SRC_CLASSPOTENTIALRN2HDM_H_ #define SRC_CLASSPOTENTIALRN2HDM_H_ diff --git a/include/BSMPT/models/ClassTemplate.h b/include/BSMPT/models/ClassTemplate.h index 1a309bc9..997cf78b 100644 --- a/include/BSMPT/models/ClassTemplate.h +++ b/include/BSMPT/models/ClassTemplate.h @@ -1,21 +1,7 @@ -/* - * ClassTemplate.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/models/IncludeAllModels.h b/include/BSMPT/models/IncludeAllModels.h index 8b651acd..4b120a4e 100644 --- a/include/BSMPT/models/IncludeAllModels.h +++ b/include/BSMPT/models/IncludeAllModels.h @@ -1,21 +1,7 @@ -/* - * IncludeAllModels.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later //#ifndef INCLUDEALLMODELS_H_ //#define INCLUDEALLMODELS_H_ diff --git a/include/BSMPT/models/ModelTestfunctions.h b/include/BSMPT/models/ModelTestfunctions.h index 5326e098..e02ad61b 100644 --- a/include/BSMPT/models/ModelTestfunctions.h +++ b/include/BSMPT/models/ModelTestfunctions.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/include/BSMPT/models/SMparam.h b/include/BSMPT/models/SMparam.h index f81a8b26..59942a07 100644 --- a/include/BSMPT/models/SMparam.h +++ b/include/BSMPT/models/SMparam.h @@ -1,21 +1,7 @@ -/* - * SMParam.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/include/BSMPT/utility.h b/include/BSMPT/utility.h index a871b13b..d990dc90 100644 --- a/include/BSMPT/utility.h +++ b/include/BSMPT/utility.h @@ -1,21 +1,7 @@ -/* - * utility.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/sh/prepareData_C2HDM.py b/sh/prepareData_C2HDM.py index 46d71e2d..a8e84694 100644 --- a/sh/prepareData_C2HDM.py +++ b/sh/prepareData_C2HDM.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + import pandas as pd import numpy as np diff --git a/sh/prepareData_N2HDM.py b/sh/prepareData_N2HDM.py index 79ebbfff..ec68502b 100644 --- a/sh/prepareData_N2HDM.py +++ b/sh/prepareData_N2HDM.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + import pandas as pd import numpy as np diff --git a/sh/prepareData_R2HDM.py b/sh/prepareData_R2HDM.py index 5da28dd5..19aa4dea 100644 --- a/sh/prepareData_R2HDM.py +++ b/sh/prepareData_R2HDM.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + import pandas as pd import numpy as np diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bbf2971e..2a840c1b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + add_subdirectory(minimizer) add_subdirectory(models) if(Boost_FOUND) diff --git a/src/Kfactors/CMakeLists.txt b/src/Kfactors/CMakeLists.txt index f177aa57..5bf2a0ac 100644 --- a/src/Kfactors/CMakeLists.txt +++ b/src/Kfactors/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + set(header_path "${CMAKE_SOURCE_DIR}/include/BSMPT/Kfactors") set(header ${header_path}/Kfactors.h diff --git a/src/Kfactors/Kfactors.cpp b/src/Kfactors/Kfactors.cpp index 6636b5ab..52721917 100644 --- a/src/Kfactors/Kfactors.cpp +++ b/src/Kfactors/Kfactors.cpp @@ -1,21 +1,7 @@ -/* - * Kfactors.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/Kfactors/KfactorsinterpolatedGSL.cpp b/src/Kfactors/KfactorsinterpolatedGSL.cpp index 16b080cf..9ec80d4e 100644 --- a/src/Kfactors/KfactorsinterpolatedGSL.cpp +++ b/src/Kfactors/KfactorsinterpolatedGSL.cpp @@ -1,21 +1,7 @@ -/* - * KfactorsinterpolatedGSL.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/Kfactors/Kfunctions_grid_Part1.cpp b/src/Kfactors/Kfunctions_grid_Part1.cpp index 32db7e47..b7a74e56 100644 --- a/src/Kfactors/Kfunctions_grid_Part1.cpp +++ b/src/Kfactors/Kfunctions_grid_Part1.cpp @@ -1,21 +1,7 @@ -/* -* ../src/Kfactors/Kfunctions_grid.cpp -* -* Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/Kfactors/Kfunctions_grid_Part2.cpp b/src/Kfactors/Kfunctions_grid_Part2.cpp index cb2abb20..4e9c66f6 100644 --- a/src/Kfactors/Kfunctions_grid_Part2.cpp +++ b/src/Kfactors/Kfunctions_grid_Part2.cpp @@ -1,21 +1,7 @@ -/* -* ../src/Kfactors/Kfunctions_grid.cpp -* -* Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/ThermalFunctions/CMakeLists.txt b/src/ThermalFunctions/CMakeLists.txt index d6c4611b..a35066ec 100644 --- a/src/ThermalFunctions/CMakeLists.txt +++ b/src/ThermalFunctions/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + set(header_path "${CMAKE_SOURCE_DIR}/include/BSMPT/ThermalFunctions") set(header ${header_path}/ThermalFunctions.h diff --git a/src/ThermalFunctions/ThermalFunctions.cpp b/src/ThermalFunctions/ThermalFunctions.cpp index a44509cf..0008d516 100644 --- a/src/ThermalFunctions/ThermalFunctions.cpp +++ b/src/ThermalFunctions/ThermalFunctions.cpp @@ -1,21 +1,7 @@ -/* - * WallThicknessLib.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/WallThickness/CMakeLists.txt b/src/WallThickness/CMakeLists.txt index 41547cca..0dc2f6a5 100644 --- a/src/WallThickness/CMakeLists.txt +++ b/src/WallThickness/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + set(header_path "${CMAKE_SOURCE_DIR}/include/BSMPT/WallThickness") set(header ${header_path}/WallThicknessLib.h diff --git a/src/WallThickness/WallThicknessLib.cpp b/src/WallThickness/WallThicknessLib.cpp index a9e4db7c..0fbdfda6 100644 --- a/src/WallThickness/WallThicknessLib.cpp +++ b/src/WallThickness/WallThicknessLib.cpp @@ -1,21 +1,7 @@ -/* - * WallThicknessLib.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/baryo_calculation/CMakeLists.txt b/src/baryo_calculation/CMakeLists.txt index e733cc51..ed583293 100644 --- a/src/baryo_calculation/CMakeLists.txt +++ b/src/baryo_calculation/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + set(header_path "${CMAKE_SOURCE_DIR}/include/BSMPT/baryo_calculation") set(header ${header_path}/transport_equations.h diff --git a/src/baryo_calculation/CalculateEtaInterface.cpp b/src/baryo_calculation/CalculateEtaInterface.cpp index 41e5ac00..16b0d5d3 100644 --- a/src/baryo_calculation/CalculateEtaInterface.cpp +++ b/src/baryo_calculation/CalculateEtaInterface.cpp @@ -1,21 +1,7 @@ -/* - * CalculateEtaInterface.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/baryo_calculation/Fluid_Type/bot_source.cpp b/src/baryo_calculation/Fluid_Type/bot_source.cpp index 89743c93..be586792 100644 --- a/src/baryo_calculation/Fluid_Type/bot_source.cpp +++ b/src/baryo_calculation/Fluid_Type/bot_source.cpp @@ -1,21 +1,7 @@ -/* - * bot_source.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/baryo_calculation/Fluid_Type/gen_calc.cpp b/src/baryo_calculation/Fluid_Type/gen_calc.cpp index 9a2c7a8e..2f5af99a 100644 --- a/src/baryo_calculation/Fluid_Type/gen_calc.cpp +++ b/src/baryo_calculation/Fluid_Type/gen_calc.cpp @@ -1,21 +1,7 @@ -/* - * gen_calc.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/baryo_calculation/Fluid_Type/gen_func_fluid.cpp b/src/baryo_calculation/Fluid_Type/gen_func_fluid.cpp index d66c9d19..2f09597c 100644 --- a/src/baryo_calculation/Fluid_Type/gen_func_fluid.cpp +++ b/src/baryo_calculation/Fluid_Type/gen_func_fluid.cpp @@ -1,21 +1,7 @@ -/* - * gen_func_fluid.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/baryo_calculation/Fluid_Type/tau_source.cpp b/src/baryo_calculation/Fluid_Type/tau_source.cpp index 21fd2d49..08a62d91 100644 --- a/src/baryo_calculation/Fluid_Type/tau_source.cpp +++ b/src/baryo_calculation/Fluid_Type/tau_source.cpp @@ -1,21 +1,7 @@ -/* - * tau_source.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/baryo_calculation/Fluid_Type/top_source.cpp b/src/baryo_calculation/Fluid_Type/top_source.cpp index e16f11b1..37c9ae21 100644 --- a/src/baryo_calculation/Fluid_Type/top_source.cpp +++ b/src/baryo_calculation/Fluid_Type/top_source.cpp @@ -1,21 +1,7 @@ -/* - * top_source.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/baryo_calculation/transport_equations.cpp b/src/baryo_calculation/transport_equations.cpp index c2bf4b76..3dfc6aca 100644 --- a/src/baryo_calculation/transport_equations.cpp +++ b/src/baryo_calculation/transport_equations.cpp @@ -1,21 +1,7 @@ -/* - * transport_equations.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/minimizer/CMakeLists.txt b/src/minimizer/CMakeLists.txt index 15157c46..0932429a 100644 --- a/src/minimizer/CMakeLists.txt +++ b/src/minimizer/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + set(header_path "${CMAKE_SOURCE_DIR}/include/BSMPT/minimizer") set(header ${header_path}/Minimizer.h diff --git a/src/minimizer/LibCMAES/MinimizeLibCMAES.cpp b/src/minimizer/LibCMAES/MinimizeLibCMAES.cpp index a8d6cd5d..4c4e2f24 100644 --- a/src/minimizer/LibCMAES/MinimizeLibCMAES.cpp +++ b/src/minimizer/LibCMAES/MinimizeLibCMAES.cpp @@ -1,21 +1,7 @@ -/* - * bot_source.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/minimizer/LibNLOPT/MinimizeNLOPT.cpp b/src/minimizer/LibNLOPT/MinimizeNLOPT.cpp index bcccbcd3..5e25ed76 100644 --- a/src/minimizer/LibNLOPT/MinimizeNLOPT.cpp +++ b/src/minimizer/LibNLOPT/MinimizeNLOPT.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/src/minimizer/Minfunc_gen.cpp b/src/minimizer/Minfunc_gen.cpp index a9dae44f..903310b6 100644 --- a/src/minimizer/Minfunc_gen.cpp +++ b/src/minimizer/Minfunc_gen.cpp @@ -1,21 +1,7 @@ -/* - * Minfunc_gen.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include // for Class_Potential_Origin diff --git a/src/minimizer/MinimizeGSL.cpp b/src/minimizer/MinimizeGSL.cpp index 6e4941a4..a21fbece 100644 --- a/src/minimizer/MinimizeGSL.cpp +++ b/src/minimizer/MinimizeGSL.cpp @@ -1,21 +1,7 @@ -/* - * MinimizeGSL.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/minimizer/MinimizePlane.cpp b/src/minimizer/MinimizePlane.cpp index 5599a161..05117f66 100644 --- a/src/minimizer/MinimizePlane.cpp +++ b/src/minimizer/MinimizePlane.cpp @@ -1,21 +1,7 @@ -/* - * MinimizePlan.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/minimizer/Minimizer.cpp b/src/minimizer/Minimizer.cpp index 356e5c0d..bff59b8c 100644 --- a/src/minimizer/Minimizer.cpp +++ b/src/minimizer/Minimizer.cpp @@ -1,22 +1,7 @@ - -/* - * Minimizer.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include // for Class_Potential_Origin diff --git a/src/models/CMakeLists.txt b/src/models/CMakeLists.txt index 66d8311a..c2a4e2d2 100644 --- a/src/models/CMakeLists.txt +++ b/src/models/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + set(header_path "${CMAKE_SOURCE_DIR}/include/BSMPT/models") set(header diff --git a/src/models/ClassPotentialC2HDM.cpp b/src/models/ClassPotentialC2HDM.cpp index 3a9edd79..98cdf67b 100644 --- a/src/models/ClassPotentialC2HDM.cpp +++ b/src/models/ClassPotentialC2HDM.cpp @@ -1,21 +1,7 @@ -/* - * ClassPotentialC2HDM.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/models/ClassPotentialCxSM.cpp b/src/models/ClassPotentialCxSM.cpp index ab00d94d..85fdf1bb 100644 --- a/src/models/ClassPotentialCxSM.cpp +++ b/src/models/ClassPotentialCxSM.cpp @@ -1,21 +1,7 @@ -/* - * ClassPotentialCxSM.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/models/ClassPotentialOrigin.cpp b/src/models/ClassPotentialOrigin.cpp index 5fd0159e..3d629e6d 100644 --- a/src/models/ClassPotentialOrigin.cpp +++ b/src/models/ClassPotentialOrigin.cpp @@ -1,21 +1,7 @@ -/* - * ClassPotentialOrigin.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/models/ClassPotentialOrigin_deprecated.cpp b/src/models/ClassPotentialOrigin_deprecated.cpp index f70e8da3..95811fad 100644 --- a/src/models/ClassPotentialOrigin_deprecated.cpp +++ b/src/models/ClassPotentialOrigin_deprecated.cpp @@ -1,21 +1,7 @@ -/* - * ClassPotentialOrigin.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/models/ClassPotentialR2HDM.cpp b/src/models/ClassPotentialR2HDM.cpp index ed192ce8..4608be62 100644 --- a/src/models/ClassPotentialR2HDM.cpp +++ b/src/models/ClassPotentialR2HDM.cpp @@ -1,21 +1,7 @@ -/* - * ClassPotentialR2HDM.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/models/ClassPotentialRN2HDM.cpp b/src/models/ClassPotentialRN2HDM.cpp index a7f6379e..b0104a11 100644 --- a/src/models/ClassPotentialRN2HDM.cpp +++ b/src/models/ClassPotentialRN2HDM.cpp @@ -1,21 +1,7 @@ -/* - * ClassPotentialRN2HDM.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** @file diff --git a/src/models/ClassTemplate.cpp b/src/models/ClassTemplate.cpp index d30c3d7c..158a9a32 100644 --- a/src/models/ClassTemplate.cpp +++ b/src/models/ClassTemplate.cpp @@ -1,21 +1,7 @@ -/* - * ClassTemplate.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include "Eigen/Dense" #include "Eigen/Eigenvalues" diff --git a/src/models/IncludeAllModels.cpp b/src/models/IncludeAllModels.cpp index f00dce14..b390db40 100644 --- a/src/models/IncludeAllModels.cpp +++ b/src/models/IncludeAllModels.cpp @@ -1,21 +1,7 @@ -/* - * IncludeModels.cpp - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/models/ModelTestfunctions.cpp b/src/models/ModelTestfunctions.cpp index f309c510..47ede810 100644 --- a/src/models/ModelTestfunctions.cpp +++ b/src/models/ModelTestfunctions.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/src/models/SMparam.h b/src/models/SMparam.h index e89849b4..d5a2d91c 100644 --- a/src/models/SMparam.h +++ b/src/models/SMparam.h @@ -1,21 +1,7 @@ -/* - * SMParam.h - * - * Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2018 Philipp Basler and Margarete Mühlleitner +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file Standard Model input parameters diff --git a/src/prog/BSMPT.cpp b/src/prog/BSMPT.cpp index 0f35725e..917887be 100644 --- a/src/prog/BSMPT.cpp +++ b/src/prog/BSMPT.cpp @@ -1,23 +1,7 @@ -/* - * BSMPT.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/CalcCT.cpp b/src/prog/CalcCT.cpp index bf34823e..85fe2367 100644 --- a/src/prog/CalcCT.cpp +++ b/src/prog/CalcCT.cpp @@ -1,23 +1,7 @@ -/* - * CalcCT.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/Calc_eta_fluid.cpp b/src/prog/Calc_eta_fluid.cpp index 78a37776..495fea8e 100644 --- a/src/prog/Calc_eta_fluid.cpp +++ b/src/prog/Calc_eta_fluid.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/src/prog/CalculateEWBG.cpp b/src/prog/CalculateEWBG.cpp index ed60cb0d..0dcb8a4d 100644 --- a/src/prog/CalculateEWBG.cpp +++ b/src/prog/CalculateEWBG.cpp @@ -1,23 +1,7 @@ -/* - * CalculateEWBG.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/CreateMuGrid.cpp b/src/prog/CreateMuGrid.cpp index 52def482..03344031 100644 --- a/src/prog/CreateMuGrid.cpp +++ b/src/prog/CreateMuGrid.cpp @@ -1,23 +1,7 @@ -/* - * CreateMuGrid.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/Kfactor_grid.cpp b/src/prog/Kfactor_grid.cpp index d71e1662..3e316de3 100644 --- a/src/prog/Kfactor_grid.cpp +++ b/src/prog/Kfactor_grid.cpp @@ -1,23 +1,7 @@ -/* - * Kfactor_grid.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/NLOVEV.cpp b/src/prog/NLOVEV.cpp index 3373e64c..ae147850 100644 --- a/src/prog/NLOVEV.cpp +++ b/src/prog/NLOVEV.cpp @@ -1,21 +1,7 @@ -/* - * NLOVEV.cpp - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/Plot1D.cpp b/src/prog/Plot1D.cpp index d7eb8ffe..ccbfaf38 100644 --- a/src/prog/Plot1D.cpp +++ b/src/prog/Plot1D.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + /* * Plot1D.cpp * diff --git a/src/prog/PlotEWBG_nL.cpp b/src/prog/PlotEWBG_nL.cpp index 5e4c5ee2..e10cab10 100644 --- a/src/prog/PlotEWBG_nL.cpp +++ b/src/prog/PlotEWBG_nL.cpp @@ -1,23 +1,7 @@ -/* - * PlotEWBG_nL.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or - modify it under the terms of the GNU General Public License as published by the - Free Software Foundation, either version 3 of the License, or (at your option) - any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/PlotEWBG_vw.cpp b/src/prog/PlotEWBG_vw.cpp index 1910f3c6..af21b220 100644 --- a/src/prog/PlotEWBG_vw.cpp +++ b/src/prog/PlotEWBG_vw.cpp @@ -1,23 +1,7 @@ -/* - * PlotEWBG_vw.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/Test.cpp b/src/prog/Test.cpp index 4d1ac3df..618079f7 100644 --- a/src/prog/Test.cpp +++ b/src/prog/Test.cpp @@ -1,23 +1,7 @@ -/* - * Test.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/TestNewKheader.cpp b/src/prog/TestNewKheader.cpp index a9909913..b9c9e6f6 100644 --- a/src/prog/TestNewKheader.cpp +++ b/src/prog/TestNewKheader.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include namespace BSMPT diff --git a/src/prog/TripleHiggsNLO.cpp b/src/prog/TripleHiggsNLO.cpp index 86a89e43..863eb2d1 100644 --- a/src/prog/TripleHiggsNLO.cpp +++ b/src/prog/TripleHiggsNLO.cpp @@ -1,23 +1,7 @@ -/* - * TripleHiggsNLO.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/TwoStepScan.cpp b/src/prog/TwoStepScan.cpp index fea69798..18dcb162 100644 --- a/src/prog/TwoStepScan.cpp +++ b/src/prog/TwoStepScan.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + /* *Two Step Scan for the N2HDM *Created on: 3.4.2918 diff --git a/src/prog/VEVEVO.cpp b/src/prog/VEVEVO.cpp index e72f3840..7d861dbf 100644 --- a/src/prog/VEVEVO.cpp +++ b/src/prog/VEVEVO.cpp @@ -1,23 +1,7 @@ -/* - * VEVEVO.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/prog/WallThickness.cpp b/src/prog/WallThickness.cpp index 89861969..7fe3db22 100644 --- a/src/prog/WallThickness.cpp +++ b/src/prog/WallThickness.cpp @@ -1,23 +1,7 @@ -/* - * WallThickness.cpp - * - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas - Müller - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later /** * @file diff --git a/src/utility.cpp b/src/utility.cpp index 6c90a940..34fe25be 100644 --- a/src/utility.cpp +++ b/src/utility.cpp @@ -1,18 +1,7 @@ -/* - * utility.h - * - * Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - This program 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 General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . - */ +// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 29536274..a0e76959 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + add_library(Catch catch.cpp) target_include_directories(Catch INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/tests/GenerateTestCompares/C2HDM.cpp b/tests/GenerateTestCompares/C2HDM.cpp index c4a6c405..e370d002 100644 --- a/tests/GenerateTestCompares/C2HDM.cpp +++ b/tests/GenerateTestCompares/C2HDM.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "C2HDM.h" Compare_C2HDM::Compare_C2HDM() { diff --git a/tests/GenerateTestCompares/C2HDM.h b/tests/GenerateTestCompares/C2HDM.h index 7087104c..34d5f424 100644 --- a/tests/GenerateTestCompares/C2HDM.h +++ b/tests/GenerateTestCompares/C2HDM.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/tests/GenerateTestCompares/R2HDM.cpp b/tests/GenerateTestCompares/R2HDM.cpp index ce84fdc3..0a5eb192 100644 --- a/tests/GenerateTestCompares/R2HDM.cpp +++ b/tests/GenerateTestCompares/R2HDM.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "R2HDM.h" Compare_R2HDM::Compare_R2HDM() { diff --git a/tests/GenerateTestCompares/R2HDM.h b/tests/GenerateTestCompares/R2HDM.h index e2a10042..bc01fa34 100644 --- a/tests/GenerateTestCompares/R2HDM.h +++ b/tests/GenerateTestCompares/R2HDM.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/tests/GenerateTestCompares/RN2HDM.cpp b/tests/GenerateTestCompares/RN2HDM.cpp index a2ce2fed..92c63df6 100644 --- a/tests/GenerateTestCompares/RN2HDM.cpp +++ b/tests/GenerateTestCompares/RN2HDM.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "RN2HDM.h" Compare_RN2HDM::Compare_RN2HDM() { diff --git a/tests/GenerateTestCompares/RN2HDM.h b/tests/GenerateTestCompares/RN2HDM.h index b03f54a8..1832ed31 100644 --- a/tests/GenerateTestCompares/RN2HDM.h +++ b/tests/GenerateTestCompares/RN2HDM.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/tests/Test-c2hdm.cpp b/tests/Test-c2hdm.cpp index c99896d6..68c684cd 100644 --- a/tests/Test-c2hdm.cpp +++ b/tests/Test-c2hdm.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "catch.hpp" #include diff --git a/tests/Test-general.cpp b/tests/Test-general.cpp index c1e067a4..cbc19775 100644 --- a/tests/Test-general.cpp +++ b/tests/Test-general.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "catch.hpp" #include diff --git a/tests/Test-r2hdm.cpp b/tests/Test-r2hdm.cpp index 1de1235e..68f3182a 100644 --- a/tests/Test-r2hdm.cpp +++ b/tests/Test-r2hdm.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "catch.hpp" #include diff --git a/tests/Test-rn2hdm.cpp b/tests/Test-rn2hdm.cpp index 8561c9cf..7a607324 100644 --- a/tests/Test-rn2hdm.cpp +++ b/tests/Test-rn2hdm.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #include "catch.hpp" #include diff --git a/tests/catch.cpp b/tests/catch.cpp index c6254591..6981a528 100644 --- a/tests/catch.cpp +++ b/tests/catch.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +// +// SPDX-License-Identifier: GPL-3.0-or-later + #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this // in one cpp file #include "catch.hpp" diff --git a/tools/cmake/Catch.cmake b/tools/cmake/Catch.cmake index 486e3233..dab93bfb 100644 --- a/tools/cmake/Catch.cmake +++ b/tools/cmake/Catch.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. diff --git a/tools/cmake/CatchAddTests.cmake b/tools/cmake/CatchAddTests.cmake index 156d55ff..6c53e41c 100644 --- a/tools/cmake/CatchAddTests.cmake +++ b/tools/cmake/CatchAddTests.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. diff --git a/tools/cmake/FindEigen3.cmake b/tools/cmake/FindEigen3.cmake index 0b36805e..28eb4235 100644 --- a/tools/cmake/FindEigen3.cmake +++ b/tools/cmake/FindEigen3.cmake @@ -23,7 +23,9 @@ # Copyright (c) 2006, 2007 Montel Laurent, # Copyright (c) 2008, 2009 Gael Guennebaud, # Copyright (c) 2009 Benoit Jacob -# Redistribution and use is allowed according to the terms of the 2-clause BSD license. +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later if(NOT Eigen3_FIND_VERSION) if(NOT Eigen3_FIND_VERSION_MAJOR) diff --git a/tools/cmake/GetCMAES.cmake b/tools/cmake/GetCMAES.cmake index 241d7c1a..0aa72748 100644 --- a/tools/cmake/GetCMAES.cmake +++ b/tools/cmake/GetCMAES.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller +# +# SPDX-License-Identifier: GPL-3.0-or-later + if(CMAES_ROOT OR DEFINED ENV{CMAES_ROOT}) find_package(CMAES REQUIRED) else()