summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-10-18 14:02:05 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-18 13:30:34 +0000
commitcc833baa46342f5ffc5253b79b4f906fdb88bd44 (patch)
treec896f5aabe8e651be3d9153d033875f9da2fbb8d
parent333178e9eb05b22afbba34137c26be21fcb17520 (diff)
Doc: Fix BlueZ license to GPL-2.0-only
GPL-2.0 is deprecated in SPDX. This also fixes an issue with qtattributionsscanner in latest qttools. Change-Id: I462b6c23ffaf1cbafcfd7feadc12f99ddbe797e5 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 50d23da4c6d1f0672dcbb3e8f39a6f89d5e5df6f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/tools/sdpscanner/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sdpscanner/qt_attribution.json b/src/tools/sdpscanner/qt_attribution.json
index cf0e5136..9524a336 100644
--- a/src/tools/sdpscanner/qt_attribution.json
+++ b/src/tools/sdpscanner/qt_attribution.json
@@ -10,7 +10,7 @@ QtBluetooth and user code linking to it is not considered a derivative work, and
have to be released under GPL too.",
"Description": "SDP Search via BlueZ",
"Homepage": "http://www.bluez.org/",
- "LicenseId": "GPL-2.0",
+ "LicenseId": "GPL-2.0-only",
"License": "GNU General Public License v2.0 only (This does not force user code to be GPL'ed. For more info see details.)",
"Copyright": "Copyright (C) 2000-2016 BlueZ Project."
}