From 5d04d218e1f5556a2bd27e12357eb0db17e2067b Mon Sep 17 00:00:00 2001 From: dherrada Date: Thu, 6 Jan 2022 14:38:28 -0500 Subject: [PATCH] Updated name --- Circuit_Playground_Bluefruit_Jeopardy_Controller/code.py | 2 +- FunHouse_IOT_Hub/battery_peripheral/code.py | 2 +- FunHouse_IOT_Hub/code.py | 2 +- FunHouse_IOT_Hub/door_peripheral/code.py | 2 +- FunHouse_IOT_Hub/neopixel_remote/code.py | 2 +- FunHouse_IOT_Hub/neopixel_remote/feather_code/code.py | 2 +- FunHouse_IOT_Hub/relay_heatindex_peripheral/code.py | 2 +- FunHouse_IOT_Hub/relay_peripheral/code.py | 2 +- FunHouse_IOT_Hub/temp_humid_peripheral/code.py | 2 +- Pep_Talk_Generator/clue/code.py | 2 +- Pep_Talk_Generator/magtag/code.py | 2 +- Smart_Alarm_Clock/button/code.py | 2 +- Smart_Alarm_Clock/code.py | 2 +- Trinkey_Rubber_Ducky/code.py | 2 +- UART-Between-Boards/code.py | 2 +- Webhook_Plant_Sensor/code.py | 2 +- oshwa_magtag_display/code.py | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Circuit_Playground_Bluefruit_Jeopardy_Controller/code.py b/Circuit_Playground_Bluefruit_Jeopardy_Controller/code.py index 19c2ee48f..f4a7c14d4 100644 --- a/Circuit_Playground_Bluefruit_Jeopardy_Controller/code.py +++ b/Circuit_Playground_Bluefruit_Jeopardy_Controller/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT # General imports diff --git a/FunHouse_IOT_Hub/battery_peripheral/code.py b/FunHouse_IOT_Hub/battery_peripheral/code.py index 19dbf7c9a..72a526d31 100644 --- a/FunHouse_IOT_Hub/battery_peripheral/code.py +++ b/FunHouse_IOT_Hub/battery_peripheral/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/FunHouse_IOT_Hub/code.py b/FunHouse_IOT_Hub/code.py index d0dda2fb8..ee7058bdc 100644 --- a/FunHouse_IOT_Hub/code.py +++ b/FunHouse_IOT_Hub/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT import time diff --git a/FunHouse_IOT_Hub/door_peripheral/code.py b/FunHouse_IOT_Hub/door_peripheral/code.py index d940e7830..b61c66755 100644 --- a/FunHouse_IOT_Hub/door_peripheral/code.py +++ b/FunHouse_IOT_Hub/door_peripheral/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/FunHouse_IOT_Hub/neopixel_remote/code.py b/FunHouse_IOT_Hub/neopixel_remote/code.py index e2793e1be..a0868ce52 100644 --- a/FunHouse_IOT_Hub/neopixel_remote/code.py +++ b/FunHouse_IOT_Hub/neopixel_remote/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/FunHouse_IOT_Hub/neopixel_remote/feather_code/code.py b/FunHouse_IOT_Hub/neopixel_remote/feather_code/code.py index b5695ee7c..94d5b8462 100644 --- a/FunHouse_IOT_Hub/neopixel_remote/feather_code/code.py +++ b/FunHouse_IOT_Hub/neopixel_remote/feather_code/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/FunHouse_IOT_Hub/relay_heatindex_peripheral/code.py b/FunHouse_IOT_Hub/relay_heatindex_peripheral/code.py index a4332ea4a..3f0ec3e06 100644 --- a/FunHouse_IOT_Hub/relay_heatindex_peripheral/code.py +++ b/FunHouse_IOT_Hub/relay_heatindex_peripheral/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/FunHouse_IOT_Hub/relay_peripheral/code.py b/FunHouse_IOT_Hub/relay_peripheral/code.py index ac874d5e7..65b92d6cb 100644 --- a/FunHouse_IOT_Hub/relay_peripheral/code.py +++ b/FunHouse_IOT_Hub/relay_peripheral/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/FunHouse_IOT_Hub/temp_humid_peripheral/code.py b/FunHouse_IOT_Hub/temp_humid_peripheral/code.py index 79ab6fe85..b744a0faa 100644 --- a/FunHouse_IOT_Hub/temp_humid_peripheral/code.py +++ b/FunHouse_IOT_Hub/temp_humid_peripheral/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT """ diff --git a/Pep_Talk_Generator/clue/code.py b/Pep_Talk_Generator/clue/code.py index e2eb26ad3..c935c9154 100644 --- a/Pep_Talk_Generator/clue/code.py +++ b/Pep_Talk_Generator/clue/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: MIT diff --git a/Pep_Talk_Generator/magtag/code.py b/Pep_Talk_Generator/magtag/code.py index 2a28be4ee..f82fb036b 100644 --- a/Pep_Talk_Generator/magtag/code.py +++ b/Pep_Talk_Generator/magtag/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: MIT diff --git a/Smart_Alarm_Clock/button/code.py b/Smart_Alarm_Clock/button/code.py index 4ad8f1e56..eff9eb3dd 100644 --- a/Smart_Alarm_Clock/button/code.py +++ b/Smart_Alarm_Clock/button/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT import ssl diff --git a/Smart_Alarm_Clock/code.py b/Smart_Alarm_Clock/code.py index b634cd675..dd34ac3bf 100644 --- a/Smart_Alarm_Clock/code.py +++ b/Smart_Alarm_Clock/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT # General imports diff --git a/Trinkey_Rubber_Ducky/code.py b/Trinkey_Rubber_Ducky/code.py index 7b540d43b..4cffe822e 100644 --- a/Trinkey_Rubber_Ducky/code.py +++ b/Trinkey_Rubber_Ducky/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: Unlicense import time diff --git a/UART-Between-Boards/code.py b/UART-Between-Boards/code.py index cfdcbda5e..adb07fd31 100644 --- a/UART-Between-Boards/code.py +++ b/UART-Between-Boards/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries # SPDX-FileCopyrightText: Copyright (c) 2021 Dan Halbert for Adafruit Industries # # SPDX-License-Identifier: Unlicense diff --git a/Webhook_Plant_Sensor/code.py b/Webhook_Plant_Sensor/code.py index 7b4f97503..1be85bb7f 100644 --- a/Webhook_Plant_Sensor/code.py +++ b/Webhook_Plant_Sensor/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # SPDX-License-Identifier: MIT import time diff --git a/oshwa_magtag_display/code.py b/oshwa_magtag_display/code.py index 48d8ba9ef..f93067e36 100644 --- a/oshwa_magtag_display/code.py +++ b/oshwa_magtag_display/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: MIT