From 1d71b888639c9beec0bdff92f56e79f06b1876ec Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 1 Aug 2022 15:36:36 +0200 Subject: tst_license.pl: Skip vk.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-105270 Change-Id: Ic873b6dcafddedf6587b25446199a5c0010faf62 Reviewed-by: Jörg Bornemann (cherry picked from commit 7b85b89b2a092fb7897ade389760341b52591fc6) Reviewed-by: Qt Cherry-pick Bot --- tests/prebuild/license/tst_licenses.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl index 08ec344..43217ea 100755 --- a/tests/prebuild/license/tst_licenses.pl +++ b/tests/prebuild/license/tst_licenses.pl @@ -79,6 +79,12 @@ my %excludedFiles = ( qr{/3rdparty/}, qr{^3rdparty/}, ], + "qtbase" => [ + # 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. + qr{^src/gui/vulkan/vk\.xml$}, + ], "qtwayland" => [ # XML files for protocol (the license checker fails to # recognize the copyright headers in these) -- cgit v1.2.1