Skip to content

Commit b57a905

Browse files
committed
Added SPDX headers
1 parent 0d33ad7 commit b57a905

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CircuitPython_CLUEbot/code.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2022 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
14
import board
25
import neopixel
36
from robot import Robot

CircuitPython_CLUEbot/robot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2022 Melissa LeBlanc-Williams for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
14
import time
25
import pwmio
36
import board

0 commit comments

Comments
 (0)