From d3fbad9a790d7db7601d8d3cfa2207024492bbe9 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 18 Jul 2013 19:42:36 +0000 Subject: [PATCH] Don't forget some header files as well... git-svn-id: https://svn.dealii.org/trunk@30048 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/functions.h | 21 ++++++++------- tests/base/patches.h | 21 ++++++++------- tests/base/threads.pl | 27 +++++++++++--------- tests/bits/data_out_common.h | 21 ++++++++------- tests/bits/dof_tools_common.h | 21 ++++++++------- tests/bits/dof_tools_periodic.h | 21 ++++++++------- tests/bits/fe_tools_common.h | 21 ++++++++------- tests/bits/full_matrix_common.h | 21 ++++++++------- tests/bits/mesh_3d.h | 21 ++++++++------- tests/deal.II/block_list.h | 21 ++++++++------- tests/deal.II/project_common.h | 21 ++++++++------- tests/distributed_grids/coarse_grid_common.h | 21 ++++++++------- tests/fe/deformed_projection.h | 21 ++++++++------- tests/fe/fe_face_orientation_nedelec.h | 21 ++++++++------- tests/fe/fe_prolongation_common.h | 21 ++++++++------- tests/fe/fe_restriction_common.h | 21 ++++++++------- tests/fe/fe_support_points_common.h | 21 ++++++++------- tests/fe/injection_common.h | 21 ++++++++------- tests/fe/interpolate_common.h | 22 +++++++++------- tests/hp/hp_constraints_common.h | 21 ++++++++------- tests/integrators/empty_info.h | 21 ++++++++------- tests/lac/sparsity_pattern_common.h | 21 ++++++++------- tests/lib/dof_tools_frame.h | 21 ++++++++------- tests/lib/test_grids.h | 15 +++++++++++ tests/mpi/coarse_grid_common.h | 21 ++++++++------- tests/serialization/serialization.h | 21 ++++++++------- tests/tests.h | 21 ++++++++------- tests/trilinos/sparsity_pattern_common.h | 21 ++++++++------- 28 files changed, 343 insertions(+), 246 deletions(-) diff --git a/tests/base/functions.h b/tests/base/functions.h index 204d65b4eb..1da9297f77 100644 --- a/tests/base/functions.h +++ b/tests/base/functions.h @@ -1,15 +1,18 @@ -//----------------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2007, 2008, 2010 by the deal.II authors +// Copyright (C) @YEAR@ by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- // Generic routines to check consistency of function classes diff --git a/tests/base/patches.h b/tests/base/patches.h index 5259e5f21e..2b1aa2439d 100644 --- a/tests/base/patches.h +++ b/tests/base/patches.h @@ -1,15 +1,18 @@ -//----------------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2006, 2010 by the deal.II authors +// Copyright (C) 2006 - 2010 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- // Function for creating a set of patches with different subgrids. diff --git a/tests/base/threads.pl b/tests/base/threads.pl index a4d08e9f4e..9289d75f71 100644 --- a/tests/base/threads.pl +++ b/tests/base/threads.pl @@ -1,15 +1,18 @@ -#---------------------------- threads.pl --------------------------- -# $Id$ -# Version: $Name$ -# -# Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 by the deal.II authors -# -# This file is subject to QPL and may not be distributed -# without copyright and license information. Please refer -# to the file deal.II/doc/license.html for the text and -# further information on this license. -# -#---------------------------- threads.pl --------------------------- +## --------------------------------------------------------------------- +## $Id$ +## +## Copyright (C) 2013 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 at +## the top level of the deal.II distribution. +## +## --------------------------------------------------------------------- # This is the script with which threads_01.cc is generated # diff --git a/tests/bits/data_out_common.h b/tests/bits/data_out_common.h index 556ef3c46c..e23c79a9d9 100644 --- a/tests/bits/data_out_common.h +++ b/tests/bits/data_out_common.h @@ -1,15 +1,18 @@ -//---------------------------- dof_tools_common.cc --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2004, 2005, 2008, 2010 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- dof_tools_common.cc --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework for the various dof_tools_*.cc tests diff --git a/tests/bits/dof_tools_common.h b/tests/bits/dof_tools_common.h index 6aa3a654c4..aa256f6e6d 100644 --- a/tests/bits/dof_tools_common.h +++ b/tests/bits/dof_tools_common.h @@ -1,15 +1,18 @@ -//---------------------------- dof_tools_common.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2004, 2005, 2006, 2008, 2010 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- dof_tools_common.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework for the various dof_tools_*.cc tests diff --git a/tests/bits/dof_tools_periodic.h b/tests/bits/dof_tools_periodic.h index df93d1dc0a..9dfa7686b0 100644 --- a/tests/bits/dof_tools_periodic.h +++ b/tests/bits/dof_tools_periodic.h @@ -1,15 +1,18 @@ -//---------------------------- dof_tools_common.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2004, 2005, 2006, 2008, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- dof_tools_periodic.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- // Code duplication: diff --git a/tests/bits/fe_tools_common.h b/tests/bits/fe_tools_common.h index a00ed55d1a..789dd6c68e 100644 --- a/tests/bits/fe_tools_common.h +++ b/tests/bits/fe_tools_common.h @@ -1,15 +1,18 @@ -//---------------------------- fe_tools_common.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010, 2013 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- fe_tools_common.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework for the various fe_tools_*.cc tests diff --git a/tests/bits/full_matrix_common.h b/tests/bits/full_matrix_common.h index 0d93df5219..bbbaf7a3bb 100644 --- a/tests/bits/full_matrix_common.h +++ b/tests/bits/full_matrix_common.h @@ -1,15 +1,18 @@ -//---------------------------- full_matrix_common.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2007, 2008 by the deal.II authors +// Copyright (C) 2007 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- full_matrix_common.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework for the various full_matrix_*.cc tests diff --git a/tests/bits/mesh_3d.h b/tests/bits/mesh_3d.h index 73e6a9dec0..ddf64648a0 100644 --- a/tests/bits/mesh_3d.h +++ b/tests/bits/mesh_3d.h @@ -1,15 +1,18 @@ -//---------------------------- mesh_3d.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- mesh_3d.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- #include "../tests.h" #include diff --git a/tests/deal.II/block_list.h b/tests/deal.II/block_list.h index 29663aaee7..dee0635f12 100644 --- a/tests/deal.II/block_list.h +++ b/tests/deal.II/block_list.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2011 by the deal.II authors +// Copyright (C) 2011 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" #include diff --git a/tests/deal.II/project_common.h b/tests/deal.II/project_common.h index 4f53022348..83b1f4dd2c 100644 --- a/tests/deal.II/project_common.h +++ b/tests/deal.II/project_common.h @@ -1,15 +1,18 @@ -//---------------------------- project_common.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2006, 2010 by the deal.II authors +// Copyright (C) 2006 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- project_common.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework to check whether an element of polynomial order p can diff --git a/tests/distributed_grids/coarse_grid_common.h b/tests/distributed_grids/coarse_grid_common.h index c8613cb1c5..d724c5c905 100644 --- a/tests/distributed_grids/coarse_grid_common.h +++ b/tests/distributed_grids/coarse_grid_common.h @@ -1,15 +1,18 @@ -//--------------------------------------------------------------------------- -// $Id: coarse_grid_01.cc 16363 2008-06-16 20:42:57Z bangerth $ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2008, 2009 by the deal.II authors +// Copyright (C) 2008 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" diff --git a/tests/fe/deformed_projection.h b/tests/fe/deformed_projection.h index 2b0cb64331..6123ff4696 100644 --- a/tests/fe/deformed_projection.h +++ b/tests/fe/deformed_projection.h @@ -1,15 +1,18 @@ -//---------------------------- deformed_projection.h --------------------------- -// deformed_projection.h,v 1.3 2003/06/09 16:00:38 wolf Exp -// Version: +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2005, 2006, 2007, 2008, 2010, 2012 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- deformed_projection.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- /* * Project the function [1,1] onto a deformed grid and see whether the element diff --git a/tests/fe/fe_face_orientation_nedelec.h b/tests/fe/fe_face_orientation_nedelec.h index cd003c2bc8..ee966267dd 100644 --- a/tests/fe/fe_face_orientation_nedelec.h +++ b/tests/fe/fe_face_orientation_nedelec.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id: fe_face_orientation_nedelec.h 29507 2013-05-14 14:11:09Z kronbichler $ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2013 by the deal.II authors +// Copyright (C) 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- // Test FE_Nedelec<3> for meshes with faces with non-standard orientation. diff --git a/tests/fe/fe_prolongation_common.h b/tests/fe/fe_prolongation_common.h index 215c7d98dc..8e8debf3d3 100644 --- a/tests/fe/fe_prolongation_common.h +++ b/tests/fe/fe_prolongation_common.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2007, 2008, 2010, 2012 by the deal.II authors +// Copyright (C) 2007 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" #include diff --git a/tests/fe/fe_restriction_common.h b/tests/fe/fe_restriction_common.h index 56891b736a..7ba42ed264 100644 --- a/tests/fe/fe_restriction_common.h +++ b/tests/fe/fe_restriction_common.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2007, 2008, 2010, 2012 by the deal.II authors +// Copyright (C) 2007 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" #include diff --git a/tests/fe/fe_support_points_common.h b/tests/fe/fe_support_points_common.h index da525b32d4..6b05291925 100644 --- a/tests/fe/fe_support_points_common.h +++ b/tests/fe/fe_support_points_common.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2007, 2008, 2010, 2012 by the deal.II authors +// Copyright (C) 2007 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" #include diff --git a/tests/fe/injection_common.h b/tests/fe/injection_common.h index 889db07672..177690f998 100644 --- a/tests/fe/injection_common.h +++ b/tests/fe/injection_common.h @@ -1,15 +1,18 @@ -//---------------------------- injection_common.cc --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 2006 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- injection_common.cc --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework to check the following: if we interpolate from one finite diff --git a/tests/fe/interpolate_common.h b/tests/fe/interpolate_common.h index 03b547a2cd..3fce63b44b 100644 --- a/tests/fe/interpolate_common.h +++ b/tests/fe/interpolate_common.h @@ -1,15 +1,19 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2005, 2006, 2008, 2010 by the deal.II authors +// Copyright (C) 2005 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- + #include "../tests.h" #include diff --git a/tests/hp/hp_constraints_common.h b/tests/hp/hp_constraints_common.h index 89985ca6f8..04d1b13521 100644 --- a/tests/hp/hp_constraints_common.h +++ b/tests/hp/hp_constraints_common.h @@ -1,15 +1,18 @@ -//---------------------------- hp_constraints_common.cc --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2006, 2007 by the deal.II authors +// Copyright (C) 2006 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- hp_constraints_common.cc --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common framework to check hp constraints diff --git a/tests/integrators/empty_info.h b/tests/integrators/empty_info.h index 14d368bf1c..01fdfc9ba6 100644 --- a/tests/integrators/empty_info.h +++ b/tests/integrators/empty_info.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011, 2013 by the deal.II authors +// Copyright (C) 2000 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- // Provide scratch data objects with no contents for the MeshWorker::loop() diff --git a/tests/lac/sparsity_pattern_common.h b/tests/lac/sparsity_pattern_common.h index 8beb4a6e81..e6835f97e7 100644 --- a/tests/lac/sparsity_pattern_common.h +++ b/tests/lac/sparsity_pattern_common.h @@ -1,15 +1,18 @@ -//--------------------------- sparsity_pattern_common.h ------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2008, 2009, 2013 by the deal.II authors +// Copyright (C) 2008 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//--------------------------- sparsity_pattern_common.h ------------------------- +// 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. +// +// --------------------------------------------------------------------- diff --git a/tests/lib/dof_tools_frame.h b/tests/lib/dof_tools_frame.h index 25d60b638a..f2647f08dd 100644 --- a/tests/lib/dof_tools_frame.h +++ b/tests/lib/dof_tools_frame.h @@ -1,15 +1,18 @@ -//---------------------------------------------------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2003 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" diff --git a/tests/lib/test_grids.h b/tests/lib/test_grids.h index 542058c21e..36abbbb597 100644 --- a/tests/lib/test_grids.h +++ b/tests/lib/test_grids.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2006 - 2013 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- //---------------------------------------------------------------------- // $Id$ // Version: $Name$ diff --git a/tests/mpi/coarse_grid_common.h b/tests/mpi/coarse_grid_common.h index 3c9ea2e5f5..a07b28d119 100644 --- a/tests/mpi/coarse_grid_common.h +++ b/tests/mpi/coarse_grid_common.h @@ -1,15 +1,18 @@ -//--------------------------------------------------------------------------- -// $Id: coarse_grid_01.cc 16363 2008-06-16 20:42:57Z bangerth $ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2008, 2009, 2011 by the deal.II authors +// Copyright (C) 2008 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #include "../tests.h" diff --git a/tests/serialization/serialization.h b/tests/serialization/serialization.h index c70c2e7a34..7f561dfcec 100644 --- a/tests/serialization/serialization.h +++ b/tests/serialization/serialization.h @@ -1,15 +1,18 @@ -//---------------------------- serialization.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2010, 2011 by the deal.II authors +// Copyright (C) 2010 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- serialization.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- // common include file for all serialization tests diff --git a/tests/tests.h b/tests/tests.h index a69c9a9e73..5234e5d7e4 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -1,15 +1,18 @@ -//---------------------------- tests.h --------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2004, 2005, 2006, 2009, 2010, 2011, 2013 by the deal.II authors +// Copyright (C) 2004 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//---------------------------- tests.h --------------------------- +// 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. +// +// --------------------------------------------------------------------- #ifndef __tests_tests_h #define __tests_tests_h diff --git a/tests/trilinos/sparsity_pattern_common.h b/tests/trilinos/sparsity_pattern_common.h index 1fe40d59bc..d5dc627773 100644 --- a/tests/trilinos/sparsity_pattern_common.h +++ b/tests/trilinos/sparsity_pattern_common.h @@ -1,15 +1,18 @@ -//--------------------------- sparsity_pattern_common.h ------------------------- -// $Id$ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 2008 by the deal.II authors +// Copyright (C) 2008 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the deal.II library. // -//--------------------------- sparsity_pattern_common.h ------------------------- +// 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. +// +// --------------------------------------------------------------------- -- 2.39.5