From 9d8f3ce6d7e3c192f8387d27703bbf6a31f3ec53 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 1 Feb 2022 16:21:58 +0100 Subject: [PATCH] scripts/copyright.pl: fix for handling removed files better --- scripts/copyright.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3