From 12a3226f062ef05b17579e85a9a80085d9afba43 Mon Sep 17 00:00:00 2001 From: dherrada Date: Tue, 22 Feb 2022 15:31:41 -0500 Subject: [PATCH] Added SPDX to 30 more files - spdx-21 --- CPX_Simon_Game/code.py | 4 ++++ CircuitPlayground_Christmas_Tree/code.py | 4 ++++ CircuitPython_Hardware_SD_Cards/sdmount/code.py | 4 ++++ CircuitPython_Hardware_SD_Cards/sdmount_lib/code.py | 4 ++++ CircuitPython_Painter/code.py | 4 ++++ CircuitPython_WeatherCloud/code.py | 4 ++++ CircuitPython_WeatherCloud/secrets.py | 4 ++++ Crickits/feynman_bot/code.py | 4 ++++ Crickits/gear_tower/force_wave/code.py | 4 ++++ Crickits/gear_tower/light-sensor-tower/code.py | 4 ++++ Crickits/gear_tower/sound-motor/code.py | 4 ++++ Crickits/ghost_slime/code.py | 4 ++++ Crickits/robby_gyrobot/code.py | 4 ++++ Crickits/yanny_or_laurel/boot.py | 4 ++++ Crickits/yanny_or_laurel/code.py | 4 ++++ Digital_Sand_Dotstar_Circuitpython_Edition/code.py | 4 ++++ Hallowing_Jump_Sound/jump-sound/code.py | 4 ++++ Hallowing_Jump_Sound/stomp-and-roar/code.py | 4 ++++ Hallowing_Spirit_Board/Hallowing_Spirit_Board.ino | 4 ++++ Hallowing_Spirit_Board/graphics.h | 4 ++++ Hallowing_Spirit_Board/messages.h | 4 ++++ Macropad_Olympic_Hotkeys/windows/pc-olympics-home.py | 4 ++++ Macropad_Olympic_Hotkeys/windows/pc-sports-1.py | 4 ++++ Macropad_Olympic_Hotkeys/windows/pc-sports-2.py | 4 ++++ Macropad_Olympic_Hotkeys/windows/pc-sports-4.py | 4 ++++ Pomodoro_Timer/code.py | 4 ++++ PropMaker_Lightsaber/code.py | 4 ++++ PyPortal_Email_Display/code.py | 4 ++++ Solar_Charger_Tracker/solartrack/solartrack.ino | 4 ++++ Stumblebot/code.py | 5 +++++ 30 files changed, 121 insertions(+) diff --git a/CPX_Simon_Game/code.py b/CPX_Simon_Game/code.py index 12f6ce0d7..edbf83230 100644 --- a/CPX_Simon_Game/code.py +++ b/CPX_Simon_Game/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random from adafruit_circuitplayground.express import cpx diff --git a/CircuitPlayground_Christmas_Tree/code.py b/CircuitPlayground_Christmas_Tree/code.py index 1a99217c8..d615aef37 100644 --- a/CircuitPlayground_Christmas_Tree/code.py +++ b/CircuitPlayground_Christmas_Tree/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import neopixel diff --git a/CircuitPython_Hardware_SD_Cards/sdmount/code.py b/CircuitPython_Hardware_SD_Cards/sdmount/code.py index bf995dba9..a0d8a197c 100644 --- a/CircuitPython_Hardware_SD_Cards/sdmount/code.py +++ b/CircuitPython_Hardware_SD_Cards/sdmount/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import sys import adafruit_sdcard diff --git a/CircuitPython_Hardware_SD_Cards/sdmount_lib/code.py b/CircuitPython_Hardware_SD_Cards/sdmount_lib/code.py index a1cbcd479..796ffb2d4 100644 --- a/CircuitPython_Hardware_SD_Cards/sdmount_lib/code.py +++ b/CircuitPython_Hardware_SD_Cards/sdmount_lib/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import sys import adafruit_sdcard diff --git a/CircuitPython_Painter/code.py b/CircuitPython_Painter/code.py index 0d8e7a37c..98a128f1b 100644 --- a/CircuitPython_Painter/code.py +++ b/CircuitPython_Painter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Dotstar painter! Can handle up to ~2300 pixel size image (e.g. 36 x 64) import gc diff --git a/CircuitPython_WeatherCloud/code.py b/CircuitPython_WeatherCloud/code.py index d787cbb58..f86ee2333 100644 --- a/CircuitPython_WeatherCloud/code.py +++ b/CircuitPython_WeatherCloud/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random import audioio diff --git a/CircuitPython_WeatherCloud/secrets.py b/CircuitPython_WeatherCloud/secrets.py index 98d58aa72..63bdfe3c2 100644 --- a/CircuitPython_WeatherCloud/secrets.py +++ b/CircuitPython_WeatherCloud/secrets.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # This file is where you keep secret settings, passwords, and tokens! # If you put them in the code you risk committing that info or sharing it diff --git a/Crickits/feynman_bot/code.py b/Crickits/feynman_bot/code.py index 0c2c59dcf..508498236 100644 --- a/Crickits/feynman_bot/code.py +++ b/Crickits/feynman_bot/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # CircuitPython 3.0 CRICKIT demo import gc diff --git a/Crickits/gear_tower/force_wave/code.py b/Crickits/gear_tower/force_wave/code.py index 1185d05be..ea64d0648 100644 --- a/Crickits/gear_tower/force_wave/code.py +++ b/Crickits/gear_tower/force_wave/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from busio import I2C import analogio diff --git a/Crickits/gear_tower/light-sensor-tower/code.py b/Crickits/gear_tower/light-sensor-tower/code.py index 6161ff1e8..b87a4ed9d 100644 --- a/Crickits/gear_tower/light-sensor-tower/code.py +++ b/Crickits/gear_tower/light-sensor-tower/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from busio import I2C import analogio diff --git a/Crickits/gear_tower/sound-motor/code.py b/Crickits/gear_tower/sound-motor/code.py index ddf1052ae..e25a527a0 100644 --- a/Crickits/gear_tower/sound-motor/code.py +++ b/Crickits/gear_tower/sound-motor/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 phillip torrone for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import array import math diff --git a/Crickits/ghost_slime/code.py b/Crickits/ghost_slime/code.py index 72df572cd..2b7941349 100644 --- a/Crickits/ghost_slime/code.py +++ b/Crickits/ghost_slime/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from digitalio import DigitalInOut, Direction, Pull from adafruit_seesaw.seesaw import Seesaw diff --git a/Crickits/robby_gyrobot/code.py b/Crickits/robby_gyrobot/code.py index 970fa053d..2bc04ef73 100644 --- a/Crickits/robby_gyrobot/code.py +++ b/Crickits/robby_gyrobot/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import gc from digitalio import DigitalInOut, Direction, Pull diff --git a/Crickits/yanny_or_laurel/boot.py b/Crickits/yanny_or_laurel/boot.py index 138ea914f..4c7e5370e 100644 --- a/Crickits/yanny_or_laurel/boot.py +++ b/Crickits/yanny_or_laurel/boot.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import digitalio import board import storage diff --git a/Crickits/yanny_or_laurel/code.py b/Crickits/yanny_or_laurel/code.py index 86ac23b63..c5fc3209c 100644 --- a/Crickits/yanny_or_laurel/code.py +++ b/Crickits/yanny_or_laurel/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # CircuitPython 3.0 CRICKIT demo import time from adafruit_seesaw.seesaw import Seesaw diff --git a/Digital_Sand_Dotstar_Circuitpython_Edition/code.py b/Digital_Sand_Dotstar_Circuitpython_Edition/code.py index 51b6ebc1a..0bae46488 100644 --- a/Digital_Sand_Dotstar_Circuitpython_Edition/code.py +++ b/Digital_Sand_Dotstar_Circuitpython_Edition/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # The MIT License (MIT) # # Copyright (c) 2018 Dave Astels diff --git a/Hallowing_Jump_Sound/jump-sound/code.py b/Hallowing_Jump_Sound/jump-sound/code.py index 9781f68d0..22cc5f1a6 100755 --- a/Hallowing_Jump_Sound/jump-sound/code.py +++ b/Hallowing_Jump_Sound/jump-sound/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Jump & touch sound example for Adafruit Hallowing. Plays different sounds in response to jumping and capacitive touch pads. diff --git a/Hallowing_Jump_Sound/stomp-and-roar/code.py b/Hallowing_Jump_Sound/stomp-and-roar/code.py index 7f5a3c79b..e7ff1258b 100755 --- a/Hallowing_Jump_Sound/stomp-and-roar/code.py +++ b/Hallowing_Jump_Sound/stomp-and-roar/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Stomp & roar sound example for Adafruit Hallowing. Functions as a crude pedometer, plays different sounds in response to steps & jumps. Step diff --git a/Hallowing_Spirit_Board/Hallowing_Spirit_Board.ino b/Hallowing_Spirit_Board/Hallowing_Spirit_Board.ino index 6c99a830f..831e2d7ed 100644 --- a/Hallowing_Spirit_Board/Hallowing_Spirit_Board.ino +++ b/Hallowing_Spirit_Board/Hallowing_Spirit_Board.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // "Spirit Board" plaything for Adafruit Hallowing. Uses DMA and related // shenanigans to smoothly scroll around a large image. Use the capacitive // touch pads to get a random "spirit reading." Ooooo...spooky! diff --git a/Hallowing_Spirit_Board/graphics.h b/Hallowing_Spirit_Board/graphics.h index 2258dbab7..4cd9b5174 100644 --- a/Hallowing_Spirit_Board/graphics.h +++ b/Hallowing_Spirit_Board/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Embedded graphics for the spirit board sketch. These tables were generated // using a Python script to process PNG images into packed 32-bit integers, // 2 bits per pixel, with the leftmost pixel in the least significant bits -- diff --git a/Hallowing_Spirit_Board/messages.h b/Hallowing_Spirit_Board/messages.h index a7b272bc3..5f10a2b4c 100644 --- a/Hallowing_Spirit_Board/messages.h +++ b/Hallowing_Spirit_Board/messages.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // These are the messages that are randomly selected for a "spirit reading" // by touching Hallowing's capacitive touch pads. Only letters A-Z and // numbers 0-9 are supported. Space character introduces a brief pause diff --git a/Macropad_Olympic_Hotkeys/windows/pc-olympics-home.py b/Macropad_Olympic_Hotkeys/windows/pc-olympics-home.py index a592195f9..c5fcb26cb 100755 --- a/Macropad_Olympic_Hotkeys/windows/pc-olympics-home.py +++ b/Macropad_Olympic_Hotkeys/windows/pc-olympics-home.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MACROPAD Olympic Hotkeys main page # pylint: disable=line-too-long diff --git a/Macropad_Olympic_Hotkeys/windows/pc-sports-1.py b/Macropad_Olympic_Hotkeys/windows/pc-sports-1.py index 5131d16ef..bde9731aa 100755 --- a/Macropad_Olympic_Hotkeys/windows/pc-sports-1.py +++ b/Macropad_Olympic_Hotkeys/windows/pc-sports-1.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MACROPAD Olympic Hotkeys sports page 1 # pylint: disable=line-too-long diff --git a/Macropad_Olympic_Hotkeys/windows/pc-sports-2.py b/Macropad_Olympic_Hotkeys/windows/pc-sports-2.py index 4c73f7a29..a30e7b31e 100755 --- a/Macropad_Olympic_Hotkeys/windows/pc-sports-2.py +++ b/Macropad_Olympic_Hotkeys/windows/pc-sports-2.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MACROPAD Olympic Hotkeys sports page 2 # pylint: disable=line-too-long diff --git a/Macropad_Olympic_Hotkeys/windows/pc-sports-4.py b/Macropad_Olympic_Hotkeys/windows/pc-sports-4.py index 592c336f3..fc562afc5 100755 --- a/Macropad_Olympic_Hotkeys/windows/pc-sports-4.py +++ b/Macropad_Olympic_Hotkeys/windows/pc-sports-4.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MACROPAD Olympic Hotkeys sports page 4 # pylint: disable=line-too-long diff --git a/Pomodoro_Timer/code.py b/Pomodoro_Timer/code.py index dbe6ce1cb..4bd9d259f 100644 --- a/Pomodoro_Timer/code.py +++ b/Pomodoro_Timer/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ The MIT License (MIT) diff --git a/PropMaker_Lightsaber/code.py b/PropMaker_Lightsaber/code.py index 028c33fd6..23f2ccf96 100755 --- a/PropMaker_Lightsaber/code.py +++ b/PropMaker_Lightsaber/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/PyPortal_Email_Display/code.py b/PyPortal_Email_Display/code.py index 060323b22..987f90f1f 100755 --- a/PyPortal_Email_Display/code.py +++ b/PyPortal_Email_Display/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ PyPortal Adafruit IO Feed Display diff --git a/Solar_Charger_Tracker/solartrack/solartrack.ino b/Solar_Charger_Tracker/solartrack/solartrack.ino index 50c7e2264..04f83bedd 100644 --- a/Solar_Charger_Tracker/solartrack/solartrack.ino +++ b/Solar_Charger_Tracker/solartrack/solartrack.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* Portable solar panel efficiency tracker. For testing out solar panels! See https://learn.adafruit.com/portable-solar-charging-tracker for more information diff --git a/Stumblebot/code.py b/Stumblebot/code.py index 6e2b784f2..bacba22e0 100644 --- a/Stumblebot/code.py +++ b/Stumblebot/code.py @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2018 Dano Wall for Adafruit Industries +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Stumble bot, coded in CircuitPython # Using an Adafruit Circuit Playground Express, Crickit, and 2 servos # Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018