Skip to content

Commit 9a01b34

Browse files
committed
fix copyright and file declaration
1 parent eb6b29f commit 9a01b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_display_text/text_box.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# SPDX-FileCopyrightText: 2020 Kevin Matocha
1+
# SPDX-FileCopyrightText: 2024 Tim Cocks for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
44

55
"""
6-
`adafruit_display_text.bitmap_label`
6+
`adafruit_display_text.text_box`
77
================================================================================
88
99
Text graphics handling for CircuitPython, including text boxes
1010
1111
12-
* Author(s): Kevin Matocha
12+
* Author(s): Tim Cocks
1313
1414
Implementation Notes
1515
--------------------

0 commit comments

Comments
 (0)