Skip to content

Commit eb52cea

Browse files
committed
Adding SPDX line for myself.
1 parent b508e65 commit eb52cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_circuitplayground/circuit_playground_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-FileCopyrightText: 2016 Scott Shawcroft for Adafruit Industries
22
# SPDX-FileCopyrightText: 2017-2019 Kattni Rembor for Adafruit Industries
3+
# SPDX-FileCopyrightText: 2022 Ryan Keith for Adafruit Industries
34
#
45
# SPDX-License-Identifier: MIT
56

@@ -15,7 +16,7 @@
1516
* `Circuit Playground Express <https://www.adafruit.com/product/3333>`_
1617
* `Circuit Playground Bluefruit <https://www.adafruit.com/product/4333>`_.
1718
18-
* Author(s): Kattni Rembor, Scott Shawcroft
19+
* Author(s): Kattni Rembor, Scott Shawcroft, Ryan Keith
1920
"""
2021

2122
import math

0 commit comments

Comments
 (0)