From: Graham Harper Date: Tue, 10 Jul 2018 21:29:39 +0000 (+0000) Subject: Fix test file headers and includes X-Git-Tag: v9.1.0-rc1~846^2~13 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67c4566f6a9f84ab66ab2c711788cc92ed7ddff;p=dealii.git Fix test file headers and includes --- 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. // // ---------------------------------------------------------------------