summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-07-01 16:34:38 +0200
committerKai Koehne <kai.koehne@qt.io>2016-08-12 06:55:08 +0000
commit7c5ccdd83ba3a2fe1a182c177e51e8c5987ce0ac (patch)
treef111ad6e31e35b90c0274c4b860f26d978328aa7 /src/sql
parent357a35eaf0730caa35fc4264415defe856d9e52c (diff)
Add list of 3rd party code attributions to Qt Core, Qt GUI, Qt SQL
Also document the current license the modules are available from, since this is not consistent anymore across Qt. Task-number: QTBUG-55139 Change-Id: I117fdb0cda7bd7ff92aa825e29c28f22a8a2f96d Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/doc/src/qtsql.qdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sql/doc/src/qtsql.qdoc b/src/sql/doc/src/qtsql.qdoc
index 9d3a8fbfed..56d714becf 100644
--- a/src/sql/doc/src/qtsql.qdoc
+++ b/src/sql/doc/src/qtsql.qdoc
@@ -51,6 +51,19 @@
QT += sql
\endcode
+ \section1 Licenses and Attributions
+
+ Qt SQL is available under commercial licenses from \l{The Qt Company}.
+ In addition, it is 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.
+
+ Furthermore Qt SQL potentially contains third party
+ modules under following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qtsql}
+
\section1 Related Information
These are links to the API reference materials and related pages.