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

This commit is contained in:
Daniel Stenberg 2022-02-01 16:21:58 +01:00
Родитель 1bf3643f7b
Коммит 9d8f3ce6d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;