From ac2583b5452e68f7af3d3631368b62037df7708f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 18:38:18 -0600 Subject: [PATCH] update header: advection_reaction_estimator --- .../include/DG_advection_reaction.h | 10 ++++++++++ advection_reaction_estimator/main.cc | 10 ++++++++++ .../source/DG_advection_reaction.cc | 19 +++++-------------- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/advection_reaction_estimator/include/DG_advection_reaction.h b/advection_reaction_estimator/include/DG_advection_reaction.h index 24c5235..5ad27c0 100644 --- a/advection_reaction_estimator/include/DG_advection_reaction.h +++ b/advection_reaction_estimator/include/DG_advection_reaction.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by Marco Feder + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef INCLUDE_DG_UPWIND_H_ #define INCLUDE_DG_UPWIND_H_ diff --git a/advection_reaction_estimator/main.cc b/advection_reaction_estimator/main.cc index 97407d3..7cc610c 100644 --- a/advection_reaction_estimator/main.cc +++ b/advection_reaction_estimator/main.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by Marco Feder + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include "include/DG_advection_reaction.h" int diff --git a/advection_reaction_estimator/source/DG_advection_reaction.cc b/advection_reaction_estimator/source/DG_advection_reaction.cc index 33cc939..98ff0aa 100644 --- a/advection_reaction_estimator/source/DG_advection_reaction.cc +++ b/advection_reaction_estimator/source/DG_advection_reaction.cc @@ -1,20 +1,11 @@ -/* --------------------------------------------------------------------- +/* ----------------------------------------------------------------------------- * - * Copyright (C) 2009 - 2021 by the deal.II authors + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by Marco Feder * - * This file is part of the deal.II library. - * - * The deal.II library is free software; you can use it, redistribute - * it, and/or modify it under the terms of the GNU Lesser General - * Public License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * The full text of the license can be found in the file LICENSE.md at - * the top level directory of deal.II. - * - * --------------------------------------------------------------------- - * - * Author: Marco Feder, SISSA, 2021 + * This file is part of the deal.II code gallery. * + * ----------------------------------------------------------------------------- */ #include "../include/DG_advection_reaction.h" -- 2.39.5