Skip to content

Commit 85f0c33

Browse files
committed
Correct mitogen.imports.* licenses
1 parent 8f66aa5 commit 85f0c33

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ In progress (unreleased)
2323

2424
* :gh:issue:`1266` Import cleanups
2525
* :gh:issue:`1266` :mod:`ansible_mitogen`: De-duplicate sys.path manipulations
26+
* :gh:issue:`1344` Correct SPDX license declarations
2627

2728

2829
v0.3.29 (2025-09-18)

mitogen/imports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2025 Mitogen authors <https://github.com/mitogen-hq>
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: BSD-3-Clause
33
# !mitogen: minify_safe
44

55
import sys

mitogen/imports/_py2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2025 Mitogen authors <https://github.com/mitogen-hq>
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: BSD-3-Clause
33
# !mitogen: minify_safe
44

55
import array

mitogen/imports/_py314.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2025 Mitogen authors <https://github.com/mitogen-hq>
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: BSD-3-Clause
33
# !mitogen: minify_safe
44

55
import opcode

mitogen/imports/_py36.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2025 Mitogen authors <https://github.com/mitogen-hq>
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: BSD-3-Clause
33
# !mitogen: minify_safe
44

55
import opcode

0 commit comments

Comments
 (0)