// ---------------------------------------------------------------------
//
-// HEADER SPACE FOR LATER USE
-//
-//
-//
-//
-//
-//
-//
+// Copyright (C) 2004 - 2018 by the deal.II authors
//
+// This file is part of the deal.II library.
//
+// 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.
//
// ---------------------------------------------------------------------
// ---------------------------------------------------------------------
//
+// Copyright (C) 2004 - 2018 by the deal.II authors
//
+// This file is part of the deal.II library.
//
-//
-//
-//
-//
-//
-//
-//
-//
+// 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.
//
// ---------------------------------------------------------------------
#include <deal.II/dofs/dof_tools.h>
#include <deal.II/fe/fe.h>
-#include <deal.II/fe/fe_abf.h>
#include <deal.II/fe/fe_bernardi_raugel.h>
-#include <deal.II/fe/fe_dgq.h>
#include <deal.II/fe/fe_q.h>
-#include <deal.II/fe/fe_raviart_thomas.h>
#include <deal.II/fe/fe_system.h>
#include <deal.II/fe/fe_values.h>
#include <deal.II/fe/mapping_q.h>
// ---------------------------------------------------------------------
//
+// Copyright (C) 2004 - 2018 by the deal.II authors
//
+// This file is part of the deal.II library.
//
-//
-//
-//
-//
-//
-//
-//
-//
+// 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.
//
// ---------------------------------------------------------------------