diff options
Diffstat (limited to 'fw/src/main.c')
-rw-r--r-- | fw/src/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fw/src/main.c b/fw/src/main.c index 1ee66d1..9390505 100644 --- a/fw/src/main.c +++ b/fw/src/main.c @@ -1,3 +1,9 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at https://mozilla.org/MPL/2.0/. + */ + #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/drivers/gpio.h> |