summaryrefslogtreecommitdiffstats
path: root/src/tools/sdpscanner/qt_attribution.json
Commit message (Collapse)AuthorAgeFilesLines
* Add more details about BlueZ GPL usage in QtBluetoothAlex Blasche2017-06-141-4/+8
| | | | | | | | The sdpscanner tool was separated and talks to QtBLuetooth via stdin/stdout. This limited the GPL to the sdpscanner tool only. Change-Id: Id4849cc17945642a1c5708811d34f38128d42316 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Do not use qdoc formatting in qt_attribution.json fileKai Koehne2016-11-231-1/+1
| | | | | | | | The description should be tool-agnostic. Anyway, '\c' will be converted to just 'c' when loaded by QJson. Change-Id: Ib1f7a851c00b69169d03d2460d264c33fc71c731 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Document BlueZ dependencyKai Koehne2016-11-161-0/+12
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>