diff --git a/Adafruit_UDA1334A/CircuitPython_I2S_Tone/code.py b/Adafruit_UDA1334A/CircuitPython_I2S_Tone/code.py index e08c7bd9f..023ea3203 100755 --- a/Adafruit_UDA1334A/CircuitPython_I2S_Tone/code.py +++ b/Adafruit_UDA1334A/CircuitPython_I2S_Tone/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import array import math diff --git a/Adafruit_UDA1334A/CircuitPython_I2S_Wave/code.py b/Adafruit_UDA1334A/CircuitPython_I2S_Wave/code.py index eb2575079..03f0aad8a 100755 --- a/Adafruit_UDA1334A/CircuitPython_I2S_Wave/code.py +++ b/Adafruit_UDA1334A/CircuitPython_I2S_Wave/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import audiocore import board import audiobusio diff --git a/Adafruit_UDA1334A/I2S_Test_Script/code.py b/Adafruit_UDA1334A/I2S_Test_Script/code.py index 27e382c30..35283a421 100644 --- a/Adafruit_UDA1334A/I2S_Test_Script/code.py +++ b/Adafruit_UDA1334A/I2S_Test_Script/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import audiobusio from microcontroller import Pin diff --git a/Adafruit_UDA1334A/SineTone/SineTone.ino b/Adafruit_UDA1334A/SineTone/SineTone.ino index 606ed0980..2c3ac3cfd 100644 --- a/Adafruit_UDA1334A/SineTone/SineTone.ino +++ b/Adafruit_UDA1334A/SineTone/SineTone.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* This example generates a sine wave based tone at a specified frequency and sample rate. Then outputs the data using the I2S interface. diff --git a/BowsetteCrown/code.py b/BowsetteCrown/code.py index 4ef932f8c..c5c66c464 100644 --- a/BowsetteCrown/code.py +++ b/BowsetteCrown/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board diff --git a/Burning_Fire_Wizard_Staff/code.py b/Burning_Fire_Wizard_Staff/code.py index 5d266fe5b..25d09c897 100644 --- a/Burning_Fire_Wizard_Staff/code.py +++ b/Burning_Fire_Wizard_Staff/code.py @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor Adafruit Industries +# SPDX-FileCopyrightText: 2019 Erin St Blaine for Adafruit Industries +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Prop-Maker based Burning Wizard Staff Adafruit invests time and resources providing this open source code. diff --git a/Dashblock_API/code.py b/Dashblock_API/code.py index 315f74898..cefebb46e 100644 --- a/Dashblock_API/code.py +++ b/Dashblock_API/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Isaac Wellish for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Dashblock API Adafruit Learn Guide Count demo Use Dashblock to create a custom API for learn.adafruit.com, diff --git a/EInk_Autostereograms/boot.py b/EInk_Autostereograms/boot.py index 8283378b7..a3413aa06 100644 --- a/EInk_Autostereograms/boot.py +++ b/EInk_Autostereograms/boot.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import storage from analogio import AnalogIn diff --git a/Feather_ePaper_Quotes/adafruit_feather_quote/adafruit_feather_quote.ino b/Feather_ePaper_Quotes/adafruit_feather_quote/adafruit_feather_quote.ino index a2a2c0954..46b72a7b6 100644 --- a/Feather_ePaper_Quotes/adafruit_feather_quote/adafruit_feather_quote.ino +++ b/Feather_ePaper_Quotes/adafruit_feather_quote/adafruit_feather_quote.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Dan Cogliano for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /*************************************************** * Quote Display for Adafruit ePaper FeatherWings * For use with Adafruit tricolor and monochrome ePaper FeatherWings diff --git a/Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h b/Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h index ef43e322d..f19b6e42f 100644 --- a/Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h +++ b/Feather_ePaper_Quotes/adafruit_feather_quote/secrets.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #ifndef _SECRET_H THEN #define _SECRET_H diff --git a/MIDI_CLUE_BLE_Glove/code.py b/MIDI_CLUE_BLE_Glove/code.py index 879ec1acc..97548afb4 100755 --- a/MIDI_CLUE_BLE_Glove/code.py +++ b/MIDI_CLUE_BLE_Glove/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CLUE BLE MIDI Sends MIDI CC values based on accelerometer x & y and proximity sensor diff --git a/Matrix_Portal_Scoreboard/code.py b/Matrix_Portal_Scoreboard/code.py index 232c08815..1644ebb18 100644 --- a/Matrix_Portal_Scoreboard/code.py +++ b/Matrix_Portal_Scoreboard/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Scoreboard matrix display # uses AdafruitIO to set scores and team names for a scoreboard # Perfect for cornhole, ping pong, and other games diff --git a/Matrix_Sprite_Animation_Player/code.py b/Matrix_Sprite_Animation_Player/code.py index a98b472c0..4a84eee9b 100644 --- a/Matrix_Sprite_Animation_Player/code.py +++ b/Matrix_Sprite_Animation_Player/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import os import board diff --git a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/HuzzahCrickitIOT-ESP32.ino b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/HuzzahCrickitIOT-ESP32.ino index 27d2d3989..bc8391bd6 100644 --- a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/HuzzahCrickitIOT-ESP32.ino +++ b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/HuzzahCrickitIOT-ESP32.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include #include "config.h" @@ -420,4 +424,4 @@ void loop() { delay(10); // delay in between reads for stability client.loop(); } - + diff --git a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/config.h b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/config.h index f5d343d1b..4009b34b9 100644 --- a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/config.h +++ b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP32/config.h @@ -1,11 +1,15 @@ - -// Update these with values suitable for your network. - -//enter your WIFI SSID and Password -#define ssid "Your SSID" -#define password "Your Password" - -// Enter your MQTT server adderss or IP, MQTT username, and MQTT password. -#define mqtt_server "MyMQTTadress" -#define mqtt_user "MyMQTT" -#define mqtt_password "MyMQTTpass" +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + + +// Update these with values suitable for your network. + +//enter your WIFI SSID and Password +#define ssid "Your SSID" +#define password "Your Password" + +// Enter your MQTT server adderss or IP, MQTT username, and MQTT password. +#define mqtt_server "MyMQTTadress" +#define mqtt_user "MyMQTT" +#define mqtt_password "MyMQTTpass" diff --git a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/HuzzahCrickitIOT-ESP8266.ino b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/HuzzahCrickitIOT-ESP8266.ino index 9e25d30d2..1982676aa 100644 --- a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/HuzzahCrickitIOT-ESP8266.ino +++ b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/HuzzahCrickitIOT-ESP8266.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include #include "config.h" diff --git a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/config.h b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/config.h index df2805f74..f93adbf47 100644 --- a/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/config.h +++ b/Mini_Smart_Home_with_Huzzah/HuzzahCrickitIOT-ESP8266/config.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Update these with values suitable for your network. //enter your WIFI SSID and Password diff --git a/Pixel_Art_Slideshow/pixel_art_slideshow/code.py b/Pixel_Art_Slideshow/pixel_art_slideshow/code.py index 05325c8ef..22c0f6b1c 100644 --- a/Pixel_Art_Slideshow/pixel_art_slideshow/code.py +++ b/Pixel_Art_Slideshow/pixel_art_slideshow/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Slideshow Example using the Matrix Portal and 64 x 32 LED matrix display Written by Melissa LeBlanc-Williams for Adafruit Industries diff --git a/PyLeap_CPB_NeoPixel_Blinky_demo/code.py b/PyLeap_CPB_NeoPixel_Blinky_demo/code.py index 251feb01d..0865f81c0 100755 --- a/PyLeap_CPB_NeoPixel_Blinky_demo/code.py +++ b/PyLeap_CPB_NeoPixel_Blinky_demo/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Trevor Beaton for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import neopixel diff --git a/Pylint_and_CircuitPython/pylint_example.py b/Pylint_and_CircuitPython/pylint_example.py index 4aa79b16e..b1b719798 100644 --- a/Pylint_and_CircuitPython/pylint_example.py +++ b/Pylint_and_CircuitPython/pylint_example.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import digitalio import adafruit_lis3dh