summaryrefslogtreecommitdiff
path: root/scripts/check_license.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_license.sh')
-rwxr-xr-xscripts/check_license.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check_license.sh b/scripts/check_license.sh
index c6f794ee5..51f83d7d4 100755
--- a/scripts/check_license.sh
+++ b/scripts/check_license.sh
@@ -11,6 +11,8 @@ EXCLUDE=(
"Go Authors"
"Google Inc"
"Prometheus Authors"
+ "Jeffrey Wilcke"
+ "dummy.go"
)
FILTER=$(IFS="|" ; echo "${EXCLUDE[*]}")
INPLACE=false