Skip to content

Commit fa84603

Browse files
authored
Merge pull request #2018 from adafruit/spdx-2
Added SPDX to 20 more files - spdx-2
2 parents 43b18cb + e490553 commit fa84603

File tree

20 files changed

+84
-0
lines changed

20 files changed

+84
-0
lines changed

Adafruit_STEMMA_Relay/code.py

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

BLE_Candy_Claw/code.py

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

Circadian_Pi_Desk_Light/Circadian_Pi_Desk_Light.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 datetime
26
import time
37
import board

CircuitPython_101/basic_data_structures/song_book/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
import time
26
import board
37
from adafruit_debouncer import Debouncer

CircuitPython_Goggles/code.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
# pylint: disable=import-error
26

37
"""

CircuitPython_Goggles/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
# pylint: disable=import-error, too-many-instance-attributes, too-few-public-methods
26

37
"""Glorified button class with debounced tap, double-tap, hold and release"""

EyeLights_Bluetooth_Scroller/packetParser.cpp

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

37
// packetbuffer holds inbound data

Gemma_Firewalker_AnimLite/Gemma_Firewalker_AnimLite.ino

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
// 'Firewalker' LED sneakers sketch for Adafruit NeoPixels by Phillip Burgess
26

37
#include <Adafruit_NeoPixel.h>

Magtag_Slideshow/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
# Magtag Slideshow
26
# auto plays .bmp images in /slides folder
37
# press left and right buttons to go back or forward one slide

NeoPixel_Ring_Bangle_Bracelet/Figure_Eight/Figure_Eight.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-FileCopyrightText: 2017 Dano Wall for Adafruit Industries
2+
// SPDX-FileCopyrightText: 2017 Becky Stern for Adafruit Industries
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
//Figure-Eight animation for Neopixel Ring Bangle Bracelet
27
//By Dano Wall and Becky Stern for Adafruit Industries
38
#include <Adafruit_NeoPixel.h>

0 commit comments

Comments
 (0)