diff options
author | Rex-BC Chen <rex-bc.chen@mediatek.com> | 2022-10-24 11:12:05 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2022-10-25 08:32:05 +0000 |
commit | 7fd9b86eaee29ae11a5c9c1b4ea200a3e30dfaf7 (patch) | |
tree | f7f83c163f203c0543ee46d1913d67e66d9f1e1c /src/soc/mediatek/mt8188 | |
parent | c1345d6d707bc45c5e6ed507544111300879c610 (diff) |
soc/mediatek/mt8188: replace SPDX identifiers to GPL-2.0-only OR MIT
For MT8188, the SPDX identifiers are all GPL-2.0-only OR MIT, so
replace "GPL-2.0-only" with "GPL-2.0-only OR MIT".
Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Change-Id: I5ef6c488b7ef937f6e298670ea75d306b9fe7491
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68759
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8188')
-rw-r--r-- | src/soc/mediatek/mt8188/include/soc/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8188/include/soc/tracker.h b/src/soc/mediatek/mt8188/include/soc/tracker.h index 6555d70182..3534dd5cb3 100644 --- a/src/soc/mediatek/mt8188/include/soc/tracker.h +++ b/src/soc/mediatek/mt8188/include/soc/tracker.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ #ifndef SOC_MEDIATEK_MT8188_TRACKER_H #define SOC_MEDIATEK_MT8188_TRACKER_H |