From 8145c7d2dd2c108a522fb852faca47d1a0b8294e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 4 Sep 2023 16:46:32 +0200 Subject: [PATCH] Mark linux_perf_event with GPL-2.0-only "GPL-2.0" as a SPDX identifier is deprecated in SPDX 3. Use the more explicit GPL-2.0-only instead. Change-Id: Ie543135ad1d73205f7a94db140189f5132098ea2 Reviewed-by: Thiago Macieira Reviewed-by: Joerg Bornemann (cherry picked from commit 8550d60acaead1f5a148f8e8e8384798dc6cd071) Reviewed-by: Qt Cherry-pick Bot --- src/testlib/3rdparty/linux_perf_event_p.h | 2 +- src/testlib/3rdparty/qt_attribution.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testlib/3rdparty/linux_perf_event_p.h b/src/testlib/3rdparty/linux_perf_event_p.h index 03b37006274..6f034f0e96c 100644 --- a/src/testlib/3rdparty/linux_perf_event_p.h +++ b/src/testlib/3rdparty/linux_perf_event_p.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * Performance events: * diff --git a/src/testlib/3rdparty/qt_attribution.json b/src/testlib/3rdparty/qt_attribution.json index ba4f9ce55af..e82cfb0c010 100644 --- a/src/testlib/3rdparty/qt_attribution.json +++ b/src/testlib/3rdparty/qt_attribution.json @@ -41,7 +41,7 @@ Copyright (c) 2003, 2006 Massachusetts Institute of Technology" "Homepage": "https://www.kernel.org", "Version": "3.7", "License": "GNU General Public License v2.0 only with Linux Syscall Note", - "LicenseId": "GPL-2.0 WITH Linux-syscall-note", + "LicenseId": "GPL-2.0-only WITH Linux-syscall-note", "LicenseFile": "LINUX_LICENSE.txt", "Copyright": "Copyright (C) 2008-2009, Thomas Gleixner Copyright (C) 2008-2011, Red Hat, Inc., Ingo Molnar