summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-05 08:22:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-05 08:22:10 +0100
commitac0a88fd2552524955233198de96cc66f6b15a07 (patch)
treeddb4495a5896c4232fdbf4207782616a0265cf02 /scripts
parentfbbbf5aae0fe9bb5b57e4ffa9f34ccfd7a6d89d4 (diff)
downloadcurl-ac0a88fd2552524955233198de96cc66f6b15a07.tar.gz
copyright: fix year ranges
Follow-up from 4d2f8006777
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copyright.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index d1f8ef7ec..5de583af2 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -43,6 +43,9 @@ my @skiplist=(
'^projects/Windows/.*.tmpl$', # generated MSVC file
'^projects/Windows/.*.vcxproj.filters$', # generated MSVC file
'^m4/ax_compile_check_sizeof.m4$', # imported, leave be
+ '^m4/ax_compute_relative_paths.m4$', # imported, leave be
+ '^m4/ax_normalize_path.m4$', # imported, leave be
+ '^m4/ax_recursive_eval.m4$', # imported, leave be
'^.mailmap', # git control file
'\/readme',
'^.github/', # github instruction files