From: guido Date: Mon, 28 Mar 2005 23:06:33 +0000 (+0000) Subject: output reduced X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08fd14d0e370cb6c8e91ad27984ef15c3599e950;p=dealii-svn.git output reduced git-svn-id: https://svn.dealii.org/trunk@10269 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/copyright.pl b/deal.II/common/scripts/copyright.pl index b01d1ecddc..04417c51b1 100644 --- a/deal.II/common/scripts/copyright.pl +++ b/deal.II/common/scripts/copyright.pl @@ -13,8 +13,6 @@ use strict; my $file = $ARGV[0]; -print "# $file\n"; - my @log = `cvs log $file`; my %years; @@ -56,7 +54,7 @@ while(<>) } } -print "# OK: $copystring\n" if ($ok); +# print "# OK: $copystring\n" if ($ok); -print "# no copyright found\n" unless ($found); +print "# $file: no copyright found\n" unless ($found);