diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 11:02:19 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:03:13 +0000 |
commit | 9712f10f75d044343bb6538a0c49c3a8a46732c3 (patch) | |
tree | 220f43e2e2f6fbf008e4a6cef3a0c75469ff1f37 /src/mainboard/supermicro/Kconfig | |
parent | 39065ef5f7f830044a6f499fb2b5be40787ee8ae (diff) |
mb/samsung to mb/up: Add SPDX license headers to Kconfig files
Change-Id: Ied455ff29b151fb5f4bca26a189b1d4104d8cede
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80595
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro/Kconfig')
-rw-r--r-- | src/mainboard/supermicro/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/Kconfig b/src/mainboard/supermicro/Kconfig index b06d20b7d8..c8b3b5337e 100644 --- a/src/mainboard/supermicro/Kconfig +++ b/src/mainboard/supermicro/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if VENDOR_SUPERMICRO choice |