scripts/copyright.pl: fix for handling removed files better

This commit is contained in:
Daniel Stenberg 2022-02-01 16:21:58 +01:00
parent 1bf3643f7b
commit 9d8f3ce6d7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -126,7 +126,7 @@ sub checkfile {
}
# this means the file couldn't open - it might not exist, consider
# that fine
return 0;
return 1;
}
my $commityear = undef;