Added SPDX tags for files

This commit is contained in:
Anne Barela 2021-10-19 16:00:23 -04:00
parent 1b3399939c
commit 58e3f91661
11 changed files with 44 additions and 2 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
// Trinket/Gemma + LED matrix backpack jewelry. Plays animated // Trinket/Gemma + LED matrix backpack jewelry. Plays animated
// sequence on LED matrix. Press reset button to display again, // sequence on LED matrix. Press reset button to display again,
// or add optional momentary button between pin #1 and +V. // or add optional momentary button between pin #1 and +V.

View file

@ -1,4 +1,8 @@
// Animation data for Trinket/Gemma + LED matrix backpack jewelry. // SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
// Animation data for Trinket/Gemma + LED matrix backpack jewelry.
#define REPS 255 // Number of times to repeat the animation loop (1-255) #define REPS 255 // Number of times to repeat the animation loop (1-255)
const uint8_t PROGMEM anim[] = { const uint8_t PROGMEM anim[] = {

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2014, 2018 Phil Burgess and Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
# Trinket/Gemma + LED matrix backpack jewelry. Plays animated # Trinket/Gemma + LED matrix backpack jewelry. Plays animated
# sequence on LED matrix. Press reset button to display again. # sequence on LED matrix. Press reset button to display again.

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2013 Phil Burgess for Adafruit Industries
//
// SPDX-License-Identifier: BSD
/* /*
LED VU meter for Arduino and Adafruit NeoPixel LEDs. LED VU meter for Arduino and Adafruit NeoPixel LEDs.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2013, 2017 Phil Burgess and Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: BSD
# LED VU meter for Arduino and Adafruit NeoPixel LEDs. # LED VU meter for Arduino and Adafruit NeoPixel LEDs.
# Hardware requirements: # Hardware requirements:

View file

@ -1,3 +1,8 @@
// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>
#define PIN 0 #define PIN 0

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2017 Phil Burgess for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
import time import time
import board import board

View file

@ -1,4 +1,7 @@
// SPDX-FileCopyrightText: 2014 HerrRausB https://github.com/HerrRausB
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//
/****************************************************************************** /******************************************************************************
* *
* this file is part of the gemma hoop animator example sketch * this file is part of the gemma hoop animator example sketch

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2014 HerrRausB https://github.com/HerrRausB
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//
/****************************************************************************** /******************************************************************************
* *
* this file is part of the gemma hoop animator example sketch * this file is part of the gemma hoop animator example sketch

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2014 HerrRausB https://github.com/HerrRausB
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//
/****************************************************************************** /******************************************************************************
* *
* this file is part of the gemma hoop animator example sketch * this file is part of the gemma hoop animator example sketch

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2014, 2017 HerrRausB https://github.com/HerrRausB, Mikey Sklar for Adafruit Industries
#
# SPDX-License-Identifier: LGPL-3.0-or-later
# #
# 3D_Printed_NeoPixel_Ring_Hair_Dress.py # 3D_Printed_NeoPixel_Ring_Hair_Dress.py
# #