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 --- lib/catch2/CMakeLists.txt | 4 ++++ lib/catch2/catch_runner.cpp | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'lib/catch2') diff --git a/lib/catch2/CMakeLists.txt b/lib/catch2/CMakeLists.txt index ac435074..1811c2d6 100644 --- a/lib/catch2/CMakeLists.txt +++ b/lib/catch2/CMakeLists.txt @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline +# +# SPDX-License-Identifier: GPL-3.0-only + idf_component_register( SRCS "catch_runner.cpp" INCLUDE_DIRS "include" diff --git a/lib/catch2/catch_runner.cpp b/lib/catch2/catch_runner.cpp index 2b8f9678..ba4fa57e 100644 --- a/lib/catch2/catch_runner.cpp +++ b/lib/catch2/catch_runner.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include "catch_runner.hpp" #define CATCH_CONFIG_RUNNER -- cgit v1.2.3