Skip to content

Commit 31cb610

Browse files
committed
add copyright/lincense headers
1 parent 99587f0 commit 31cb610

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/logging_mqtt_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2022 vladak
2+
# SPDX-License-Identifier: Unlicense
13
"""
24
Demonstrate how to use a single logger to emit log records to
35
both console and MQTT broker, in this case Adafruit IO.

examples/mqtt_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2022 vladak
2+
# SPDX-License-Identifier: Unlicense
13
"""
24
MQTT logging handler - log records will be published as MQTT messages
35
"""

0 commit comments

Comments
 (0)