From 620d2fab06ba6acae12f7963f4d1e4976aeea168 Mon Sep 17 00:00:00 2001 From: Vince Liu Date: Sat, 21 Dec 2024 21:59:48 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85723 Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8189/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/mediatek/mt8189/timer.c b/src/soc/mediatek/mt8189/timer.c index 2f299ea0e9..c010d58262 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