Skip to content

Commit 9baaba5

Browse files
committed
Corrected licenses
1 parent 042f335 commit 9baaba5

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

examples/adafruit_io_mqtt/adafruit_io_simpletest_cellular.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: Tony DiCola for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
23
# SPDX-License-Identifier: MIT
34

45
# Example of using the Adafruit IO CircuitPython MQTT client
56
# to subscribe to an Adafruit IO feed and publish random data
67
# to be received by the feed.
7-
#
8-
# Example by Tony DiCola for Adafruit Industries
9-
# Modified by Brent Rubell for Adafruit Industries, 2019
108
import time
119
from random import randint
1210

examples/adafruit_io_mqtt/adafruit_io_simpletest_eth.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: Tony DiCola for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
23
# SPDX-License-Identifier: MIT
34

45
# Example of using the Adafruit IO CircuitPython MQTT client
56
# to subscribe to an Adafruit IO feed and publish random data
67
# to be received by the feed.
7-
#
8-
# Example by Tony DiCola for Adafruit Industries
9-
# Modified by Brent Rubell for Adafruit Industries, 2019
10-
import time
118
from random import randint
129

1310
import board

examples/adafruit_io_simpletest.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: Tony DiCola for Adafruit Industries
2+
# SPDX-FileCopyrightText: 2019 Adafruit Industries for Adafruit Industries
23
# SPDX-License-Identifier: MIT
34

45
# Example of using the Adafruit IO CircuitPython MQTT client
56
# to subscribe to an Adafruit IO feed and publish random data
67
# to be received by the feed.
7-
#
8-
# Example by Tony DiCola for Adafruit Industries
9-
# Modified by Brent Rubell for Adafruit Industries, 2019
10-
import time
118
from random import randint
129

1310

0 commit comments

Comments
 (0)