From b5b6a46b4e17dde56ac4409bd6551eaaf297b375 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 26 Aug 2014 17:29:38 +0200 Subject: ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f Reviewed-by: Christian Kandeler Reviewed-by: Christian Stenger Reviewed-by: Daniel Teske Reviewed-by: hjk --- scripts/hasCopyright.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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; } -- cgit v1.2.3