added licence headers to the requested files

This commit is contained in:
MangoIV 2020-12-31 19:34:44 +01:00
parent 28d721b0c2
commit 2fb8d71723
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
if SHIELD_EEK if SHIELD_EEK
config ZMK_KEYBOARD_NAME config ZMK_KEYBOARD_NAME

View file

@ -1,2 +1,8 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
config SHIELD_EEK config SHIELD_EEK
def_bool $(shields_list_contains,eek) def_bool $(shields_list_contains,eek)