diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-05 08:22:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-05 08:22:10 +0100 |
commit | ac0a88fd2552524955233198de96cc66f6b15a07 (patch) | |
tree | ddb4495a5896c4232fdbf4207782616a0265cf02 /scripts | |
parent | fbbbf5aae0fe9bb5b57e4ffa9f34ccfd7a6d89d4 (diff) | |
download | curl-ac0a88fd2552524955233198de96cc66f6b15a07.tar.gz |
copyright: fix year ranges
Follow-up from 4d2f8006777
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copyright.pl | 3 |
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 |