Skip to content

Commit ec356b0

Browse files
committed
copyright declarations
1 parent d6f4c4f commit ec356b0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CircuitPython_GameAndWatch_Octopus/code.py

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

CircuitPython_GameAndWatch_Octopus/octopus_game_helpers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2022 Tim C, written for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
14
import math
25
import os
36
import time

0 commit comments

Comments
 (0)