summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qwebengine-licensing.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-05-04 15:17:43 +0200
committerKai Koehne <kai.koehne@qt.io>2016-05-23 13:03:24 +0000
commitbbfa47645204269ed50cbea21cb27febd676dfc2 (patch)
tree90f0d4813db083c8e4ff6401688e83dad9c19ff0 /src/webengine/doc/src/qwebengine-licensing.qdoc
parent96c9fa3d9108c60ef17a091e48e6f056eaa8fd34 (diff)
Document licenses in Qt WebEngine
Document the licenses users of Qt WebEngine have to accept. qtwebengine-3rdparty.qdoc is generated using licenses.py: cd src/3rdparty; python chromium/tools/licenses.py --file-template ../../tools/about_credits.tmpl --entry-template ../../tools/about_credits_entry.tmpl credits >../../src/webengine/doc/src/qtwebengine-3rdparty.qdoc Task-number: QTBUG-51812 Change-Id: I568cf592054adb29dad07d43f3685c78cf7b8196 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webengine/doc/src/qwebengine-licensing.qdoc')
-rw-r--r--src/webengine/doc/src/qwebengine-licensing.qdoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/webengine/doc/src/qwebengine-licensing.qdoc b/src/webengine/doc/src/qwebengine-licensing.qdoc
new file mode 100644
index 000000000..c31bd9dac
--- /dev/null
+++ b/src/webengine/doc/src/qwebengine-licensing.qdoc
@@ -0,0 +1,28 @@
+/*!
+\contentspage qtwebengine-licensing.html
+\group qtwebengine-licensing
+\title Qt WebEngine Licensing
+
+The Qt specific parts of the Qt WebEngine module are dual-licensed
+under Commercial and GNU Lesser General Public License (LGPLv3).
+In addition, the module contains code licensed under LGPLv2.
+
+The module includes a snapshot of Chromium. As such, users need to
+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.
+
+Third party licenses included in the sources are:
+*/
+
+/*!
+\contentspage qtwebengine-licensing.html
+\page qtwebengine-3rdparty-chromium-global.html
+\ingroup qtwebengine-licensing
+\title Chromium License
+\brief BSD
+
+The Google-authored portion of Chromium is released under a BSD license:
+
+\quotefile ../../../3rdparty/chromium/LICENSE
+*/