docs(license): Switch to CC BY-NC-SA 4.0

This commit is contained in:
SMKRV
2024-11-29 16:38:41 +03:00
parent f6dcd1c382
commit ed85c659be
14 changed files with 89 additions and 7 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
"""API Client for HA Text AI."""
"""
API Client for HA Text AI.
@license: CC BY-NC-SA 4.0 International
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
"""
import logging
import asyncio
from typing import Any, Dict, List, Optional