From 699a4f91ea955df9746ca4604b727f50cb26f163 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 28 Mar 2005 23:37:00 +0000 Subject: [PATCH] copyright and divider lines git-svn-id: https://svn.dealii.org/trunk@10274 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/auto_derivative_function.h | 6 +++--- deal.II/base/include/base/conditional_ostream.h | 4 ++-- deal.II/base/include/base/convergence_table.h | 6 +++--- deal.II/base/include/base/data_out_base.h | 6 +++--- deal.II/base/include/base/exceptions.h | 2 +- deal.II/base/include/base/function.h | 2 +- deal.II/base/include/base/function_derivative.h | 6 +++--- deal.II/base/include/base/function_lib.h | 2 +- deal.II/base/include/base/function_parser.h | 6 +++--- deal.II/base/include/base/function_time.h | 6 +++--- deal.II/base/include/base/job_identifier.h | 6 +++--- deal.II/base/include/base/logstream.h | 4 ++-- deal.II/base/include/base/memory_consumption.h | 6 +++--- deal.II/base/include/base/multithread_info.h | 12 ++++++------ deal.II/base/include/base/parameter_handler.h | 4 ++-- deal.II/base/include/base/path_search.h | 4 ++-- deal.II/base/include/base/point.h | 6 +++--- deal.II/base/include/base/polynomial.h | 2 +- deal.II/base/include/base/polynomial_space.h | 6 +++--- deal.II/base/include/base/polynomials_bdm.h | 4 ++-- deal.II/base/include/base/polynomials_p.h | 4 ++-- deal.II/base/include/base/quadrature.h | 2 +- deal.II/base/include/base/quadrature_lib.h | 6 +++--- deal.II/base/include/base/quadrature_selector.h | 6 +++--- deal.II/base/include/base/smartpointer.h | 6 +++--- deal.II/base/include/base/subscriptor.h | 8 ++++---- deal.II/base/include/base/symmetric_tensor.h | 6 +++--- deal.II/base/include/base/table.h | 12 ++++++------ deal.II/base/include/base/table_handler.h | 6 +++--- deal.II/base/include/base/template_constraints.h | 6 +++--- deal.II/base/include/base/tensor.h | 6 +++--- deal.II/base/include/base/tensor_base.h | 6 +++--- deal.II/base/include/base/tensor_function.h | 6 +++--- .../base/include/base/tensor_product_polynomials.h | 4 ++-- deal.II/base/include/base/thread_management.h | 10 +++++----- deal.II/base/include/base/timer.h | 6 +++--- deal.II/base/include/base/vector_slice.h | 8 ++++---- 37 files changed, 104 insertions(+), 104 deletions(-) diff --git a/deal.II/base/include/base/auto_derivative_function.h b/deal.II/base/include/base/auto_derivative_function.h index ff53f9baad..fc5d9dd476 100644 --- a/deal.II/base/include/base/auto_derivative_function.h +++ b/deal.II/base/include/base/auto_derivative_function.h @@ -1,15 +1,15 @@ -//---------------------------- auto_derivative_function.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004 by the deal 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. // -//---------------------------- auto_derivative_function.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__auto_derivative_function_h #define __deal2__auto_derivative_function_h diff --git a/deal.II/base/include/base/conditional_ostream.h b/deal.II/base/include/base/conditional_ostream.h index 9ea9ae257d..b07ac33343 100644 --- a/deal.II/base/include/base/conditional_ostream.h +++ b/deal.II/base/include/base/conditional_ostream.h @@ -1,4 +1,4 @@ -//----------------------- conditional_ostream.h ---------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//----------------------- conditional_ostream.h ---------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__conditional_ostream_h #define __deal2__conditional_ostream_h diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index 47f7cc07d3..a20cafa21d 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -1,15 +1,15 @@ -//---------------------------- convergence_table.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal 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. // -//---------------------------- convergence_table.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__convergence_table_h #define __deal2__convergence_table_h diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index abf7fefb53..e556fcf7e3 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -1,15 +1,15 @@ -//---------------------------- data_out_base.h --------------------------- +//--------------------------------------------------------------------------- // $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. // -//---------------------------- data_out_base.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__data_out_base_h #define __deal2__data_out_base_h diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 007f0757ae..45d73e90d2 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1998, 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 diff --git a/deal.II/base/include/base/function.h b/deal.II/base/include/base/function.h index db4b953b97..838954c848 100644 --- a/deal.II/base/include/base/function.h +++ b/deal.II/base/include/base/function.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal authors +// Copyright (C) 1998, 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 diff --git a/deal.II/base/include/base/function_derivative.h b/deal.II/base/include/base/function_derivative.h index bd1bb05198..d457621104 100644 --- a/deal.II/base/include/base/function_derivative.h +++ b/deal.II/base/include/base/function_derivative.h @@ -1,15 +1,15 @@ -//------------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 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. // -//------------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__function_derivative_h #define __deal2__function_derivative_h diff --git a/deal.II/base/include/base/function_lib.h b/deal.II/base/include/base/function_lib.h index c2ba84eef2..5088858d66 100644 --- a/deal.II/base/include/base/function_lib.h +++ b/deal.II/base/include/base/function_lib.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal 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 diff --git a/deal.II/base/include/base/function_parser.h b/deal.II/base/include/base/function_parser.h index d4f38011d7..58de5a2e6d 100644 --- a/deal.II/base/include/base/function_parser.h +++ b/deal.II/base/include/base/function_parser.h @@ -1,15 +1,15 @@ -//----------------------- function_parser.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal 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. // -//----------------------- function_parser.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__function_parser_h diff --git a/deal.II/base/include/base/function_time.h b/deal.II/base/include/base/function_time.h index b309320af0..bccb9b938c 100644 --- a/deal.II/base/include/base/function_time.h +++ b/deal.II/base/include/base/function_time.h @@ -1,15 +1,15 @@ -//---------------------------- function_time.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal 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. // -//---------------------------- function_time.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__function_time_h #define __deal2__function_time_h diff --git a/deal.II/base/include/base/job_identifier.h b/deal.II/base/include/base/job_identifier.h index e2d4eee55b..c18bf4fbb9 100644 --- a/deal.II/base/include/base/job_identifier.h +++ b/deal.II/base/include/base/job_identifier.h @@ -1,15 +1,15 @@ -//---------------------------- job_identifier.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- job_identifier.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__job_identifier_h #define __deal2__job_identifier_h diff --git a/deal.II/base/include/base/logstream.h b/deal.II/base/include/base/logstream.h index 2e3da85f6b..7421fcfd6f 100644 --- a/deal.II/base/include/base/logstream.h +++ b/deal.II/base/include/base/logstream.h @@ -1,4 +1,4 @@ -//---------------------------- logstream.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- logstream.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__logstream_h #define __deal2__logstream_h diff --git a/deal.II/base/include/base/memory_consumption.h b/deal.II/base/include/base/memory_consumption.h index 8de06bb4b5..1ffed6c1d1 100644 --- a/deal.II/base/include/base/memory_consumption.h +++ b/deal.II/base/include/base/memory_consumption.h @@ -1,15 +1,15 @@ -//---------------------------- memory_consumption.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 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. // -//---------------------------- memory_consumption.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__memory_consumption_h #define __deal2__memory_consumption_h diff --git a/deal.II/base/include/base/multithread_info.h b/deal.II/base/include/base/multithread_info.h index 0890db0fbe..fcbfe5b091 100644 --- a/deal.II/base/include/base/multithread_info.h +++ b/deal.II/base/include/base/multithread_info.h @@ -1,18 +1,18 @@ -//---------------------------- multithread_info.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003 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. // -//---------------------------- multithread_info.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__multithread_info_h #define __deal2__multithread_info_h -//---------------------------- multithread_info.h --------------------------- +//--------------------------------------------------------------------------- #include @@ -123,7 +123,7 @@ extern MultithreadInfo multithread_info; -//---------------------------- multithread_info.h --------------------------- +//--------------------------------------------------------------------------- // end of #ifndef __deal2__multithread_info_h #endif -//---------------------------- multithread_info.h --------------------------- +//--------------------------------------------------------------------------- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index eea2440fb2..e33c7f905c 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -1,4 +1,4 @@ -//---------------------------- parameter_handler.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- parameter_handler.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__parameter_handler_h #define __deal2__parameter_handler_h diff --git a/deal.II/base/include/base/path_search.h b/deal.II/base/include/base/path_search.h index 11c46e6446..eb4274e90d 100644 --- a/deal.II/base/include/base/path_search.h +++ b/deal.II/base/include/base/path_search.h @@ -1,4 +1,4 @@ -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__path_search_h #define __deal2__path_search_h diff --git a/deal.II/base/include/base/point.h b/deal.II/base/include/base/point.h index ec2ebbea5c..49139601fd 100644 --- a/deal.II/base/include/base/point.h +++ b/deal.II/base/include/base/point.h @@ -1,15 +1,15 @@ -//---------------------------- point.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- point.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__point_h #define __deal2__point_h diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 69132c77d5..6c1365a1a2 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000 - 2005 by the deal.II authors +// Copyright (C) 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 diff --git a/deal.II/base/include/base/polynomial_space.h b/deal.II/base/include/base/polynomial_space.h index ceb2fc5e85..078775d5cc 100644 --- a/deal.II/base/include/base/polynomial_space.h +++ b/deal.II/base/include/base/polynomial_space.h @@ -1,15 +1,15 @@ -//---------------------- polynomials.h ------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 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. // -//---------------------- polynomials.h ------------- +//--------------------------------------------------------------------------- #ifndef __deal2__polynomial_space_h #define __deal2__polynomial_space_h diff --git a/deal.II/base/include/base/polynomials_bdm.h b/deal.II/base/include/base/polynomials_bdm.h index 058c7a74bf..d4b832ca4d 100644 --- a/deal.II/base/include/base/polynomials_bdm.h +++ b/deal.II/base/include/base/polynomials_bdm.h @@ -1,4 +1,4 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__polynomials_BDM_h #define __deal2__polynomials_BDM_h diff --git a/deal.II/base/include/base/polynomials_p.h b/deal.II/base/include/base/polynomials_p.h index 05e84e5f28..0c7a308d3c 100644 --- a/deal.II/base/include/base/polynomials_p.h +++ b/deal.II/base/include/base/polynomials_p.h @@ -1,4 +1,4 @@ -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__polynomials_P_h #define __deal2__polynomials_P_h diff --git a/deal.II/base/include/base/quadrature.h b/deal.II/base/include/base/quadrature.h index 5759041669..d36acc1f5d 100644 --- a/deal.II/base/include/base/quadrature.h +++ b/deal.II/base/include/base/quadrature.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal authors +// Copyright (C) 1998, 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 diff --git a/deal.II/base/include/base/quadrature_lib.h b/deal.II/base/include/base/quadrature_lib.h index 30ee033800..6ed2d91bcf 100644 --- a/deal.II/base/include/base/quadrature_lib.h +++ b/deal.II/base/include/base/quadrature_lib.h @@ -1,15 +1,15 @@ -//---------------------------- quadrature_lib.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- quadrature_lib.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__quadrature_lib_h #define __deal2__quadrature_lib_h diff --git a/deal.II/base/include/base/quadrature_selector.h b/deal.II/base/include/base/quadrature_selector.h index 7778980c68..062b42152b 100644 --- a/deal.II/base/include/base/quadrature_selector.h +++ b/deal.II/base/include/base/quadrature_selector.h @@ -1,15 +1,15 @@ -//---------------------------- quadrature_selector.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004 by the deal authors +// Copyright (C) 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. // -//---------------------------- quadrature_selector.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__quadrature_selector_h #define __deal2__quadrature_selector_h diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index 44e6486226..f780daf602 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -1,15 +1,15 @@ -//---------------------------- smartpointer.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- smartpointer.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__smartpointer_h #define __deal2__smartpointer_h diff --git a/deal.II/base/include/base/subscriptor.h b/deal.II/base/include/base/subscriptor.h index b9b4462798..e30324b273 100644 --- a/deal.II/base/include/base/subscriptor.h +++ b/deal.II/base/include/base/subscriptor.h @@ -1,15 +1,15 @@ -//---------------------------- subscriptor.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998 - 2005 by the deal.II authors +// Copyright (C) 1998, 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. // -//---------------------------- subscriptor.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__subscriptor_h #define __deal2__subscriptor_h @@ -214,7 +214,7 @@ class Subscriptor mutable const std::type_info * object_info; }; -//----------------------------------------------------------------------// +//--------------------------------------------------------------------------- // If we are in optimized mode, the subscription checking is turned // off. Therefore, we provide inline definitions of subscribe and diff --git a/deal.II/base/include/base/symmetric_tensor.h b/deal.II/base/include/base/symmetric_tensor.h index 3bcc1d64fb..c52b1bd999 100644 --- a/deal.II/base/include/base/symmetric_tensor.h +++ b/deal.II/base/include/base/symmetric_tensor.h @@ -1,15 +1,15 @@ -//---------------------------- symmetric_tensor.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2005 by the deal 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. // -//---------------------------- symmetric_tensor.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__symmetric_tensor_h #define __deal2__symmetric_tensor_h diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index 8dd9815fec..079f4e249a 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -1,15 +1,15 @@ -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 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. // -//----------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__table_h #define __deal2__table_h @@ -2564,7 +2564,7 @@ Table<1,T>::operator () (const unsigned int i) } -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template Table<2,T>::Table () @@ -2689,7 +2689,7 @@ Table<2,T>::n_cols () const -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template TransposeTable::TransposeTable () @@ -2788,7 +2788,7 @@ TransposeTable::n_cols () const -//---------------------------------------------------------------------- +//--------------------------------------------------------------------------- template diff --git a/deal.II/base/include/base/table_handler.h b/deal.II/base/include/base/table_handler.h index 7caea63b35..fd90aa1966 100644 --- a/deal.II/base/include/base/table_handler.h +++ b/deal.II/base/include/base/table_handler.h @@ -1,15 +1,15 @@ -//---------------------------- table_handler.h --------------------------- +//--------------------------------------------------------------------------- // $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. // -//---------------------------- table_handler.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__table_handler_h #define __deal2__table_handler_h diff --git a/deal.II/base/include/base/template_constraints.h b/deal.II/base/include/base/template_constraints.h index 23c463e50d..47a426d904 100644 --- a/deal.II/base/include/base/template_constraints.h +++ b/deal.II/base/include/base/template_constraints.h @@ -1,15 +1,15 @@ -//---------------------------- template_constraints.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004 by the deal authors +// Copyright (C) 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. // -//---------------------------- template_constraints.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__template_constraints_h #define __deal2__template_constraints_h diff --git a/deal.II/base/include/base/tensor.h b/deal.II/base/include/base/tensor.h index ac72d4a938..742d0fc7a6 100644 --- a/deal.II/base/include/base/tensor.h +++ b/deal.II/base/include/base/tensor.h @@ -1,15 +1,15 @@ -//---------------------------- tensor.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- tensor.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__tensor_h #define __deal2__tensor_h diff --git a/deal.II/base/include/base/tensor_base.h b/deal.II/base/include/base/tensor_base.h index a66e9b6be8..b66ce4be3e 100644 --- a/deal.II/base/include/base/tensor_base.h +++ b/deal.II/base/include/base/tensor_base.h @@ -1,15 +1,15 @@ -//---------------------------- tensor_base.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- tensor_base.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__tensor_base_h #define __deal2__tensor_base_h diff --git a/deal.II/base/include/base/tensor_function.h b/deal.II/base/include/base/tensor_function.h index 1624cd782c..fcad0c1034 100644 --- a/deal.II/base/include/base/tensor_function.h +++ b/deal.II/base/include/base/tensor_function.h @@ -1,15 +1,15 @@ -//---------------------------- tensor_function.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal 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. // -//---------------------------- tensor_function.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__tensor_function_h #define __deal2__tensor_function_h diff --git a/deal.II/base/include/base/tensor_product_polynomials.h b/deal.II/base/include/base/tensor_product_polynomials.h index ae7d4b3f73..147836a3bf 100644 --- a/deal.II/base/include/base/tensor_product_polynomials.h +++ b/deal.II/base/include/base/tensor_product_polynomials.h @@ -1,4 +1,4 @@ -//---------------------- tensor_product_polynomials.h ------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------- tensor_product_polynomials.h ------------- +//--------------------------------------------------------------------------- #ifndef __deal2__tensor_product_polynomials_h #define __deal2__tensor_product_polynomials_h diff --git a/deal.II/base/include/base/thread_management.h b/deal.II/base/include/base/thread_management.h index 1449c99099..0570e200a5 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -1,15 +1,15 @@ -//---------------------------- thread_management.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 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. // -//---------------------------- thread_management.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__thread_management_h #define __deal2__thread_management_h @@ -6653,7 +6653,7 @@ namespace Threads /// @endif -//---------------------------- thread_management.h --------------------------- +//--------------------------------------------------------------------------- // end of #ifndef __deal2__thread_management_h #endif -//---------------------------- thread_management.h --------------------------- +//--------------------------------------------------------------------------- diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index 39c209bd7c..8990687af8 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -1,15 +1,15 @@ -//---------------------------- timer.h --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal authors +// Copyright (C) 1998, 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. // -//---------------------------- timer.h --------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__timer_h #define __deal2__timer_h diff --git a/deal.II/base/include/base/vector_slice.h b/deal.II/base/include/base/vector_slice.h index 9a54fa84ee..27db62c57e 100644 --- a/deal.II/base/include/base/vector_slice.h +++ b/deal.II/base/include/base/vector_slice.h @@ -1,15 +1,15 @@ -//--------------------------------------------------------------------- +//--------------------------------------------------------------------------- // $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. // -//--------------------------------------------------------------------- +//--------------------------------------------------------------------------- #ifndef __deal2__vector_slice_h #define __deal2__vector_slice_h @@ -95,7 +95,7 @@ make_slice (VECTOR& v, unsigned int start, unsigned int length) -//-------------- member functions --------------------// +//--------------------------------------------------------------------------- template inline -- 2.39.5