Skip to content

Commit b853183

Browse files
authored
Merge pull request #2079 from adafruit/spdx-45
Added SPDX to 30 more files - spdx-45
2 parents c1e5e22 + 22dfeb7 commit b853183

File tree

30 files changed

+120
-0
lines changed

30 files changed

+120
-0
lines changed

Adafruit_LED_Sequins/Adafruit_LED_Sequins.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
int brightness = 0; // how bright the LED is
26
int fadeAmount = 5; // how many points to fade the LED by
37
int counter = 0; // counter to keep track of cycles

Adafruit_LED_Sequins/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
import time
26

37
import board

Arcade_Synth_Controller/ADT.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2022 John Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// GUItool: begin automatically generated code
26
AudioSynthWaveform wave0; //xy=502.74795150756836,82.7552137374878
37
AudioSynthWaveform wave1; //xy=504.28649139404297,117.86524295806885

Arcade_Synth_Controller/Arpy.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2022 Tod Kurt for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/**
26
* Arpy - a class to do arpeggios for you
37
* 12 Jan 2022 - Tod Kurt @todbot

Arcade_Synth_Controller/midi_to_freq.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2022 John Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// from Audio/examples/Synthesis/PlaySynthMusic
26
// This is for the Teensy Audio library which specifies
37
// frequencies as floating point. See make_notetab.xlsx

CPB_AMS_Gizmo_BLE/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
This example solicits that apple devices that provide notifications connect to it, initiates
37
pairing, prints existing notifications and then prints any new ones as they arrive.

CircuitPython_Logger/aio_handler/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
Adafruit IO based message handler for CircuitPython logging.
37

CircuitPython_Logger/aio_test/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
import time
26
import random
37
from adafruit_pyportal import PyPortal

CircuitPython_Logger/ble_handler/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
BLE based message handler for CircuitPython logging.
37

CircuitPython_Logger/ble_test/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
import time
26
import random
37
from ble_handler import BLEHandler

0 commit comments

Comments
 (0)