summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-24 22:00:52 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-24 22:32:01 -0700
commit63fc06e728ad27f41b87d6bb14c3924195372f83 (patch)
treebd8a51639d3c48ce3bed5c2610d5911582eb2df6 /core
parent196adb591bd167bc4ee3387c7836f037d106cb5b (diff)
downloadsubsurface-63fc06e728ad27f41b87d6bb14c3924195372f83.tar.gz
BLE support: add SPDX headers
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r--core/qt-ble.cpp1
-rw-r--r--core/qt-ble.h1
2 files changed, 2 insertions, 0 deletions
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 <errno.h>
#include <QtBluetooth/QBluetoothAddress>
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