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 --- test/main/CMakeLists.txt | 6 ++++++ test/main/main.cpp | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'test/main') diff --git a/test/main/CMakeLists.txt b/test/main/CMakeLists.txt index f0d35421..d629441d 100644 --- a/test/main/CMakeLists.txt +++ b/test/main/CMakeLists.txt @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + idf_component_register( SRCS "main.cpp" INCLUDE_DIRS "." diff --git a/test/main/main.cpp b/test/main/main.cpp index e012218c..2a935397 100644 --- a/test/main/main.cpp +++ b/test/main/main.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include #include -- cgit v1.2.3