Yu-Ping Wu has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85723 Reviewed-by: Yidi Lin yidilin@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Yu-Ping Wu yupingso@google.com --- M src/soc/mediatek/mt8189/timer.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Yidi Lin: Looks good to me, approved Yu-Ping Wu: Looks good to me, approved build bot (Jenkins): Verified
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