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/fixtures/CMakeLists.txt | 6 ++++++ test/fixtures/i2c_fixture.hpp | 6 ++++++ test/fixtures/spi_fixture.hpp | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'test/fixtures') diff --git a/test/fixtures/CMakeLists.txt b/test/fixtures/CMakeLists.txt index fd98a7cd..9895cf8d 100644 --- a/test/fixtures/CMakeLists.txt +++ b/test/fixtures/CMakeLists.txt @@ -1 +1,7 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + idf_component_register(INCLUDE_DIRS "." REQUIRES drivers) diff --git a/test/fixtures/i2c_fixture.hpp b/test/fixtures/i2c_fixture.hpp index 54794591..e7e5d42d 100644 --- a/test/fixtures/i2c_fixture.hpp +++ b/test/fixtures/i2c_fixture.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include "catch2/catch.hpp" diff --git a/test/fixtures/spi_fixture.hpp b/test/fixtures/spi_fixture.hpp index c2db484c..a5e9cac3 100644 --- a/test/fixtures/spi_fixture.hpp +++ b/test/fixtures/spi_fixture.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include "catch2/catch.hpp" -- cgit v1.2.3