From: Daniel Stenberg Date: Tue, 1 Feb 2022 15:21:58 +0000 (+0100) Subject: scripts/copyright.pl: fix for handling removed files better X-Git-Tag: curl-7_82_0~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d8f3ce6d7e3c192f8387d27703bbf6a31f3ec53;p=thirdparty%2Fcurl.git scripts/copyright.pl: fix for handling removed files better --- diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 878f228c26..50ff98ad8f 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -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;