From b67c4566f6a9f84ab66ab2c711788cc92ed7ddff Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Tue, 10 Jul 2018 21:29:39 +0000 Subject: [PATCH] Fix test file headers and includes --- tests/base/polynomials_br.cc | 16 ++++++++-------- tests/fe/br_approximation_01.cc | 19 ++++++++----------- tests/fe/fe_br.cc | 16 ++++++++-------- 3 files changed, 24 insertions(+), 27 deletions(-) diff --git a/tests/base/polynomials_br.cc b/tests/base/polynomials_br.cc index 1350b77592..7bca2553b4 100644 --- a/tests/base/polynomials_br.cc +++ b/tests/base/polynomials_br.cc @@ -1,15 +1,15 @@ // --------------------------------------------------------------------- // -// 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. // // --------------------------------------------------------------------- diff --git a/tests/fe/br_approximation_01.cc b/tests/fe/br_approximation_01.cc index e8457e30bb..0caedda466 100644 --- a/tests/fe/br_approximation_01.cc +++ b/tests/fe/br_approximation_01.cc @@ -1,15 +1,15 @@ // --------------------------------------------------------------------- // +// 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. // // --------------------------------------------------------------------- @@ -38,11 +38,8 @@ char buf[1000]; #include #include -#include #include -#include #include -#include #include #include #include diff --git a/tests/fe/fe_br.cc b/tests/fe/fe_br.cc index d54e39cc4f..78e1ecf40b 100644 --- a/tests/fe/fe_br.cc +++ b/tests/fe/fe_br.cc @@ -1,15 +1,15 @@ // --------------------------------------------------------------------- // +// 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. // // --------------------------------------------------------------------- -- 2.39.5