summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-02-17 08:12:03 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-22 17:00:47 +0000
commit16b87fb428dc33054ed483bd81359eede7e1126b (patch)
tree7410761c46c03b005e3d390cef4a39daafdf6aa2
parentb682fbf6c2992f177ca2fb27c311094a7e53634a (diff)
Add license and module change information to QtScxml documentation
Task-number: QTBUG-89833 Change-Id: Ide7352ff5a527621775c6b45cf6db6c71a19a66c Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 02eef0718e76d06e072e3013ec6879cae37b8a56) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/scxml/doc/qtscxml-index.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/scxml/doc/qtscxml-index.qdoc b/src/scxml/doc/qtscxml-index.qdoc
index 1cfd9f9..475a596 100644
--- a/src/scxml/doc/qtscxml-index.qdoc
+++ b/src/scxml/doc/qtscxml-index.qdoc
@@ -81,4 +81,22 @@
\li \l {Qt SCXML C++ Classes} {C++ Classes and Namespaces}
\li \l {Qt SCXML QML Types} {QML Types}
\endlist
+
+ \section1 Module Evolution
+ \l{Changes to Qt SCXML} lists important changes in the module API
+ and functionality that were done for the Qt 6 series of Qt.
+
+ \section1 Licenses and Trademarks
+
+ The Qt SCXML module 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 SCXML in Qt \QtVersion may contain third party
+ modules under following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qtscxml}
+
*/