Skip to content

Commit 0773c8d

Browse files
committed
Update LICENSE to match Langdale requirements
GPLv2 and BSD are no longer valid. Choose an appropriate replacement. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
1 parent e2d540d commit 0773c8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESCRIPTION = "ARM Trusted Firmware"
22

3-
LICENSE = "BSD"
3+
LICENSE = "BSD-3-Clause"
44
LIC_FILES_CHKSUM ?= "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
55

66
PROVIDES = "virtual/arm-trusted-firmware"

meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DESCRIPTION = "Xilinx BSP device trees from within layer."
33
SECTION = "bsp"
44

55
# the device trees from within the layer are licensed as MIT, kernel includes are GPL
6-
LICENSE = "MIT & GPLv2"
6+
LICENSE = "MIT & GPL-2.0-or-later"
77
LIC_FILES_CHKSUM = " \
88
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
99
file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c \

meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SUMMARY = "Xilinx's hardware device trees required for QEMU"
22
HOMEPAGE = "https://github.com/xilinx/qemu-devicetrees/"
3-
LICENSE = "BSD"
3+
LICENSE = "BSD-3-Clause"
44
DEPENDS += "dtc-native"
55

66
inherit deploy

0 commit comments

Comments
 (0)