From d75e6ce85af240993f6fa89b939f437a9968ed64 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 24 May 2020 00:02:33 +0200 Subject: copyright: updated year ranges out of sync ... and whitelisted a few more files in the the copyright.pl script. --- scripts/copyright.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/copyright.pl') diff --git a/scripts/copyright.pl b/scripts/copyright.pl index bdf23dd7a..1c6d1b895 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -55,6 +55,7 @@ my @whitelist=( 'curl_multi_socket_all.3', 'curl_strnequal.3', 'symbols-in-versions', + 'options-in-versions', # macos-framework files '^lib\/libcurl.plist', @@ -84,6 +85,9 @@ my @whitelist=( '^src\/macos\/curl.mcp.xml.sit.hqx', '^src\/macos\/src\/curl_GUSIConfig.cpp', + # checksrc control files + '\.checksrc$', + ); sub scanfile { -- cgit v1.2.3