diff --git a/pi_radio/radio_lorawan.py b/pi_radio/radio_lorawan.py index 545f94540..d8b5bc538 100755 --- a/pi_radio/radio_lorawan.py +++ b/pi_radio/radio_lorawan.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Example for using the RFM9x Radio with Raspberry Pi and LoRaWAN diff --git a/pi_radio/radio_rfm69.py b/pi_radio/radio_rfm69.py index cf7651de3..86fe50458 100644 --- a/pi_radio/radio_rfm69.py +++ b/pi_radio/radio_rfm69.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Example for using the RFM69HCW Radio with Raspberry Pi. diff --git a/pi_radio/radio_rfm9x.py b/pi_radio/radio_rfm9x.py index c0c903ea5..31ea42965 100755 --- a/pi_radio/radio_rfm9x.py +++ b/pi_radio/radio_rfm9x.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Example for using the RFM9x Radio with Raspberry Pi. diff --git a/pi_radio/rfm69_check.py b/pi_radio/rfm69_check.py index 636d68bdf..11e23f755 100644 --- a/pi_radio/rfm69_check.py +++ b/pi_radio/rfm69_check.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Wiring Check, Pi Radio w/RFM69 diff --git a/pi_radio/rfm9x_check.py b/pi_radio/rfm9x_check.py index 148294a6d..8cf18e12a 100644 --- a/pi_radio/rfm9x_check.py +++ b/pi_radio/rfm9x_check.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Wiring Check, Pi Radio w/RFM9x diff --git a/pi_rplidar/display_lidar_pi.py b/pi_rplidar/display_lidar_pi.py index 68abc30d7..813f5db29 100644 --- a/pi_rplidar/display_lidar_pi.py +++ b/pi_rplidar/display_lidar_pi.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Consume LIDAR measurement file and create an image for display. diff --git a/pyportal_pet_planter/code.py b/pyportal_pet_planter/code.py index 9b107998d..1b4629771 100755 --- a/pyportal_pet_planter/code.py +++ b/pyportal_pet_planter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board diff --git a/pyportal_weather_station/code.py b/pyportal_weather_station/code.py index 477c0dc4d..4dfa86d1c 100755 --- a/pyportal_weather_station/code.py +++ b/pyportal_weather_station/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ PyPortal Weather Station ============================================== diff --git a/pyportal_weather_station/weatherstation_helper.py b/pyportal_weather_station/weatherstation_helper.py index 9e692dc95..947310319 100755 --- a/pyportal_weather_station/weatherstation_helper.py +++ b/pyportal_weather_station/weatherstation_helper.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Helper file for pyportal_weatherstation.py diff --git a/raver_bandolier/code.py b/raver_bandolier/code.py index 3fbc750ad..62ee82ef2 100644 --- a/raver_bandolier/code.py +++ b/raver_bandolier/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Mikey Skylar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from rainbowio import colorwheel import board diff --git a/rp2040_ble_airlift/ble-bluefruit-color-picker-rp2040/code.py b/rp2040_ble_airlift/ble-bluefruit-color-picker-rp2040/code.py index 56b94ca1e..d27b963d9 100644 --- a/rp2040_ble_airlift/ble-bluefruit-color-picker-rp2040/code.py +++ b/rp2040_ble_airlift/ble-bluefruit-color-picker-rp2040/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import neopixel diff --git a/rp2040_ble_airlift/ble-bluefruit-uart-echo-rp2040/code.py b/rp2040_ble_airlift/ble-bluefruit-uart-echo-rp2040/code.py index a4bc7a22f..c9537b3d1 100755 --- a/rp2040_ble_airlift/ble-bluefruit-uart-echo-rp2040/code.py +++ b/rp2040_ble_airlift/ble-bluefruit-uart-echo-rp2040/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board from adafruit_ble import BLERadio from adafruit_ble.advertising.standard import ProvideServicesAdvertisement diff --git a/seesaw/code.py b/seesaw/code.py index 419c63ab5..0dd47eb8c 100644 --- a/seesaw/code.py +++ b/seesaw/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dan Halbert for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board diff --git a/simple_strand_palettes/simple_strand_palettes.ino b/simple_strand_palettes/simple_strand_palettes.ino index 86f798264..9916afe9a 100644 --- a/simple_strand_palettes/simple_strand_palettes.ino +++ b/simple_strand_palettes/simple_strand_palettes.ino @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 firepixie for Adafruit Industries +# +# SPDX-License-Identifier: MIT + #include "FastLED.h" diff --git a/ufo/code.py b/ufo/code.py index 11b930e1b..56469c34e 100644 --- a/ufo/code.py +++ b/ufo/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ UFO Flying Saucer with Circuit Playground Express https://learn.adafruit.com/ufo-circuit-playground-express/ diff --git a/ulab_Crunch_Numbers_Fast/benchmark/code.py b/ulab_Crunch_Numbers_Fast/benchmark/code.py index 4aa6ef7bb..8335be64c 100644 --- a/ulab_Crunch_Numbers_Fast/benchmark/code.py +++ b/ulab_Crunch_Numbers_Fast/benchmark/code.py @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# SPDX-FileCopyrightText: 2020 Zoltán Vörös for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import math from ulab import numpy as np diff --git a/ulab_Crunch_Numbers_Fast/cluebarometer/code.py b/ulab_Crunch_Numbers_Fast/cluebarometer/code.py index d45362e43..5d002b6b1 100644 --- a/ulab_Crunch_Numbers_Fast/cluebarometer/code.py +++ b/ulab_Crunch_Numbers_Fast/cluebarometer/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import adafruit_bmp280 diff --git a/ulab_Crunch_Numbers_Fast/cluepulse/code.py b/ulab_Crunch_Numbers_Fast/cluepulse/code.py index 8b2fae3da..cb880cc46 100644 --- a/ulab_Crunch_Numbers_Fast/cluepulse/code.py +++ b/ulab_Crunch_Numbers_Fast/cluepulse/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import adafruit_apds9960.apds9960 diff --git a/ulab_Crunch_Numbers_Fast/ledwave/code.py b/ulab_Crunch_Numbers_Fast/ledwave/code.py index f82d23f00..a751a514b 100644 --- a/ulab_Crunch_Numbers_Fast/ledwave/code.py +++ b/ulab_Crunch_Numbers_Fast/ledwave/code.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT import random import board diff --git a/ulab_Crunch_Numbers_Fast/waterfall/code.py b/ulab_Crunch_Numbers_Fast/waterfall/code.py index 353c276a7..a2dec2184 100644 --- a/ulab_Crunch_Numbers_Fast/waterfall/code.py +++ b/ulab_Crunch_Numbers_Fast/waterfall/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Waterfall FFT demo adapted from https://teaandtechtime.com/fft-circuitpython-library/ to work with ulab on Adafruit CLUE"""