diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_3W_LED_Simpletest/code.py b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_3W_LED_Simpletest/code.py index 29eabbd56..dd7f76013 100755 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_3W_LED_Simpletest/code.py +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_3W_LED_Simpletest/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Simple rainbow swirl example for 3W LED""" import pwmio import board diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/Prop_Maker_Accelerometer_Simpletest.ino b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/Prop_Maker_Accelerometer_Simpletest.ino index a73e83c8c..eca65e0c3 100644 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/Prop_Maker_Accelerometer_Simpletest.ino +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/Prop_Maker_Accelerometer_Simpletest.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* * Adafruit Prop-Maker Featherwing * Accelerometer Example diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/code.py b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/code.py index ae411c20f..24b1b660f 100755 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/code.py +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Accelerometer_Simpletest/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Simple example to print acceleration data to console""" import time import digitalio diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Audio_Simpletest/code.py b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Audio_Simpletest/code.py index 8d245b2df..cc8780c2c 100755 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Audio_Simpletest/code.py +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Audio_Simpletest/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Simple example to play a wave file""" # This example only works on Feathers that have analog audio out! import digitalio diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_LED_Simpletest/Prop_Maker_LED_Simpletest.ino b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_LED_Simpletest/Prop_Maker_LED_Simpletest.ino index a46866b06..71efeb76a 100644 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_LED_Simpletest/Prop_Maker_LED_Simpletest.ino +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_LED_Simpletest/Prop_Maker_LED_Simpletest.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* * Adafruit Prop-Maker Featherwing * LED Example diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/Prop_Maker_NeoPixel_Simpletest.ino b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/Prop_Maker_NeoPixel_Simpletest.ino index 26e27ccca..4b3251942 100644 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/Prop_Maker_NeoPixel_Simpletest.ino +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/Prop_Maker_NeoPixel_Simpletest.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* * Adafruit Prop-Maker Featherwing * NeoPixel Example diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/code.py b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/code.py index c19e36716..1759f35f1 100755 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/code.py +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_NeoPixel_Simpletest/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Simple rainbow example for 30-pixel NeoPixel strip""" import digitalio import board diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/Prop_Maker_Switch_Simpletest.ino b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/Prop_Maker_Switch_Simpletest.ino index 74ea1a395..8f15b0791 100644 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/Prop_Maker_Switch_Simpletest.ino +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/Prop_Maker_Switch_Simpletest.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* * Adafruit Prop-Maker Featherwing * Switch Example diff --git a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/code.py b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/code.py index 8a6e30418..dbbfd16d1 100755 --- a/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/code.py +++ b/Adafruit_Prop_Maker_FeatherWing/Prop_Maker_Switch_Simpletest/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """Simple example to print when switch is pressed""" import time import digitalio diff --git a/CircuitPy_OTP/code.py b/CircuitPy_OTP/code.py index 1a68b6651..adf13fdb9 100644 --- a/CircuitPy_OTP/code.py +++ b/CircuitPy_OTP/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import adafruit_ssd1306 diff --git a/CircuitPython_OLED_Watch/code.py b/CircuitPython_OLED_Watch/code.py index dc6d62116..7b0549142 100755 --- a/CircuitPython_OLED_Watch/code.py +++ b/CircuitPython_OLED_Watch/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import displayio import adafruit_displayio_ssd1306 diff --git a/Circuit_Playground_Classic_Fruit_Drums/CapTouchBasic/CapTouchBasic.ino b/Circuit_Playground_Classic_Fruit_Drums/CapTouchBasic/CapTouchBasic.ino index 400f9faaa..d47bb49ed 100644 --- a/Circuit_Playground_Classic_Fruit_Drums/CapTouchBasic/CapTouchBasic.ino +++ b/Circuit_Playground_Classic_Fruit_Drums/CapTouchBasic/CapTouchBasic.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +// +// SPDX-License-Identifier: MIT + //////////////////////////////////////////////////////////////////////////// // Circuit Playground Capacitive Touch Basic // diff --git a/Circuit_Playground_Classic_Fruit_Drums/CapTouchKeyboard/CapTouchKeyboard.ino b/Circuit_Playground_Classic_Fruit_Drums/CapTouchKeyboard/CapTouchKeyboard.ino index 6fc05dad2..4425a9107 100644 --- a/Circuit_Playground_Classic_Fruit_Drums/CapTouchKeyboard/CapTouchKeyboard.ino +++ b/Circuit_Playground_Classic_Fruit_Drums/CapTouchKeyboard/CapTouchKeyboard.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +// +// SPDX-License-Identifier: MIT + //////////////////////////////////////////////////////////////////////////// // Circuit Playground Capacitive Touch Tones // diff --git a/Circuit_Playground_Classic_Fruit_Drums/CapTouchMIDIDrums/CapTouchMIDIDrums.ino b/Circuit_Playground_Classic_Fruit_Drums/CapTouchMIDIDrums/CapTouchMIDIDrums.ino index eee555ff5..0ec14730f 100644 --- a/Circuit_Playground_Classic_Fruit_Drums/CapTouchMIDIDrums/CapTouchMIDIDrums.ino +++ b/Circuit_Playground_Classic_Fruit_Drums/CapTouchMIDIDrums/CapTouchMIDIDrums.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +// +// SPDX-License-Identifier: MIT + //////////////////////////////////////////////////////////////////////////// // Circuit Playground Capacitive Touch USB MIDI Drums // diff --git a/Circuit_Playground_Classic_Fruit_Drums/CapTouchTones/CapTouchTones.ino b/Circuit_Playground_Classic_Fruit_Drums/CapTouchTones/CapTouchTones.ino index e2b569642..e904363ec 100644 --- a/Circuit_Playground_Classic_Fruit_Drums/CapTouchTones/CapTouchTones.ino +++ b/Circuit_Playground_Classic_Fruit_Drums/CapTouchTones/CapTouchTones.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +// +// SPDX-License-Identifier: MIT + //////////////////////////////////////////////////////////////////////////// // Circuit Playground Capacitive Touch Tones // diff --git a/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch1/HelloCapTouch1.ino b/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch1/HelloCapTouch1.ino index 8da711257..bc1409fe9 100644 --- a/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch1/HelloCapTouch1.ino +++ b/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch1/HelloCapTouch1.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include //////////////////////////////////////////////////////////////////////////// diff --git a/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch2/HelloCapTouch2.ino b/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch2/HelloCapTouch2.ino index 461fa36ef..8b526b6b3 100644 --- a/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch2/HelloCapTouch2.ino +++ b/Circuit_Playground_Classic_Fruit_Drums/HelloCapTouch2/HelloCapTouch2.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #define CAP_THRESHOLD 50 diff --git a/Crickit_Hello_World/code.py b/Crickit_Hello_World/code.py index 2e3303cc6..7c3db7d00 100644 --- a/Crickit_Hello_World/code.py +++ b/Crickit_Hello_World/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import audioio import audiocore diff --git a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.cpp b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.cpp index 7f001c0eb..89a480229 100644 --- a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.cpp +++ b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include "Arduino.h" #include "Wire.h" diff --git a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.h b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.h index f5b4c450f..4c96b514e 100644 --- a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.h +++ b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4000.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // VCNL4000 code adapted from: // https://github.com/adafruit/VCNL4000 #ifndef ADAFRUIT_VCNL4000_H diff --git a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.cpp b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.cpp index f9e6637e7..eb4b80ce1 100644 --- a/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.cpp +++ b/Feather_Holiday_Lights/Feather_32u4_Lights/Adafruit_VCNL4010.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include "Arduino.h" #include "Wire.h" diff --git a/Flora_GPS_Jacket/Flora_GPS_Jacket/Flora_GPS_Jacket.ino b/Flora_GPS_Jacket/Flora_GPS_Jacket/Flora_GPS_Jacket.ino index f07c8fcf0..5381973e5 100644 --- a/Flora_GPS_Jacket/Flora_GPS_Jacket/Flora_GPS_Jacket.ino +++ b/Flora_GPS_Jacket/Flora_GPS_Jacket/Flora_GPS_Jacket.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Flora GPS + LED Pixel Code // // This code shows how to listen to the GPS module in an interrupt diff --git a/Humidity_Alarm/Humidity_Alarm.ino b/Humidity_Alarm/Humidity_Alarm.ino index 262348db0..51605831e 100644 --- a/Humidity_Alarm/Humidity_Alarm.ino +++ b/Humidity_Alarm/Humidity_Alarm.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Dave Astels for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Humidity Monitor // Copyright (C) 2017 Dave Astels // Released until the MIT license diff --git a/ItsyBitsy_Infinity_Collar/code.py b/ItsyBitsy_Infinity_Collar/code.py index 82ebeaed5..e4280f543 100644 --- a/ItsyBitsy_Infinity_Collar/code.py +++ b/ItsyBitsy_Infinity_Collar/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Code for the LED Infinity Mirror Collar. Allows the animation sequence and color to be controlled by input from the Adafruit Bluefruit App diff --git a/NeoPixie_Dust_Bag/NeoPixie_Dust_Bag.ino b/NeoPixie_Dust_Bag/NeoPixie_Dust_Bag.ino index e7ea4c84f..fc75c3515 100644 --- a/NeoPixie_Dust_Bag/NeoPixie_Dust_Bag.ino +++ b/NeoPixie_Dust_Bag/NeoPixie_Dust_Bag.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // NeoPixie Dust Bag by John Edgar Park jpixl.net // // No fairy costume is complete without a glowing pixie dust bag. diff --git a/NeoPixie_Dust_Bag/code.py b/NeoPixie_Dust_Bag/code.py index f911cf257..2098f29d7 100644 --- a/NeoPixie_Dust_Bag/code.py +++ b/NeoPixie_Dust_Bag/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # NeoPixie Dust Bag # learn.adafruit.com/neopixel-pixie-dust-bag diff --git a/PyPortal_NewNewNew/code.py b/PyPortal_NewNewNew/code.py index c30f8fc83..7728cf2b1 100644 --- a/PyPortal_NewNewNew/code.py +++ b/PyPortal_NewNewNew/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import adafruit_pyportal diff --git a/PyPortal_NewNewNew/unsafe_boot.py b/PyPortal_NewNewNew/unsafe_boot.py index bc1205834..27be81159 100644 --- a/PyPortal_NewNewNew/unsafe_boot.py +++ b/PyPortal_NewNewNew/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_Quotes/code.py b/PyPortal_Quotes/code.py index 69829b864..0a349cfbb 100644 --- a/PyPortal_Quotes/code.py +++ b/PyPortal_Quotes/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/Rezz_Goggles/code.py b/Rezz_Goggles/code.py index 6e1ed1601..6afa0d2c2 100755 --- a/Rezz_Goggles/code.py +++ b/Rezz_Goggles/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # pylint: disable=import-error """