diff options
author | Kurtis Lew <kurtis.a.lew@gmail.com> | 2020-09-02 07:21:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 07:21:45 -0700 |
commit | c2ffeb1cf4a27b79c9fcc7cf0c83deab3cd4b84e (patch) | |
tree | ff58fefccdfeb1b6fc1e53764cbde861c8f24759 | |
parent | 081ae84d0ed4e5fd5a90e9a5e279cfcea55e81b4 (diff) |
Added Copyright Header to Kconfig.defconfig
-rw-r--r-- | app/boards/shields/iris/Kconfig.defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/boards/shields/iris/Kconfig.defconfig b/app/boards/shields/iris/Kconfig.defconfig index bf4919a..6439780 100644 --- a/app/boards/shields/iris/Kconfig.defconfig +++ b/app/boards/shields/iris/Kconfig.defconfig @@ -1,3 +1,5 @@ +# Copyright (c) 2020 Pete Johanson, Kurtis Lew +# SPDX-License-Identifier: MIT if SHIELD_IRIS_LEFT @@ -11,4 +13,4 @@ if SHIELD_IRIS_RIGHT config ZMK_KEYBOARD_NAME default "Iris Right" -endif
\ No newline at end of file +endif |