summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-10-19 12:57:00 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2016-10-28 19:42:09 +0000
commit0f701ee1377d56624f17cab93a3c0d5dbeb71508 (patch)
tree6a4901e4153834f4a6ec192b4d8834b851e72746 /src
parent2ab01d2813c8823877019ea41349d037e5c29024 (diff)
Document 3rdparty assimp library
Change-Id: I2c75552f442f73c37426560227386a894a896f2c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/assimp/qt_attribution.json13
-rw-r--r--src/doc/src/qt3d-index.qdoc13
2 files changed, 26 insertions, 0 deletions
diff --git a/src/3rdparty/assimp/qt_attribution.json b/src/3rdparty/assimp/qt_attribution.json
new file mode 100644
index 000000000..703836456
--- /dev/null
+++ b/src/3rdparty/assimp/qt_attribution.json
@@ -0,0 +1,13 @@
+{
+ "Id": "assimp",
+ "Name": "Open Asset Import Library",
+ "QDocModule": "qt3d",
+ "Description": "assimp (Open Asset Import Library) is a portable open source library to import various well-known 3D model formats in a uniform manner.",
+ "QtUsage": "Used in Qt 3D.",
+
+ "Homepage": "http://www.assimp.org/",
+ "License": "BSD 3-clause \"New\" or \"Revised\" Licensee",
+ "LicenseId": "BSD-3-Clause",
+ "LicenseFile": "LICENSE",
+ "Copyright": "Copyright (c) 2006-2012, assimp team"
+}
diff --git a/src/doc/src/qt3d-index.qdoc b/src/doc/src/qt3d-index.qdoc
index 5d56a3136..55d0607f9 100644
--- a/src/doc/src/qt3d-index.qdoc
+++ b/src/doc/src/qt3d-index.qdoc
@@ -108,4 +108,17 @@
\li iOS - Supported since (Qt 5.7)
\li WinRT - Not supported yet
\endlist
+
+ \section1 Licenses and Attributions
+
+ Qt 3D 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 3D contains third party
+ modules under following permissive licenses:
+
+ \generatelist{groupsbymodule attributions-qt3d}
*/