summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcooljqln <cooljqln@noreply.codeberg.org>2025-01-13 04:50:49 +0000
committercooljqln <cooljqln@noreply.codeberg.org>2025-01-13 04:50:49 +0000
commitdb7c28347c29b84db9c0a8b9306cf2537f1f3053 (patch)
treebbe8f81f5d89b4bb8dc6cbea8b73685471d75151 /src
parent430742c29776931a66658735e76f574dbf486330 (diff)
parent63c6f2132b06eb08309a0f682243f6e59bb0ad3c (diff)
downloadtangara-fw-db7c28347c29b84db9c0a8b9306cf2537f1f3053.tar.gz
Merge pull request 'Update licensing info' (#174) from tjk/tangara-fw:update-reuse into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/174 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org>
Diffstat (limited to 'src')
-rw-r--r--src/drivers/bluetooth.cpp4
-rw-r--r--src/drivers/include/drivers/bluetooth.hpp3
-rw-r--r--src/drivers/include/drivers/bluetooth_types.hpp3
-rw-r--r--src/graphics/splash.c6
-rw-r--r--src/tangara/ui/themes.hpp4
5 files changed, 20 insertions, 0 deletions
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 <me@jacqueline.id.au>
+//
+// SPDX-License-Identifier: GPL-3.0-only
+
#include "drivers/bluetooth.hpp"
#include <stdint.h>
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 <ailuruxx@gmail.com>
+//
+// 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 <me@jacqueline.id.au>
+//
+// 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 <me@jacqueline.id.au>
+ *
+ * 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 <ailuruxx@gmail.com>
+//
+// SPDX-License-Identifier: GPL-3.0-only
+
#pragma once
#include <map>