File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
2829v0.3.29 (2025-09-18)
Original file line number Diff line number Diff line change 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
55import sys
Original file line number Diff line number Diff line change 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
55import array
Original file line number Diff line number Diff line change 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
55import opcode
Original file line number Diff line number Diff line change 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
55import opcode
You can’t perform that action at this time.
0 commit comments