diff options
author | Dev <devvmashru@protonmail.ch> | 2020-10-01 11:26:54 +0530 |
---|---|---|
committer | Dev <devvmashru@protonmail.ch> | 2020-10-02 13:14:31 +0530 |
commit | c68e3d3e42b9ff1722b2c2b9728f5d3b85784a45 (patch) | |
tree | 75e13856830d4a8fa34cc75867033a3a026b7c17 /app/include/zmk/split/bluetooth | |
parent | e2ce9c34b55fd4e77e88f7c79ede3e4b9c8ac409 (diff) |
Add missing licensing header
Fixes #205
Diffstat (limited to 'app/include/zmk/split/bluetooth')
-rw-r--r-- | app/include/zmk/split/bluetooth/service.h | 6 | ||||
-rw-r--r-- | app/include/zmk/split/bluetooth/uuid.h | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h index 954e0cd..c2be512 100644 --- a/app/include/zmk/split/bluetooth/service.h +++ b/app/include/zmk/split/bluetooth/service.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + #pragma once int zmk_split_bt_position_pressed(u8_t position); diff --git a/app/include/zmk/split/bluetooth/uuid.h b/app/include/zmk/split/bluetooth/uuid.h index a8dfbf6..a31884d 100644 --- a/app/include/zmk/split/bluetooth/uuid.h +++ b/app/include/zmk/split/bluetooth/uuid.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + #pragma once #include <bluetooth/uuid.h> |