From fcada35d60ba27d73fe999079bfb2e91795b3460 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 18 Jan 2013 13:33:05 +0000 Subject: [PATCH] Use standard header for file. git-svn-id: https://svn.dealii.org/trunk@28124 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/mapping.cc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/tests/fe/mapping.cc b/tests/fe/mapping.cc index 0aa6ae649e..40f08470dd 100644 --- a/tests/fe/mapping.cc +++ b/tests/fe/mapping.cc @@ -1,6 +1,16 @@ -// mapping.cc,v 1.19 2004/01/30 09:56:19 hartmann Exp -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010, 2011, 2012 Ralf Hartmann +//---------------------------------------------------------------------- +// $Id$ +// Version: $Name$ // +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010, 2011, 2012, 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. +// +//---------------------------------------------------------------------- + // Shows the shape functions implemented and computes the area of cells. #include "../tests.h" @@ -577,4 +587,3 @@ int main() // ----------------------- mapping_test<3>(); } - -- 2.39.5