From: Guido Kanschat Date: Thu, 3 Nov 2005 19:22:23 +0000 (+0000) Subject: make head comment a block X-Git-Tag: v8.0.0~12911 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b27cebb801fae6b57a774ac93e84a51545e3b4f;p=dealii.git make head comment a block git-svn-id: https://svn.dealii.org/trunk@11702 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index ae3766bdf4..a00af50774 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -1,13 +1,13 @@ -// $Id$ -// Version: $Name$ -// -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 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. - +/* $Id$ + * Version: $Name$ + * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 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. + */ // The most fundamental class in the // library is the ``Triangulation''