From 2fb8d717236984a325dfb4d65424a29bab29ac4f Mon Sep 17 00:00:00 2001 From: MangoIV Date: Thu, 31 Dec 2020 19:34:44 +0100 Subject: [PATCH] added licence headers to the requested files --- app/boards/shields/eek/Kconfig.defconfig | 6 ++++++ app/boards/shields/eek/Kconfig.shield | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app/boards/shields/eek/Kconfig.defconfig b/app/boards/shields/eek/Kconfig.defconfig index 6eb1ae73..ded2753f 100644 --- a/app/boards/shields/eek/Kconfig.defconfig +++ b/app/boards/shields/eek/Kconfig.defconfig @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + if SHIELD_EEK config ZMK_KEYBOARD_NAME diff --git a/app/boards/shields/eek/Kconfig.shield b/app/boards/shields/eek/Kconfig.shield index 1bfbf563..5a8eb0ec 100644 --- a/app/boards/shields/eek/Kconfig.shield +++ b/app/boards/shields/eek/Kconfig.shield @@ -1,2 +1,8 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + config SHIELD_EEK def_bool $(shields_list_contains,eek) \ No newline at end of file