summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/hasCopyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
index 3f7d4dc622..657c51e5fb 100644
--- a/scripts/hasCopyright.pl
+++ b/scripts/hasCopyright.pl
@@ -95,7 +95,7 @@ while (1) {
next;
}
- if (!$hasContact && $file !~ /\.pluginspec\.in$/) {
+ if (!$hasContact && $file !~ /\.json\.in$/) {
print "$file\tERROR\tWrong contact\n";
next;
}