diff --git a/BLE_Colorific/colorific.py b/BLE_Colorific/colorific.py index 3b771a665..cf1b5d02a 100644 --- a/BLE_Colorific/colorific.py +++ b/BLE_Colorific/colorific.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Smart Bulb Colorific! Control With Bluez # Author: Tony DiCola # diff --git a/BLE_Colorific/flux.py b/BLE_Colorific/flux.py index 9e21edbd7..247bbf6d9 100644 --- a/BLE_Colorific/flux.py +++ b/BLE_Colorific/flux.py @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: Jeremy Plichta +# SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries +# +# SPDX-License-Identifier: MIT + # Smart Bulb Flux Bulb Control With Bluez # Author: Tony DiCola # Author: (Flux Bulb modifications) Jeremy Plichta diff --git a/FunHouse_Arduino_Demos/rainbow/rainbow.ino b/FunHouse_Arduino_Demos/rainbow/rainbow.ino index 6c072b1f3..5bd0d7eb1 100644 --- a/FunHouse_Arduino_Demos/rainbow/rainbow.ino +++ b/FunHouse_Arduino_Demos/rainbow/rainbow.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #define NUM_DOTSTAR 5 diff --git a/FunHouse_Arduino_Demos/selftest/selftest.ino b/FunHouse_Arduino_Demos/selftest/selftest.ino index afe61cec3..5ff2a602a 100644 --- a/FunHouse_Arduino_Demos/selftest/selftest.ino +++ b/FunHouse_Arduino_Demos/selftest/selftest.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include // Core graphics library #include // Hardware-specific library for ST7789 diff --git a/FunHouse_Arduino_Demos/shipping_demo/shipping_demo.ino b/FunHouse_Arduino_Demos/shipping_demo/shipping_demo.ino index 06980f8b8..202a3f8b0 100644 --- a/FunHouse_Arduino_Demos/shipping_demo/shipping_demo.ino +++ b/FunHouse_Arduino_Demos/shipping_demo/shipping_demo.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #include #include // Core graphics library #include // Hardware-specific library for ST7789 diff --git a/Joy_of_Arcada/Joy_of_Arcada.ino b/Joy_of_Arcada/Joy_of_Arcada.ino index ab6de3f9b..224a94172 100644 --- a/Joy_of_Arcada/Joy_of_Arcada.ino +++ b/Joy_of_Arcada/Joy_of_Arcada.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + /* JOY: Adafruit PyGamer or PyBadge as a friendly USB HID game controller. Requires Arcada, ArduinoJSON and Audio libraries. diff --git a/Joy_of_Arcada/graphics.h b/Joy_of_Arcada/graphics.h index d02b5bc71..6ba242c25 100644 --- a/Joy_of_Arcada/graphics.h +++ b/Joy_of_Arcada/graphics.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #define FACE_WIDTH 128 #define FACE_HEIGHT 128 #define EYES_WIDTH 102 diff --git a/Joy_of_Arcada/keys.h b/Joy_of_Arcada/keys.h index 4d1d502ec..aba6997d6 100644 --- a/Joy_of_Arcada/keys.h +++ b/Joy_of_Arcada/keys.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // This table maps key name strings (e.g. "RETURN") to // numeric HID key codes in the TinyUSB hid.h header file. diff --git a/Joy_of_Arcada/sound.h b/Joy_of_Arcada/sound.h index b1a5dc89c..462c9ce0b 100644 --- a/Joy_of_Arcada/sound.h +++ b/Joy_of_Arcada/sound.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Phillip Burgess for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // Audio data converted from WAV file by wav2sketch // Converted from pew1.wav, using 44100 Hz, u-law encoding diff --git a/MP3_Playback_RP2040/Pico_I2S_MP3/code.py b/MP3_Playback_RP2040/Pico_I2S_MP3/code.py index 4f74f61ea..82dcc66b9 100644 --- a/MP3_Playback_RP2040/Pico_I2S_MP3/code.py +++ b/MP3_Playback_RP2040/Pico_I2S_MP3/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython I2S MP3 playback example. Plays a single MP3 once. diff --git a/MP3_Playback_RP2040/Pico_I2S_Tone/code.py b/MP3_Playback_RP2040/Pico_I2S_Tone/code.py index 221d6a241..41116e947 100644 --- a/MP3_Playback_RP2040/Pico_I2S_Tone/code.py +++ b/MP3_Playback_RP2040/Pico_I2S_Tone/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2018 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython I2S Tone playback example. Plays a tone for one second on, one diff --git a/MP3_Playback_RP2040/Pico_I2S_WAV/code.py b/MP3_Playback_RP2040/Pico_I2S_WAV/code.py index d65cea2c8..fb1f4ad3a 100644 --- a/MP3_Playback_RP2040/Pico_I2S_WAV/code.py +++ b/MP3_Playback_RP2040/Pico_I2S_WAV/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython I2S WAV file playback. Plays a WAV file once. diff --git a/MP3_Playback_RP2040/Pico_Multi_File/code.py b/MP3_Playback_RP2040/Pico_Multi_File/code.py index 107f26225..1fb503987 100644 --- a/MP3_Playback_RP2040/Pico_Multi_File/code.py +++ b/MP3_Playback_RP2040/Pico_Multi_File/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython multiple MP3 playback example for Raspberry Pi Pico. Plays two MP3 files consecutively, once time each. diff --git a/MP3_Playback_RP2040/Pico_Single_File/code.py b/MP3_Playback_RP2040/Pico_Single_File/code.py index 05eb0a9fe..f009e3661 100644 --- a/MP3_Playback_RP2040/Pico_Single_File/code.py +++ b/MP3_Playback_RP2040/Pico_Single_File/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ CircuitPython single MP3 playback example for Raspberry Pi Pico. Plays a single MP3 once. diff --git a/PyPortal_GCP_IOT_Planter/code.py b/PyPortal_GCP_IOT_Planter/code.py index 5568ae842..c955c13d7 100644 --- a/PyPortal_GCP_IOT_Planter/code.py +++ b/PyPortal_GCP_IOT_Planter/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ PyPortal Google Cloud IoT Core Planter ======================================================= diff --git a/PyPortal_GCP_IOT_Planter/gcp_gfx_helper.py b/PyPortal_GCP_IOT_Planter/gcp_gfx_helper.py index 696cfe706..0c9e962c8 100644 --- a/PyPortal_GCP_IOT_Planter/gcp_gfx_helper.py +++ b/PyPortal_GCP_IOT_Planter/gcp_gfx_helper.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """ GFX Helper for PyPortal GCP IoT Plant Monitor """ diff --git a/PyPortal_Titano_ArduinoSelfTest/PyPortal_Titano_ArduinoSelfTest.ino b/PyPortal_Titano_ArduinoSelfTest/PyPortal_Titano_ArduinoSelfTest.ino index 05fb51c59..094b0bad4 100644 --- a/PyPortal_Titano_ArduinoSelfTest/PyPortal_Titano_ArduinoSelfTest.ino +++ b/PyPortal_Titano_ArduinoSelfTest/PyPortal_Titano_ArduinoSelfTest.ino @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries +// +// SPDX-License-Identifier: MIT + // This program does a test of all the PyPortal Titano hardware // so you can get an example of how to read // sensors, touchscreen, and display stuff! diff --git a/PyPortal_Titano_ArduinoSelfTest/click.h b/PyPortal_Titano_ArduinoSelfTest/click.h index 204aed71d..29679b0d9 100644 --- a/PyPortal_Titano_ArduinoSelfTest/click.h +++ b/PyPortal_Titano_ArduinoSelfTest/click.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 gmeader for Adafruit Industries +// +// SPDX-License-Identifier: MIT + #define SAMPLE_RATE 16000 const uint8_t clickaudio[] = { diff --git a/PyPortal_ViewMaster/code.py b/PyPortal_ViewMaster/code.py index b7abb73c1..518fe77b6 100644 --- a/PyPortal_ViewMaster/code.py +++ b/PyPortal_ViewMaster/code.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import os import board import busio diff --git a/Raspberry_Pi_Stepper_Motors/Raspberry_Pi_Stepper_Motors.py b/Raspberry_Pi_Stepper_Motors/Raspberry_Pi_Stepper_Motors.py index 6d7746c6f..63a9552c6 100644 --- a/Raspberry_Pi_Stepper_Motors/Raspberry_Pi_Stepper_Motors.py +++ b/Raspberry_Pi_Stepper_Motors/Raspberry_Pi_Stepper_Motors.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import time import board import digitalio