From 16f88076b31c39254c5f0c4608085da74b007819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 20 Jun 2024 16:35:04 +0200 Subject: [PATCH] Use SPDX identifier to Wintab attribution We want to migrate away from non-spdx licenses in LicenseRef. As there's no license equivalent in SPDX (yet), let's use a custom license. Pick-to: 6.7 Task-number: QTBUG-126403 Change-Id: Iaf705af167c63f76fa5c8d732272523a42c3b661 Reviewed-by: Lucie Gerard (cherry picked from commit 5707bb2556108272185b62622354a24be23a7aaa) Reviewed-by: Qt Cherry-pick Bot --- .../LICENSE.txt => LICENSES/LicenseRef-Lcs-Telegraphics.txt | 0 src/3rdparty/wintab/qt_attribution.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/3rdparty/wintab/LICENSE.txt => LICENSES/LicenseRef-Lcs-Telegraphics.txt (100%) diff --git a/src/3rdparty/wintab/LICENSE.txt b/LICENSES/LicenseRef-Lcs-Telegraphics.txt similarity index 100% rename from src/3rdparty/wintab/LICENSE.txt rename to LICENSES/LicenseRef-Lcs-Telegraphics.txt diff --git a/src/3rdparty/wintab/qt_attribution.json b/src/3rdparty/wintab/qt_attribution.json index 90cac85e0e0..82670f8fa2f 100644 --- a/src/3rdparty/wintab/qt_attribution.json +++ b/src/3rdparty/wintab/qt_attribution.json @@ -3,11 +3,11 @@ "Name": "Wintab API", "QDocModule": "qtgui", "QtUsage": "Used in the Qt platform plugin for Windows. Configure with -no-feature-tabletevent to avoid.", + "Files": ["pktdef.h", "wintab.h"], "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": "LCS-Telegraphics License", - "LicenseFile": "LICENSE.txt", - "LicenseId": "urn:dje:license:lcs-telegraphics", + "LicenseId": "LicenseRef-Lcs-Telegraphics", "Copyright": "Copyright 1991-1998 by LCS/Telegraphics." }