From 625321526ded561fb76734137ec41947b34f6194 Mon Sep 17 00:00:00 2001 From: dherrada Date: Wed, 23 Feb 2022 13:00:24 -0500 Subject: [PATCH] Added SPDX to 30 more files - spdx-29 --- 3D_Printed_Guardian_Sword/code.py | 4 ++++ Adafruit_IO_Stepper_Control/code.py | 4 ++++ BLE_MIDI_Robot_Xylophone/code.py | 4 ++++ Black_Lives_Matter_Kit/Capacitive_Touch_and_NeoPixels/code.py | 4 ++++ Black_Lives_Matter_Kit/Sound_Reactive_NeoPixels/code.py | 4 ++++ CircuitPython_LED_Sand_Hourglass/double_matrix/code.py | 4 ++++ CircuitPython_LED_Sand_Hourglass/single_matrix/code.py | 4 ++++ CircuitPython_Pyloton/code.py | 4 ++++ CircuitPython_Pyloton/pyloton.py | 4 ++++ DIY_Thermal_Light_Painting/DIY_Thermal_Light_Painting.ino | 4 ++++ DIY_Thermal_Light_Painting/code.py | 4 ++++ Hallowing_Lightsaber/lightsaber_standard/code.py | 4 ++++ Hallowing_Lightsaber/lightsaber_unicorn/code.py | 4 ++++ Hallowing_Minotaur_Maze/Hallowing_Minotaur_Maze.ino | 4 ++++ Milk_Jug_Glow_Skull/code.py | 4 ++++ NeoTrellis_Paint/code.py | 4 ++++ OSHWA_Submitter/submitter.py | 4 ++++ PaperCraft_Gems/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/NeoPixel0/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/NeoPixelAll/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/PianoInTheKeyOfLime/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/SingleTone/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/SlideSwitch/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/StartStopTone/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/TouchA1/code.py | 4 ++++ Piano_In_The_Key_Of_Lime/TouchAll/code.py | 4 ++++ Pixel_Chase_Game/code.py | 4 ++++ PyPortal_on_this_day/code.py | 4 ++++ .../Smart_Toilet_Light_ESP8266/Smart_Toilet_Light_ESP8266.ino | 4 ++++ SnowGlobe/code.py | 4 ++++ 30 files changed, 120 insertions(+) diff --git a/3D_Printed_Guardian_Sword/code.py b/3D_Printed_Guardian_Sword/code.py index b6dbb83cf..d69b29935 100644 --- a/3D_Printed_Guardian_Sword/code.py +++ b/3D_Printed_Guardian_Sword/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # 3D_Printed_Guardian_Sword # https://learn.adafruit.com/breath-of-the-wild-guardian-sword-led-3d-printed diff --git a/Adafruit_IO_Stepper_Control/code.py b/Adafruit_IO_Stepper_Control/code.py index e3b940efd..2066deb87 100644 --- a/Adafruit_IO_Stepper_Control/code.py +++ b/Adafruit_IO_Stepper_Control/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ 'adafruit_io_steppers.py' ================================== diff --git a/BLE_MIDI_Robot_Xylophone/code.py b/BLE_MIDI_Robot_Xylophone/code.py index 2a6478471..9ddac4bb7 100644 --- a/BLE_MIDI_Robot_Xylophone/code.py +++ b/BLE_MIDI_Robot_Xylophone/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import busio diff --git a/Black_Lives_Matter_Kit/Capacitive_Touch_and_NeoPixels/code.py b/Black_Lives_Matter_Kit/Capacitive_Touch_and_NeoPixels/code.py index 31c22f499..c3d0e9642 100644 --- a/Black_Lives_Matter_Kit/Capacitive_Touch_and_NeoPixels/code.py +++ b/Black_Lives_Matter_Kit/Capacitive_Touch_and_NeoPixels/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import touchio diff --git a/Black_Lives_Matter_Kit/Sound_Reactive_NeoPixels/code.py b/Black_Lives_Matter_Kit/Sound_Reactive_NeoPixels/code.py index 1c78f88b9..b3851f26a 100644 --- a/Black_Lives_Matter_Kit/Sound_Reactive_NeoPixels/code.py +++ b/Black_Lives_Matter_Kit/Sound_Reactive_NeoPixels/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import array import math import board diff --git a/CircuitPython_LED_Sand_Hourglass/double_matrix/code.py b/CircuitPython_LED_Sand_Hourglass/double_matrix/code.py index d87e4e6bf..ec245b5e9 100755 --- a/CircuitPython_LED_Sand_Hourglass/double_matrix/code.py +++ b/CircuitPython_LED_Sand_Hourglass/double_matrix/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_lsm6ds.lsm6ds33 diff --git a/CircuitPython_LED_Sand_Hourglass/single_matrix/code.py b/CircuitPython_LED_Sand_Hourglass/single_matrix/code.py index 8d474dd5e..29e5521b9 100755 --- a/CircuitPython_LED_Sand_Hourglass/single_matrix/code.py +++ b/CircuitPython_LED_Sand_Hourglass/single_matrix/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_lsm6ds.lsm6ds33 diff --git a/CircuitPython_Pyloton/code.py b/CircuitPython_Pyloton/code.py index 7675bc0f7..687e9c046 100644 --- a/CircuitPython_Pyloton/code.py +++ b/CircuitPython_Pyloton/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from time import time import adafruit_ble import board diff --git a/CircuitPython_Pyloton/pyloton.py b/CircuitPython_Pyloton/pyloton.py index 4be62dd4c..61ea450ce 100644 --- a/CircuitPython_Pyloton/pyloton.py +++ b/CircuitPython_Pyloton/pyloton.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ A library for completing the Pyloton bike computer learn guide utilizing the Adafruit CLUE. """ diff --git a/DIY_Thermal_Light_Painting/DIY_Thermal_Light_Painting.ino b/DIY_Thermal_Light_Painting/DIY_Thermal_Light_Painting.ino index c071a0adb..47cc13ada 100644 --- a/DIY_Thermal_Light_Painting/DIY_Thermal_Light_Painting.ino +++ b/DIY_Thermal_Light_Painting/DIY_Thermal_Light_Painting.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /*************************************************** This is a library for the MLX90614 temperature sensor SPECIFICALLY FOR USE WITH TINYWIREM ON TRINKET/GEMMA diff --git a/DIY_Thermal_Light_Painting/code.py b/DIY_Thermal_Light_Painting/code.py index 37e1410c9..56ffb7f0f 100644 --- a/DIY_Thermal_Light_Painting/code.py +++ b/DIY_Thermal_Light_Painting/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Designed specifically to work with the MLX90614 sensors in the # adafruit shop # ----> https://www.adafruit.com/product/1747 diff --git a/Hallowing_Lightsaber/lightsaber_standard/code.py b/Hallowing_Lightsaber/lightsaber_standard/code.py index e1e2bc5d5..58e7beb4b 100644 --- a/Hallowing_Lightsaber/lightsaber_standard/code.py +++ b/Hallowing_Lightsaber/lightsaber_standard/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """LASER SWORD (pew pew) example for Adafruit Hallowing & NeoPixel strip""" # pylint: disable=bare-except diff --git a/Hallowing_Lightsaber/lightsaber_unicorn/code.py b/Hallowing_Lightsaber/lightsaber_unicorn/code.py index f955e414a..3a05aa06e 100644 --- a/Hallowing_Lightsaber/lightsaber_unicorn/code.py +++ b/Hallowing_Lightsaber/lightsaber_unicorn/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """UNICORN SWORD example for Adafruit Hallowing & NeoPixel strip""" # pylint: disable=bare-except diff --git a/Hallowing_Minotaur_Maze/Hallowing_Minotaur_Maze.ino b/Hallowing_Minotaur_Maze/Hallowing_Minotaur_Maze.ino index 061051e66..6b2d06c55 100644 --- a/Hallowing_Minotaur_Maze/Hallowing_Minotaur_Maze.ino +++ b/Hallowing_Minotaur_Maze/Hallowing_Minotaur_Maze.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // "Minotaur Maze" plaything for Adafruit Hallowing. Uses ray casting, // DMA and related shenanigans to smoothly move about a 3D maze. // Tilt Hallowing to turn right/left and move forward/back. diff --git a/Milk_Jug_Glow_Skull/code.py b/Milk_Jug_Glow_Skull/code.py index a5fc65334..e498ae134 100644 --- a/Milk_Jug_Glow_Skull/code.py +++ b/Milk_Jug_Glow_Skull/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import digitalio diff --git a/NeoTrellis_Paint/code.py b/NeoTrellis_Paint/code.py index ee43661fd..4b0d272a8 100644 --- a/NeoTrellis_Paint/code.py +++ b/NeoTrellis_Paint/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Simple paint program for Trellis M4 Express # Press any button it will cycle through a palette of colors! # diff --git a/OSHWA_Submitter/submitter.py b/OSHWA_Submitter/submitter.py index 7f3450526..f2f56becf 100644 --- a/OSHWA_Submitter/submitter.py +++ b/OSHWA_Submitter/submitter.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import requests token = "TOKEN_GOES_HERE" diff --git a/PaperCraft_Gems/code.py b/PaperCraft_Gems/code.py index 0b8f87c06..83f1fa055 100644 --- a/PaperCraft_Gems/code.py +++ b/PaperCraft_Gems/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Erin St Blaine for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Crystal Gem Light Strand Project By Erin St Blaine for Adafruit Industries https://learn.adafruit.com/no-solder-papercraft-crystal-light-strand diff --git a/Piano_In_The_Key_Of_Lime/NeoPixel0/code.py b/Piano_In_The_Key_Of_Lime/NeoPixel0/code.py index b160d926e..c55678019 100755 --- a/Piano_In_The_Key_Of_Lime/NeoPixel0/code.py +++ b/Piano_In_The_Key_Of_Lime/NeoPixel0/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Piano_In_The_Key_Of_Lime/NeoPixelAll/code.py b/Piano_In_The_Key_Of_Lime/NeoPixelAll/code.py index 29e34b5f7..85b0a152a 100755 --- a/Piano_In_The_Key_Of_Lime/NeoPixelAll/code.py +++ b/Piano_In_The_Key_Of_Lime/NeoPixelAll/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Piano_In_The_Key_Of_Lime/PianoInTheKeyOfLime/code.py b/Piano_In_The_Key_Of_Lime/PianoInTheKeyOfLime/code.py index d9b27053e..49debefb7 100755 --- a/Piano_In_The_Key_Of_Lime/PianoInTheKeyOfLime/code.py +++ b/Piano_In_The_Key_Of_Lime/PianoInTheKeyOfLime/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Piano_In_The_Key_Of_Lime/SingleTone/code.py b/Piano_In_The_Key_Of_Lime/SingleTone/code.py index 2f8a710ef..702466246 100755 --- a/Piano_In_The_Key_Of_Lime/SingleTone/code.py +++ b/Piano_In_The_Key_Of_Lime/SingleTone/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp cp.play_tone(440, 1) diff --git a/Piano_In_The_Key_Of_Lime/SlideSwitch/code.py b/Piano_In_The_Key_Of_Lime/SlideSwitch/code.py index 6eb5c2ef1..289fc29af 100755 --- a/Piano_In_The_Key_Of_Lime/SlideSwitch/code.py +++ b/Piano_In_The_Key_Of_Lime/SlideSwitch/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Piano_In_The_Key_Of_Lime/StartStopTone/code.py b/Piano_In_The_Key_Of_Lime/StartStopTone/code.py index 9eeb13ff9..c7b2dd054 100755 --- a/Piano_In_The_Key_Of_Lime/StartStopTone/code.py +++ b/Piano_In_The_Key_Of_Lime/StartStopTone/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Piano_In_The_Key_Of_Lime/TouchA1/code.py b/Piano_In_The_Key_Of_Lime/TouchA1/code.py index 3aa30458c..848a4215c 100755 --- a/Piano_In_The_Key_Of_Lime/TouchA1/code.py +++ b/Piano_In_The_Key_Of_Lime/TouchA1/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Piano_In_The_Key_Of_Lime/TouchAll/code.py b/Piano_In_The_Key_Of_Lime/TouchAll/code.py index c6f8e7fdf..858bf7b74 100755 --- a/Piano_In_The_Key_Of_Lime/TouchAll/code.py +++ b/Piano_In_The_Key_Of_Lime/TouchAll/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground import cp while True: diff --git a/Pixel_Chase_Game/code.py b/Pixel_Chase_Game/code.py index 708de3464..a576bdb6e 100644 --- a/Pixel_Chase_Game/code.py +++ b/Pixel_Chase_Game/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random import board diff --git a/PyPortal_on_this_day/code.py b/PyPortal_on_this_day/code.py index fa817716a..b2137ffa2 100644 --- a/PyPortal_on_this_day/code.py +++ b/PyPortal_on_this_day/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ 'of this day' demo Display notable info about famous electronics-related peoples diff --git a/Smart_Toilet_Light/Smart_Toilet_Light_ESP8266/Smart_Toilet_Light_ESP8266.ino b/Smart_Toilet_Light/Smart_Toilet_Light_ESP8266/Smart_Toilet_Light_ESP8266.ino index 8d7c28a28..65432ceda 100644 --- a/Smart_Toilet_Light/Smart_Toilet_Light_ESP8266/Smart_Toilet_Light_ESP8266.ino +++ b/Smart_Toilet_Light/Smart_Toilet_Light_ESP8266/Smart_Toilet_Light_ESP8266.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Smart Toilet Light with ESP8266 // // Use a feed in Adafruit IO to control the color and animation of a neopixel diff --git a/SnowGlobe/code.py b/SnowGlobe/code.py index d9cc11f3b..3c89bed46 100644 --- a/SnowGlobe/code.py +++ b/SnowGlobe/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Snow Globe for Adafruit Circuit Playground express with CircuitPython """ import math