1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libxfont2: Document more specific BSD-4-Clause-UC

COPYING in libxfont2 upstream contains only one BSD-4-Clause text variant,
which is explicitly covered by the copyright addendum by University of
California. Change the SPDX license reference to BSD-4-Clause-UC.

License-Update: reference can be more specific

(From OE-Core rev: d40647566d6c4b39a657942cabcba17df0ed0c84)

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-24 17:17:49 +01:00
committed by Richard Purdie
parent 821f31417f
commit 5ede0c16ee
@@ -6,7 +6,7 @@ such as freetype)."
require xorg-lib-common.inc
LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause"
LICENSE = "MIT & MIT & BSD-4-Clause-UC & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=a5d1388c9d40be70dbad35fa440443f7"
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"