Skip to content

Commit a5b7c2d

Browse files
committed
Add SPDX header to example
1 parent 976675d commit a5b7c2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/ble_beacon_sendtest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2+
# SPDX-FileCopyrightText: Copyright (c) 2022 Alec Delaney for Adafruit Industries
3+
#
4+
# SPDX-License-Identifier: Unlicense
5+
16
import time
27
from adafruit_ble import BLERadio
38
from adafruit_ble_beacon import iBeaconAdvertisement

0 commit comments

Comments
 (0)