summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-05-31 13:17:56 +0200
committerPaul Wicking <paul.wicking@qt.io>2023-05-31 14:08:34 +0200
commited72139ef1245890e815e9804fd42e367f7a16af (patch)
treeb07d0d5b1e2c8408d2e7653671579761d24d58fb /src
parent05e0264c845bff5f2d275339159092e570274655 (diff)
Doc: Add Licenses and attributions section
The landing page for Qt Speech doesn't contain the customary section "Licenses and Attributions", common for all Qt modules. * Add "Licenses and attributions" section to the landing page. Pick-to: 6.5 Fixes: QTBUG-114099 Change-Id: I975ce793b23e4d26ef76f06927804ccc7939ddba Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tts/doc/src/qttexttospeech-index.qdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tts/doc/src/qttexttospeech-index.qdoc b/src/tts/doc/src/qttexttospeech-index.qdoc
index 3518faa..73afa17 100644
--- a/src/tts/doc/src/qttexttospeech-index.qdoc
+++ b/src/tts/doc/src/qttexttospeech-index.qdoc
@@ -61,4 +61,17 @@
\li \l{Qt TextToSpeech Examples}{Examples}
\li \l{Qt TextToSpeech Engines}{Engine Documentation}
\endlist
+
+ \section1 Licenses and Attributions
+
+ Qt TextToSpeech is available under commercial licenses from \l{The Qt Company}.
+ In addition, it is available under free software licenses:
+ 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.
+
+ Furthermore, Qt TextToSpeech in Qt \QtVersion may contain third party
+ modules under the following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qtspeech}
*/