Skip to content

Commit cfde9a9

Browse files
authored
Merge pull request #2039 from adafruit/spdx-19
Added SPDX to 30 more files - spdx-19
2 parents 2e38d17 + cb7d132 commit cfde9a9

30 files changed

Lines changed: 1161 additions & 1040 deletions

File tree

Adafruit_ItsyBitsy_RP2040/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 ItsyBitsy RP2040"""
26
import board
37
import digitalio

CLUE_Dice_Roller/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Dave Astels for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Dice roller for CLUE
37

CircuitPython_MacroPad_NKRO/boot.py

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

37
REPORT_ID = 0x4

CircuitPython_MacroPad_NKRO/code.py

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

Clue_Step_Counter/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

Flora_Citi_Bike_Helmet/Citi_Bike_Helmet/Citi_Bike_Helmet.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-FileCopyrightText: 2019 Becky Stern for Adafruit Industries
2+
// SPDX-FileCopyrightText: 2019 Justin Cooper for Adafruit Industries
3+
//
4+
// SPDX-License-Identifier: MIT
5+
16
// Code for the Adafruit FLora Citi Bike Helmet Tutorial
27
// https://learn.adafruit.com/citi-bike-helmet
38
// Becky Stern and Justin Cooper, Adafruit.com

Light_Paintstick_HalloWing/light_paintstick_cpx/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Circuit Playground Express Light Paintbrush"""
26
# Single images only. Filename is set in code,
37
# CPX buttons A&B are used to increase and decrease playback speed

Light_Paintstick_HalloWing/light_paintstick_hallowing/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""HalloWing Light Paintbrush"""
26
# Single images only. Filename is set in code,
37
# potentiometer is used to tune playback SPEED

MagTag_Seasonal_Produce/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
Seasonal produce finder for Adafruit MagTag w/CircuitPython 6.1 or later.
37
Lists in-season fruits and vegetables for a user's location and season.

MagTag_Seasonal_Produce/produce.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
""" Produce class -- handles server queries and generates seasonal produce
26
lists for a time and place. See notes at end of file regarding data
37
format and some design decisions.

0 commit comments

Comments
 (0)