From ddb36ceda07aa68c4fcb2dde27533c8dda24c0d4 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Mon, 21 Sep 2020 11:58:09 +0200 Subject: [PATCH] [python] Add licence header --- dumux/python/common/boundarytypes.hh | 23 +++++++++++++++++++++ dumux/python/common/fvproblem.hh | 23 +++++++++++++++++++++ dumux/python/common/timeloop.hh | 23 +++++++++++++++++++++ dumux/python/discretization/gridgeometry.hh | 23 +++++++++++++++++++++ 4 files changed, 92 insertions(+) diff --git a/dumux/python/common/boundarytypes.hh b/dumux/python/common/boundarytypes.hh index 05c4847dec..460ca8a155 100644 --- a/dumux/python/common/boundarytypes.hh +++ b/dumux/python/common/boundarytypes.hh @@ -1,3 +1,26 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +/**************************************************************************** + * See the file COPYING for full copying permissions. * + * * + * 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/>. * + *****************************************************************************/ +/*! + * \file + * \brief TODO: docme! + */ + #ifndef DUMUX_PYTHON_COMMON_BOUNDARYTYPES_HH #define DUMUX_PYTHON_COMMON_BOUNDARYTYPES_HH diff --git a/dumux/python/common/fvproblem.hh b/dumux/python/common/fvproblem.hh index c06cd2c085..5d4d5db74e 100644 --- a/dumux/python/common/fvproblem.hh +++ b/dumux/python/common/fvproblem.hh @@ -1,3 +1,26 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +/**************************************************************************** + * See the file COPYING for full copying permissions. * + * * + * 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/>. * + *****************************************************************************/ +/*! + * \file + * \brief TODO: docme! + */ + #ifndef DUMUX_PYTHON_COMMON_FVPROBLEM_HH #define DUMUX_PYTHON_COMMON_FVPROBLEM_HH diff --git a/dumux/python/common/timeloop.hh b/dumux/python/common/timeloop.hh index 03a165a154..9117c0ee48 100644 --- a/dumux/python/common/timeloop.hh +++ b/dumux/python/common/timeloop.hh @@ -1,3 +1,26 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +/**************************************************************************** + * See the file COPYING for full copying permissions. * + * * + * 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/>. * + *****************************************************************************/ +/*! + * \file + * \brief TODO: docme! + */ + #ifndef DUMUX_PYTHON_COMMON_TIMELOOP_HH #define DUMUX_PYTHON_COMMON_TIMELOOP_HH diff --git a/dumux/python/discretization/gridgeometry.hh b/dumux/python/discretization/gridgeometry.hh index fa003be217..69c6af1f09 100644 --- a/dumux/python/discretization/gridgeometry.hh +++ b/dumux/python/discretization/gridgeometry.hh @@ -1,3 +1,26 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +/**************************************************************************** + * See the file COPYING for full copying permissions. * + * * + * 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/>. * + *****************************************************************************/ +/*! + * \file + * \brief TODO: docme! + */ + #ifndef DUMUX_PYTHON_DISCRETIZATION_GRIDGEOMETRY_HH #define DUMUX_PYTHON_DISCRETIZATION_GRIDGEOMETRY_HH -- GitLab