hwdata: Use SPDX identifier

The XFree86-1.0 (non-SPDX) license and the X11 (SPDX) license are the
same. Reference the X11 license in hwdata.

License-Update: use SPDX identifier

(From OE-Core rev: 891dfdf294e4ac88239dba70d6a5958cc42cbc92)

Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bastian Germann 2025-01-31 20:25:19 +01:00 committed by Richard Purdie
parent 7b59d11d01
commit bf76c0aa98

View File

@ -4,7 +4,7 @@ configuration data, such as the pci.ids and usb.ids databases."
HOMEPAGE = "https://github.com/vcrhonek/hwdata"
SECTION = "System/Base"
LICENSE = "GPL-2.0-or-later | XFree86-1.0"
LICENSE = "GPL-2.0-or-later | X11"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"