summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 689036dc..4c726bcb 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -83,6 +83,8 @@ my %excludedFiles = (
qr{^3rdparty/},
],
"qtbase" => [
+ # Contains content copied from XNU sources, under APSL-2.0
+ qr{^src/corelib/kernel/qfutex_mac_p.h$},
# XML file from Khronos taken as-is, no control over the
# license and copyright syntax in this one. The checker
# gets confused with newer upstream versions, so skip.