diff options
author | Paolo Angelelli <paolo.angelelli@theqtcompany.com> | 2016-09-15 22:43:57 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2016-09-23 07:23:36 +0000 |
commit | 573171bd0c5a61880556daebfe340fea48834638 (patch) | |
tree | d4bf2600fbe42d5e87b357a7bb18d929e71cb7f7 /src/location | |
parent | 6eeda17e1e23b785b94592f8192c65c9c3b9d919 (diff) | |
download | qtlocation-573171bd0c5a61880556daebfe340fea48834638.tar.gz |
Document licenses of Qt Location
Add qt_attribution.json files for 3rdparty code in Qt Location, and
list the attributions in the index file. Also document the different
licenses the module is available under as a whole.
The _legal.qdoc files apparently weren't included anywhere, and have
been removed.
Change-Id: I56e8b75ae044954c745b2fde6f7cd4c1e80ec1b3
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location')
-rw-r--r-- | src/location/doc/src/qtlocation.qdoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc index 7979bbe5..5a3fb937 100644 --- a/src/location/doc/src/qtlocation.qdoc +++ b/src/location/doc/src/qtlocation.qdoc @@ -184,4 +184,16 @@ Qt Location available for a new platform. \li Information about QML API changes since 5.4 \endtable + \section1 Licenses and Attributions + + Qt Location 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 Location potentially contains third party + modules under following permissive licenses: + + \generatelist{groupsbymodule attributions-qtlocation} */ |