summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-29 16:45:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-29 17:44:03 +0200
commit26317223194e5df9ac6321fb78cbe1a5005dd8b6 (patch)
tree0914502c7b3ef5999595057914dc9df6afbc020c /scripts
parentb7ca0cfec0bb49af16f4a56117bab7af950f8e8b (diff)
downloadcurl-26317223194e5df9ac6321fb78cbe1a5005dd8b6.tar.gz
copyright: add boiler-plate headers to CI config files
And whitelist .zuul.ignore Closes #7314
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 3a5b12af9..8ead378bd 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -79,6 +79,9 @@ my @skiplist=(
# checksrc control files
'\.checksrc$',
+ # an empty control file
+ "^zuul.d/playbooks/.zuul.ignore",
+
);
sub scanfile {