synthio: put license notice on copied files
This commit is contained in:
parent
1fafa4dc24
commit
b33c9f6b4b
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2023 Guido van Rossum <guido@cwi.nl> and others.
|
||||
#
|
||||
# SPDX-License-Identifier: PSF-2.0
|
||||
|
||||
import struct
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2023 Guido van Rossum <guido@cwi.nl> and others.
|
||||
#
|
||||
# SPDX-License-Identifier: PSF-2.0
|
||||
|
||||
"""Simple class to read IFF chunks.
|
||||
|
||||
An IFF chunk (used in formats such as AIFF, TIFF, RMFF (RealMedia File
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2023 Guido van Rossum <guido@cwi.nl> and others.
|
||||
#
|
||||
# SPDX-License-Identifier: PSF-2.0
|
||||
|
||||
"""Stuff to parse WAVE files.
|
||||
|
||||
Usage.
|
||||
|
|
Loading…
Reference in New Issue