From a5441623424ef881977b18c8d2b29e1e4dec073c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 18:52:52 -0600 Subject: [PATCH] Update header: Maxwell-Eigenvalue-hp-Refinement --- .../maxwell-hp.cc | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc b/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc index 8134ead..aa42f91 100644 --- a/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc +++ b/Maxwell-Eigenvalue-hp-Refinement/maxwell-hp.cc @@ -1,25 +1,16 @@ -/* --------------------------------------------------------------------- +/* ----------------------------------------------------------------------------- * - * Copyright (C) 2022 by the deal.II authors and Jake J. Harmon + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2022 by Jake J. Harmon * - * This file is part of the deal.II library. + * This file is part of the deal.II code gallery. * - * 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: Jake J. Harmon, 2022 - * */ - #include #include #include -- 2.39.5