From a4f94c812a4da7254d31af4061a8f234a1e0e23d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 23 May 2023 13:56:22 +1000 Subject: Annote E V E R Y T H I N G with license info --- src/main/CMakeLists.txt | 4 ++++ src/main/app_console.cpp | 6 ++++++ src/main/app_console.hpp | 6 ++++++ src/main/main.cpp | 6 ++++++ 4 files changed, 22 insertions(+) (limited to 'src/main') diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt index 524a7d30..f4b532cb 100644 --- a/src/main/CMakeLists.txt +++ b/src/main/CMakeLists.txt @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline +# +# SPDX-License-Identifier: GPL-3.0-only + idf_component_register( SRCS "main.cpp" "app_console.cpp" INCLUDE_DIRS "." diff --git a/src/main/app_console.cpp b/src/main/app_console.cpp index a85faaf0..2198521e 100644 --- a/src/main/app_console.cpp +++ b/src/main/app_console.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include "app_console.hpp" #include diff --git a/src/main/app_console.hpp b/src/main/app_console.hpp index 3a11d70c..edf2faff 100644 --- a/src/main/app_console.hpp +++ b/src/main/app_console.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include diff --git a/src/main/main.cpp b/src/main/main.cpp index 07547713..2742f9e0 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include #include #include -- cgit v1.2.3