diff --git a/3D_Printed_LED-Animation_BMO/3D_Printed_LED-Animation_BMO.ino b/3D_Printed_LED-Animation_BMO/3D_Printed_LED-Animation_BMO.ino index 4f24c168..0b191504 100644 --- a/3D_Printed_LED-Animation_BMO/3D_Printed_LED-Animation_BMO.ino +++ b/3D_Printed_LED-Animation_BMO/3D_Printed_LED-Animation_BMO.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT +// // Trinket/Gemma + LED matrix backpack jewelry. Plays animated // sequence on LED matrix. Press reset button to display again, // or add optional momentary button between pin #1 and +V. diff --git a/3D_Printed_LED-Animation_BMO/bmo.h b/3D_Printed_LED-Animation_BMO/bmo.h index 47f3486a..064cdb8f 100644 --- a/3D_Printed_LED-Animation_BMO/bmo.h +++ b/3D_Printed_LED-Animation_BMO/bmo.h @@ -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) const uint8_t PROGMEM anim[] = { diff --git a/3D_Printed_LED-Animation_BMO/code.py b/3D_Printed_LED-Animation_BMO/code.py index b197e0e3..ef03a72c 100644 --- a/3D_Printed_LED-Animation_BMO/code.py +++ b/3D_Printed_LED-Animation_BMO/code.py @@ -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 # sequence on LED matrix. Press reset button to display again. diff --git a/3D_Printed_LED_Microphone_Flag/3D_Printed_LED_Microphone_Flag.ino b/3D_Printed_LED_Microphone_Flag/3D_Printed_LED_Microphone_Flag.ino index fa295805..d6ddaefe 100644 --- a/3D_Printed_LED_Microphone_Flag/3D_Printed_LED_Microphone_Flag.ino +++ b/3D_Printed_LED_Microphone_Flag/3D_Printed_LED_Microphone_Flag.ino @@ -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. diff --git a/3D_Printed_LED_Microphone_Flag/code.py b/3D_Printed_LED_Microphone_Flag/code.py index 33a55367..d9589020 100644 --- a/3D_Printed_LED_Microphone_Flag/code.py +++ b/3D_Printed_LED_Microphone_Flag/code.py @@ -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. # Hardware requirements: diff --git a/3D_Printed_NeoPixel_Gas_Mask/3D_Printed_NeoPixel_Gas_Mask.ino b/3D_Printed_NeoPixel_Gas_Mask/3D_Printed_NeoPixel_Gas_Mask.ino index 77b482b2..5df96ce5 100644 --- a/3D_Printed_NeoPixel_Gas_Mask/3D_Printed_NeoPixel_Gas_Mask.ino +++ b/3D_Printed_NeoPixel_Gas_Mask/3D_Printed_NeoPixel_Gas_Mask.ino @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT +// + #include #define PIN 0 diff --git a/3D_Printed_NeoPixel_Gas_Mask/code.py b/3D_Printed_NeoPixel_Gas_Mask/code.py index d5d8bb16..c9513be3 100644 --- a/3D_Printed_NeoPixel_Gas_Mask/code.py +++ b/3D_Printed_NeoPixel_Gas_Mask/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Phil Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT +# import time import board diff --git a/3D_Printed_NeoPixel_Ring_Hair_Dress/3D_Printed_NeoPixel_Ring_Hair_Dress.ino b/3D_Printed_NeoPixel_Ring_Hair_Dress/3D_Printed_NeoPixel_Ring_Hair_Dress.ino index eee56caa..e07e242a 100644 --- a/3D_Printed_NeoPixel_Ring_Hair_Dress/3D_Printed_NeoPixel_Ring_Hair_Dress.ino +++ b/3D_Printed_NeoPixel_Ring_Hair_Dress/3D_Printed_NeoPixel_Ring_Hair_Dress.ino @@ -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 diff --git a/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopActionList.h b/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopActionList.h index 0a25a3b0..4bdd6fda 100644 --- a/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopActionList.h +++ b/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopActionList.h @@ -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 diff --git a/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopDefs.h b/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopDefs.h index 00727f05..148b4fc6 100644 --- a/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopDefs.h +++ b/3D_Printed_NeoPixel_Ring_Hair_Dress/GemmaHoopDefs.h @@ -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 diff --git a/3D_Printed_NeoPixel_Ring_Hair_Dress/code.py b/3D_Printed_NeoPixel_Ring_Hair_Dress/code.py index 0970f221..7c9eb52d 100644 --- a/3D_Printed_NeoPixel_Ring_Hair_Dress/code.py +++ b/3D_Printed_NeoPixel_Ring_Hair_Dress/code.py @@ -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 #