Skip to content

Commit 880d430

Browse files
committed
Added SPDX to 30 more files - spdx-20
1 parent a9b2066 commit 880d430

30 files changed

Lines changed: 121 additions & 0 deletions

File tree

CLUE_BLE_Morse_Code/code.py

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

CircuitPython_BLEThermalPrinter/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os
26

37
import board

CircuitPython_BLEThermalPrinter/seekablebitmap.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import struct
26

37
class SeekableBitmap:

CircuitPython_BLEThermalPrinter/thermalprinter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Protocol information from Thermal_Printer Arduino library
26
# https://github.com/bitbank2/Thermal_Printer/
37
from adafruit_ble.uuid import StandardUUID

Cirecuit_Playground_Express_Pinata/code.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2019 Dano Wall for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
3+
#
4+
# SPDX-License-Identifier: MIT
5+
16
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
27
# CircuitPython code by Anne Barela for Adafruit Industries, MIT License
38
import time

Cyber_Flower/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Tony DiCola for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Cyber Flower: Digital Valentine
26
#
37
# 'Roses are red,

Cyber_Flower/main_simple/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Tony DiCola for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Cyber Flower: Digital Valentine
26
#
37
# 'Roses are red,

Macropad_Olympic_Hotkeys/mac/mac-olympics-home.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# MACROPAD Olympic Hotkeys main page
26
# pylint: disable=line-too-long
37

Macropad_Olympic_Hotkeys/mac/mac-sports-1.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# MACROPAD Olympic Hotkeys sports page 1
26
# pylint: disable=line-too-long
37

Macropad_Olympic_Hotkeys/mac/mac-sports-2.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# MACROPAD Olympic Hotkeys sports page 2
26
# pylint: disable=line-too-long
37

0 commit comments

Comments
 (0)