From 2d033419c31f866f7e603f1953e6334559331da5 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 20 Jul 2010 19:19:13 +0000 Subject: [PATCH] extend copyright git-svn-id: https://svn.dealii.org/trunk@21547 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 4 ++-- deal.II/lac/include/lac/sparse_matrix_ez.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index d9a5bfd682..e4cb94ee2a 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -1,6 +1,5 @@ //--------------------------------------------------------------------------- // $Id$ -// Version: $Name: $ // // Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 by the deal.II authors // @@ -468,7 +467,8 @@ namespace SparseMatrixIterators * @; others can be generated in application programs (see the * section on @ref Instantiations in the manual). * - * @author Essentially everyone who has ever worked on deal.II, 1994-2009 + * @author Essentially everyone who has ever worked on deal.II + * @date 1994-2010 */ template class SparseMatrix : public virtual Subscriptor diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index f89d46f87e..4cbe439b23 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -1,8 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ -// Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -90,7 +89,8 @@ template class FullMatrix; * some other aliens will appreciate it. By the way, the suffix makes * sense by pronouncing it the American way. * - * @author Guido Kanschat, 2002 + * @author Guido Kanschat + * @date 2002, 2010 */ template class SparseMatrixEZ : public Subscriptor -- 2.39.5