diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:47:52 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:00:56 +0000 |
commit | e9af73d4198d9d28aa5015e8e6d514374168780e (patch) | |
tree | 4a7af51d119fc722079fc5db6c2ff620c791f697 /src/mainboard/bostentech | |
parent | 5bdac84c6b64bf22fb01724bac24829c664caf48 (diff) |
mb/51nb to mb/bytedance: Add SPDX license headers to Kconfig files
Change-Id: I71dc3dd270b9a61c86b59031f898af37f0fea345
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80590
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/bostentech')
-rw-r--r-- | src/mainboard/bostentech/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/bostentech/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/bostentech/gbyt4/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/bostentech/gbyt4/Kconfig.name | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/bostentech/Kconfig b/src/mainboard/bostentech/Kconfig index 15a7657faa..17c9f1c476 100644 --- a/src/mainboard/bostentech/Kconfig +++ b/src/mainboard/bostentech/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if VENDOR_BOSTENTECH choice diff --git a/src/mainboard/bostentech/Kconfig.name b/src/mainboard/bostentech/Kconfig.name index aa85b7c483..606a248295 100644 --- a/src/mainboard/bostentech/Kconfig.name +++ b/src/mainboard/bostentech/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config VENDOR_BOSTENTECH bool "Bostentech (Shenzhen Bostrontium Teng Technology)" diff --git a/src/mainboard/bostentech/gbyt4/Kconfig b/src/mainboard/bostentech/gbyt4/Kconfig index f963616795..51e920939a 100644 --- a/src/mainboard/bostentech/gbyt4/Kconfig +++ b/src/mainboard/bostentech/gbyt4/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if BOARD_BOSTENTECH_GBYT4 config BOARD_SPECIFIC_OPTIONS diff --git a/src/mainboard/bostentech/gbyt4/Kconfig.name b/src/mainboard/bostentech/gbyt4/Kconfig.name index c420d5b201..6b19bdc39e 100644 --- a/src/mainboard/bostentech/gbyt4/Kconfig.name +++ b/src/mainboard/bostentech/gbyt4/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_BOSTENTECH_GBYT4 bool "GBYT4" |