Skip to content

Commit 88921d7

Browse files
authored
Merge pull request #2080 from adafruit/spdx-46
Added SPDX to 30 more files - spdx-46
2 parents 4cf1e1f + 8b92791 commit 88921d7

File tree

30 files changed

+120
-0
lines changed

30 files changed

+120
-0
lines changed

AutoSunglasses/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Circuit Playground Express auto-sunglasses/flashlight
37

BLE_Host_Computer/ble_eval_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Dan Halbert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Connect to an "eval()" service over BLE UART.
26

37
from adafruit_ble import BLERadio

BLE_Host_Computer/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Dan Halbert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Provide an "eval()" service over BLE UART.
26

37
from adafruit_ble import BLERadio

BusyBox_Sign/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Noe Ruiz for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import neopixel

Capacitive_Touch_Sensors_on_the_Raspberry_Pi/5pad.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
from digitalio import DigitalInOut, Direction

Capacitive_Touch_Sensors_on_the_Raspberry_Pi/Continuous_Output.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
from digitalio import DigitalInOut, Direction

Capacitive_Touch_Sensors_on_the_Raspberry_Pi/MC-5pad.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import mcpi.minecraft as minecraft

Capacitive_Touch_Sensors_on_the_Raspberry_Pi/MC-Melons.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import mcpi.minecraft as minecraft

Capacitive_Touch_Sensors_on_the_Raspberry_Pi/MC-Super_Jump.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import mcpi.minecraft as minecraft

Capacitive_Touch_Sensors_on_the_Raspberry_Pi/Single_Output.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
from digitalio import DigitalInOut, Direction

0 commit comments

Comments
 (0)