Skip to content

Commit e70de9f

Browse files
committed
Minor copyright fix.
1 parent b36aebe commit e70de9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_mcp230xx/mcp230xx.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
22
# SPDX-FileCopyrightText: 2019 Carter Nelson
3+
# SPDX-FileCopyrightText: 2021 Red_M
34
#
45
# SPDX-License-Identifier: MIT
56

@@ -9,7 +10,7 @@
910
1011
CircuitPython module for the MCP23017 and MCP23008 I2C I/O extenders.
1112
12-
* Author(s): Tony DiCola
13+
* Author(s): Tony DiCola, Red_M (2021)
1314
"""
1415

1516
from .mcp23xxx import MCP23XXX

0 commit comments

Comments
 (0)