Skip to content

Commit c322561

Browse files
committed
Added SPDX to 30 more files - spdx-48
1 parent bfe5427 commit c322561

File tree

30 files changed

+856
-735
lines changed

30 files changed

+856
-735
lines changed

Adafruit_MTK3329_GPS/GPStest/GPStest.ino

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
// Test code for Adafruit GPS modules using MTK driver
26
// such as www.adafruit.com/products/660 (discontinued)
37
// For new use see www.adafruit.com/products/746 (needs different code)

Adafruit_X2_Time_Ball/Arduino/LEDstream/LEDstream.ino

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
// Arduino "bridge" code between host computer and WS2801-based digital
26
// RGB LED pixels (e.g. Adafruit product ID #322). Intended for use
37
// with USB-native boards such as Teensy or Adafruit 32u4 Breakout;

Adafruit_X2_Time_Ball/Arduino/LEDtest/LEDtest.ino

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
/*****************************************************************************
26
Sketch for testing WS2801 LED strands - lights one LED along length of strand.
37
Because only one LED is lit at a time, can safely be powered from Arduino +5V.

CircuitPython_AT_Hand_Raiser/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
# ATMakers HandUp
26
# Listens to the USB Serial port and responds to incoming strings
37
# Sets appropriate colors on the DotStar LED

CircuitPython_PyPaint/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Paint for PyPortal, PyBadge, PyGamer, and the like.
37

Data_Logging_with_Feather_and_CircuitPython/code.py

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

37
import analogio

FunHouse_Fume_Extractor/code.py

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

Gemma_Firewalker_Lite_Sneakers/Gemma_Firewalker_Lite_Sneakers.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*------------------------------------------------------------------------
26
Gemma "Firewalker Lite" sneakers sketch.
37
Uses the following Adafruit parts (X2 for two shoes):

Gemma_Firewalker_Lite_Sneakers/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Gemma "Firewalker Lite" sneakers
26
# - Uses the following Adafruit parts (X2 for two shoes):
37
# * Gemma M0 3V microcontroller (#3501)

IoT_Party_Parrot/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 displayio

0 commit comments

Comments
 (0)