From: Matthias Maier Date: Sat, 24 Feb 2024 00:41:07 +0000 (-0600) Subject: Update header: Distributed_LDG_Method X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589bf87c7a20cd1f2c4c8de038db80b8d6018c66;p=code-gallery.git Update header: Distributed_LDG_Method --- diff --git a/Distributed_LDG_Method/Functions.cc b/Distributed_LDG_Method/Functions.cc index b4b0218..4468204 100644 --- a/Distributed_LDG_Method/Functions.cc +++ b/Distributed_LDG_Method/Functions.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2017 by Michael Harmon + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + // @sect3{Functions.cc} // In this file we keep right hand side function, Dirichlet boundary // conditions and solution to our Poisson equation problem. Since diff --git a/Distributed_LDG_Method/LDGPoisson.cc b/Distributed_LDG_Method/LDGPoisson.cc index 6cbf74c..7f5cd39 100644 --- a/Distributed_LDG_Method/LDGPoisson.cc +++ b/Distributed_LDG_Method/LDGPoisson.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2017 by Michael Harmon + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + // @sect3{LDGPoisson.cc} // The code begins as per usual with a long list of the the included // files from the deal.ii library.