Skip to content

Commit d4184d3

Browse files
authored
Merge pull request #2060 from adafruit/spdx-38
Added SPDX to 30 more files - spdx-38
2 parents f948c68 + ff21576 commit d4184d3

File tree

30 files changed

+306
-187
lines changed

30 files changed

+306
-187
lines changed

CPB_Quick_Draw_Duo/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kevin J. Walters for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# cpb-quick-draw v1.11
26
# CircuitPython (on CPBs) Quick Draw reaction game
37
# This is a two player game using two Circuit Playground Bluefruit boards

CPB_Quick_Draw_Duo/reaction/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# cpx-reaction-timer v1.0.1
26
# A human reaction timer using light and sound
37

CPB_Volume_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 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
A CircuitPython 'multimedia' dial demo
37
Uses a Circuit Playground Bluefruit + Rotary Encoder -> BLE out

CircuitPython_Heart_Sculpture/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
import time
26
import adafruit_dotstar
37
from rainbowio import colorwheel

CircuitPython_Star_Gazer/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
"""
26
This example will access an API, grab a number like hackaday skulls, github
37
stars, price of bitcoin, twitter followers... if you can find something that

Crickit_WobblyBot/WobblyBot/BluefruitConfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// COMMON SETTINGS
26
// ----------------------------------------------------------------------------------------------
37
// These settings are used in both SW UART, HW UART and SPI mode

Crickit_WobblyBot/WobblyBot/WobblyBot.ino

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
// Continuous servo based walking/waddling/etc robot.
26

37
// Bluetooth code is from Feather M0 Bluefruit controller example.

Crickit_WobblyBot/WobblyBot/packetParser.cpp

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

Crickit_WobblyBot/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
Continuous servo based walking/waddling/etc robot.
37

ESP8266_MicroPython_Holiday_Lights/lights.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Tony DiCola for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# ESP8266 MicroPython smart holiday lights project code.
26
# This will animate NeoPixels that can be controlled from the included
37
# lights.html web page.

0 commit comments

Comments
 (0)