From a0691cf53cc2826fb69047118649c23091cca4a2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 18:47:34 -0600 Subject: [PATCH] Update header: Linear_Elastic_Active_Skeletal_Muscle_Model --- .../Linear_active_muscle_model.cc | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Linear_Elastic_Active_Skeletal_Muscle_Model/Linear_active_muscle_model.cc b/Linear_Elastic_Active_Skeletal_Muscle_Model/Linear_active_muscle_model.cc index 7ac5d2e..a4fb840 100644 --- a/Linear_Elastic_Active_Skeletal_Muscle_Model/Linear_active_muscle_model.cc +++ b/Linear_Elastic_Active_Skeletal_Muscle_Model/Linear_active_muscle_model.cc @@ -1,20 +1,13 @@ -/* --------------------------------------------------------------------- - * Copyright (C) 2017 by the deal.II authors and - * Jean-Paul Pelteret and Tim Hamann +/* ----------------------------------------------------------------------------- * - * This file is part of the deal.II library. + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2017 by Jean-Paul Pelteret + * Copyright (C) 2017 by Tim Hamann * - * 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 at - * the top level of the deal.II distribution. + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- * - * --------------------------------------------------------------------- - */ - -/* * Authors: Jean-Paul Pelteret, Tim Hamann, * University of Erlangen-Nuremberg, 2017 * -- 2.39.5