diff options
author | Richard Jones <rich@linxplicable.org> | 2020-08-23 20:02:28 +0100 |
---|---|---|
committer | Richard Jones <rich@linxplicable.org> | 2020-08-23 20:02:28 +0100 |
commit | 3ce94593652b89a6f5a59fce9fba284b022cc946 (patch) | |
tree | 455c1a9e588a32dd6ea93b6c27223229bbfcfad6 /app/boards/shields/romac | |
parent | 9b5af05f164582f22f3b4021c48660153f510ef2 (diff) |
Add license / copyright
Diffstat (limited to 'app/boards/shields/romac')
-rw-r--r-- | app/boards/shields/romac/Kconfig.defconfig | 5 | ||||
-rw-r--r-- | app/boards/shields/romac/romac.keymap | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/app/boards/shields/romac/Kconfig.defconfig b/app/boards/shields/romac/Kconfig.defconfig index b6490ac..0ef6f6b 100644 --- a/app/boards/shields/romac/Kconfig.defconfig +++ b/app/boards/shields/romac/Kconfig.defconfig @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020 Pete Johansen, Richard Jones + * + * SPDX-License-Identifier: MIT + */ if SHIELD_ROMAC diff --git a/app/boards/shields/romac/romac.keymap b/app/boards/shields/romac/romac.keymap index 101bfaa..5557383 100644 --- a/app/boards/shields/romac/romac.keymap +++ b/app/boards/shields/romac/romac.keymap @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 Pete Johansen, Richard Jones + * + * SPDX-License-Identifier: MIT + */ + #include <behaviors.dtsi> #include <dt-bindings/zmk/keys.h> |