Skip to content

Commit b33c9f6

Browse files
committed
synthio: put license notice on copied files
1 parent 1fafa4d commit b33c9f6

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

tests/circuitpython-manual/synthio/wave/audioop.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Guido van Rossum <[email protected]> and others.
2+
#
3+
# SPDX-License-Identifier: PSF-2.0
4+
15
import struct
26

37

tests/circuitpython-manual/synthio/wave/chunk.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Guido van Rossum <[email protected]> and others.
2+
#
3+
# SPDX-License-Identifier: PSF-2.0
4+
15
"""Simple class to read IFF chunks.
26
37
An IFF chunk (used in formats such as AIFF, TIFF, RMFF (RealMedia File

tests/circuitpython-manual/synthio/wave/wave.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Guido van Rossum <[email protected]> and others.
2+
#
3+
# SPDX-License-Identifier: PSF-2.0
4+
15
"""Stuff to parse WAVE files.
26
37
Usage.

0 commit comments

Comments
 (0)