Attention is currently required from: Hung-Te Lin, Yidi Lin, Yu-Ping Wu.
Vince Liu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85723?usp=email )
Change subject: soc/mediatek/mt8189: Replace SPDX identifiers to GPL-2.0-only OR MIT ......................................................................
soc/mediatek/mt8189: Replace SPDX identifiers to GPL-2.0-only OR MIT
These files were originally from MediaTek and follow coreboot's main license: "GPL-2.0-only". Now MediaTek replaces this file to "GPL-2.0-only OR MIT" license for better code re-use in other open source software stack.
BUG=b:379008996 BRANCH=none TEST=build pass
Change-Id: I2821a8c097b8d22e1aa91b316ae0fdce80f342de Signed-off-by: Vince Liu vince-wl.liu@mediatek.corp-partner.google.com --- M src/soc/mediatek/mt8189/timer.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/85723/1
diff --git a/src/soc/mediatek/mt8189/timer.c b/src/soc/mediatek/mt8189/timer.c index 2f299ea..c010d58 100644 --- a/src/soc/mediatek/mt8189/timer.c +++ b/src/soc/mediatek/mt8189/timer.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/* * This file is created based on MT8189 Functional Specification