From: bangerth Date: Fri, 18 Jan 2013 13:33:05 +0000 (+0000) Subject: Use standard header for file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcada35d60ba27d73fe999079bfb2e91795b3460;p=dealii-svn.git Use standard header for file. git-svn-id: https://svn.dealii.org/trunk@28124 0785d39b-7218-0410-832d-ea1e28bc413d --- 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>(); } -