From 7fa715ecee5e2f8fbffe26629a965e9c8041bed3 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 29 Mar 2005 00:46:37 +0000 Subject: [PATCH] copyright and divider lines git-svn-id: https://svn.dealii.org/trunk@10282 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/block_matrix_array.cc | 8 ++++---- deal.II/lac/source/block_sparse_matrix.cc | 6 +++--- deal.II/lac/source/block_sparse_matrix_ez.cc | 6 +++--- deal.II/lac/source/block_sparsity_pattern.cc | 6 +++--- deal.II/lac/source/block_vector.cc | 6 +++--- deal.II/lac/source/compressed_sparsity_pattern.cc | 4 ++-- deal.II/lac/source/full_matrix.double.cc | 6 +++--- deal.II/lac/source/full_matrix.float.cc | 6 +++--- deal.II/lac/source/matrix_lib.cc | 6 +++--- deal.II/lac/source/matrix_out.cc | 4 ++-- deal.II/lac/source/petsc_block_sparse_matrix.cc | 6 +++--- deal.II/lac/source/petsc_parallel_block_sparse_matrix.cc | 6 +++--- deal.II/lac/source/petsc_parallel_block_vector.cc | 6 +++--- deal.II/lac/source/precondition_block.cc | 6 +++--- deal.II/lac/source/precondition_block_ez.cc | 6 +++--- deal.II/lac/source/solver_control.cc | 4 ++-- deal.II/lac/source/sparse_decomposition.cc | 6 +++--- deal.II/lac/source/sparse_direct.cc | 6 +++--- deal.II/lac/source/sparse_ilu.cc | 6 +++--- deal.II/lac/source/sparse_matrix.double.cc | 2 +- deal.II/lac/source/sparse_matrix.float.cc | 2 +- deal.II/lac/source/sparse_matrix_ez.double.cc | 6 +++--- deal.II/lac/source/sparse_matrix_ez.float.cc | 6 +++--- deal.II/lac/source/sparse_mic.cc | 6 +++--- deal.II/lac/source/sparse_vanka.cc | 6 +++--- deal.II/lac/source/sparsity_pattern.cc | 6 +++--- deal.II/lac/source/swappable_vector.cc | 6 +++--- deal.II/lac/source/tridiagonal_matrix.cc | 6 +++--- deal.II/lac/source/vector.cc | 6 +++--- deal.II/lac/source/vector.long_double.cc | 6 +++--- 30 files changed, 84 insertions(+), 84 deletions(-) diff --git a/deal.II/lac/source/block_matrix_array.cc b/deal.II/lac/source/block_matrix_array.cc index 4295cfbe08..3312fa283f 100644 --- a/deal.II/lac/source/block_matrix_array.cc +++ b/deal.II/lac/source/block_matrix_array.cc @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 2005 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. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include @@ -226,7 +226,7 @@ BlockMatrixArray::n_block_cols () const -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- template BlockTrianglePrecondition::BlockTrianglePrecondition( diff --git a/deal.II/lac/source/block_sparse_matrix.cc b/deal.II/lac/source/block_sparse_matrix.cc index 31e41e3dd2..3b590263f8 100644 --- a/deal.II/lac/source/block_sparse_matrix.cc +++ b/deal.II/lac/source/block_sparse_matrix.cc @@ -1,15 +1,15 @@ -//---------------------------- block_sparse_matrix.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2004 by the deal authors +// Copyright (C) 2000, 2001, 2002, 2004 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. // -//---------------------------- block_sparse_matrix.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/block_sparse_matrix_ez.cc b/deal.II/lac/source/block_sparse_matrix_ez.cc index 800399efa3..fefc227422 100644 --- a/deal.II/lac/source/block_sparse_matrix_ez.cc +++ b/deal.II/lac/source/block_sparse_matrix_ez.cc @@ -1,15 +1,15 @@ -//------------------------------------------ --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002 by the deal authors +// Copyright (C) 2003 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. // -//--------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/lac/source/block_sparsity_pattern.cc b/deal.II/lac/source/block_sparsity_pattern.cc index 18667288b2..3cca482194 100644 --- a/deal.II/lac/source/block_sparsity_pattern.cc +++ b/deal.II/lac/source/block_sparsity_pattern.cc @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 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. // -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/lac/source/block_vector.cc b/deal.II/lac/source/block_vector.cc index 0358913840..3aaf9118b0 100644 --- a/deal.II/lac/source/block_vector.cc +++ b/deal.II/lac/source/block_vector.cc @@ -1,15 +1,15 @@ -//---------------------------- block_vector.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 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. // -//---------------------------- block_vector.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/compressed_sparsity_pattern.cc b/deal.II/lac/source/compressed_sparsity_pattern.cc index e3f1702241..faec273737 100644 --- a/deal.II/lac/source/compressed_sparsity_pattern.cc +++ b/deal.II/lac/source/compressed_sparsity_pattern.cc @@ -1,4 +1,4 @@ -//---------------------------- compressed_sparsity_pattern.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- compressed_sparsity_pattern.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/full_matrix.double.cc b/deal.II/lac/source/full_matrix.double.cc index e828afd71c..2de0c3e36c 100644 --- a/deal.II/lac/source/full_matrix.double.cc +++ b/deal.II/lac/source/full_matrix.double.cc @@ -1,15 +1,15 @@ -//---------------------------- full_matrix.double.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 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. // -//---------------------------- full_matrix.double.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/full_matrix.float.cc b/deal.II/lac/source/full_matrix.float.cc index 58557f413e..bac4a650d4 100644 --- a/deal.II/lac/source/full_matrix.float.cc +++ b/deal.II/lac/source/full_matrix.float.cc @@ -1,15 +1,15 @@ -//---------------------------- full_matrix.float.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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. // -//---------------------------- full_matrix.float.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/matrix_lib.cc b/deal.II/lac/source/matrix_lib.cc index b37aea5048..4031c13e7b 100644 --- a/deal.II/lac/source/matrix_lib.cc +++ b/deal.II/lac/source/matrix_lib.cc @@ -1,15 +1,15 @@ -//---------------------------- vector.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 2002, 2003, 2005 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. // -//---------------------------- vector.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/matrix_out.cc b/deal.II/lac/source/matrix_out.cc index ca75ebbb50..f9469f3e04 100644 --- a/deal.II/lac/source/matrix_out.cc +++ b/deal.II/lac/source/matrix_out.cc @@ -1,4 +1,4 @@ -//---------------------------- matrix_out.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- matrix_out.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/petsc_block_sparse_matrix.cc b/deal.II/lac/source/petsc_block_sparse_matrix.cc index 7ba4a2b27a..9584c97f59 100644 --- a/deal.II/lac/source/petsc_block_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_block_sparse_matrix.cc @@ -1,15 +1,15 @@ -//---------------------------- petsc_block_sparse_matrix.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2004 by the deal authors +// Copyright (C) 2004 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. // -//---------------------------- petsc_block_sparse_matrix.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/petsc_parallel_block_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_block_sparse_matrix.cc index 98acedf670..0dcabc6845 100644 --- a/deal.II/lac/source/petsc_parallel_block_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_block_sparse_matrix.cc @@ -1,15 +1,15 @@ -//---------------------------- petsc_parallel_block_sparse_matrix.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2004 by the deal authors +// Copyright (C) 2004 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. // -//---------------------------- petsc_parallel_block_sparse_matrix.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/petsc_parallel_block_vector.cc b/deal.II/lac/source/petsc_parallel_block_vector.cc index 7ff4e71dec..76b04c6264 100644 --- a/deal.II/lac/source/petsc_parallel_block_vector.cc +++ b/deal.II/lac/source/petsc_parallel_block_vector.cc @@ -1,15 +1,15 @@ -//---------------------------- petsc_parallel_block_vector.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2004 by the deal authors +// Copyright (C) 2004 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. // -//---------------------------- petsc_parallel_block_vector.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/precondition_block.cc b/deal.II/lac/source/precondition_block.cc index 3054d23925..2643f48dc3 100644 --- a/deal.II/lac/source/precondition_block.cc +++ b/deal.II/lac/source/precondition_block.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003 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. // -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/precondition_block_ez.cc b/deal.II/lac/source/precondition_block_ez.cc index 8980df02e8..76d8ab7b43 100644 --- a/deal.II/lac/source/precondition_block_ez.cc +++ b/deal.II/lac/source/precondition_block_ez.cc @@ -1,15 +1,15 @@ -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2003 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. // -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/solver_control.cc b/deal.II/lac/source/solver_control.cc index 833950505f..2ab01e0413 100644 --- a/deal.II/lac/source/solver_control.cc +++ b/deal.II/lac/source/solver_control.cc @@ -1,4 +1,4 @@ -//---------------------------- solver_control.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- solver_control.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_decomposition.cc b/deal.II/lac/source/sparse_decomposition.cc index ed195c6925..f5e5992ecf 100644 --- a/deal.II/lac/source/sparse_decomposition.cc +++ b/deal.II/lac/source/sparse_decomposition.cc @@ -1,5 +1,5 @@ -//---------------------------- sparse_decomposition.cc --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 +//--------------------------------------------------------------------------- +// Copyright (C) 2002, 2003 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_decomposition.h --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 45e1d5d87c..5ca7b4cb71 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -1,15 +1,15 @@ -//---------------------------- sparse_direct.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004 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. // -//---------------------------- sparse_direct.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_ilu.cc b/deal.II/lac/source/sparse_ilu.cc index affcfe18e6..5c907306b3 100644 --- a/deal.II/lac/source/sparse_ilu.cc +++ b/deal.II/lac/source/sparse_ilu.cc @@ -1,12 +1,12 @@ -//---------------------------- sparse_ilu.cc --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +//--------------------------------------------------------------------------- +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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. // -//---------------------------- sparse_ilu.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_matrix.double.cc b/deal.II/lac/source/sparse_matrix.double.cc index 6355089249..e550c6ac04 100644 --- a/deal.II/lac/source/sparse_matrix.double.cc +++ b/deal.II/lac/source/sparse_matrix.double.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/lac/source/sparse_matrix.float.cc b/deal.II/lac/source/sparse_matrix.float.cc index ad5373efae..89dfa6db89 100644 --- a/deal.II/lac/source/sparse_matrix.float.cc +++ b/deal.II/lac/source/sparse_matrix.float.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/lac/source/sparse_matrix_ez.double.cc b/deal.II/lac/source/sparse_matrix_ez.double.cc index bb24ae92d7..c98d0214fc 100644 --- a/deal.II/lac/source/sparse_matrix_ez.double.cc +++ b/deal.II/lac/source/sparse_matrix_ez.double.cc @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2003 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. // -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_matrix_ez.float.cc b/deal.II/lac/source/sparse_matrix_ez.float.cc index b60b0ee3a7..728bdb9da8 100644 --- a/deal.II/lac/source/sparse_matrix_ez.float.cc +++ b/deal.II/lac/source/sparse_matrix_ez.float.cc @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2003 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. // -//------------------------------------------------------------------------ +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_mic.cc b/deal.II/lac/source/sparse_mic.cc index 563311c36e..276147bc65 100644 --- a/deal.II/lac/source/sparse_mic.cc +++ b/deal.II/lac/source/sparse_mic.cc @@ -1,5 +1,5 @@ -//---------------------------- sparse_mic.cc --------------------------- -// Copyright (C) 1998, 1999, 2000, 2001, 2002 +//--------------------------------------------------------------------------- +// Copyright (C) 2002, 2003 by the deal.II authors // by the deal.II authors and Stephen "Cheffo" Kolaroff // // This file is subject to QPL and may not be distributed @@ -7,7 +7,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_mic.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparse_vanka.cc b/deal.II/lac/source/sparse_vanka.cc index 3529bab00f..1e1c55595a 100644 --- a/deal.II/lac/source/sparse_vanka.cc +++ b/deal.II/lac/source/sparse_vanka.cc @@ -1,15 +1,15 @@ -//---------------------------- sparse_vanka.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003 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. // -//---------------------------- sparse_vanka.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index 96657d9ddd..e1d614dbf7 100644 --- a/deal.II/lac/source/sparsity_pattern.cc +++ b/deal.II/lac/source/sparsity_pattern.cc @@ -1,15 +1,15 @@ -//---------------------------- sparsity_pattern.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 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. // -//---------------------------- sparsity_pattern.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/swappable_vector.cc b/deal.II/lac/source/swappable_vector.cc index 67233d2027..ee5e3be06a 100644 --- a/deal.II/lac/source/swappable_vector.cc +++ b/deal.II/lac/source/swappable_vector.cc @@ -1,15 +1,15 @@ -//---------------------------- swappable_vector.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002 by the deal authors +// Copyright (C) 2000, 2001, 2002 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. // -//---------------------------- swappable_vector.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/tridiagonal_matrix.cc b/deal.II/lac/source/tridiagonal_matrix.cc index 3849d13eef..915c873c29 100644 --- a/deal.II/lac/source/tridiagonal_matrix.cc +++ b/deal.II/lac/source/tridiagonal_matrix.cc @@ -1,15 +1,15 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 2005 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. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #include #include diff --git a/deal.II/lac/source/vector.cc b/deal.II/lac/source/vector.cc index 12949a41ce..87b096dc6b 100644 --- a/deal.II/lac/source/vector.cc +++ b/deal.II/lac/source/vector.cc @@ -1,15 +1,15 @@ -//---------------------------- vector.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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. // -//---------------------------- vector.cc --------------------------- +//--------------------------------------------------------------------------- #include diff --git a/deal.II/lac/source/vector.long_double.cc b/deal.II/lac/source/vector.long_double.cc index 91575a54b4..653b64bd79 100644 --- a/deal.II/lac/source/vector.long_double.cc +++ b/deal.II/lac/source/vector.long_double.cc @@ -1,15 +1,15 @@ -//---------------------------- vector.long_double.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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. // -//---------------------------- vector.long_double.cc --------------------------- +//--------------------------------------------------------------------------- #include -- 2.39.5