From 63fc06e728ad27f41b87d6bb14c3924195372f83 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 24 Jun 2017 22:00:52 -0700 Subject: [PATCH] BLE support: add SPDX headers Signed-off-by: Dirk Hohndel --- core/qt-ble.cpp | 1 + core/qt-ble.h | 1 + 2 files changed, 2 insertions(+) diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 3fe7e3eea..4dd4a39f2 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include #include diff --git a/core/qt-ble.h b/core/qt-ble.h index b819b0123..f1e353946 100644 --- a/core/qt-ble.h +++ b/core/qt-ble.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #ifndef QT_BLE_H #define QT_BLE_H