Skip to content

Commit c40eea5

Browse files
authored
Merge pull request #1877 from dherrada/spdx_-3
PR -3: Added spdx to 9 more projects
2 parents 8b2e3c8 + fc3080c commit c40eea5

File tree

14 files changed

+56
-0
lines changed

14 files changed

+56
-0
lines changed

Vertical_Garden_Barometer/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
Read the barometric reading in the air
37
Visualize air reading changes over time as a color animation on a NeoPixel strip

Visualizer_Touch_Control/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import board
37
import busio

Voice2Json_Edge_Detection/demo.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import os
26
import subprocess
37
import random

Wave_Freq_Generator/code.py

+4
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
"""
26
Main signal generator code.
37

Wave_Freq_Generator/display.py

+4
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
"""
26
Display code for signal generator.
37

Wave_Freq_Generator/generator.py

+4
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
"""
26
Outpout generator code for signal generator.
37

Wave_Freq_Generator/shapes.py

+4
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
"""
26
Signal generator wave shapes.
37

Wearable_BLE_Temperature_Monitor/Wearable_BLE_Temperature_Monitor.ino

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*********************************************************************
26
Learn Guide: BLE Temperature Monitoring Armband
37

Weather_Display_Matrix/code.py

+4
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
# Matrix Weather display
26
# For Metro M4 Airlift with RGB Matrix shield, 64 x 32 RGB LED Matrix display
37

Weather_Display_Matrix/openweather_graphics.py

+4
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 displayio
37
from adafruit_display_text.label import Label

Welcome_to_CircuitPython/code.py

+4
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
"""
26
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
37
Includes QT Py and various Trinkeys.

Window_Skull_Matrix/code.py

+4
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
WINDOW SKULL for Adafruit Matrix Portal: animated spooky eyes and servomotor jaw
37
"""

Window_Skull_Matrix/eyes/skull_bigger/data.py

+4
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
""" Configuration data for the skull eyes """
26
# Photo by Lina White on Unsplash: https://unsplash.com/photos/K9nxgkYf-RI
37
EYE_PATH = __file__[:__file__.rfind('/') + 1]

Wire_Wrap_Necklace/code.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
FancyLED Necklace Insert Code
37
Written by Phil Burgess and Erin St Blaine for Adafruit Industries

0 commit comments

Comments
 (0)