diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2023-04-28 12:25:14 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-05-17 11:17:43 +0000 |
commit | 418a1b5b314b03878165640bb8012a6de11a00b7 (patch) | |
tree | 80508a26c8f1b5777cb38f8c3e9cf54d0b9ae5ba | |
parent | 67914610f3bbc466aa654c9d63bd1a4edbb90497 (diff) | |
download | qtwebengine-418a1b5b314b03878165640bb8012a6de11a00b7.tar.gz |
Add a clarification of GPL usage
We were listing Speech Dispatcher and XDG Shared Mime Info as GPLv2
contributions.
Fixes: QTBUG-113270
Change-Id: I9392cf12ad17a5f3efac0b245209a9ed946c2e51
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 6601ba752da3b1e76056619cc10f139300f7fed9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | src/core/doc/src/qwebengine-licensing.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/doc/src/qwebengine-licensing.qdoc b/src/core/doc/src/qwebengine-licensing.qdoc index d49850022..796a9664d 100644 --- a/src/core/doc/src/qwebengine-licensing.qdoc +++ b/src/core/doc/src/qwebengine-licensing.qdoc @@ -14,6 +14,10 @@ respect the licenses of Chromium, and third-party code included in Chromium. The arguably most restrictive license to be respected by all users is LGPLv2.1. +\note Any GPL licenses listed below are only used to access Linux system +resources. \QWE does not link to nor distribute GPL binary code, and +it does not affect users of \QWE. + Third party licenses included in the sources are: */ |