From edbeee08ec12ddbe996519cfa9a7ce45ffb18253 Mon Sep 17 00:00:00 2001 From: dherrada Date: Tue, 22 Feb 2022 14:15:38 -0500 Subject: [PATCH] Added SPDX to 30 more files - spdx-15 --- BalanceBot/code.py | 4 ++++ BrainCraft_Google_Assistant/gv_buttontotalk.py | 4 ++++ Breath_Tester/code.py | 4 ++++ CLUE_Sensor_Plotter/code.py | 4 ++++ CLUE_Sensor_Plotter/plot_source.py | 4 ++++ CLUE_Sensor_Plotter/plotter.py | 4 ++++ CLUE_Sensor_Plotter/test_PlotSource.py | 4 ++++ CLUE_Sensor_Plotter/test_Plotter.py | 4 ++++ CPX_Sound_Box/code.py | 4 ++++ DSP-G1_Trellis_Synth/DSP-G1_Trellis_Synth.ino | 4 ++++ GemmaM0_Vibration_Switch_Motion_Alarm/code.py | 4 ++++ .../Glowing_Mirror_Mask/Glowing_Mirror_Mask.ino | 4 ++++ Glowing_Mirror_Mask/Glowing_Mirror_Mask/butterfly.h | 4 ++++ Glowing_Mirror_Mask/Glowing_Mirror_Mask/fire.h | 4 ++++ IFTTT_Door_Detector/IFTTT_Door_Detector.ino | 4 ++++ IFTTT_Door_Detector/config.h | 4 ++++ Laser_Dog_Goggles/Laser_Dog_Goggles.ino | 4 ++++ Laser_Dog_Goggles/code.py | 4 ++++ Macropad_2FA_TOTP/code.py | 4 ++++ Macropad_2FA_TOTP/rtc_setter.py | 4 ++++ Macropad_2FA_TOTP/secrets.py | 4 ++++ Pumpkin_Theremin/code.py | 4 ++++ PyPortal_EZ_Make_Oven/code.py | 4 ++++ PyPortal_EZ_Make_Oven/codecalibrate/code.py | 4 ++++ PyPortal_Smart_Switch/code.py | 4 ++++ PyPortal_Smart_Switch/secrets.py | 4 ++++ PyPortal_Thingiverse/code.py | 4 ++++ PyPortal_Thingiverse/unsafe_boot.py | 4 ++++ PyPortal_Twin_Peaks/code.py | 4 ++++ Snow_Globe_BLE_CPB/code.py | 4 ++++ 30 files changed, 120 insertions(+) diff --git a/BalanceBot/code.py b/BalanceBot/code.py index a8cc105a5..130814ddb 100644 --- a/BalanceBot/code.py +++ b/BalanceBot/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Self balancing 2 wheeled bot using a PID controller. See https://en.wikipedia.org/wiki/PID_controller diff --git a/BrainCraft_Google_Assistant/gv_buttontotalk.py b/BrainCraft_Google_Assistant/gv_buttontotalk.py index fa5e557dc..4e71709f6 100644 --- a/BrainCraft_Google_Assistant/gv_buttontotalk.py +++ b/BrainCraft_Google_Assistant/gv_buttontotalk.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Google Inc. +# +# SPDX-License-Identifier: apache-2.0 + # Copyright (C) 2017 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Breath_Tester/code.py b/Breath_Tester/code.py index 0f229337f..7232b7733 100644 --- a/Breath_Tester/code.py +++ b/Breath_Tester/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import adafruit_sgp30 diff --git a/CLUE_Sensor_Plotter/code.py b/CLUE_Sensor_Plotter/code.py index fe9dfdc11..ceba9d86e 100644 --- a/CLUE_Sensor_Plotter/code.py +++ b/CLUE_Sensor_Plotter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # clue-plotter v1.14 # Sensor and input plotter for Adafruit CLUE in CircuitPython # This plots the sensors and three of the analogue inputs on diff --git a/CLUE_Sensor_Plotter/plot_source.py b/CLUE_Sensor_Plotter/plot_source.py index 6854a6033..378f3ac01 100644 --- a/CLUE_Sensor_Plotter/plot_source.py +++ b/CLUE_Sensor_Plotter/plot_source.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MIT License # Copyright (c) 2020 Kevin J. Walters diff --git a/CLUE_Sensor_Plotter/plotter.py b/CLUE_Sensor_Plotter/plotter.py index a7b58e78b..6657a6b1a 100644 --- a/CLUE_Sensor_Plotter/plotter.py +++ b/CLUE_Sensor_Plotter/plotter.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MIT License # Copyright (c) 2020 Kevin J. Walters diff --git a/CLUE_Sensor_Plotter/test_PlotSource.py b/CLUE_Sensor_Plotter/test_PlotSource.py index 21f8d0db1..4f373cecd 100644 --- a/CLUE_Sensor_Plotter/test_PlotSource.py +++ b/CLUE_Sensor_Plotter/test_PlotSource.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # The MIT License (MIT) # # Copyright (c) 2020 Kevin J. Walters diff --git a/CLUE_Sensor_Plotter/test_Plotter.py b/CLUE_Sensor_Plotter/test_Plotter.py index 664791a10..62ac98cd5 100644 --- a/CLUE_Sensor_Plotter/test_Plotter.py +++ b/CLUE_Sensor_Plotter/test_Plotter.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kevin J Walters for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # The MIT License (MIT) # # Copyright (c) 2020 Kevin J. Walters diff --git a/CPX_Sound_Box/code.py b/CPX_Sound_Box/code.py index 8f6dba0e7..baa7cb222 100644 --- a/CPX_Sound_Box/code.py +++ b/CPX_Sound_Box/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Noe Ruiz for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from digitalio import DigitalInOut, Direction, Pull diff --git a/DSP-G1_Trellis_Synth/DSP-G1_Trellis_Synth.ino b/DSP-G1_Trellis_Synth/DSP-G1_Trellis_Synth.ino index 74df2e869..cf2b3d894 100644 --- a/DSP-G1_Trellis_Synth/DSP-G1_Trellis_Synth.ino +++ b/DSP-G1_Trellis_Synth/DSP-G1_Trellis_Synth.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include "Adafruit_Trellis.h" //use Trellis 0-11 and 16-27 as input for notes. diff --git a/GemmaM0_Vibration_Switch_Motion_Alarm/code.py b/GemmaM0_Vibration_Switch_Motion_Alarm/code.py index abe9937f4..22cddc03d 100644 --- a/GemmaM0_Vibration_Switch_Motion_Alarm/code.py +++ b/GemmaM0_Vibration_Switch_Motion_Alarm/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Motion Sensor Alarm # uses Gemma M0, vibration sensor on A0/GND, & piezo on D0/GND import time diff --git a/Glowing_Mirror_Mask/Glowing_Mirror_Mask/Glowing_Mirror_Mask.ino b/Glowing_Mirror_Mask/Glowing_Mirror_Mask/Glowing_Mirror_Mask.ino index f71e1df6a..ac48d20f9 100644 --- a/Glowing_Mirror_Mask/Glowing_Mirror_Mask/Glowing_Mirror_Mask.ino +++ b/Glowing_Mirror_Mask/Glowing_Mirror_Mask/Glowing_Mirror_Mask.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Erin St Blaine for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Glowing Mirror Mask using the Adafruit Hallowing // Full tutorial available on the Adafruit Learning System. // Code by Phil Burgess & Erin St. Blaine for Adafruit Industries. diff --git a/Glowing_Mirror_Mask/Glowing_Mirror_Mask/butterfly.h b/Glowing_Mirror_Mask/Glowing_Mirror_Mask/butterfly.h index f89b0241d..88ffdc07e 100644 --- a/Glowing_Mirror_Mask/Glowing_Mirror_Mask/butterfly.h +++ b/Glowing_Mirror_Mask/Glowing_Mirror_Mask/butterfly.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Erin St Blaine for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #define IMG_WIDTH 105 #define IMG_HEIGHT 92 #define IMG_FRAMES 7 diff --git a/Glowing_Mirror_Mask/Glowing_Mirror_Mask/fire.h b/Glowing_Mirror_Mask/Glowing_Mirror_Mask/fire.h index b60822429..78181d60f 100644 --- a/Glowing_Mirror_Mask/Glowing_Mirror_Mask/fire.h +++ b/Glowing_Mirror_Mask/Glowing_Mirror_Mask/fire.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Erin St Blaine for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Fire animation by lilu330, licensed from 123RF.com for use in a single // not-for-sale project (Glowing Mirror Mask on Adafruit Learning System). diff --git a/IFTTT_Door_Detector/IFTTT_Door_Detector.ino b/IFTTT_Door_Detector/IFTTT_Door_Detector.ino index 97692e938..fb0520f13 100644 --- a/IFTTT_Door_Detector/IFTTT_Door_Detector.ino +++ b/IFTTT_Door_Detector/IFTTT_Door_Detector.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Tod Treece for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Adafruit IO IFTTT Door Detector // // Learn Guide: https://learn.adafruit.com/using-ifttt-with-adafruit-io diff --git a/IFTTT_Door_Detector/config.h b/IFTTT_Door_Detector/config.h index 575618186..4c3fd91ce 100644 --- a/IFTTT_Door_Detector/config.h +++ b/IFTTT_Door_Detector/config.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /************************ Adafruit IO Config *******************************/ // visit io.adafruit.com if you need to create an account, diff --git a/Laser_Dog_Goggles/Laser_Dog_Goggles.ino b/Laser_Dog_Goggles/Laser_Dog_Goggles.ino index 29bec6083..365da5455 100644 --- a/Laser_Dog_Goggles/Laser_Dog_Goggles.ino +++ b/Laser_Dog_Goggles/Laser_Dog_Goggles.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /******************************************************************* SoftServo sketch for Adafruit Trinket. Increments values to change position on the servo (0 = zero degrees, full = 180 degrees) diff --git a/Laser_Dog_Goggles/code.py b/Laser_Dog_Goggles/code.py index 3eccaa9e2..75613a0ae 100644 --- a/Laser_Dog_Goggles/code.py +++ b/Laser_Dog_Goggles/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Laser Dog Goggles # https://learn.adafruit.com/laser-dog-goggles diff --git a/Macropad_2FA_TOTP/code.py b/Macropad_2FA_TOTP/code.py index 60c315727..734d2173f 100755 --- a/Macropad_2FA_TOTP/code.py +++ b/Macropad_2FA_TOTP/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time # base hardware stuff import board diff --git a/Macropad_2FA_TOTP/rtc_setter.py b/Macropad_2FA_TOTP/rtc_setter.py index e9473e8ba..054f885ff 100755 --- a/Macropad_2FA_TOTP/rtc_setter.py +++ b/Macropad_2FA_TOTP/rtc_setter.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_pcf8523 diff --git a/Macropad_2FA_TOTP/secrets.py b/Macropad_2FA_TOTP/secrets.py index 547b81b02..0ed9c2961 100755 --- a/Macropad_2FA_TOTP/secrets.py +++ b/Macropad_2FA_TOTP/secrets.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Carter Nelson 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/Pumpkin_Theremin/code.py b/Pumpkin_Theremin/code.py index b56066f22..801198c17 100644 --- a/Pumpkin_Theremin/code.py +++ b/Pumpkin_Theremin/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from rainbowio import colorwheel diff --git a/PyPortal_EZ_Make_Oven/code.py b/PyPortal_EZ_Make_Oven/code.py index 1a2acd23a..6f7048fa0 100644 --- a/PyPortal_EZ_Make_Oven/code.py +++ b/PyPortal_EZ_Make_Oven/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import json import array diff --git a/PyPortal_EZ_Make_Oven/codecalibrate/code.py b/PyPortal_EZ_Make_Oven/codecalibrate/code.py index d29c4e01d..ae21eab18 100644 --- a/PyPortal_EZ_Make_Oven/codecalibrate/code.py +++ b/PyPortal_EZ_Make_Oven/codecalibrate/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import sys import board diff --git a/PyPortal_Smart_Switch/code.py b/PyPortal_Smart_Switch/code.py index d12e17818..d1b248f7f 100644 --- a/PyPortal_Smart_Switch/code.py +++ b/PyPortal_Smart_Switch/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import gc import board diff --git a/PyPortal_Smart_Switch/secrets.py b/PyPortal_Smart_Switch/secrets.py index f8ebec2fc..56c9c2dd4 100644 --- a/PyPortal_Smart_Switch/secrets.py +++ b/PyPortal_Smart_Switch/secrets.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor 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/PyPortal_Thingiverse/code.py b/PyPortal_Thingiverse/code.py index fd4cfe533..10c5fd8ae 100644 --- a/PyPortal_Thingiverse/code.py +++ b/PyPortal_Thingiverse/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random import board diff --git a/PyPortal_Thingiverse/unsafe_boot.py b/PyPortal_Thingiverse/unsafe_boot.py index bc1205834..27be81159 100644 --- a/PyPortal_Thingiverse/unsafe_boot.py +++ b/PyPortal_Thingiverse/unsafe_boot.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import storage diff --git a/PyPortal_Twin_Peaks/code.py b/PyPortal_Twin_Peaks/code.py index 8d61fdd1e..385c6746b 100644 --- a/PyPortal_Twin_Peaks/code.py +++ b/PyPortal_Twin_Peaks/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Adafruit PyPortal display of Twin Peaks # Liz (BlitzCityDIY) for Adafruit Industries MIT License # Tutorial: https://learn.adafruit.com/twin-peaks-light-reactive-pyportal-picture-frame diff --git a/Snow_Globe_BLE_CPB/code.py b/Snow_Globe_BLE_CPB/code.py index d56a131d8..c939f04d2 100644 --- a/Snow_Globe_BLE_CPB/code.py +++ b/Snow_Globe_BLE_CPB/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random import board