Skip to content

Commit

Permalink
Added/Rewrote licence using reuse tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed Apr 27, 2021
1 parent 0b8bfca commit 1118b3d
Show file tree
Hide file tree
Showing 109 changed files with 441 additions and 1,209 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller
SPDX-License-Identifier: GPL-3.0-or-later
-->

# Changelog

# 2020/07/06: Release of v2.0
Expand Down
6 changes: 6 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller
SPDX-License-Identifier: GPL-3.0-or-later
-->

To contribute to BSMPT follow the given procedure

- Fork the BSMPT Repository
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller
SPDX-License-Identifier: GPL-3.0-or-later
-->

Program: BSMPT version 2.1

Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/Kfactors/Kfactors.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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 <BSMPT/models/IncludeAllModels.h>
#include <gsl/gsl_monte.h>
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/Kfactors/Kfactors_grid/Kfunctions_grid.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/Kfactors/Kfactors_grid/KtildeInterpolation.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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_
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/Kfactors/KfactorsinterpolatedGSL.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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_
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/ThermalFunctions/NegativeBosonSpline.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/ThermalFunctions/ThermalFunctions.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/WallThickness/WallThicknessLib.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/baryo_calculation/CalculateEtaInterface.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/baryo_calculation/Fluid_Type/bot_source.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/baryo_calculation/Fluid_Type/gen_calc.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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
Expand Down
22 changes: 4 additions & 18 deletions include/BSMPT/baryo_calculation/Fluid_Type/tau_source.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
// 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 <BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h>
#include <BSMPT/models/IncludeAllModels.h>
Expand Down
Loading

0 comments on commit 1118b3d

Please sign in to comment.