From 65fdfda96e8d85f60b7f768282a8c4c462acd0e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Nov 2000 13:29:31 +0000 Subject: [PATCH] Fix header. git-svn-id: https://svn.dealii.org/trunk@3515 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/block_matrices.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/deal.II/block_matrices.cc b/tests/deal.II/block_matrices.cc index 94aabdf21a..064dddb83b 100644 --- a/tests/deal.II/block_matrices.cc +++ b/tests/deal.II/block_matrices.cc @@ -1,4 +1,15 @@ -/* $Id$ */ +//---------------------------- block_matrices.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2000 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_matrices.cc --------------------------- /* Author: Wolfgang Bangerth, University of Heidelberg, 2000 */ /* Program is based on /examples/step-3 Purpose: compare the results when using a normal matrix and -- 2.39.5