diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-24 22:00:52 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-24 22:32:01 -0700 |
commit | 63fc06e728ad27f41b87d6bb14c3924195372f83 (patch) | |
tree | bd8a51639d3c48ce3bed5c2610d5911582eb2df6 /core | |
parent | 196adb591bd167bc4ee3387c7836f037d106cb5b (diff) | |
download | subsurface-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.cpp | 1 | ||||
-rw-r--r-- | core/qt-ble.h | 1 |
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 |