From a6e57da305c6217e2cba459b3ea3d5bbb497b13f Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Jan 2006 04:06:13 +0000 Subject: [PATCH] Actually, no: don't skip copyright, author information, etc. I think that has a place in the web pages. git-svn-id: https://svn.dealii.org/trunk@12171 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/program2plain | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain index f6aded2746..df4e682286 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain @@ -1,11 +1,4 @@ -# Copyright (C) 1999, 2000, 2001, 2002 by Wolfgang Bangerth, University of Heidelberg - -# ignore comments at the start of the program. this includes CVS -# tags and copyright notices. -$_ = <>; -while ( m!^/[/\*]! || m!\s*\*! || m/^$/ ) { - $_ = <>; -} +# Copyright (C) 1999, 2000, 2001, 2002, 2006 by Wolfgang Bangerth, University of Heidelberg print < -- 2.39.5