From 473c602315d195ec3b6158ac8a6656913927ee91 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Feb 2022 17:24:52 -0500 Subject: [PATCH] Added SPDX to 20 more files - spdx-10 --- BLE_Vibration_Bracelet/code.py | 4 ++++ .../Basic_Resistor_Sensor_Reading_on_Raspberry_Pi.py | 4 ++++ Bluetooth_Talking_Dog_Collar/BLEdogCollar/BLEdogCollar.ino | 4 ++++ CPX_Compass/code.py | 4 ++++ Christmas_Soundboard/code.py | 4 ++++ Christmas_Soundboard/color_names.py | 4 ++++ CircuitStonks/code.py | 4 ++++ CircuitStonks/secrets.py | 4 ++++ Circuit_Playground_Express_IR_Zombie_Game/code.py | 4 ++++ .../waterfall_visualizer/code.py | 4 ++++ Flora_TV_B_Gone/Flora_TV_B_Gone.ino | 4 ++++ Flora_TV_B_Gone/WORLDcodes.cpp | 4 ++++ Flora_TV_B_Gone/main.h | 4 ++++ HAL-9000/HAL-9000.ino | 4 ++++ HalloWing_Tour_Guide/code.py | 4 ++++ Lobe_Cat_Detector/lobe-cat-detector.py | 4 ++++ PyPortal_Astronauts/code.py | 4 ++++ PyPortal_IOT_Scale/code.py | 4 ++++ QT_Py_Timer/QT_Py_Activity_Timer/code.py | 4 ++++ QT_Py_Timer/QT_Py_Hydration_Reminder/code.py | 4 ++++ 20 files changed, 80 insertions(+) diff --git a/BLE_Vibration_Bracelet/code.py b/BLE_Vibration_Bracelet/code.py index 47bea6b20..c20942e17 100644 --- a/BLE_Vibration_Bracelet/code.py +++ b/BLE_Vibration_Bracelet/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/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi.py b/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi.py index 88a44e550..d0dcb59bd 100644 --- a/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi.py +++ b/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi/Basic_Resistor_Sensor_Reading_on_Raspberry_Pi.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Example for RC timing reading for Raspberry Pi # using CircuitPython Libraries diff --git a/Bluetooth_Talking_Dog_Collar/BLEdogCollar/BLEdogCollar.ino b/Bluetooth_Talking_Dog_Collar/BLEdogCollar/BLEdogCollar.ino index 6c856f802..9fdc4dc78 100644 --- a/Bluetooth_Talking_Dog_Collar/BLEdogCollar/BLEdogCollar.ino +++ b/Bluetooth_Talking_Dog_Collar/BLEdogCollar/BLEdogCollar.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Smartphone-activated audio gizmo (e.g. talking dog collar). // Uses the following Adafruit parts: // diff --git a/CPX_Compass/code.py b/CPX_Compass/code.py index 6deabd5f8..d214c3dcd 100644 --- a/CPX_Compass/code.py +++ b/CPX_Compass/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Circuit Playground Express Compass diff --git a/Christmas_Soundboard/code.py b/Christmas_Soundboard/code.py index 39d78b317..91de3b9b5 100644 --- a/Christmas_Soundboard/code.py +++ b/Christmas_Soundboard/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import audioio diff --git a/Christmas_Soundboard/color_names.py b/Christmas_Soundboard/color_names.py index d7e7ab9be..fd2d25d40 100644 --- a/Christmas_Soundboard/color_names.py +++ b/Christmas_Soundboard/color_names.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + RED = 0xFF0000 MAROON = 0x800000 ORANGE = 0xFF6600 diff --git a/CircuitStonks/code.py b/CircuitStonks/code.py index 083acd067..4dbcc0dcc 100644 --- a/CircuitStonks/code.py +++ b/CircuitStonks/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from digitalio import DigitalInOut diff --git a/CircuitStonks/secrets.py b/CircuitStonks/secrets.py index 092d617ad..ab38afa01 100644 --- a/CircuitStonks/secrets.py +++ b/CircuitStonks/secrets.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + secrets = { 'ssid' : 'myssid', diff --git a/Circuit_Playground_Express_IR_Zombie_Game/code.py b/Circuit_Playground_Express_IR_Zombie_Game/code.py index 3322d3b26..c482905d5 100755 --- a/Circuit_Playground_Express_IR_Zombie_Game/code.py +++ b/Circuit_Playground_Express_IR_Zombie_Game/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import pulseio import board diff --git a/Feather_Sense_Audio_Visualizer_13x9_RGB_LED_Matrix/waterfall_visualizer/code.py b/Feather_Sense_Audio_Visualizer_13x9_RGB_LED_Matrix/waterfall_visualizer/code.py index 4809abd48..afa511006 100644 --- a/Feather_Sense_Audio_Visualizer_13x9_RGB_LED_Matrix/waterfall_visualizer/code.py +++ b/Feather_Sense_Audio_Visualizer_13x9_RGB_LED_Matrix/waterfall_visualizer/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + '''Adapted from the FFT Example: Waterfall Spectrum Analyzer by Jeff Epler https://learn.adafruit.com/ulab-crunch-numbers-fast-with-circuitpython/overview ''' diff --git a/Flora_TV_B_Gone/Flora_TV_B_Gone.ino b/Flora_TV_B_Gone/Flora_TV_B_Gone.ino index 1394ee319..b3dcd513c 100644 --- a/Flora_TV_B_Gone/Flora_TV_B_Gone.ino +++ b/Flora_TV_B_Gone/Flora_TV_B_Gone.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* Flora TV-B-Gone diff --git a/Flora_TV_B_Gone/WORLDcodes.cpp b/Flora_TV_B_Gone/WORLDcodes.cpp index 76b6feaed..1b995b575 100644 --- a/Flora_TV_B_Gone/WORLDcodes.cpp +++ b/Flora_TV_B_Gone/WORLDcodes.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* TV-B-Gone for Arduino version 0.001 Ported to Arduino by Ken Shirriff, Dec 3, 2009 diff --git a/Flora_TV_B_Gone/main.h b/Flora_TV_B_Gone/main.h index 247240488..93446d16f 100644 --- a/Flora_TV_B_Gone/main.h +++ b/Flora_TV_B_Gone/main.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include diff --git a/HAL-9000/HAL-9000.ino b/HAL-9000/HAL-9000.ino index b7d7f838c..898355c63 100644 --- a/HAL-9000/HAL-9000.ino +++ b/HAL-9000/HAL-9000.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Random HAL demo; adapted from PiSpeak sketch. When button // on A0 is pressed, plays a random WAV file from a list. diff --git a/HalloWing_Tour_Guide/code.py b/HalloWing_Tour_Guide/code.py index f3e0e5a96..f3207202d 100644 --- a/HalloWing_Tour_Guide/code.py +++ b/HalloWing_Tour_Guide/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ HalloWing GPS Tour Guide diff --git a/Lobe_Cat_Detector/lobe-cat-detector.py b/Lobe_Cat_Detector/lobe-cat-detector.py index 42c9ef945..9bf0d500b 100644 --- a/Lobe_Cat_Detector/lobe-cat-detector.py +++ b/Lobe_Cat_Detector/lobe-cat-detector.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from enum import Enum, auto import board diff --git a/PyPortal_Astronauts/code.py b/PyPortal_Astronauts/code.py index 16464ce9d..e29278d83 100644 --- a/PyPortal_Astronauts/code.py +++ b/PyPortal_Astronauts/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ This example will access the open-notify people in space API, the number of astronauts and their names... and display it on a screen! diff --git a/PyPortal_IOT_Scale/code.py b/PyPortal_IOT_Scale/code.py index 0498d4d2e..a4375fee3 100644 --- a/PyPortal_IOT_Scale/code.py +++ b/PyPortal_IOT_Scale/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ PyPortal Smart Scale an internet of things smart-scale for Adafruit IO diff --git a/QT_Py_Timer/QT_Py_Activity_Timer/code.py b/QT_Py_Timer/QT_Py_Activity_Timer/code.py index 9bad215c0..f1b7edec1 100755 --- a/QT_Py_Timer/QT_Py_Activity_Timer/code.py +++ b/QT_Py_Timer/QT_Py_Activity_Timer/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_lis3dh diff --git a/QT_Py_Timer/QT_Py_Hydration_Reminder/code.py b/QT_Py_Timer/QT_Py_Hydration_Reminder/code.py index f503d2514..e7f7c68c3 100755 --- a/QT_Py_Timer/QT_Py_Hydration_Reminder/code.py +++ b/QT_Py_Timer/QT_Py_Hydration_Reminder/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_lis3dh