Skip to content

Commit 851a3cd

Browse files
committed
Added SPDX to 30 more files - spdx-16
1 parent a9b2066 commit 851a3cd

File tree

30 files changed

+124
-0
lines changed

30 files changed

+124
-0
lines changed

Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/code.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 os
26
import time
37
import busio

Buzzing_Mindfulness_Bracelet/Buzzing_Mindfulness_Bracelet.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
// Mindfulness Bracelet sketch for Adafruit/Arduino Gemma. Briefly runs
26
// vibrating motor (connected through transistor) at regular intervals.
37
// This code is not beginner-friendly, it does a lot of esoteric low-level

Buzzing_Mindfulness_Bracelet/code.py

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
# Mindfulness Bracelet sketch for Adafruit Gemma. Briefly runs
26
# vibrating motor (connected through transistor) at regular intervals.
37

CLUE_I_Ching/code.py

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

CPX_Marble_Maze/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 code for the Gyroscopic Marble Maze
26
# Adafruit Industries, 2019. MIT License
37
import time

CPX_Simple_Simon/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Circuit Playground Express Simple Simon
26
#
37
# Game play based on information provided here:

Circuit_Playground_Bluefruit_NeoPixel_Controller/NeoPixel_Animator/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
"""
26
NeoPixel Animator code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
37
To be used with another Circuit Playground Bluefruit running the Remote Control code.

Circuit_Playground_Bluefruit_NeoPixel_Controller/Remote_Control/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
"""
26
Remote Control code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control.
37
To be used with another Circuit Playground Bluefruit running the NeoPixel Animator code.

Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Hunter/code.py

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

Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Treasure/code.py

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

0 commit comments

Comments
 (0)