diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-09 23:57:44 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-09-10 10:24:23 -0400 |
commit | 68e72f9275401c3cb7541259c692a704cbfc5e82 (patch) | |
tree | 83e8651afe999dac73a5e73b80b55e79bc07857e /app/include/zmk/keys.h | |
parent | e796e7c3e66566c289d28c30b905580b5763d464 (diff) |
fix: Switch to single AUTHORS file.* Closes #164
Diffstat (limited to 'app/include/zmk/keys.h')
-rw-r--r-- | app/include/zmk/keys.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/include/zmk/keys.h b/app/include/zmk/keys.h index 6966bba..ee9c3d9 100644 --- a/app/include/zmk/keys.h +++ b/app/include/zmk/keys.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + #pragma once #include <zephyr.h> |