Skip to content

Commit 4c5c6e2

Browse files
committed
10 more SPDX additions
1 parent 58e3f91 commit 4c5c6e2

File tree

10 files changed

+43
-0
lines changed

10 files changed

+43
-0
lines changed

3D_Printed_Unicorn_Horn/3D_Printed_Unicorn_Horn.ino

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

37
#define PIN 1

3D_Printed_Unicorn_Horn/code.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
3+
#
4+
# SPDX-License-Identifier: MIT
5+
#
16
import time
27

38
import board

Activity_Generator/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Collin Cunningham for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""ACTIVITY GENERATOR for Adafruit CLUE"""
26

37
import time

Activity_Generator/things.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Collin Cunningham for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
activities = [
26
"DRAWING",
37
"SONG",

Ada_BLE_RC/Ada_BLE_RC.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2016 James DeVito for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
/*********************************************************************
26
This is an example for our nRF51822 based Bluefruit LE modules
37

Ada_BLE_RC/BluefruitConfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2016 James DeVito 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

Ada_BLE_RC/packetParser.cpp

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

Ada_remoteFXTrigger_NeoTrellis_FastLED_RX/Ada_remoteFXTrigger_NeoTrellis_FastLED_RX.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-FileCopyrightText: 2019 Erin St. Blaine for Adafruit Industries
2+
// SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
3+
//
4+
// SPDX-License-Identifier: MIT
5+
//
16
//Ada_remoteFXTrigger_RX_NeoPixel
27
//Remote Effects Trigger Box Receiver
38
//by John Park & Erin St Blaine

Ada_remoteFXTrigger_NeoTrellis_FastLED_TX/Ada_remoteFXTrigger_NeoTrellis_FastLED_TX.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-FileCopyrightText: 2019 Erin St. Blaine for Adafruit Industries
2+
// SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries
3+
//
4+
// SPDX-License-Identifier: MIT
5+
//
16
//Ada_remoteFXTrigger_NeoTrellis_TX
27
//Remote Effects Trigger Box Transmitter
38
//by John Park

Adabot_Operation_Game/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 John Park for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
# Adabot Operation Game
26
# CPX, alligator clips, copper tape, tweezers, surgery, and fun!
37

0 commit comments

Comments
 (0)