summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-06-15 11:21:36 -0700
committerThiago Macieira <thiago.macieira@intel.com>2023-06-15 14:15:54 -0700
commit680ad20cf481128295d4d20696a44bcbc2bbb867 (patch)
tree3b4b84053abdf486a737399250db01fc9ab8aa88 /tests
parent2ac2ead7a48e8fa801313c84fba24819f16df471 (diff)
tst_license: ignore the fact that qfutex_mac_p.h contains:
// Copyright (c) 2015 Apple Inc. All rights reserved. // SPDX-License-Identifier: APSL-2.0 Change-Id: I443cf0c8a76243eead33fffd1768e82a5afa0766 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
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.