From: wolf Date: Thu, 26 Jan 2006 04:06:13 +0000 (+0000) Subject: Actually, no: don't skip copyright, author information, etc. I think that has X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e57da305c6217e2cba459b3ea3d5bbb497b13f;p=dealii-svn.git 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 --- 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 <