]> https://gitweb.dealii.org/ - dealii.git/commitdiff
copyright and divider lines
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 29 Mar 2005 00:46:37 +0000 (00:46 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 29 Mar 2005 00:46:37 +0000 (00:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@10282 0785d39b-7218-0410-832d-ea1e28bc413d

30 files changed:
deal.II/lac/source/block_matrix_array.cc
deal.II/lac/source/block_sparse_matrix.cc
deal.II/lac/source/block_sparse_matrix_ez.cc
deal.II/lac/source/block_sparsity_pattern.cc
deal.II/lac/source/block_vector.cc
deal.II/lac/source/compressed_sparsity_pattern.cc
deal.II/lac/source/full_matrix.double.cc
deal.II/lac/source/full_matrix.float.cc
deal.II/lac/source/matrix_lib.cc
deal.II/lac/source/matrix_out.cc
deal.II/lac/source/petsc_block_sparse_matrix.cc
deal.II/lac/source/petsc_parallel_block_sparse_matrix.cc
deal.II/lac/source/petsc_parallel_block_vector.cc
deal.II/lac/source/precondition_block.cc
deal.II/lac/source/precondition_block_ez.cc
deal.II/lac/source/solver_control.cc
deal.II/lac/source/sparse_decomposition.cc
deal.II/lac/source/sparse_direct.cc
deal.II/lac/source/sparse_ilu.cc
deal.II/lac/source/sparse_matrix.double.cc
deal.II/lac/source/sparse_matrix.float.cc
deal.II/lac/source/sparse_matrix_ez.double.cc
deal.II/lac/source/sparse_matrix_ez.float.cc
deal.II/lac/source/sparse_mic.cc
deal.II/lac/source/sparse_vanka.cc
deal.II/lac/source/sparsity_pattern.cc
deal.II/lac/source/swappable_vector.cc
deal.II/lac/source/tridiagonal_matrix.cc
deal.II/lac/source/vector.cc
deal.II/lac/source/vector.long_double.cc

index 4295cfbe0888eaace3abf544b78703f3edfbc642..3312fa283f46802e131d6fe7cac6f0317babc0b2 100644 (file)
@@ -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 <lac/block_matrix_array.h>
 #include <lac/vector.h>
@@ -226,7 +226,7 @@ BlockMatrixArray<number>::n_block_cols () const
 
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <typename number>
 BlockTrianglePrecondition<number>::BlockTrianglePrecondition(
index 31e41e3dd2641e7ffd3838ec5f658c3eeef6d52e..3b590263f8e8cd1cd9cae3ffbb33928c2b7d4b12 100644 (file)
@@ -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 <lac/block_sparse_matrix.templates.h>
 
index 800399efa311520eeec78cfd41525f9de88d9fe6..fefc227422446a3e2ed925337bd888b6dd4e4178 100644 (file)
@@ -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 <lac/block_sparse_matrix_ez.h>
 #include <lac/block_sparse_matrix_ez.templates.h>
index 18667288b2d789c69f852761ad838ab8f4fa17ec..3cca48219495d7758e89e41608e3c568dfa48687 100644 (file)
@@ -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 <base/memory_consumption.h>
 #include <lac/block_sparsity_pattern.h>
index 03589138404030e8d07c3bad567e334412d4710b..3aaf9118b03783af6ae1972740bccb0a7bdae88a 100644 (file)
@@ -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 <lac/block_vector.templates.h>
 
index e3f1702241713cd5154d8ad695d90bc10d582b06..faec2737379c56618bd1cfd5c504bcb80063ef65 100644 (file)
@@ -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 <lac/compressed_sparsity_pattern.h>
index e828afd71c029abe879ef97fffd659c6351ff6bf..2de0c3e36ce6572952ddb28ef1efb011f23df6fb 100644 (file)
@@ -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 <lac/full_matrix.templates.h>
index 58557f413ea596c7f829c9773f16b8ae6c7c9623..bac4a650d4e28d2cde5e6161403646850dcf6232 100644 (file)
@@ -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 <lac/full_matrix.templates.h>
index b37aea504864cd86d664006f66a7cd77ba877ec8..4031c13e7bf8b83de7d1177d4c4704643c6efce8 100644 (file)
@@ -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 <lac/matrix_lib.templates.h>
index ca75ebbb50693936c86794c752476057e7ab9ee9..f9469f3e045caaeb7cabe897d14a909f8990a7a4 100644 (file)
@@ -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 <lac/matrix_out.h>
index 7ba4a2b27a51a8f6fa71fc67c64ae81340f3ed59..9584c97f596cda889902094475d830e84ffdfaef 100644 (file)
@@ -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 <lac/petsc_block_sparse_matrix.h>
 
index 98acedf670f4a3b0d0fc7fc761f0e83ebc996e54..0dcabc68456120150ee08b7289772cc3a0382a83 100644 (file)
@@ -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 <lac/petsc_parallel_block_sparse_matrix.h>
 
index 7ff4e71dec5cfd9f1a1e138867fc4e236b8083ce..76b04c6264c1e21f01979eb7756884a5442403cf 100644 (file)
@@ -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 <lac/petsc_parallel_block_vector.h>
index 3054d23925dbef0d197f421cac00a6f72fd30f72..2643f48dc3410c0cead2b0d8ca616a75f8e6be07 100644 (file)
@@ -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 <lac/precondition_block.templates.h>
index 8980df02e85c393d52aab6e7a8bf2e8c087e7d44..76d8ab7b4327fe573db8cb237adef76edc788741 100644 (file)
@@ -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 <lac/precondition_block.templates.h>
index 833950505fb3065b21579bee741d23b444ac8fd8..2ab01e041316163f4e5098481d5956a90af9b9b2 100644 (file)
@@ -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 <base/logstream.h>
index ed195c692579774b42d94207cbae9d202396bf85..f5e5992ecfe76ba7fd69dcf5b78909f0161f5da4 100644 (file)
@@ -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 <lac/sparse_decomposition.templates.h>
 
index 45e1d5d87c52fdbbdd8fb127b714a2504d3e295a..5ca7b4cb71c8ed493d240190abadf9bb8a2987b4 100644 (file)
@@ -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 <lac/sparse_direct.h>
index affcfe18e6fdbf67442be1e5122806c40ee69110..5c907306b33f49f91d3d950b35d340d7c275f83b 100644 (file)
@@ -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 <lac/sparse_ilu.templates.h>
index 6355089249bdb3e2584613a00aa3e0d580b3a238..e550c6ac04c427d0feb45716f14ea1d6a1c573b3 100644 (file)
@@ -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
index ad5373efae8746f4915fe48fde7ff49a88511fd6..89dfa6db89f692764c0c2303823251686862febe 100644 (file)
@@ -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
index bb24ae92d733e7f391e75262f606568c8f1e7a35..c98d0214fc9d7bdc8441b21bcc5c596d04a31fe1 100644 (file)
@@ -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 <base/logstream.h>
index b60b0ee3a7cf3013ffae42897b74e7eaef8fcade..728bdb9da8dd8eb2819286a2c5870e686f8fff59 100644 (file)
@@ -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 <base/logstream.h>
index 563311c36ef67d77c495d6d8973d32a3a3819054..276147bc65301694d66ccbbd13e231ac47725566 100644 (file)
@@ -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 <lac/sparse_mic.templates.h>
 
index 3529bab00f680a021b0fe67d62f825d33a0cdd38..1e1c55595a5d530be789d76a7a35e2e20d01db59 100644 (file)
@@ -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 <lac/sparse_vanka.templates.h>
index 96657d9ddd892e00610472d3d33418265937e79f..e1d614dbf7229d7c44ca822bdc3a41bde1f54a42 100644 (file)
@@ -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 <lac/sparsity_pattern.h>
index 67233d2027898a8edb08c7b608b4f1eb0428bfb9..ee5e3be06a4c94535cdbf19f5ab313719ce77a34 100644 (file)
@@ -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 <lac/swappable_vector.templates.h>
index 3849d13eeff9e38f0e33e2ad305d8066541d9a22..915c873c29f8fa13e71bbd15f5f296c386824c1d 100644 (file)
@@ -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 <lac/tridiagonal_matrix.h>
 #include <lac/vector.h>
index 12949a41ce78ef1404486804074c06bb22abfd2f..87b096dc6b63d410ba35aacdf86e288a91c4ffb6 100644 (file)
@@ -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 <lac/vector.templates.h>
index 91575a54b4b3c0c902e72776f167354de24730cb..653b64bd791866d055d01edfc90f6cb9a3461f9f 100644 (file)
@@ -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 <lac/vector.templates.h>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.