Skip to content

Commit 89e4075

Browse files
authored
Merge pull request #2085 from adafruit/spdx-50
Added SPDX to 30 more files - spdx-50
2 parents 8571622 + 6eda604 commit 89e4075

File tree

30 files changed

+120
-0
lines changed

30 files changed

+120
-0
lines changed

CircuitPython_BLE_Rover/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# CircuitPython BLE Rover
26
# Use with the Adafruit BlueFruit LE Connect app
37
# Works with CircuitPython 4.0.0-beta.1 and later

CircusPython_BLE/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Dan Halbert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# CircusPython!
26
# For use with the Adafruit BlueFruit LE Connect app.
37
# Works with CircuitPython 5.0.0-beta.0 and later running on an nRF52840 board.

Guitar_Hero_MIDI/Guitar_Hero_MIDI.ino

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
//Wii Guitar Hero MIDI Controller
26
// by John Park for Adafruit Industries
37
#include <WiiChuck.h>

Hacking_Ikea_Lamps_With_CPX/CPX_Blink/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26

37
from adafruit_circuitplayground.express import cpx

Hacking_Ikea_Lamps_With_CPX/CPX_Blink_Monotonic/code.py

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

37
from adafruit_circuitplayground.express import cpx

Hacking_Ikea_Lamps_With_CPX/CPX_Blink_NeoPixel/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26

37
from adafruit_circuitplayground.express import cpx

Hacking_Ikea_Lamps_With_CPX/CPX_Left_Rotation_State_Machine/code.py

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

37
from adafruit_circuitplayground.express import cpx

Hacking_Ikea_Lamps_With_CPX/CPX_Sjopenna_Remote_Lamp/code.py

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

Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Generators/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
from rainbowio import colorwheel
37
from adafruit_circuitplayground.express import cpx

Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Motion_Lamp/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
from rainbowio import colorwheel
37
from adafruit_circuitplayground.express import cpx

0 commit comments

Comments
 (0)