From 880d430cad9011bc21ee27efc05db3205e5e319e Mon Sep 17 00:00:00 2001 From: dherrada Date: Tue, 22 Feb 2022 15:29:18 -0500 Subject: [PATCH] Added SPDX to 30 more files - spdx-20 --- CLUE_BLE_Morse_Code/code.py | 4 ++++ CircuitPython_BLEThermalPrinter/code.py | 4 ++++ CircuitPython_BLEThermalPrinter/seekablebitmap.py | 4 ++++ CircuitPython_BLEThermalPrinter/thermalprinter.py | 4 ++++ Cirecuit_Playground_Express_Pinata/code.py | 5 +++++ Cyber_Flower/code.py | 4 ++++ Cyber_Flower/main_simple/code.py | 4 ++++ Macropad_Olympic_Hotkeys/mac/mac-olympics-home.py | 4 ++++ Macropad_Olympic_Hotkeys/mac/mac-sports-1.py | 4 ++++ Macropad_Olympic_Hotkeys/mac/mac-sports-2.py | 4 ++++ Macropad_Olympic_Hotkeys/mac/mac-sports-3.py | 4 ++++ Macropad_Olympic_Hotkeys/mac/mac-sports-4.py | 4 ++++ Macropad_Olympic_Hotkeys/windows/pc-sports-3.py | 4 ++++ Neotrellis_M4_Live_Launcher/Neotrellis_M4_Live_Launcher.ino | 4 ++++ ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/acceleration/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/audio/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/buttons_switch/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/color/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/light/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/potentiometer/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/pulse/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/soil_moisture/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/temperature/code.py | 4 ++++ Sensor_Plotting_With_Mu_CircuitPython/touch/code.py | 4 ++++ TFT_Gizmo_Turtle_Graphics/turtle_circle/code.py | 4 ++++ TFT_Gizmo_Turtle_Graphics/turtle_parabolic_jack/code.py | 4 ++++ TFT_Gizmo_Turtle_Graphics/turtle_snowflakes/code.py | 4 ++++ TFT_Gizmo_Turtle_Graphics/turtle_square01/code.py | 4 ++++ TFT_Gizmo_Turtle_Graphics/turtle_star_fancy/code.py | 4 ++++ 30 files changed, 121 insertions(+) diff --git a/CLUE_BLE_Morse_Code/code.py b/CLUE_BLE_Morse_Code/code.py index bf60e1025..9c2d6f7e6 100755 --- a/CLUE_BLE_Morse_Code/code.py +++ b/CLUE_BLE_Morse_Code/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import displayio import terminalio diff --git a/CircuitPython_BLEThermalPrinter/code.py b/CircuitPython_BLEThermalPrinter/code.py index 37d23b4dc..5828f89a1 100644 --- a/CircuitPython_BLEThermalPrinter/code.py +++ b/CircuitPython_BLEThermalPrinter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import os import board diff --git a/CircuitPython_BLEThermalPrinter/seekablebitmap.py b/CircuitPython_BLEThermalPrinter/seekablebitmap.py index 21ad91aff..272b0ce45 100644 --- a/CircuitPython_BLEThermalPrinter/seekablebitmap.py +++ b/CircuitPython_BLEThermalPrinter/seekablebitmap.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import struct class SeekableBitmap: diff --git a/CircuitPython_BLEThermalPrinter/thermalprinter.py b/CircuitPython_BLEThermalPrinter/thermalprinter.py index 0ffaa1191..398680b81 100644 --- a/CircuitPython_BLEThermalPrinter/thermalprinter.py +++ b/CircuitPython_BLEThermalPrinter/thermalprinter.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Protocol information from Thermal_Printer Arduino library # https://github.com/bitbank2/Thermal_Printer/ from adafruit_ble.uuid import StandardUUID diff --git a/Cirecuit_Playground_Express_Pinata/code.py b/Cirecuit_Playground_Express_Pinata/code.py index d9d2e4981..77e2930bb 100644 --- a/Cirecuit_Playground_Express_Pinata/code.py +++ b/Cirecuit_Playground_Express_Pinata/code.py @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2019 Dano Wall for Adafruit Industries +# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Circuit Playground Express PiƱata by Dano Wall for Adafruit Industries # CircuitPython code by Anne Barela for Adafruit Industries, MIT License import time diff --git a/Cyber_Flower/code.py b/Cyber_Flower/code.py index cebe0a417..e5094b7f2 100644 --- a/Cyber_Flower/code.py +++ b/Cyber_Flower/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Tony DiCola for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Cyber Flower: Digital Valentine # # 'Roses are red, diff --git a/Cyber_Flower/main_simple/code.py b/Cyber_Flower/main_simple/code.py index 8ffe6abc9..104d40274 100644 --- a/Cyber_Flower/main_simple/code.py +++ b/Cyber_Flower/main_simple/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Tony DiCola for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Cyber Flower: Digital Valentine # # 'Roses are red, diff --git a/Macropad_Olympic_Hotkeys/mac/mac-olympics-home.py b/Macropad_Olympic_Hotkeys/mac/mac-olympics-home.py index ec96b70e9..405f724f4 100755 --- a/Macropad_Olympic_Hotkeys/mac/mac-olympics-home.py +++ b/Macropad_Olympic_Hotkeys/mac/mac-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/mac/mac-sports-1.py b/Macropad_Olympic_Hotkeys/mac/mac-sports-1.py index 54bc74774..e0663ae10 100755 --- a/Macropad_Olympic_Hotkeys/mac/mac-sports-1.py +++ b/Macropad_Olympic_Hotkeys/mac/mac-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/mac/mac-sports-2.py b/Macropad_Olympic_Hotkeys/mac/mac-sports-2.py index 9afb4a145..dd5457629 100755 --- a/Macropad_Olympic_Hotkeys/mac/mac-sports-2.py +++ b/Macropad_Olympic_Hotkeys/mac/mac-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/mac/mac-sports-3.py b/Macropad_Olympic_Hotkeys/mac/mac-sports-3.py index 92854d83b..b7efd0061 100755 --- a/Macropad_Olympic_Hotkeys/mac/mac-sports-3.py +++ b/Macropad_Olympic_Hotkeys/mac/mac-sports-3.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MACROPAD Olympic Hotkeys sports page 3 # pylint: disable=line-too-long diff --git a/Macropad_Olympic_Hotkeys/mac/mac-sports-4.py b/Macropad_Olympic_Hotkeys/mac/mac-sports-4.py index 353db6e18..3b4a43071 100755 --- a/Macropad_Olympic_Hotkeys/mac/mac-sports-4.py +++ b/Macropad_Olympic_Hotkeys/mac/mac-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/Macropad_Olympic_Hotkeys/windows/pc-sports-3.py b/Macropad_Olympic_Hotkeys/windows/pc-sports-3.py index 546ea70d3..6d64a626a 100755 --- a/Macropad_Olympic_Hotkeys/windows/pc-sports-3.py +++ b/Macropad_Olympic_Hotkeys/windows/pc-sports-3.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # MACROPAD Olympic Hotkeys sports page 3 # pylint: disable=line-too-long diff --git a/Neotrellis_M4_Live_Launcher/Neotrellis_M4_Live_Launcher.ino b/Neotrellis_M4_Live_Launcher/Neotrellis_M4_Live_Launcher.ino index 02b3d4af8..b6e48a5f9 100644 --- a/Neotrellis_M4_Live_Launcher/Neotrellis_M4_Live_Launcher.ino +++ b/Neotrellis_M4_Live_Launcher/Neotrellis_M4_Live_Launcher.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Collin Cunningham for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* Live Launcher - Ableton Live controller for Adafruit Neotrellis M4 by Collin Cunningham for Adafruit Industries https://www.adafruit.com/product/3938 diff --git a/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino b/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino index 06786ab23..eec7b4480 100644 --- a/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino +++ b/ST_Combo_Boards/lis3mdl_lsm6ds_test/lis3mdl_lsm6ds_test.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Basic demo for accelerometer, gyro, and magnetometer readings // from the following Adafruit ST Sensor combo boards: // * LSM6DSOX + LIS3MDL FeatherWing : https://www.adafruit.com/product/4565 diff --git a/Sensor_Plotting_With_Mu_CircuitPython/acceleration/code.py b/Sensor_Plotting_With_Mu_CircuitPython/acceleration/code.py index 4ff80f5da..c9a297dcc 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/acceleration/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/acceleration/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_lis3dh diff --git a/Sensor_Plotting_With_Mu_CircuitPython/audio/code.py b/Sensor_Plotting_With_Mu_CircuitPython/audio/code.py index b1469d592..57c816d23 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/audio/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/audio/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import array import math import time diff --git a/Sensor_Plotting_With_Mu_CircuitPython/buttons_switch/code.py b/Sensor_Plotting_With_Mu_CircuitPython/buttons_switch/code.py index 11ba047b8..7574c5364 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/buttons_switch/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/buttons_switch/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board diff --git a/Sensor_Plotting_With_Mu_CircuitPython/color/code.py b/Sensor_Plotting_With_Mu_CircuitPython/color/code.py index 7999851c5..9a92fcb00 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/color/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/color/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import analogio import board import neopixel diff --git a/Sensor_Plotting_With_Mu_CircuitPython/light/code.py b/Sensor_Plotting_With_Mu_CircuitPython/light/code.py index a5c201fae..dfa186296 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/light/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/light/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Phillip Torrone for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import analogio diff --git a/Sensor_Plotting_With_Mu_CircuitPython/potentiometer/code.py b/Sensor_Plotting_With_Mu_CircuitPython/potentiometer/code.py index c9c74675e..36b98ddd2 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/potentiometer/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/potentiometer/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import analogio diff --git a/Sensor_Plotting_With_Mu_CircuitPython/pulse/code.py b/Sensor_Plotting_With_Mu_CircuitPython/pulse/code.py index 2d350c03e..de49a43c5 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/pulse/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/pulse/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import analogio diff --git a/Sensor_Plotting_With_Mu_CircuitPython/soil_moisture/code.py b/Sensor_Plotting_With_Mu_CircuitPython/soil_moisture/code.py index e2f6f26d0..9474bb957 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/soil_moisture/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/soil_moisture/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from adafruit_circuitplayground.express import cpx import touchio diff --git a/Sensor_Plotting_With_Mu_CircuitPython/temperature/code.py b/Sensor_Plotting_With_Mu_CircuitPython/temperature/code.py index 1e027203b..3bf0e68bd 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/temperature/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/temperature/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import adafruit_thermistor diff --git a/Sensor_Plotting_With_Mu_CircuitPython/touch/code.py b/Sensor_Plotting_With_Mu_CircuitPython/touch/code.py index f8457f83b..3c45a9fc4 100644 --- a/Sensor_Plotting_With_Mu_CircuitPython/touch/code.py +++ b/Sensor_Plotting_With_Mu_CircuitPython/touch/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board diff --git a/TFT_Gizmo_Turtle_Graphics/turtle_circle/code.py b/TFT_Gizmo_Turtle_Graphics/turtle_circle/code.py index 37aeab4ab..c4fa7082b 100644 --- a/TFT_Gizmo_Turtle_Graphics/turtle_circle/code.py +++ b/TFT_Gizmo_Turtle_Graphics/turtle_circle/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Turtle Gizmo Circle #==| Turtle Gizmo Setup start |======================================== import board diff --git a/TFT_Gizmo_Turtle_Graphics/turtle_parabolic_jack/code.py b/TFT_Gizmo_Turtle_Graphics/turtle_parabolic_jack/code.py index 278508f57..2c2679603 100644 --- a/TFT_Gizmo_Turtle_Graphics/turtle_parabolic_jack/code.py +++ b/TFT_Gizmo_Turtle_Graphics/turtle_parabolic_jack/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Turtle Gizmo Parabolic Jack #==| Turtle Gizmo Setup start |======================================== import board diff --git a/TFT_Gizmo_Turtle_Graphics/turtle_snowflakes/code.py b/TFT_Gizmo_Turtle_Graphics/turtle_snowflakes/code.py index bb8001688..d2a1d9c56 100644 --- a/TFT_Gizmo_Turtle_Graphics/turtle_snowflakes/code.py +++ b/TFT_Gizmo_Turtle_Graphics/turtle_snowflakes/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Turtle Gizmo Snowflakes #==| Turtle Gizmo Setup start |======================================== import time diff --git a/TFT_Gizmo_Turtle_Graphics/turtle_square01/code.py b/TFT_Gizmo_Turtle_Graphics/turtle_square01/code.py index 83163408f..344569b45 100644 --- a/TFT_Gizmo_Turtle_Graphics/turtle_square01/code.py +++ b/TFT_Gizmo_Turtle_Graphics/turtle_square01/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + #Turtle Gizmo Square #==| Turtle Gizmo Setup start |======================================== import board diff --git a/TFT_Gizmo_Turtle_Graphics/turtle_star_fancy/code.py b/TFT_Gizmo_Turtle_Graphics/turtle_star_fancy/code.py index 938ccf7f5..5629730f7 100644 --- a/TFT_Gizmo_Turtle_Graphics/turtle_star_fancy/code.py +++ b/TFT_Gizmo_Turtle_Graphics/turtle_star_fancy/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Turtle Gizmo Star Fancy #==| Turtle Gizmo Setup start |======================================== import board