X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/5da425208b81f28238e7d84608664985071ce5a4..35e4d48c5f911e7c70a1de4888b27ef97a59da65:/src/bitbangio.py diff --git a/src/bitbangio.py b/src/bitbangio.py index e63168f..fd0c844 100755 --- a/src/bitbangio.py +++ b/src/bitbangio.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT """ `bitbangio` - Bitbanged bus protocols ============================================================== @@ -7,11 +10,6 @@ See `CircuitPython:bitbangio` in CircuitPython for more details. * Author(s): cefn """ - -__version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" - - import adafruit_platformdetect.constants.boards as ap_board from adafruit_blinka import Lockable, agnostic