update_copyrights revision efd6c944a4ebd3fb65dc39f9172d322198b2b1d3
die "This program is being updated; talk to Bob.";
if (@ARGV == 0) {
}
@copyright_text = ();
@copyright_text = <>;
while (<>) {
}
next;
}
$c_comment = 1;
} else {
next;
}
$_ = <SOURCE>;
if (/^\/\*/) {
$_ = <SOURCE>;
next;
}
if ($_ !~ /\*\//) {
if ($_ =~ /\*\//) {
last;
}
}
}
} else {
$first = $_;
}
}
$first_year = 1;
}
$first_year = 0;
}
}
}
}
print TARGET $_;
}
}