summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-11-15 09:23:21 +0100
committerKai Koehne <kai.koehne@qt.io>2016-11-16 11:43:11 +0000
commitc792b767ed7af8e4e159d07e96dc2fe99b122142 (patch)
tree636f9a7e65b4142a7c006733c54abb201a61ed95 /src/tools
parent0565eae7eab0b56d91e1ee0695a639f68c14b7bc (diff)
Document BlueZ dependency
Qt does not include source code of BlueZ itself, but links against system BlueZ. Anyhow, because BlueZ is GPL'ed and also part of the user space this is worth to mention ... Change-Id: I1b82391bcc692db94a259e85ae8a6d64b136566a Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sdpscanner/qt_attribution.json12
1 files changed, 12 insertions, 0 deletions
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."
+}