summaryrefslogtreecommitdiffstats
path: root/src/sensors
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-05-03 17:03:36 +0200
committerKai Köhne <kai.koehne@qt.io>2024-05-06 12:20:28 +0200
commit5c5b0baa491f1dd9daaa6145e6244a325e5b7e35 (patch)
treea639c9606c8b74bbbda2289a456a34983aa6a8c3 /src/sensors
parent19c857e44d08b5721c77c917a952e08062799138 (diff)
Attribute Third-Party Code in Android Sensors PluginHEADdev
[ChangeLog][Third-Party Code] Add attribution for Android getRotationMatrix and getOrientation code, copied from Android sources under Apache-2.0. This code is only used on Android, as part of the Android Sensor plugin. Pick-to: 6.2 6.5 6.7 Task-number: QTBUG-110806 Change-Id: I4074e72b7ba8a8b77406d5bf07667560ec64abb5 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/sensors')
-rw-r--r--src/sensors/doc/src/qtsensors.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sensors/doc/src/qtsensors.qdoc b/src/sensors/doc/src/qtsensors.qdoc
index 62959fbd..c25349fd 100644
--- a/src/sensors/doc/src/qtsensors.qdoc
+++ b/src/sensors/doc/src/qtsensors.qdoc
@@ -58,11 +58,16 @@
\l{Changes to Qt Sensors} lists important changes in the module API
and functionality that were made for the Qt 6 series of Qt.
- \section1 Licenses
+ \section1 Licenses and Attributions
The Qt Sensors 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 Sensors in Qt \QtVersion may contain third-party
+ modules under following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qtsensors}
*/