Skip to content

Commit c1e5e22

Browse files
authored
Merge pull request #2078 from adafruit/spdx-44
Added SPDX to 30 more files - spdx-44
2 parents c1c883d + 4418fa7 commit c1e5e22

File tree

30 files changed

+123
-0
lines changed

30 files changed

+123
-0
lines changed

Adafruit_IO_Power_Relay/code.py

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
import time
26
import board
37
import busio

Adafruit_IO_Power_Relay/code_light_sensor/code.py

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
import time
26
import board
37
import busio

BLE_Gesture_Mouse/code.py

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

BTTF_Clock/BTTF/BTTF.ino

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
// Time Circuit sketch for Adafruit 4-Digit 7-Segment Display w/I2C Backpack.
26
// Modeled after Doc Brown's DeLorean time circuit from the "Back to the
37
// Future" movies. Uses three (3) each of the following displays:

Bluetooth_Room_Lights/code.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2020 Erin St Blaine for Adafruit Industries
3+
#
4+
# SPDX-License-Identifier: MIT
5+
16
"""
27
Bluetooth Controlled Room Lights using a Circuit Playground Bluetooth
38
Scroll between 7 modes and control brightness with your smartphone via Bluetooth

CLUE_Heart_Rate_Trainer/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
"""
26
Heart Rate Trainer
37
Read heart rate data from a heart rate peripheral using the standard BLE

Circuit_Playground_Jack_o_Lantern/JackOLantern_CircuitPlayground/JackOLantern_CircuitPlayground.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Jack-o-Lantern sketch for Adafruit Circuit Playground (Classic or Express)
26

37
#include "Adafruit_CircuitPlayground.h"

Circuit_Playground_Jack_o_Lantern/JackOLantern_HalloWing/JackOLantern_HalloWing.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Jack-o-Lantern sketch for Adafruit Hallowing
26

37
#include "Adafruit_NeoPixel.h"

Circuit_Playground_Jack_o_Lantern/jack_o_lantern_circuit_playground/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Jack-o'-Lantern flame example Adafruit Circuit Playground Express"""
26

37
import math

Circuit_Playground_Jack_o_Lantern/jack_o_lantern_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 Phillip Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""Jack-o'-Lantern flame example Adafruit Hallowing"""
26

37
import math

0 commit comments

Comments
 (0)