Source

Target

Commits (1)
Showing with 1 addition and 1 deletion
......@@ -327,7 +327,7 @@ my $no_copyright = 0;
sub flushFile()
{
if ($no_copyright) {
if ($no_copyright && $lineno >= 10) {
&complain("Missing copyright header", "copyright");
}
if (@style_fails) {
......