From: Daniel Arndt Date: Thu, 27 Sep 2018 21:20:28 +0000 (+0200) Subject: Fix more copyrights X-Git-Tag: v9.1.0-rc1~681^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1d54f6fb182efafa0d5e979172c024a2385bfb;p=dealii.git Fix more copyrights --- diff --git a/source/base/polynomials_bernstein.inst b/source/base/polynomials_bernstein.inst index f8c0f1b33d..562b2c7faf 100644 --- a/source/base/polynomials_bernstein.inst +++ b/source/base/polynomials_bernstein.inst @@ -1,2 +1,16 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2015 - 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. +// +// --------------------------------------------------------------------- template class dealii::PolynomialsBernstein; diff --git a/source/grid/grid_tools_dof_handlers.inst.in b/source/grid/grid_tools_dof_handlers.inst.in index bd737f3501..9ef81e67af 100644 --- a/source/grid/grid_tools_dof_handlers.inst.in +++ b/source/grid/grid_tools_dof_handlers.inst.in @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 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. +// +// --------------------------------------------------------------------- + for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) diff --git a/tests/fe/fe_faceq_interpolate.cc b/tests/fe/fe_faceq_interpolate.cc index c21d3218f1..012e2eb578 100644 --- a/tests/fe/fe_faceq_interpolate.cc +++ b/tests/fe/fe_faceq_interpolate.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/fe/fe_traceq_interpolate.cc b/tests/fe/fe_traceq_interpolate.cc index 37835b383a..03740fc496 100644 --- a/tests/fe/fe_traceq_interpolate.cc +++ b/tests/fe/fe_traceq_interpolate.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/grid/refine_and_coarsen_fixed_fraction_02.cc b/tests/grid/refine_and_coarsen_fixed_fraction_02.cc index 7a71aae252..87be709f16 100644 --- a/tests/grid/refine_and_coarsen_fixed_fraction_02.cc +++ b/tests/grid/refine_and_coarsen_fixed_fraction_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/grid/refine_and_coarsen_fixed_number.cc b/tests/grid/refine_and_coarsen_fixed_number.cc index c19c2b8515..813fd6ff88 100644 --- a/tests/grid/refine_and_coarsen_fixed_number.cc +++ b/tests/grid/refine_and_coarsen_fixed_number.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/grid/refine_and_coarsen_fixed_number_02.cc b/tests/grid/refine_and_coarsen_fixed_number_02.cc index b93932bb56..f620d621e0 100644 --- a/tests/grid/refine_and_coarsen_fixed_number_02.cc +++ b/tests/grid/refine_and_coarsen_fixed_number_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/mappings/mapping_project_01.cc b/tests/mappings/mapping_project_01.cc index eb57b7b573..ab53061dc9 100644 --- a/tests/mappings/mapping_project_01.cc +++ b/tests/mappings/mapping_project_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/mpi/blockwise_parallel_01.cc b/tests/mpi/blockwise_parallel_01.cc index 70a582c0dc..6d3ef6d4bc 100644 --- a/tests/mpi/blockwise_parallel_01.cc +++ b/tests/mpi/blockwise_parallel_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2017 by the deal.II Authors +// Copyright (C) 2015 - 2017 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/numerics/project_bv_curl_conf_02.cc b/tests/numerics/project_bv_curl_conf_02.cc index fb5a27d8e7..1a13cf78ce 100644 --- a/tests/numerics/project_bv_curl_conf_02.cc +++ b/tests/numerics/project_bv_curl_conf_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2014 - 2017 by the Alexander Grayver & deal.II authors +// Copyright (C) 2014 - 2017 by the deal.II authors // // This file is part of the deal.II library. //