From 466f75b065d97bf37caac6602db1bebec67e1b42 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 16 May 2013 21:08:43 +0000 Subject: [PATCH] Add standard file header. git-svn-id: https://svn.dealii.org/trunk@29520 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/dof_tools_21_b.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/bits/dof_tools_21_b.cc b/tests/bits/dof_tools_21_b.cc index f56a872e98..80a140d65f 100644 --- a/tests/bits/dof_tools_21_b.cc +++ b/tests/bits/dof_tools_21_b.cc @@ -1,3 +1,16 @@ +//---------------------------- dof_tools_21_b.cc --------------------------- +// $Id: dof_tools_10.cc 23710 2011-05-17 04:50:10Z bangerth $ +// Version: $Name$ +// +// Copyright (C) 2003, 2004, 2013 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. +// +//---------------------------- dof_tools_21_b.cc --------------------------- + #include "../tests.h" #include #include -- 2.39.5