summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-19 15:18:53 +0200
committerKai Koehne <kai.koehne@qt.io>2018-05-16 07:33:08 +0000
commit79f009afd8ee0ad1c032f2235e09971ac1b5c376 (patch)
tree7c20c7b073a28e2d3e35c27c58cfe02d3d7b1690 /tests
parent46daf8aac235107d0c77fe3a887ecb73f85b4159 (diff)
Enable license checker for Qt WebEngine
Task-number: QTBUG-60006 Change-Id: I8aa05bdc606573838a710759481e0fdd3ef2c194 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl10
1 files changed, 9 insertions, 1 deletions
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},