diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-24 00:02:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-24 00:02:33 +0200 |
commit | d75e6ce85af240993f6fa89b939f437a9968ed64 (patch) | |
tree | b4be2a9cdf74868f8f1e20f97de70198f4d10c65 /scripts | |
parent | 7f40633422df36b50e752749fb8795cac3e99e37 (diff) | |
download | curl-d75e6ce85af240993f6fa89b939f437a9968ed64.tar.gz |
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-x | scripts/copyright.pl | 4 |
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 { |