update_copyrights revision 178f6ad061e54bc5babfca3577f72058fa0797c1
if (@ARGV == 0) {
}
@copyright_text = ();
@copyright_text = <>;
while (<>) {
}
next;
}
$c_comment = 0;
$shell_comment = 0;
$c_comment = 1;
$shell_comment = 1;
} else {
next;
}
$_ = <SOURCE>;
$_ = <SOURCE>;
next;
}
if ($_ !~ /\*\//) {
if ($_ =~ /\*\//) {
last;
}
}
}
if (/^\#\!/) {
$_ = <SOURCE>;
$_ = <SOURCE>;
}
}
if (/^\#/) {
next;
}
if ($_ !~ /^\#/) {
$first = $_;
last;
}
}
} else {
$first = $_;
}
} else {
$first = $_;
}
print TARGET $before_copyright;
}
}
$first_year = 1;
}
$first_year = 0;
}
}
}
}
}
print TARGET $_;
}
}
}