]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
hwdata: Use SPDX identifier
authorBastian Germann <bage@debian.org>
Fri, 31 Jan 2025 19:25:19 +0000 (20:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2025 16:54:15 +0000 (16:54 +0000)
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

Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/hwdata/hwdata_0.391.bb

index e4b8c59c59854530587453965a3a9120a62e6cfd..b2fa87c275a3153d276f4b793ef3babdcee372d9 100644 (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"