diff options
Diffstat (limited to 'scripts/hasCopyright.pl')
-rw-r--r-- | scripts/hasCopyright.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl index 3f7d4dc622e..657c51e5fba 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; } |