diff options
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/west-commands.yml | 2 | ||||
-rw-r--r-- | app/scripts/west_commands/test.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/scripts/west-commands.yml b/app/scripts/west-commands.yml index 75be89d..81d6946 100644 --- a/app/scripts/west-commands.yml +++ b/app/scripts/west-commands.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020, ZMK Contributors +# Copyright (c) 2020 ZMK Contributors # SPDX-License-Identifier: MIT west-commands: diff --git a/app/scripts/west_commands/test.py b/app/scripts/west_commands/test.py index f79547b..ac64bb6 100644 --- a/app/scripts/west_commands/test.py +++ b/app/scripts/west_commands/test.py @@ -1,5 +1,4 @@ # Copyright (c) 2020 The ZMK Contributors -# # SPDX-License-Identifier: MIT '''Test runner for ZMK.''' |