diff --git a/Adafruit_MAX98357/CircuitPython_I2S_Tone/code.py b/Adafruit_MAX98357/CircuitPython_I2S_Tone/code.py index b31a0932d..787b13f6a 100755 --- a/Adafruit_MAX98357/CircuitPython_I2S_Tone/code.py +++ b/Adafruit_MAX98357/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_MAX98357/CircuitPython_I2S_Wave/code.py b/Adafruit_MAX98357/CircuitPython_I2S_Wave/code.py index eb2575079..03f0aad8a 100755 --- a/Adafruit_MAX98357/CircuitPython_I2S_Wave/code.py +++ b/Adafruit_MAX98357/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_MAX98357/I2S_Test_Script/code.py b/Adafruit_MAX98357/I2S_Test_Script/code.py index 27e382c30..35283a421 100644 --- a/Adafruit_MAX98357/I2S_Test_Script/code.py +++ b/Adafruit_MAX98357/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/ArduinoISP/ArduinoISP/ArduinoISP.ino b/ArduinoISP/ArduinoISP/ArduinoISP.ino index bb6e264bc..18e6561d2 100644 --- a/ArduinoISP/ArduinoISP/ArduinoISP.ino +++ b/ArduinoISP/ArduinoISP/ArduinoISP.ino @@ -1,3 +1,10 @@ +// SPDX-FileCopyrightText: 2009 David A. Mellis +// SPDX-FileCopyrightText: 2009 Randall Bohn +// SPDX-FileCopyrightText: 2012 William Phelps +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // this sketch turns the Arduino into a AVRISP // using the following pins: // 10: slave reset diff --git a/CLUE_Altimeter/code.py b/CLUE_Altimeter/code.py index a99b14e65..85f586e65 100755 --- a/CLUE_Altimeter/code.py +++ b/CLUE_Altimeter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import struct import displayio diff --git a/Chilled_Drinkibot/code.py b/Chilled_Drinkibot/code.py index 11972e06a..bcdaa533d 100644 --- a/Chilled_Drinkibot/code.py +++ b/Chilled_Drinkibot/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Chilled Drinkibot import time diff --git a/Circuit_Playground_Brake_Light/code.py b/Circuit_Playground_Brake_Light/code.py index 841604eef..3ad647d7b 100644 --- a/Circuit_Playground_Brake_Light/code.py +++ b/Circuit_Playground_Brake_Light/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import math from adafruit_circuitplayground import cp diff --git a/Feedback_Servo_Record_and_Play/Feedback_Servo_Record_and_Play.ino b/Feedback_Servo_Record_and_Play/Feedback_Servo_Record_and_Play.ino index 4e0320cba..140f2eed8 100644 --- a/Feedback_Servo_Record_and_Play/Feedback_Servo_Record_and_Play.ino +++ b/Feedback_Servo_Record_and_Play/Feedback_Servo_Record_and_Play.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Example code for recording and playing back servo motion with a // analog feedback servo // http://www.adafruit.com/products/1404 diff --git a/Feedback_Servo_Record_and_Play/feedback_calibrate/code.py b/Feedback_Servo_Record_and_Play/feedback_calibrate/code.py index 4454cd7eb..13f034ddf 100644 --- a/Feedback_Servo_Record_and_Play/feedback_calibrate/code.py +++ b/Feedback_Servo_Record_and_Play/feedback_calibrate/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Example code for calibrating analog feedback values to servo range import time diff --git a/Feedback_Servo_Record_and_Play/feedback_record_play/code.py b/Feedback_Servo_Record_and_Play/feedback_record_play/code.py index 162a6ae27..a6ef58356 100644 --- a/Feedback_Servo_Record_and_Play/feedback_record_play/code.py +++ b/Feedback_Servo_Record_and_Play/feedback_record_play/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Example code for recording and playing back servo motion with a # analog feedback servo diff --git a/Feedback_Servo_Record_and_Play/feedback_seek/code.py b/Feedback_Servo_Record_and_Play/feedback_seek/code.py index 6a3cff33e..1e14861a4 100644 --- a/Feedback_Servo_Record_and_Play/feedback_seek/code.py +++ b/Feedback_Servo_Record_and_Play/feedback_seek/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Example code for using analog feedback value to seek a position import board import pwmio diff --git a/Flora_Demos/Example_1_Button_Keyboard/Example_1_Button_Keyboard.ino b/Flora_Demos/Example_1_Button_Keyboard/Example_1_Button_Keyboard.ino index 6557fcfe9..3675b8391 100644 --- a/Flora_Demos/Example_1_Button_Keyboard/Example_1_Button_Keyboard.ino +++ b/Flora_Demos/Example_1_Button_Keyboard/Example_1_Button_Keyboard.ino @@ -1,6 +1,10 @@ +// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Example of buttons generating keyboard presses // Author: Tony DiCola -// License: Public Domain +// License: MIT #include diff --git a/Flora_Demos/Example_2_Capacitive_Keyboard/Example_2_Capacitive_Keyboard.ino b/Flora_Demos/Example_2_Capacitive_Keyboard/Example_2_Capacitive_Keyboard.ino index 030c2d1b2..2d4bef6ee 100644 --- a/Flora_Demos/Example_2_Capacitive_Keyboard/Example_2_Capacitive_Keyboard.ino +++ b/Flora_Demos/Example_2_Capacitive_Keyboard/Example_2_Capacitive_Keyboard.ino @@ -1,6 +1,10 @@ +// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Example of capacitive sense buttons generating keyboard presses. // Author: Tony DiCola -// License: Public Domain +// License: MIT #include #include diff --git a/Flora_Demos/Example_3_Accelerometer_Tap/Example_3_Accelerometer_Tap.ino b/Flora_Demos/Example_3_Accelerometer_Tap/Example_3_Accelerometer_Tap.ino index 5c9c1f587..9c7aa5c33 100644 --- a/Flora_Demos/Example_3_Accelerometer_Tap/Example_3_Accelerometer_Tap.ino +++ b/Flora_Demos/Example_3_Accelerometer_Tap/Example_3_Accelerometer_Tap.ino @@ -1,6 +1,10 @@ +// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Example of tapping accelerometer to light NeoPixels. // Author: Tony DiCola -// License: Public Domain +// License: MIT #include #include #include diff --git a/Flora_Demos/Example_4_Accelerometer_LED/Example_4_Accelerometer_LED.ino b/Flora_Demos/Example_4_Accelerometer_LED/Example_4_Accelerometer_LED.ino index 25d7e2525..ab786dbe6 100644 --- a/Flora_Demos/Example_4_Accelerometer_LED/Example_4_Accelerometer_LED.ino +++ b/Flora_Demos/Example_4_Accelerometer_LED/Example_4_Accelerometer_LED.ino @@ -1,6 +1,10 @@ +// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Example of rotating accelerometer to change NeoPixel color. // Author: Tony DiCola -// License: Public Domain +// License: MIT #include #include #include diff --git a/Flora_Demos/Example_5_Amplitie/Example_5_Amplitie.ino b/Flora_Demos/Example_5_Amplitie/Example_5_Amplitie.ino index a40ae214b..3345d8e6b 100644 --- a/Flora_Demos/Example_5_Amplitie/Example_5_Amplitie.ino +++ b/Flora_Demos/Example_5_Amplitie/Example_5_Amplitie.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* LED VU meter for Arduino and Adafruit NeoPixel LEDs. More info: http://learn.adafruit.com/led-ampli-tie/ diff --git a/Kitty_Paw_Keypad/code.py b/Kitty_Paw_Keypad/code.py index 6076551f7..82996a4a8 100644 --- a/Kitty_Paw_Keypad/code.py +++ b/Kitty_Paw_Keypad/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import displayio import digitalio diff --git a/MagTag_Project_Selector/code.py b/MagTag_Project_Selector/code.py index 3dd29a6d4..8c631478d 100644 --- a/MagTag_Project_Selector/code.py +++ b/MagTag_Project_Selector/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Eva Herrada for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Based on code written by @DavidGlaude on Twitter # https://twitter.com/DavidGlaude/status/1340365817138044933 # https://gist.github.com/dglaude/4bf8d0a13c9c8ca8b05d6c0e9176bd20 diff --git a/MagTag_Project_Selector/secrets.py b/MagTag_Project_Selector/secrets.py index 8d1e0e3f6..0f8010a57 100644 --- a/MagTag_Project_Selector/secrets.py +++ b/MagTag_Project_Selector/secrets.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Eva Herrada 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 diff --git a/Matrix_Portal_CO2_Monitor/code.py b/Matrix_Portal_CO2_Monitor/code.py index baf963729..aae4dc10a 100755 --- a/Matrix_Portal_CO2_Monitor/code.py +++ b/Matrix_Portal_CO2_Monitor/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import displayio diff --git a/Minecraft_Gesture_Controller/code.py b/Minecraft_Gesture_Controller/code.py index 406deaab2..615e4771b 100644 --- a/Minecraft_Gesture_Controller/code.py +++ b/Minecraft_Gesture_Controller/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 jenfoxbot@gmail.com +# +# SPDX-License-Identifier: MIT + # Minecraft Gesture Controller # # Written by diff --git a/NeoPixel_GoPro_Lens_Light/NeoPixel_GoPro_Lens_Light.ino b/NeoPixel_GoPro_Lens_Light/NeoPixel_GoPro_Lens_Light.ino index bdf7fc496..1291cbbb8 100644 --- a/NeoPixel_GoPro_Lens_Light/NeoPixel_GoPro_Lens_Light.ino +++ b/NeoPixel_GoPro_Lens_Light/NeoPixel_GoPro_Lens_Light.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #ifdef __AVR__ #include diff --git a/NeoPixel_GoPro_Lens_Light/code.py b/NeoPixel_GoPro_Lens_Light/code.py index 538a0f63b..02301f219 100644 --- a/NeoPixel_GoPro_Lens_Light/code.py +++ b/NeoPixel_GoPro_Lens_Light/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board diff --git a/PyPortal_MQTT_Control/code.py b/PyPortal_MQTT_Control/code.py index c3d9a6eac..86ab45ce8 100644 --- a/PyPortal_MQTT_Control/code.py +++ b/PyPortal_MQTT_Control/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import displayio import busio diff --git a/PyPortal_MQTT_Control/secrets.py b/PyPortal_MQTT_Control/secrets.py index 77f5845b1..2a4b3fce5 100644 --- a/PyPortal_MQTT_Control/secrets.py +++ b/PyPortal_MQTT_Control/secrets.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + secrets = { 'ssid' : '_your_wifi_ssid_', 'password' : '_your_wifi_password_', diff --git a/PyPortal_WeeklyCountdown/code.py b/PyPortal_WeeklyCountdown/code.py index 23268718f..5f3ec465d 100644 --- a/PyPortal_WeeklyCountdown/code.py +++ b/PyPortal_WeeklyCountdown/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/RGB_Matrix_Slot_Machine/code.py b/RGB_Matrix_Slot_Machine/code.py index ea16a0cd2..747b2f0a7 100644 --- a/RGB_Matrix_Slot_Machine/code.py +++ b/RGB_Matrix_Slot_Machine/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import random import time diff --git a/TFT_Sidekick_With_FT232H/tft_sidekick_basic.py b/TFT_Sidekick_With_FT232H/tft_sidekick_basic.py index 9fb02a4a8..be8bba537 100644 --- a/TFT_Sidekick_With_FT232H/tft_sidekick_basic.py +++ b/TFT_Sidekick_With_FT232H/tft_sidekick_basic.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from collections import deque import random diff --git a/TFT_Sidekick_With_FT232H/tft_sidekick_cpu.py b/TFT_Sidekick_With_FT232H/tft_sidekick_cpu.py index 875c930b2..e2c558d93 100644 --- a/TFT_Sidekick_With_FT232H/tft_sidekick_cpu.py +++ b/TFT_Sidekick_With_FT232H/tft_sidekick_cpu.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from collections import deque import psutil # Blinka CircuitPython diff --git a/TFT_Sidekick_With_FT232H/tft_sidekick_mem.py b/TFT_Sidekick_With_FT232H/tft_sidekick_mem.py index e6791a0bb..7b5912180 100644 --- a/TFT_Sidekick_With_FT232H/tft_sidekick_mem.py +++ b/TFT_Sidekick_With_FT232H/tft_sidekick_mem.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from collections import deque import psutil