Skip to content

Commit 9faa3c2

Browse files
committed
Added SPDX to 30 more files - spdx-41
1 parent bfe5427 commit 9faa3c2

30 files changed

Lines changed: 121 additions & 0 deletions

File tree

Adafruit_MacroPad/Digital_Input/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""CircuitPython Digital Input example for MacroPad"""
26
import board
37
import digitalio

Adafruit_MacroPad/MacroPad/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Keypad and rotary encoder example for Adafruit MacroPad"""
26
import board
37
import digitalio

Adafruit_STEMMA_Speaker/STEMMA_Speaker_CPX_play_file/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
from adafruit_circuitplayground.express import cpx
26

37
while True:

Adafruit_STEMMA_Speaker/STEMMA_Speaker_CPX_play_tone/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
from adafruit_circuitplayground.express import cpx
26

37
while True:

CLUE_Cycling_Simple/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Read cycling speed and cadence data from a peripheral using the standard BLE
37
Cycling Speed and Cadence (CSC) Service.

CircuitPlaygroundMakeBelieve/CircuitPlaygroundMakeBelieve.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// "Make-Believe" sketch for Adafruit Circuit Playground.
26
// Lights and sounds react to motion and taps.
37

CircuitPlaygroundMakeBelieve/knight.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define TAP_THRESHOLD 7.0
26
#define SWING_THRESHOLD 1.3
37

CircuitPlaygroundMakeBelieve/laser.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define TAP_THRESHOLD 7.0
26
#define SWING_THRESHOLD 1.3
37

CircuitPlaygroundMakeBelieve/wand.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define TAP_THRESHOLD 7.0
26
#define SWING_THRESHOLD 1.3
37

CircuitPython_Slideshow/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# CircuitPython Slideshow - uses the adafruit_slideshow.mpy library
26
import board
37
from adafruit_slideshow import PlayBackOrder, SlideShow

0 commit comments

Comments
 (0)