summaryrefslogtreecommitdiffstats
path: root/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-09-23 15:02:39 +0200
committerKai Koehne <kai.koehne@qt.io>2016-10-04 13:29:01 +0000
commit06b85679becd39f1f051f53b108ba5d06e9bdcb8 (patch)
tree62f3cdd395046f94358e0b9e0026d2da96e9b4a9 /src/compositor/doc/src/qtwaylandcompositor-overview.qdoc
parentdd2c7d9368827d5393b0b82a0a410e77bb69c058 (diff)
Document 3rd party code in Qt Wayland
Unfortunately the QPA plugin for Qt Wayland does not have a dedicated help, which is why everything is right now crammed into the compositor documentaton. Change-Id: Iddc4d67a817f2cc3bb334b2f040fa55230b5da4f Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/compositor/doc/src/qtwaylandcompositor-overview.qdoc')
-rw-r--r--src/compositor/doc/src/qtwaylandcompositor-overview.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc b/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc
index d2f0f6f40..05ab4fb03 100644
--- a/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc
+++ b/src/compositor/doc/src/qtwaylandcompositor-overview.qdoc
@@ -62,6 +62,20 @@
Take a look at the \l{Qt Wayland Compositor Examples} for a demonstration on
how the APIs can be used to write custom display servers.
+ \section1 Licenses and Attributions
+
+ Qt Wayland Compositor and the Qt Wayland integration plugin
+ are available under commercial licenses from \l{The Qt Company}.
+ In addition, they are available under the
+ \l{GNU Lesser General Public License, version 3}, or
+ the \l{GNU General Public License, version 2}.
+ See \l{Qt Licensing} for further details.
+
+ Qt Wayland Compositor and the Qt Wayland integration plugin
+ use protocol definitions under following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qtwaylandcompositor}
+
\section1 API Reference
The Qt Wayland Compositor API can be used from C++ or QML.