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,6 +1,6 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: Apache-2.0
[build-system]
requires = [
@@ -14,7 +14,7 @@ name = "quickbot-cli"
dynamic = ["version"]
description = "QuickBot CLI"
authors = [
{ name = "Alexander Kalinovsky", email = "ak@botforge.biz" }
{ name = "Alexander Kalinovsky", email = "a@k8y.ru" }
]
readme = "README.md"
requires-python = ">=3.13"