summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
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/3rdparty
parent2ab01d2813c8823877019ea41349d037e5c29024 (diff)
Document 3rdparty assimp library
Change-Id: I2c75552f442f73c37426560227386a894a896f2c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/assimp/qt_attribution.json13
1 files changed, 13 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"
+}