Skip to content

Commit 77f4e30

Browse files
committed
Added SPDX to 20 more files - spdx-6
1 parent a535a6e commit 77f4e30

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

CLUE_Light_Painter/bmp2led.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
BMP-to-DotStar-ready-bytearrays.
37
"""

CLUE_Light_Painter/boot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Check for connection between pin and GND on hard boot (power-on or reset).
37
If NO connection: storage is remounted as read/write so the light painter

CLUE_Light_Painter/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Light painting project for Adafruit CLUE using DotStar LED strip.
37
Images should be in 24-bit BMP format, with width matching the length

CLUE_Light_Painter/richbutton.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Glorified button class with debounced tap, double-tap, hold and release"""
26

37
# pylint: disable=import-error

CPB_ANCS/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
This demo shows the latest icons from a connected Apple device on a TFT Gizmo screen.
37

CPB_ANCS/print_code/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""This demo shows the latest notification from a connected Apple device on the REPL and Gizmo"""
26
import time
37
import adafruit_ble

Cat_Treat_Dispenser/code.py

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

GemmaM0_Clockwork_Goggles/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# CircuitPython Gemma Gear goggles
26
# uses two 16 NeoPixel rings (RGBW)
37
# connected to Gemma M0 powered by LiPo battery

ItsyBitsy_Heart_Necklace/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
from rainbowio import colorwheel

MagTag_Dishwasher_Status/wake_on_button/code.py

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

0 commit comments

Comments
 (0)