Skip to content

Commit e170539

Browse files
committed
chore: SPDX
1 parent 07ef2e6 commit e170539

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

sdk/python/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
.PHONY: install lint format type-check type-check-tests test check-all verify
26

37
# Install dependencies including linting tools

sdk/python/mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[mypy]
26
python_version = 3.10
37
warn_return_any = True

sdk/python/test_outputs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/usr/bin/env python3
1+
# SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
24

35
import asyncio
46
import sys

0 commit comments

Comments
 (0)