-Joshua Christopher <chrisjoshtopher@gmail.com>
+Joshua Christopher <chrisjoshtopher@gmail.com>
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#include "BraidFuncs.hh"
// This advances the solution forward by one time step.
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#ifndef _BRAIDFUNCS_H_
#define _BRAIDFUNCS_H_
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#ifndef _HEATEQUATION_H_
#define _HEATEQUATION_H_
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#include "Utilities.hh"
#include <iomanip>
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#include "Utilities.hh"
#include <string>
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#ifndef _UTILITIES_H_
#define _UTILITIES_H_
-/* ---------------------------------------------------------------------
+/* -----------------------------------------------------------------------------
*
- * Copyright (C) 2013 - 2018 by the deal.II authors
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
*
- * 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 at
- * the top level of the deal.II distribution.
- *
- * ---------------------------------------------------------------------
-
+ * -----------------------------------------------------------------------------
*
* Author: Joshua Christopher, Colorado State University, 2018
*/
+/* -----------------------------------------------------------------------------
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright (C) 2018 by Joshua Christopher
+ *
+ * This file is part of the deal.II code gallery.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
#include "BraidFuncs.hh"
#include <braid.h>