diff --git a/Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/code.py b/Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/code.py index e9f87dd23..8624bd35d 100644 --- a/Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/code.py +++ b/Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import os import time import busio diff --git a/Buzzing_Mindfulness_Bracelet/Buzzing_Mindfulness_Bracelet.ino b/Buzzing_Mindfulness_Bracelet/Buzzing_Mindfulness_Bracelet.ino index 700a05c22..76da4685f 100644 --- a/Buzzing_Mindfulness_Bracelet/Buzzing_Mindfulness_Bracelet.ino +++ b/Buzzing_Mindfulness_Bracelet/Buzzing_Mindfulness_Bracelet.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Mindfulness Bracelet sketch for Adafruit/Arduino Gemma. Briefly runs // vibrating motor (connected through transistor) at regular intervals. // This code is not beginner-friendly, it does a lot of esoteric low-level diff --git a/Buzzing_Mindfulness_Bracelet/code.py b/Buzzing_Mindfulness_Bracelet/code.py index 1fe0ba2b9..3af8e4da1 100644 --- a/Buzzing_Mindfulness_Bracelet/code.py +++ b/Buzzing_Mindfulness_Bracelet/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Mindfulness Bracelet sketch for Adafruit Gemma. Briefly runs # vibrating motor (connected through transistor) at regular intervals. diff --git a/CLUE_I_Ching/code.py b/CLUE_I_Ching/code.py index e3d87ba1a..7bca44b27 100644 --- a/CLUE_I_Ching/code.py +++ b/CLUE_I_Ching/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random import displayio diff --git a/CPX_Marble_Maze/code.py b/CPX_Marble_Maze/code.py index b8af53876..287776f57 100644 --- a/CPX_Marble_Maze/code.py +++ b/CPX_Marble_Maze/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # CircuitPython code for the Gyroscopic Marble Maze # Adafruit Industries, 2019. MIT License import time diff --git a/CPX_Simple_Simon/code.py b/CPX_Simple_Simon/code.py index 7427731e7..259f2e639 100644 --- a/CPX_Simple_Simon/code.py +++ b/CPX_Simple_Simon/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Circuit Playground Express Simple Simon # # Game play based on information provided here: diff --git a/Circuit_Playground_Bluefruit_NeoPixel_Controller/NeoPixel_Animator/code.py b/Circuit_Playground_Bluefruit_NeoPixel_Controller/NeoPixel_Animator/code.py index d66348ee1..155b0845d 100755 --- a/Circuit_Playground_Bluefruit_NeoPixel_Controller/NeoPixel_Animator/code.py +++ b/Circuit_Playground_Bluefruit_NeoPixel_Controller/NeoPixel_Animator/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ NeoPixel Animator code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control. To be used with another Circuit Playground Bluefruit running the Remote Control code. diff --git a/Circuit_Playground_Bluefruit_NeoPixel_Controller/Remote_Control/code.py b/Circuit_Playground_Bluefruit_NeoPixel_Controller/Remote_Control/code.py index dff23412b..88c2164aa 100755 --- a/Circuit_Playground_Bluefruit_NeoPixel_Controller/Remote_Control/code.py +++ b/Circuit_Playground_Bluefruit_NeoPixel_Controller/Remote_Control/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Remote Control code for Circuit Playground Bluefruit NeoPixel Animation and Color Remote Control. To be used with another Circuit Playground Bluefruit running the NeoPixel Animator code. diff --git a/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Hunter/code.py b/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Hunter/code.py index 5a2f59670..dbb9cff64 100644 --- a/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Hunter/code.py +++ b/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Hunter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import pulseio diff --git a/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Treasure/code.py b/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Treasure/code.py index d689760f1..e3e304aad 100644 --- a/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Treasure/code.py +++ b/Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Treasure/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Carter Nelson for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import pulseio diff --git a/Crickit_Stumblebot/code.py b/Crickit_Stumblebot/code.py index 9dc17a22c..d4c153081 100644 --- a/Crickit_Stumblebot/code.py +++ b/Crickit_Stumblebot/code.py @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2018 Dano Wall for Adafruit Industries +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Stumble Bot, coded in CircuitPython # Using an Adafruit Circuit Playground Express, Crickit, and 2 servos # Dano Wall, Anne Barela for Adafruit Industries, MIT License, May, 2018 diff --git a/Glowing_Bottle_Castle/code.py b/Glowing_Bottle_Castle/code.py index d8e1d79f0..16f964a9d 100755 --- a/Glowing_Bottle_Castle/code.py +++ b/Glowing_Bottle_Castle/code.py @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020 Erin St Blaine for Adafruit Industries +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ Bottle Piano with Capacitive Touch Adafruit invests time and resources providing this open source code. diff --git a/Home_Assistant_Sensor/code.py b/Home_Assistant_Sensor/code.py index b2118ee89..4365025a6 100755 --- a/Home_Assistant_Sensor/code.py +++ b/Home_Assistant_Sensor/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ SHTC3 Temperature/Humidity Sensor Example for using CircuitPython with Home Assistant diff --git a/Kinetic_POV/bikewheel/bikewheel.ino b/Kinetic_POV/bikewheel/bikewheel.ino index 0a1ec03f7..3ca264a43 100644 --- a/Kinetic_POV/bikewheel/bikewheel.ino +++ b/Kinetic_POV/bikewheel/bikewheel.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /*----------------------------------------------------------------------- POV LED bike wheel sketch. Uses the following Adafruit parts: diff --git a/Kinetic_POV/bikewheel/graphics.h b/Kinetic_POV/bikewheel/graphics.h index 795db2116..b8121c048 100644 --- a/Kinetic_POV/bikewheel/graphics.h +++ b/Kinetic_POV/bikewheel/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Don't edit this file! It's software-generated. // See convert.py script instead. diff --git a/Kinetic_POV/convert/convert.py b/Kinetic_POV/convert/convert.py index d093c6ee4..524918bb6 100644 --- a/Kinetic_POV/convert/convert.py +++ b/Kinetic_POV/convert/convert.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Image converter script for POV LED poi project. Reads one or more images # as input, generates tables which can be copied-and-pasted or redirected # to a .h file, e.g.: diff --git a/Kinetic_POV/dblstaff/dblstaff.ino b/Kinetic_POV/dblstaff/dblstaff.ino index 33752735f..b4d60ef49 100644 --- a/Kinetic_POV/dblstaff/dblstaff.ino +++ b/Kinetic_POV/dblstaff/dblstaff.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /*------------------------------------------------------------------------ POV LED double staff sketch. Uses the following Adafruit parts (X2 for two staffs): diff --git a/Kinetic_POV/dblstaff/graphics.h b/Kinetic_POV/dblstaff/graphics.h index 2ec28a6d5..63dedce00 100644 --- a/Kinetic_POV/dblstaff/graphics.h +++ b/Kinetic_POV/dblstaff/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Don't edit this file! It's software-generated. // See convert.py script instead. diff --git a/Kinetic_POV/poi/graphics.h b/Kinetic_POV/poi/graphics.h index 8f33811fe..278ddc3f9 100644 --- a/Kinetic_POV/poi/graphics.h +++ b/Kinetic_POV/poi/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Don't edit this file! It's software-generated. // See convert.py script instead. diff --git a/Kinetic_POV/poi/poi.ino b/Kinetic_POV/poi/poi.ino index e5f96501a..9887461e9 100644 --- a/Kinetic_POV/poi/poi.ino +++ b/Kinetic_POV/poi/poi.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /*------------------------------------------------------------------------ POV LED poi sketch. Uses the following Adafruit parts (X2 for two poi): diff --git a/Kinetic_POV/supernova_poi/graphics.h b/Kinetic_POV/supernova_poi/graphics.h index 2201496b0..2379f3e9c 100644 --- a/Kinetic_POV/supernova_poi/graphics.h +++ b/Kinetic_POV/supernova_poi/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Don't edit this file! It's software-generated. // See convert.py script instead. diff --git a/Kinetic_POV/supernova_poi/supernova_poi.ino b/Kinetic_POV/supernova_poi/supernova_poi.ino index b58868a84..d2c5d08a8 100644 --- a/Kinetic_POV/supernova_poi/supernova_poi.ino +++ b/Kinetic_POV/supernova_poi/supernova_poi.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /*------------------------------------------------------------------------ POV IR Supernova Poi sketch. Uses the following Adafruit parts (X2 for two poi): diff --git a/Labo_Piano_Light_FX/code.py b/Labo_Piano_Light_FX/code.py index dd687fcbd..8b6242454 100644 --- a/Labo_Piano_Light_FX/code.py +++ b/Labo_Piano_Light_FX/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Collin Cunningham for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board from rainbowio import colorwheel import neopixel diff --git a/MagTag_SpaceX/code.py b/MagTag_SpaceX/code.py index a325777aa..b68e200bb 100644 --- a/MagTag_SpaceX/code.py +++ b/MagTag_SpaceX/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # SpaceX Launch Display, by Anne Barela November 2020 # MIT License - for Adafruit Industries LLC # See https://github.com/r-spacex/SpaceX-API for API info diff --git a/Pedal_For_Youtube/code.py b/Pedal_For_Youtube/code.py index 805de3bec..82c75f216 100755 --- a/Pedal_For_Youtube/code.py +++ b/Pedal_For_Youtube/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Jeff Epler for Adafruit Industries +# +# SPDX-License-Identifier: MIT + #!/usr/bin/env python3 from enum import Enum import time diff --git a/Pi_Hole_Ad_Blocker/mini_pitft_stats.py b/Pi_Hole_Ad_Blocker/mini_pitft_stats.py index 016281161..6e34b91b7 100755 --- a/Pi_Hole_Ad_Blocker/mini_pitft_stats.py +++ b/Pi_Hole_Ad_Blocker/mini_pitft_stats.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- # Import Python System Libraries import time diff --git a/Pi_Hole_Ad_Blocker/stats.py b/Pi_Hole_Ad_Blocker/stats.py index 47a743b8d..8b8fa4ad8 100644 --- a/Pi_Hole_Ad_Blocker/stats.py +++ b/Pi_Hole_Ad_Blocker/stats.py @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries +# SPDX-FileCopyrightText: 2017 James DeVito for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Copyright (c) 2017 Adafruit Industries # Author: Ladyada, Tony DiCola & James DeVito # diff --git a/Speech_Synthesis_on_the_Raspberry_Pi/saying_sounds_using_buttons/code.py b/Speech_Synthesis_on_the_Raspberry_Pi/saying_sounds_using_buttons/code.py index 4279456da..ffa48eb11 100644 --- a/Speech_Synthesis_on_the_Raspberry_Pi/saying_sounds_using_buttons/code.py +++ b/Speech_Synthesis_on_the_Raspberry_Pi/saying_sounds_using_buttons/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import os import board diff --git a/Speech_Synthesis_on_the_Raspberry_Pi/speaking_temperature/code.py b/Speech_Synthesis_on_the_Raspberry_Pi/speaking_temperature/code.py index 4160bd6a8..fc0476e1a 100644 --- a/Speech_Synthesis_on_the_Raspberry_Pi/speaking_temperature/code.py +++ b/Speech_Synthesis_on_the_Raspberry_Pi/speaking_temperature/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import os import time import board diff --git a/Speech_Synthesis_on_the_Raspberry_Pi/talking_clock/code.py b/Speech_Synthesis_on_the_Raspberry_Pi/talking_clock/code.py index 7ee0a45cb..2242ec690 100644 --- a/Speech_Synthesis_on_the_Raspberry_Pi/talking_clock/code.py +++ b/Speech_Synthesis_on_the_Raspberry_Pi/talking_clock/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import os import board