diff --git a/Adafruit_pIRKey/NEC_keyboard_example/code.py b/Adafruit_pIRKey/NEC_keyboard_example/code.py index e190d0999..78212ccd8 100644 --- a/Adafruit_pIRKey/NEC_keyboard_example/code.py +++ b/Adafruit_pIRKey/NEC_keyboard_example/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Simple NEC remote decode-and-type keyboard example # When used with the Adafruit NEC remote will act like a keyboard and # type out keypresses. diff --git a/Adafruit_pIRKey/NEC_print_example/code.py b/Adafruit_pIRKey/NEC_print_example/code.py index f12010266..fd9019135 100644 --- a/Adafruit_pIRKey/NEC_print_example/code.py +++ b/Adafruit_pIRKey/NEC_print_example/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Simple NEC remote decode-and-print example # Prints out the 4-byte code transmitted by NEC remotes diff --git a/Adafruit_pIRKey/code.py b/Adafruit_pIRKey/code.py index 2e7bcbd13..30a2bb416 100644 --- a/Adafruit_pIRKey/code.py +++ b/Adafruit_pIRKey/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Simple IR remote listener example # Good for basic testing! diff --git a/Adafruit_pIRKey/raw_code_keyboard/code.py b/Adafruit_pIRKey/raw_code_keyboard/code.py index 95088c53a..b01c050d2 100644 --- a/Adafruit_pIRKey/raw_code_keyboard/code.py +++ b/Adafruit_pIRKey/raw_code_keyboard/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # pylint: disable=multiple-statements,wrong-import-position,wrong-import-order import gc from adafruit_hid.keyboard import Keyboard; gc.collect() diff --git a/Adafruit_pIRKey/raw_code_match/code.py b/Adafruit_pIRKey/raw_code_match/code.py index 684db8cf2..51f70736b 100644 --- a/Adafruit_pIRKey/raw_code_match/code.py +++ b/Adafruit_pIRKey/raw_code_match/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import board import pulseio import adafruit_dotstar diff --git a/CLUE_BBQ/code.py b/CLUE_BBQ/code.py index e7f83a4d7..d98db4c2b 100644 --- a/CLUE_BBQ/code.py +++ b/CLUE_BBQ/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Adafruit BBQ display works with ibbq protocol-based BLE temperature probes import time diff --git a/CircuitPython_101/basic_data_structures/play_note/code.py b/CircuitPython_101/basic_data_structures/play_note/code.py index eb560afd4..36f8d4c2c 100644 --- a/CircuitPython_101/basic_data_structures/play_note/code.py +++ b/CircuitPython_101/basic_data_structures/play_note/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import pwmio diff --git a/CircuitPython_101/basic_data_structures/song_list/code.py b/CircuitPython_101/basic_data_structures/song_list/code.py index a9384e27d..b0bb3c1dc 100644 --- a/CircuitPython_101/basic_data_structures/song_list/code.py +++ b/CircuitPython_101/basic_data_structures/song_list/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Dave Astels for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import pwmio diff --git a/Drive_a_16x2_LCD_with_the_Raspberry_Pi/Drive_a_16x2_LCD_with_the_Raspberry_Pi.py b/Drive_a_16x2_LCD_with_the_Raspberry_Pi/Drive_a_16x2_LCD_with_the_Raspberry_Pi.py index dc76e5a0a..e1d1ee472 100644 --- a/Drive_a_16x2_LCD_with_the_Raspberry_Pi/Drive_a_16x2_LCD_with_the_Raspberry_Pi.py +++ b/Drive_a_16x2_LCD_with_the_Raspberry_Pi/Drive_a_16x2_LCD_with_the_Raspberry_Pi.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + from subprocess import Popen, PIPE from time import sleep from datetime import datetime diff --git a/GemmaM0_Password_Vault/code.py b/GemmaM0_Password_Vault/code.py index 5d9d0e4ac..f046230c1 100644 --- a/GemmaM0_Password_Vault/code.py +++ b/GemmaM0_Password_Vault/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Gemma M0 Password Vault # press cap touch pads to enter strong passwords over USB diff --git a/Gemma_Hoop_Earrings/Gemma_Hoop_Earrings.ino b/Gemma_Hoop_Earrings/Gemma_Hoop_Earrings.ino index 60ba353ef..dc758265e 100644 --- a/Gemma_Hoop_Earrings/Gemma_Hoop_Earrings.ino +++ b/Gemma_Hoop_Earrings/Gemma_Hoop_Earrings.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Low power NeoPixel earrings example. Makes a nice blinky display // with just a few LEDs on at any time...uses MUCH less juice than // rainbow display! diff --git a/Gemma_Hoop_Earrings/code.py b/Gemma_Hoop_Earrings/code.py index fcc5a1144..0df0b236b 100644 --- a/Gemma_Hoop_Earrings/code.py +++ b/Gemma_Hoop_Earrings/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Phillip Burgess for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # NeoPixel earrings example. Makes a nice blinky display with just a # few LEDs on at any time...uses MUCH less juice than rainbow display! diff --git a/Giant_Mechanical_Keyboard/code.py b/Giant_Mechanical_Keyboard/code.py index 990d98dde..262277e0a 100644 --- a/Giant_Mechanical_Keyboard/code.py +++ b/Giant_Mechanical_Keyboard/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Collin Cunningham for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Big Control Alt Delete Board # Code is written for the Circuit Playground Express board: # https://www.adafruit.com/product/3333 diff --git a/LED_Bullwhip/code.py b/LED_Bullwhip/code.py index ff870c96a..beae3c1ee 100644 --- a/LED_Bullwhip/code.py +++ b/LED_Bullwhip/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Erin St Blaine for Adafruit Industries +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT """ Prop-Maker based LED Bullwhip Adafruit invests time and resources providing this open source code. diff --git a/MX_MIDI_Guitar/code.py b/MX_MIDI_Guitar/code.py index 619f41d34..2e198f351 100644 --- a/MX_MIDI_Guitar/code.py +++ b/MX_MIDI_Guitar/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Liz Clark for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import simpleio diff --git a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/NeoPixel_Basketball_Hoop-Point_Sensor.ino b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/NeoPixel_Basketball_Hoop-Point_Sensor.ino index 20825549d..d8ae534da 100644 --- a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/NeoPixel_Basketball_Hoop-Point_Sensor.ino +++ b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/NeoPixel_Basketball_Hoop-Point_Sensor.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #define PIN 1 diff --git a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/code.py b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/code.py index 52d59da31..85d89dca6 100644 --- a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/code.py +++ b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop-Point_Sensor/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from rainbowio import colorwheel diff --git a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop.ino b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop.ino index 30c9c050b..0321c3776 100644 --- a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop.ino +++ b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop.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_Basketball_Hoop/NeoPixel_Basketball_Hoop/code.py b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/code.py index 7ffdaba83..3ff128185 100644 --- a/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/code.py +++ b/NeoPixel_Basketball_Hoop/NeoPixel_Basketball_Hoop/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board from rainbowio import colorwheel diff --git a/Remote_Tree_Ornament/code.py b/Remote_Tree_Ornament/code.py index 54afbadab..eeecc8bd5 100644 --- a/Remote_Tree_Ornament/code.py +++ b/Remote_Tree_Ornament/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 John Park for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import adafruit_irremote import board import digitalio