diff options
author | Eike Ziller <[email protected]> | 2014-08-26 17:29:38 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2014-09-02 15:11:24 +0200 |
commit | b5b6a46b4e17dde56ac4409bd6551eaaf297b375 (patch) | |
tree | 216df467b3df092bad019656329d299b44e51ee1 /scripts/hasCopyright.pl | |
parent | 8dc9d67e898ecb9afa239fcba914ed178931901b (diff) |
ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f
Reviewed-by: Christian Kandeler <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: Daniel Teske <[email protected]>
Reviewed-by: hjk <[email protected]>
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; } |