diff options
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/main/main.cpp | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt index c557a7df..3ae92ac2 100644 --- a/src/main/CMakeLists.txt +++ b/src/main/CMakeLists.txt @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: GPL-3.0-only + idf_component_register( SRCS "main.cpp" INCLUDE_DIRS "." diff --git a/src/main/main.cpp b/src/main/main.cpp index df1eb8b2..b8dd90c5 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include "freertos/portmacro.h" #include "tinyfsm.hpp" |
