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 4f24c1689..0b1915048 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 47f3486ab..064cdb8f3 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 b197e0e39..ef03a72cf 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 fa2958053..d6ddaefe5 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 33a55367f..d95890204 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 77b482b2e..5df96ce55 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 d5d8bb166..c9513be3c 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 eee56caa1..e07e242a4 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 0a25a3b0f..4bdd6fdaa 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 00727f05e..148b4fc64 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 0970f221c..7c9eb52dd 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 #