mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
font-util: Use specific BSD license variant
Make the license more accurate by specifying the specific variant of BSD license instead of the generic one. This helps with SPDX license attribution as "BSD" is not a valid SPDX license. (From OE-Core rev: 828bca22d9a4b995d9961d3cc8c3aedcb5ef577d) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
40cd87df6e
commit
8948100ce7
@@ -3,7 +3,7 @@ SUMMARY = "X.Org font package creation/installation utilities"
|
||||
require xorg-font-common.inc
|
||||
|
||||
#Unicode is MIT
|
||||
LICENSE = "BSD & MIT"
|
||||
LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \
|
||||
file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \
|
||||
file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \
|
||||
|
||||
Reference in New Issue
Block a user