aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-24 00:02:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-24 00:02:33 +0200
commitd75e6ce85af240993f6fa89b939f437a9968ed64 (patch)
treeb4be2a9cdf74868f8f1e20f97de70198f4d10c65 /scripts
parent7f40633422df36b50e752749fb8795cac3e99e37 (diff)
copyright: updated year ranges out of sync
... and whitelisted a few more files in the the copyright.pl script.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copyright.pl4
1 files changed, 4 insertions, 0 deletions
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 {