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

@@ -1,7 +1,7 @@
<!--
SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
SPDX-License-Identifier: MIT
SPDX-License-Identifier: Apache-2.0
-->
# CLI Tests

View File

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
"""Tests for QuickBot CLI."""

View File

@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
"""Pytest configuration and fixtures for CLI tests."""

View File

@@ -1,6 +1,6 @@
; SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
;
; SPDX-License-Identifier: MIT
; SPDX-License-Identifier: Apache-2.0
[tool:pytest]
testpaths = tests

View File

@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
"""Tests for the CLI functionality."""

View File

@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
"""Tests for edge cases and error handling in the CLI."""

View File

@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
"""Integration tests for the CLI functionality."""