diff --git a/CircuitPython_BLE_Rover/code.py b/CircuitPython_BLE_Rover/code.py index 4af34464..6ace46ca 100644 --- a/CircuitPython_BLE_Rover/code.py +++ b/CircuitPython_BLE_Rover/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 John Edgar Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # CircuitPython BLE Rover # Use with the Adafruit BlueFruit LE Connect app # Works with CircuitPython 4.0.0-beta.1 and later diff --git a/CircusPython_BLE/code.py b/CircusPython_BLE/code.py index 696b622f..9b9161e5 100644 --- a/CircusPython_BLE/code.py +++ b/CircusPython_BLE/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Dan Halbert for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # CircusPython! # For use with the Adafruit BlueFruit LE Connect app. # Works with CircuitPython 5.0.0-beta.0 and later running on an nRF52840 board. diff --git a/Guitar_Hero_MIDI/Guitar_Hero_MIDI.ino b/Guitar_Hero_MIDI/Guitar_Hero_MIDI.ino index 3df9cae1..e1d07748 100644 --- a/Guitar_Hero_MIDI/Guitar_Hero_MIDI.ino +++ b/Guitar_Hero_MIDI/Guitar_Hero_MIDI.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 John Park for Adafruit Industries +// +// SPDX-License-Identifier: MIT + //Wii Guitar Hero MIDI Controller // by John Park for Adafruit Industries #include diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Blink/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Blink/code.py index ef82920c..12ef0317 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Blink/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Blink/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from adafruit_circuitplayground.express import cpx diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_Monotonic/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_Monotonic/code.py index 1e35fad7..90c661df 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_Monotonic/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_Monotonic/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from adafruit_circuitplayground.express import cpx diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_NeoPixel/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_NeoPixel/code.py index fd8908b9..5e3a8023 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_NeoPixel/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Blink_NeoPixel/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from adafruit_circuitplayground.express import cpx diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Left_Rotation_State_Machine/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Left_Rotation_State_Machine/code.py index 8edb0730..2ca80d18 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Left_Rotation_State_Machine/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Left_Rotation_State_Machine/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from adafruit_circuitplayground.express import cpx diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Sjopenna_Remote_Lamp/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Sjopenna_Remote_Lamp/code.py index 489c664e..a6e77dc1 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Sjopenna_Remote_Lamp/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Sjopenna_Remote_Lamp/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import adafruit_irremote import board import neopixel diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Generators/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Generators/code.py index c60b7b9d..4cac1292 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Generators/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Generators/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from rainbowio import colorwheel from adafruit_circuitplayground.express import cpx diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Motion_Lamp/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Motion_Lamp/code.py index 310fd4fe..a3ba9830 100755 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Motion_Lamp/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Spoka_Motion_Lamp/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from rainbowio import colorwheel from adafruit_circuitplayground.express import cpx diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_Dictionary/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_Dictionary/code.py index 2f0d436b..56c31041 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_Dictionary/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_Dictionary/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground.express import cpx touchpad_to_color = { diff --git a/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_if_elif/code.py b/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_if_elif/code.py index a01ec956..48d25373 100644 --- a/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_if_elif/code.py +++ b/Hacking_Ikea_Lamps_With_CPX/CPX_Touch_NeoPixel_if_elif/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from adafruit_circuitplayground.express import cpx while True: diff --git a/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/Kaleidoscope_Eyes_NeoPixel_LED_Goggles.ino b/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/Kaleidoscope_Eyes_NeoPixel_LED_Goggles.ino index e4264386..d360c055 100644 --- a/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/Kaleidoscope_Eyes_NeoPixel_LED_Goggles.ino +++ b/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/Kaleidoscope_Eyes_NeoPixel_LED_Goggles.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Low power NeoPixel goggles example. Makes a nice blinky display // with just a few LEDs on at any time. diff --git a/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/code.py b/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/code.py index 6bd075ec..45238dc9 100644 --- a/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/code.py +++ b/Kaleidoscope_Eyes_NeoPixel_LED_Goggles/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # # Kaleidoscope_Eyes_NeoPixel_LED_Goggles.py # diff --git a/Make_It_Hot_Cold/cold/code.py b/Make_It_Hot_Cold/cold/code.py index f748ab09..3960c046 100644 --- a/Make_It_Hot_Cold/cold/code.py +++ b/Make_It_Hot_Cold/cold/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from analogio import AnalogIn diff --git a/Make_It_Hot_Cold/hot/code.py b/Make_It_Hot_Cold/hot/code.py index 6b0a9a39..64234265 100644 --- a/Make_It_Hot_Cold/hot/code.py +++ b/Make_It_Hot_Cold/hot/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from analogio import AnalogIn diff --git a/Make_It_Twist_Potentiometer/analog-read/analog-read.ino b/Make_It_Twist_Potentiometer/analog-read/analog-read.ino index 0b97d245..6e276f9a 100644 --- a/Make_It_Twist_Potentiometer/analog-read/analog-read.ino +++ b/Make_It_Twist_Potentiometer/analog-read/analog-read.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Simple read analog potentiometer on Circuit Playground Express or other board with pin change // Anne Barela for Adafruit Industries 9/2018 diff --git a/Motion_Gift_Box/code.py b/Motion_Gift_Box/code.py index 39440258..e5fe41f4 100644 --- a/Motion_Gift_Box/code.py +++ b/Motion_Gift_Box/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import random import audioio diff --git a/NeoPixel_Frankenstein/code.py b/NeoPixel_Frankenstein/code.py index 5323fe54..7a01d86f 100644 --- a/NeoPixel_Frankenstein/code.py +++ b/NeoPixel_Frankenstein/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import touchio diff --git a/NeoPixel_Jewel_10_Minute_Necklace/NeoPixel_Jewel_10_Minute_Necklace.ino b/NeoPixel_Jewel_10_Minute_Necklace/NeoPixel_Jewel_10_Minute_Necklace.ino index c6881108..89ffa641 100644 --- a/NeoPixel_Jewel_10_Minute_Necklace/NeoPixel_Jewel_10_Minute_Necklace.ino +++ b/NeoPixel_Jewel_10_Minute_Necklace/NeoPixel_Jewel_10_Minute_Necklace.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #define PIN 1 diff --git a/NeoPixel_Jewel_10_Minute_Necklace/code.py b/NeoPixel_Jewel_10_Minute_Necklace/code.py index 4d093a05..95b476e2 100644 --- a/NeoPixel_Jewel_10_Minute_Necklace/code.py +++ b/NeoPixel_Jewel_10_Minute_Necklace/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time from rainbowio import colorwheel import board diff --git a/NeoTrellis_Soundbox/code.py b/NeoTrellis_Soundbox/code.py index 0cdc1ca7..3584b01b 100644 --- a/NeoTrellis_Soundbox/code.py +++ b/NeoTrellis_Soundbox/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # NeoTrellis Soundbox Remix - CircuitPython # Noe and Pedro Ruiz, code by Anne Barela # for Adafruit Industries, MIT License diff --git a/PyPortal_AdafruitIO/code.py b/PyPortal_AdafruitIO/code.py index c7d7569f..bba018f8 100644 --- a/PyPortal_AdafruitIO/code.py +++ b/PyPortal_AdafruitIO/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ This example will access the adafruit.io API, grab a number like active users and io plus subscribers... and display it on a screen diff --git a/PyPortal_Alarm_Clock/code.py b/PyPortal_Alarm_Clock/code.py index ca8f9039..f7bf5147 100644 --- a/PyPortal_Alarm_Clock/code.py +++ b/PyPortal_Alarm_Clock/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ PyPortal based alarm clock. diff --git a/PyPortal_EventCountup/code.py b/PyPortal_EventCountup/code.py index 69e9a9c4..89a19638 100644 --- a/PyPortal_EventCountup/code.py +++ b/PyPortal_EventCountup/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 count-up clock since an event occurred! diff --git a/QT2040_Trinkey/Digital_Input/code.py b/QT2040_Trinkey/Digital_Input/code.py index bc91b9f1..d3502992 100644 --- a/QT2040_Trinkey/Digital_Input/code.py +++ b/QT2040_Trinkey/Digital_Input/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """CircuitPython Digital Input Example for QT2040 Trinkey""" import board import digitalio diff --git a/QT2040_Trinkey/U2IF_I2C_Example/code.py b/QT2040_Trinkey/U2IF_I2C_Example/code.py index 231f43db..552752b4 100644 --- a/QT2040_Trinkey/U2IF_I2C_Example/code.py +++ b/QT2040_Trinkey/U2IF_I2C_Example/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython U2IF I2C QT2040 Trinkey Example diff --git a/QT2040_Trinkey/U2IF_Trinkey_Example/code.py b/QT2040_Trinkey/U2IF_Trinkey_Example/code.py index 5b8b1c8c..a4dd86a6 100644 --- a/QT2040_Trinkey/U2IF_Trinkey_Example/code.py +++ b/QT2040_Trinkey/U2IF_Trinkey_Example/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """CircuitPython U2IF Example for QT2040 Trinkey""" import board import digitalio diff --git a/QT_Py_RP2040_Lemon_Keypad/code.py b/QT_Py_RP2040_Lemon_Keypad/code.py index 58a21b28..077dc9bd 100644 --- a/QT_Py_RP2040_Lemon_Keypad/code.py +++ b/QT_Py_RP2040_Lemon_Keypad/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Noe Ruiz for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import digitalio import board diff --git a/Raspberry_Pi_E-mail_Notifier_Using_LEDs/Raspberry_Pi_E-mail_Notifier_Using_LEDs.py b/Raspberry_Pi_E-mail_Notifier_Using_LEDs/Raspberry_Pi_E-mail_Notifier_Using_LEDs.py index 000a7702..7a7044cf 100644 --- a/Raspberry_Pi_E-mail_Notifier_Using_LEDs/Raspberry_Pi_E-mail_Notifier_Using_LEDs.py +++ b/Raspberry_Pi_E-mail_Notifier_Using_LEDs/Raspberry_Pi_E-mail_Notifier_Using_LEDs.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from imapclient import IMAPClient