summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-08-25 16:28:58 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-09-20 02:41:11 +0000
commitd04c436ab171bb1c3737c83486bb21a5ca5bd981 (patch)
tree8795515edaad085d8c70cb1f29291ce3ab242c75
parent6e03d17f2fad80c52bdb4f146b7addb89d042d12 (diff)
Doc: Improve WinTab license information
Do categorize the license as LCS-Telegraphics License. Although SPDX doesn't know about the license (yet), DejaCode does: https://enterprise.dejacode.com/licenses/public/lcs-telegraphics/ So it's more helpful for the user to give the license a name, then to just call it 'Custom'. [ChangeLog][Third-Party Code] Changed classification of the wintab license from "Custom" to "LCS-Telegraphics License" Change-Id: Iba7538f67b43ceca2e599fc1ede520962d4a7e43 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 29ed90a147d0b4f65cc0a447e533af9338c6bdf4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/3rdparty/wintab/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/wintab/qt_attribution.json b/src/3rdparty/wintab/qt_attribution.json
index 1b9c55552e..90cac85e0e 100644
--- a/src/3rdparty/wintab/qt_attribution.json
+++ b/src/3rdparty/wintab/qt_attribution.json
@@ -6,8 +6,8 @@
"Description": "Wintab is a de facto API for pointing devices on Windows.",
"PackageComment": "Upstream http://www.pointing.com/Wintab.html no longer offers updates; treat as final",
- "License": "Custom License",
+ "License": "LCS-Telegraphics License",
"LicenseFile": "LICENSE.txt",
- "LicenseId": "NONE",
+ "LicenseId": "urn:dje:license:lcs-telegraphics",
"Copyright": "Copyright 1991-1998 by LCS/Telegraphics."
}