diff --git a/Adafruit_Tweet_Receipt/Gutenbird/Gutenbird.ino b/Adafruit_Tweet_Receipt/Gutenbird/Gutenbird.ino index 9048bde55..156ada996 100644 --- a/Adafruit_Tweet_Receipt/Gutenbird/Gutenbird.ino +++ b/Adafruit_Tweet_Receipt/Gutenbird/Gutenbird.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2013 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* IMPORTANT: THIS SOFTWARE CURRENTLY DOES NOT WORK, and future status is uncertain. Twitter has changed their API to require diff --git a/Bluetooth_Restroom_Keys/code.py b/Bluetooth_Restroom_Keys/code.py index 0a8946258..7bcb4829c 100644 --- a/Bluetooth_Restroom_Keys/code.py +++ b/Bluetooth_Restroom_Keys/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Bluetooth Key Tracker.""" from adafruit_ble import BLERadio from adafruit_led_animation.animation import Pulse, Solid diff --git a/CLUE_Metronome/code.py b/CLUE_Metronome/code.py index dc6925040..96059543d 100644 --- a/CLUE_Metronome/code.py +++ b/CLUE_Metronome/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import displayio diff --git a/EInk_Bonnet_Weather_Station/code.py b/EInk_Bonnet_Weather_Station/code.py index ccce773a3..2d7a6394f 100644 --- a/EInk_Bonnet_Weather_Station/code.py +++ b/EInk_Bonnet_Weather_Station/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ This example queries the Open Weather Maps site API to find out the current weather for your location... and display it on a eInk Bonnet! diff --git a/EInk_Bonnet_Weather_Station/weather_graphics.py b/EInk_Bonnet_Weather_Station/weather_graphics.py index 59a734fb3..95116af3f 100644 --- a/EInk_Bonnet_Weather_Station/weather_graphics.py +++ b/EInk_Bonnet_Weather_Station/weather_graphics.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from datetime import datetime import json from PIL import Image, ImageDraw, ImageFont diff --git a/EyeLights_LED_Glasses_and_Driver/Digital_Input/code.py b/EyeLights_LED_Glasses_and_Driver/Digital_Input/code.py index 8cba1cc89..745873087 100644 --- a/EyeLights_LED_Glasses_and_Driver/Digital_Input/code.py +++ b/EyeLights_LED_Glasses_and_Driver/Digital_Input/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython Digital Input Example - Blinking an LED using a button switch. """ diff --git a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.h b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.h index 1e1a6b7f9..5d6150bbb 100644 --- a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.h +++ b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // VCNL4010 code adapted from: // https://github.com/adafruit/Adafruit_VCNL4010 #ifndef ADAFRUIT_VCNL4010_H diff --git a/Feather_Holiday_Lights/Feather_32u4_Lights/Feather_32u4_Lights.ino b/Feather_Holiday_Lights/Feather_32u4_Lights/Feather_32u4_Lights.ino index a024efd6d..425546fba 100644 --- a/Feather_Holiday_Lights/Feather_32u4_Lights/Feather_32u4_Lights.ino +++ b/Feather_Holiday_Lights/Feather_32u4_Lights/Feather_32u4_Lights.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Adafruit 32u4 Feather Color Sensing Holiday Lights // See the full guide at: // https://learn.adafruit.com/feather-holiday-lights/overview diff --git a/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/BluefruitConfig.h b/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/BluefruitConfig.h index 01f4913cc..ce60bc092 100644 --- a/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/BluefruitConfig.h +++ b/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/BluefruitConfig.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // COMMON SETTINGS // ---------------------------------------------------------------------------------------------- // These settings are used in both SW UART, HW UART and SPI mode diff --git a/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/Feather_BluefruitLE_Lights.ino b/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/Feather_BluefruitLE_Lights.ino index 277f72b43..729ea5705 100644 --- a/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/Feather_BluefruitLE_Lights.ino +++ b/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/Feather_BluefruitLE_Lights.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Adafruit Bluefruit LE Feather Holiday Lights // See the full guide at: // https://learn.adafruit.com/feather-holiday-lights/overview diff --git a/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/packerParser.cpp b/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/packerParser.cpp index 3b06324b4..cf4e75897 100644 --- a/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/packerParser.cpp +++ b/Feather_Holiday_Lights/Feather_BluefruitLE_Lights/packerParser.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include #include diff --git a/Fiber_Optic_Pixie_Skirt/Fiber_Optic_Pixie_Skirt.ino b/Fiber_Optic_Pixie_Skirt/Fiber_Optic_Pixie_Skirt.ino index c9c104578..5fc37e8ca 100644 --- a/Fiber_Optic_Pixie_Skirt/Fiber_Optic_Pixie_Skirt.ino +++ b/Fiber_Optic_Pixie_Skirt/Fiber_Optic_Pixie_Skirt.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include "SoftwareSerial.h" #include diff --git a/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch.ino b/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch.ino index 99c00d25d..ffa9eb146 100644 --- a/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch.ino +++ b/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch/Flora_NeoGeo_Watch.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Test code for Adafruit Flora GPS modules // // This code shows how to listen to the GPS module in an interrupt diff --git a/Hallowing_Googly_Eye/Hallowing_Googly_Eye.ino b/Hallowing_Googly_Eye/Hallowing_Googly_Eye.ino index 341242d0c..70972fd7f 100644 --- a/Hallowing_Googly_Eye/Hallowing_Googly_Eye.ino +++ b/Hallowing_Googly_Eye/Hallowing_Googly_Eye.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // "Googly eye" demo for Adafruit Hallowing. Uses accelerometer for // motion plus DMA and related shenanigans for smooth animation. diff --git a/Hallowing_Googly_Eye/graphics.h b/Hallowing_Googly_Eye/graphics.h index 9f59c7af0..5642aa547 100644 --- a/Hallowing_Googly_Eye/graphics.h +++ b/Hallowing_Googly_Eye/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #define EYE_RADIUS 64.0 // Radius of eye, floating-point pixel units const uint8_t borderData[128][128] = { diff --git a/Hallowing_Googly_Eye/gritty.h b/Hallowing_Googly_Eye/gritty.h index 82505314c..2e0a0a7d5 100644 --- a/Hallowing_Googly_Eye/gritty.h +++ b/Hallowing_Googly_Eye/gritty.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // CREEPY SPORTS MASCOT EYE #define COLOR_EYE diff --git a/ItsyBitsy_Infinity_Cube/code.py b/ItsyBitsy_Infinity_Cube/code.py index 26ecc1d37..5b2ae5887 100755 --- a/ItsyBitsy_Infinity_Cube/code.py +++ b/ItsyBitsy_Infinity_Cube/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Code for ItsyBitsy nRF52840 Infinity Cube. """ diff --git a/Large-Pi-Based-Thermometer-Clock/thermo_clock.py b/Large-Pi-Based-Thermometer-Clock/thermo_clock.py index 1eb0a0118..62a0c97ba 100644 --- a/Large-Pi-Based-Thermometer-Clock/thermo_clock.py +++ b/Large-Pi-Based-Thermometer-Clock/thermo_clock.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import glob import time import datetime diff --git a/Matrix_Portal_Eyes/code.py b/Matrix_Portal_Eyes/code.py index 976bf3e7f..ff62328f8 100755 --- a/Matrix_Portal_Eyes/code.py +++ b/Matrix_Portal_Eyes/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ RASTER EYES for Adafruit Matrix Portal: animated spooky eyes. """ diff --git a/Matrix_Portal_Eyes/eyes/adabot/data.py b/Matrix_Portal_Eyes/eyes/adabot/data.py index 661e290bf..201651f3c 100755 --- a/Matrix_Portal_Eyes/eyes/adabot/data.py +++ b/Matrix_Portal_Eyes/eyes/adabot/data.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Configuration data for the Adabot eyes """ EYE_PATH = __file__[:__file__.rfind('/') + 1] EYE_DATA = { diff --git a/Matrix_Portal_Eyes/eyes/cyclops/data.py b/Matrix_Portal_Eyes/eyes/cyclops/data.py index 4a9f50f59..da24afc36 100755 --- a/Matrix_Portal_Eyes/eyes/cyclops/data.py +++ b/Matrix_Portal_Eyes/eyes/cyclops/data.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Configuration data for the cyclops eye """ EYE_PATH = __file__[:__file__.rfind('/') + 1] EYE_DATA = { diff --git a/Matrix_Portal_Eyes/eyes/kobold/data.py b/Matrix_Portal_Eyes/eyes/kobold/data.py index 28da344d7..a95d5e1f8 100755 --- a/Matrix_Portal_Eyes/eyes/kobold/data.py +++ b/Matrix_Portal_Eyes/eyes/kobold/data.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Configuration data for the kobold eyes """ EYE_PATH = __file__[:__file__.rfind('/') + 1] EYE_DATA = { diff --git a/Matrix_Portal_Eyes/eyes/skull/data.py b/Matrix_Portal_Eyes/eyes/skull/data.py index 125bc35a0..a45d52b44 100755 --- a/Matrix_Portal_Eyes/eyes/skull/data.py +++ b/Matrix_Portal_Eyes/eyes/skull/data.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Configuration data for the skull eyes """ # Photo by Lina White on Unsplash: https://unsplash.com/photos/K9nxgkYf-RI EYE_PATH = __file__[:__file__.rfind('/') + 1] diff --git a/Matrix_Portal_Eyes/eyes/werewolf/data.py b/Matrix_Portal_Eyes/eyes/werewolf/data.py index c3ef72eaa..8fb1f13ba 100755 --- a/Matrix_Portal_Eyes/eyes/werewolf/data.py +++ b/Matrix_Portal_Eyes/eyes/werewolf/data.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Configuration data for the werewolf eyes """ EYE_PATH = __file__[:__file__.rfind('/') + 1] EYE_DATA = { diff --git a/PyPortal_EventCountdown/code.py b/PyPortal_EventCountdown/code.py index af1890524..8a6f49a69 100644 --- a/PyPortal_EventCountdown/code.py +++ b/PyPortal_EventCountdown/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ This example will figure out the current local time using the internet, and then draw out a countdown clock until an event occurs! diff --git a/PyPortal_LastFM/code.py b/PyPortal_LastFM/code.py index ef50432a4..53197d910 100644 --- a/PyPortal_LastFM/code.py +++ b/PyPortal_LastFM/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ This example will access the lastFM API, grab a number like subreddit followers and display it on a screen diff --git a/PyPortal_NASA/code.py b/PyPortal_NASA/code.py index 72519f083..7f2fa8720 100644 --- a/PyPortal_NASA/code.py +++ b/PyPortal_NASA/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from adafruit_pyportal import PyPortal diff --git a/PyPortal_NASA/unsafe_boot.py b/PyPortal_NASA/unsafe_boot.py index bc1205834..27be81159 100644 --- a/PyPortal_NASA/unsafe_boot.py +++ b/PyPortal_NASA/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_UV_Index/code.py b/PyPortal_UV_Index/code.py index 6accc791e..6943b7e00 100644 --- a/PyPortal_UV_Index/code.py +++ b/PyPortal_UV_Index/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ PyPortal UV Index display diff --git a/PyPortal_UV_Index/secrets.py b/PyPortal_UV_Index/secrets.py index 39d280b83..6b3a03f08 100644 --- a/PyPortal_UV_Index/secrets.py +++ b/PyPortal_UV_Index/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