From: Matthias Maier Date: Sat, 24 Feb 2024 00:40:40 +0000 (-0600) Subject: Update header: coupled_laplace_problem X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d0890d556974436b5c44583f6a09e2df3533ce;p=code-gallery.git Update header: coupled_laplace_problem --- diff --git a/coupled_laplace_problem/Allclean b/coupled_laplace_problem/Allclean index ad56970..42fe203 100755 --- a/coupled_laplace_problem/Allclean +++ b/coupled_laplace_problem/Allclean @@ -1,3 +1,13 @@ +## ----------------------------------------------------------------------------- +## +## SPDX-License-Identifier: LGPL-2.1-or-later +## Copyright (C) 2020 by David Schneider +## Copyright (C) 2020 by Benjamin Uekermann +## +## This file is part of the deal.II code gallery. +## +## ----------------------------------------------------------------------------- + #!/bin/sh cd ${0%/*} || exit 1 # Run from this directory diff --git a/coupled_laplace_problem/coupled_laplace_problem.cc b/coupled_laplace_problem/coupled_laplace_problem.cc index cb6c2a5..31e1a88 100644 --- a/coupled_laplace_problem/coupled_laplace_problem.cc +++ b/coupled_laplace_problem/coupled_laplace_problem.cc @@ -1,3 +1,14 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2020 by David Schneider + * Copyright (C) 2020 by Benjamin Uekermann + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + // The included deal.II header files are the same as in the other example // programs: #include diff --git a/coupled_laplace_problem/fancy_boundary_condition.cc b/coupled_laplace_problem/fancy_boundary_condition.cc index 3deb615..4e8a809 100644 --- a/coupled_laplace_problem/fancy_boundary_condition.cc +++ b/coupled_laplace_problem/fancy_boundary_condition.cc @@ -1,3 +1,14 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2020 by David Schneider + * Copyright (C) 2020 by Benjamin Uekermann + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + // This program does not use any deal.II functionality and depends only on // preCICE and the standard libraries. #include