Update copyrights.
[p5sagit/p5-mst-13.2.git] / regen_perly.pl
index eaa4785..024d785 100644 (file)
@@ -2,7 +2,7 @@
 #
 # regen_perly.pl, DAPM 12-Feb-04
 #
-# Copyright (c) 2004 Larry Wall
+# Copyright (c) 2004, 2005 Larry Wall
 #
 # Given an input file perly.y, run bison on it and produce
 # the following output files:
@@ -171,10 +171,6 @@ sub extract {
     return $actlines. "\n", $tablines. "\n";
 }
 
-       
-           
-
-
 sub my_system {
     system(@_);
     if ($? == -1) {