Skip to content

Commit 5f8ef09

Browse files
authored
Merge pull request #2061 from adafruit/spdx-39
Added SPDX to 30 more files - spdx-39
2 parents a092370 + db781f9 commit 5f8ef09

File tree

30 files changed

+122
-0
lines changed

30 files changed

+122
-0
lines changed

Adafruit_Grand_Central_M4_Express/code.py

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

Adafruit_TPL5111_Breakout/tpl5111demo/tpl5111demo.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_NeoPixel.h>
26

37
#if defined(ESP8266)

BLE_Sensornet/clue_sensornet/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
"""This uses the CLUE as a Bluetooth LE sensor node."""
26

37
import time

BLE_Sensornet/feather_sense_sensornet/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
"""This uses the Feather Sense as a Bluetooth LE sensor node."""
26

37
import time

CPB_Magic_Light_Mixer/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 Edgar Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Magic Light Bulb remote color mixer
26
# Sends RGB color values, read from three faders on CPB to the bulb
37
# https://www.magiclightbulbs.com/collections/bluetooth-bulbs

CircuitPython_JEplayer_mp3/analogjoy.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The MIT License (MIT)
26
#
37
# Copyright (c) 2020 Jeff Epler for Adafruit Industries LLC

CircuitPython_JEplayer_mp3/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The MIT License (MIT)
26
#
37
# Copyright (c) 2020 Jeff Epler for Adafruit Industries LLC

CircuitPython_JEplayer_mp3/icons.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The MIT License (MIT)
26
#
37
# Copyright (c) 2020 Jeff Epler for Adafruit Industries LLC

CircuitPython_JEplayer_mp3/repeat.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The MIT License (MIT)
26
#
37
# Copyright (c) 2020 Jeff Epler for Adafruit Industries LLC

DYP_ultrasonics/me007ys.py

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

0 commit comments

Comments
 (0)