Annote E V E R Y T H I N G with license info

This commit is contained in:
jacqueline
2023-05-23 13:56:22 +10:00
parent d71f726c42
commit a4f94c812a
141 changed files with 1280 additions and 604 deletions
+4
View File
@@ -1,3 +1,7 @@
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(
SRCS "catch_runner.cpp"
INCLUDE_DIRS "include"
+6
View File
@@ -1,3 +1,9 @@
/*
* Copyright 2023 jacqueline <me@jacqueline.id.au>
*
* SPDX-License-Identifier: GPL-3.0-only
*/
#include "catch_runner.hpp"
#define CATCH_CONFIG_RUNNER