Skip to content

Commit 470d9e1

Browse files
committed
fix spdx on .py
1 parent 5260b43 commit 470d9e1

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

circuitpython/tbish/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2023 Tod Kurt
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
22
# SPDX-License-Identifier: MIT
33
"""
44
`code.py`

circuitpython/tbish/pitch_glider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2023 Tod Kurt
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
22
# SPDX-License-Identifier: MIT
33
"""
44
`pitch_glider.py`

circuitpython/tbish/synth_setup_pts.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# synth_setup_pts.py -- Getting synthio up and running on pico_touch_synth board
2-
# part of todbot circuitpython synthio tutorial
3-
# 10 Feb 2025 - @todbot / Tod Kurt
4-
#
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2+
# SPDX-License-Identifier: MIT
3+
"""
4+
`synth_setup_pts.py`
5+
6+
Getting synthio up and running on pico_touch_synth board
7+
part of todbot circuitpython synthio tutorial
8+
10 Feb 2025 - @todbot / Tod Kurt
9+
"""
10+
511
import board
612
import synthio
713
import audiobusio

circuitpython/tbish/tbish_sequencer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2+
# SPDX-License-Identifier: MIT
3+
14
import time
25

36
class TBishSequencer:

circuitpython/tbish/tbish_synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2023 Tod Kurt
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
22
# SPDX-License-Identifier: MIT
33
"""
44
`tbish_synth`

circuitpython/tbish/tbish_ui.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 Tod Kurt
2+
# SPDX-License-Identifier: MIT
13
import displayio
24
import vectorio
35
import terminalio

0 commit comments

Comments
 (0)