From d6db4b08260c2d9d426a8a83d997131f6449115d Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Wed, 8 Jan 2025 16:58:36 -0800 Subject: Add missing copyright/license headers --- src/drivers/bluetooth.cpp | 4 ++++ src/drivers/include/drivers/bluetooth.hpp | 3 +++ src/drivers/include/drivers/bluetooth_types.hpp | 3 +++ src/graphics/splash.c | 6 ++++++ src/tangara/ui/themes.hpp | 4 ++++ 5 files changed, 20 insertions(+) (limited to 'src') diff --git a/src/drivers/bluetooth.cpp b/src/drivers/bluetooth.cpp index cba19323..64e45e23 100644 --- a/src/drivers/bluetooth.cpp +++ b/src/drivers/bluetooth.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2023 jacqueline +// +// SPDX-License-Identifier: GPL-3.0-only + #include "drivers/bluetooth.hpp" #include diff --git a/src/drivers/include/drivers/bluetooth.hpp b/src/drivers/include/drivers/bluetooth.hpp index 99c71e52..b333bd15 100644 --- a/src/drivers/include/drivers/bluetooth.hpp +++ b/src/drivers/include/drivers/bluetooth.hpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 ailurux +// +// SPDX-License-Identifier: GPL-3.0-only #pragma once diff --git a/src/drivers/include/drivers/bluetooth_types.hpp b/src/drivers/include/drivers/bluetooth_types.hpp index 05caee47..e53495f9 100644 --- a/src/drivers/include/drivers/bluetooth_types.hpp +++ b/src/drivers/include/drivers/bluetooth_types.hpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 jacqueline +// +// SPDX-License-Identifier: GPL-3.0-only #pragma once diff --git a/src/graphics/splash.c b/src/graphics/splash.c index 0b35a3af..12d27efb 100644 --- a/src/graphics/splash.c +++ b/src/graphics/splash.c @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #ifdef __has_include #if __has_include("lvgl.h") #ifndef LV_LVGL_H_INCLUDE_SIMPLE diff --git a/src/tangara/ui/themes.hpp b/src/tangara/ui/themes.hpp index 4826859e..8d3f2c6e 100644 --- a/src/tangara/ui/themes.hpp +++ b/src/tangara/ui/themes.hpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2023 ailurux +// +// SPDX-License-Identifier: GPL-3.0-only + #pragma once #include -- cgit v1.2.3