diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-10 11:07:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 11:07:24 -0400 |
commit | 221787e1fd4f6a81ac02ce4579e76f228a1d3742 (patch) | |
tree | 83e8651afe999dac73a5e73b80b55e79bc07857e /app/src/matrix_transform.c | |
parent | e796e7c3e66566c289d28c30b905580b5763d464 (diff) | |
parent | 68e72f9275401c3cb7541259c692a704cbfc5e82 (diff) |
Merge pull request #172 from petejohanson/misc/copyright-simplification
Switch to single AUTHORS file for copyright/authors.
Diffstat (limited to 'app/src/matrix_transform.c')
-rw-r--r-- | app/src/matrix_transform.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/matrix_transform.c b/app/src/matrix_transform.c index 7ecf1ae..8a037b3 100644 --- a/app/src/matrix_transform.c +++ b/app/src/matrix_transform.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ #include <zephyr.h> #include <zmk/matrix_transform.h> |