From: Wasim Niyaz Munshi Date: Fri, 13 Dec 2024 21:39:19 +0000 (-0700) Subject: Add license header X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37085949b2917b9592c24da83f4320d3a390da64;p=code-gallery.git Add license header --- diff --git a/Phase_field_fracture_model_in_3D/phase_field.cc b/Phase_field_fracture_model_in_3D/phase_field.cc index 89b227a..2d80780 100644 --- a/Phase_field_fracture_model_in_3D/phase_field.cc +++ b/Phase_field_fracture_model_in_3D/phase_field.cc @@ -1,3 +1,12 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2024 by Wasim Niyaz Munshi + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ #include #include #include