chore: update license from MIT to Apache-2.0 across all files
All checks were successful
CI / test (3.13) (push) Successful in 42s

This commit is contained in:
Alexander Kalinovsky
2025-08-26 19:38:15 +03:00
parent bb604b0b74
commit ab1aedd63e
39 changed files with 171 additions and 76 deletions

View File

@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
# Local CI script to test the same steps as the Gitea workflow
set -e
@@ -19,7 +19,10 @@ echo "🎨 Checking code formatting..."
uv run ruff format --check
echo "📝 Running MyPy type checking..."
uv run mypy src
uv run mypy .
echo "🔍 Running Reuse linting..."
uv run reuse lint
echo "🧪 Running tests..."
uv run pytest