diff options
Diffstat (limited to 'scripts/copyright.pl')
-rwxr-xr-x | scripts/copyright.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 1c6d1b895..8bb4bc9f1 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -33,8 +33,8 @@ my @whitelist=( '^docs\/cmdline-opts\/[a-z]+(.*)\.d$', # curl.1 pieces '(\/|^)[A-Z0-9_.-]+$', # all uppercase file name, possibly with dot and dash '(\/|^)[A-Z0-9_-]+\.md$', # all uppercase file name with .md extension - '.gitignore', # whereever they are - '.gitattributes', # whereever they are + '.gitignore', # wherever they are + '.gitattributes', # wherever they are '^tests/certs/.*', # generated certs '^tests/stunnel.pem', # generated cert '^tests/valgrind.supp', # valgrind suppressions |