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 ++++ 1 file changed, 4 insertions(+) (limited to 'src/drivers/bluetooth.cpp') 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 -- cgit v1.2.3