From 79f009afd8ee0ad1c032f2235e09971ac1b5c376 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 19 Sep 2017 15:18:53 +0200 Subject: Enable license checker for Qt WebEngine Task-number: QTBUG-60006 Change-Id: I8aa05bdc606573838a710759481e0fdd3ef2c194 Reviewed-by: Allan Sandfeld Jensen --- tests/prebuild/license/tst_licenses.pl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl index 475ec46f..418d0ed8 100755 --- a/tests/prebuild/license/tst_licenses.pl +++ b/tests/prebuild/license/tst_licenses.pl @@ -81,7 +81,7 @@ my %excludedModules = ( 'qtrepotools' => [], 'qtwebkit' => [], 'test262' => [], - 'qtwebengine' => [], + 'qtwebengine' => ['5.6'], '3rdparty' => [], 'qtqa' => [], 'pyside-setup' => ['5.6'] @@ -192,6 +192,14 @@ my %optionalFiles = ( # This directory is a copy of a 3rdparty library qr{^src/assistant/lib/fulltextsearch/}, ], + "qtwebengine" => [ + # Small code snippet, under LICENSE.Chromium copyright + qr{^src/core/common/qt_messages\.(h|cpp)$}, + # Copy of tool in Chromium, under LICENSE.Chromium copyright + qr{^src/tools/qwebengine_convert_dict/main\.cpp$}, + # Documentation that origins from Webkit (and is therefore LGPL) + qr{_lgpl.qdoc$}, + ], 'pyside-setup' => [ qr{docs/conf.py}, qr{docs/make.bat}, -- cgit v1.2.3