summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc2
-rw-r--r--src/tools/sdpscanner/qt_attribution.json12
2 files changed, 14 insertions, 0 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 821fde0b..92b846b4 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -190,4 +190,6 @@ On Linux, Qt Bluetooth uses a separate executable, \c sdpscanner,
to integrate with the official Linux bluetooth protocol stack
BlueZ. BlueZ is available under the \l{GNU General Public License,
version 2}.
+
+\generatelist{groupsbymodule attributions-qtbluetooth}
*/
diff --git a/src/tools/sdpscanner/qt_attribution.json b/src/tools/sdpscanner/qt_attribution.json
new file mode 100644
index 00000000..ee01349e
--- /dev/null
+++ b/src/tools/sdpscanner/qt_attribution.json
@@ -0,0 +1,12 @@
+{
+ "Id": "bluez",
+ "Name": "BlueZ",
+ "QDocModule": "qtbluetooth",
+ "QtUsage": "On Linux, Qt Bluetooth uses a separate executable, \c sdpscanner, to integrate with the official Linux bluetooth protocol stack BlueZ. The Qt Bluetooth library does not link against BlueZ directly.",
+
+ "Description": "BlueZ",
+ "Homepage": "http://www.bluez.org/",
+ "LicenseId": "GPL-2.0",
+ "License": "GNU General Public License v2.0 only",
+ "Copyright": "Copyright (C) 2000-2016 BlueZ Project."
+}