summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 1c5382ac..475ec46f 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -97,6 +97,10 @@ my %excludedModules = (
# license headers are not checked at all. Valid uses of this should be
# very rare - use %optionalFiles where possible.
my %excludedFiles = (
+ "all" => [
+ # Do not scan the header templates themselves
+ qr{^header\.[\w-]*$},
+ ],
"qtwayland" => [
# XML files for protocol
qr{^src/extensions/.+\.xml$},