diff --git a/CircuitPython_BLE_Rover/code.py b/CircuitPython_BLE_Rover/code.py index 4af34464c..6ace46caa 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 696b622f4..9b9161e5b 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 3df9cae16..e1d077485 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 ef82920c6..12ef0317e 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 1e35fad7d..90c661df7 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 fd8908b92..5e3a8023e 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 8edb07302..2ca80d181 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 489c664e5..a6e77dc18 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 c60b7b9d0..4cac12929 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 310fd4fee..a3ba98303 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 2f0d436b1..56c310419 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 a01ec9564..48d253737 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 e4264386f..d360c055e 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 6bd075ec0..45238dc97 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 f748ab09a..3960c0463 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 6b0a9a39a..642342654 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 0b97d2459..6e276f9a5 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 394402587..e5fe41f49 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 5323fe54f..7a01d86f9 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 c68811089..89ffa6415 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 4d093a05e..95b476e22 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 0cdc1ca76..3584b01b0 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 c7d7569f0..bba018f89 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 ca8f90390..f7bf5147a 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 69e9a9c43..89a196389 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 bc91b9f19..d35029926 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 231f43db8..552752b44 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 5b8b1c8c6..a4dd86a60 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 58a21b28a..077dc9bdf 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 000a77025..7a7044cfb 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