Skip to content

Commit 7dfa499

Browse files
authored
Merge pull request #2032 from adafruit/spdx-13
Added SPDX to 20 more files - spdx-13
2 parents 8c3a6fb + 34b7238 commit 7dfa499

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

BLE_Heart_Rate_Trainer/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
Heart Rate Trainer
37
Read heart rate data from a heart rate peripheral using the standard BLE

Glowing_Beehive_Hairdo_Wig/Glowing_Beehive_Hairdo_Wig.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Erin St Blaine for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Code by Erin St Blaine for Adafruit.com
26
// Full tutorial at https://learn.adafruit.com/glowing-beehive-hairdo-wig/
37

Halloween_Countdown_Matrix/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
import time
26
import board
37
from adafruit_matrixportal.matrixportal import MatrixPortal

LED_Masquerade_Masks/Audio_Reactive/Audio_Reactive.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Sound level sketch for Adafruit microphone amplifier.
26
// For the GEMMA sequin masquerade mask.
37

LED_Masquerade_Masks/Audio_Reactive/code.py

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

37
import analogio

LED_Masquerade_Masks/NeoPixel_Gemma_Mask/NeoPixel_Gemma_Mask.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_NeoPixel.h>
26

37
#define NUM_LEDS 5 // Number of NeoPixels

LED_Masquerade_Masks/NeoPixel_Gemma_Mask/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
from rainbowio import colorwheel
37
import board

MetroX_CircuitPython/char_lcd/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
'char_lcd.py'
37
=================================================

MetroX_CircuitPython/ir_neopixel/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
'ir_neopixel.py'.
37

MetroX_CircuitPython/mib_button_press_on_off/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
'button_press_on_off.py'.
37

0 commit comments

Comments
 (0)