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

14 files changed

Lines changed: 56 additions & 0 deletions

File tree

Vertical_Garden_Barometer/code.py

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

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

Wave_Freq_Generator/display.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
"""
26
Display code for signal generator.
37

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

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

Wearable_BLE_Temperature_Monitor/Wearable_BLE_Temperature_Monitor.ino

Lines changed: 4 additions & 0 deletions
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

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
# 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

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

0 commit comments

Comments
 (0)