Skip to content

Commit 58e3f91

Browse files
committed
Added SPDX tags for files
1 parent 1b33999 commit 58e3f91

File tree

11 files changed

+44
-2
lines changed

11 files changed

+44
-2
lines changed

3D_Printed_LED-Animation_BMO/3D_Printed_LED-Animation_BMO.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
// Trinket/Gemma + LED matrix backpack jewelry. Plays animated
26
// sequence on LED matrix. Press reset button to display again,
37
// or add optional momentary button between pin #1 and +V.

3D_Printed_LED-Animation_BMO/bmo.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// Animation data for Trinket/Gemma + LED matrix backpack jewelry.
1+
// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
5+
// Animation data for Trinket/Gemma + LED matrix backpack jewelry.
26
#define REPS 255 // Number of times to repeat the animation loop (1-255)
37
const uint8_t PROGMEM anim[] = {
48

3D_Printed_LED-Animation_BMO/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2014, 2018 Phil Burgess and Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
# Trinket/Gemma + LED matrix backpack jewelry. Plays animated
26
# sequence on LED matrix. Press reset button to display again.
37

3D_Printed_LED_Microphone_Flag/3D_Printed_LED_Microphone_Flag.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2013 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: BSD
14
/*
25
LED VU meter for Arduino and Adafruit NeoPixel LEDs.
36

3D_Printed_LED_Microphone_Flag/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2013, 2017 Phil Burgess and Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: BSD
4+
15
# LED VU meter for Arduino and Adafruit NeoPixel LEDs.
26

37
# Hardware requirements:

3D_Printed_NeoPixel_Gas_Mask/3D_Printed_NeoPixel_Gas_Mask.ino

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

38
#define PIN 0

3D_Printed_NeoPixel_Gas_Mask/code.py

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

37
import board

3D_Printed_NeoPixel_Ring_Hair_Dress/3D_Printed_NeoPixel_Ring_Hair_Dress.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1+
// SPDX-FileCopyrightText: 2014 HerrRausB https://github.com/HerrRausB
2+
//
3+
// SPDX-License-Identifier: LGPL-3.0-or-later
4+
//
25
/******************************************************************************
36
*
47
* this file is part of the gemma hoop animator example sketch

3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopActionList.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2014 HerrRausB https://github.com/HerrRausB
2+
//
3+
// SPDX-License-Identifier: LGPL-3.0-or-later
4+
//
15
/******************************************************************************
26
*
37
* this file is part of the gemma hoop animator example sketch

3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopDefs.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2014 HerrRausB https://github.com/HerrRausB
2+
//
3+
// SPDX-License-Identifier: LGPL-3.0-or-later
4+
//
15
/******************************************************************************
26
*
37
* this file is part of the gemma hoop animator example sketch

3D_Printed_NeoPixel_Ring_Hair_Dress/code.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2014, 2017 HerrRausB https://github.com/HerrRausB, Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
14
#
25
# 3D_Printed_NeoPixel_Ring_Hair_Dress.py
36
#

0 commit comments

Comments
 (0)