chore: Change license from CC BY-NC-SA 4.0 to PolyForm Noncommercial 1.0.0

Replace Creative Commons Attribution-NonCommercial-ShareAlike 4.0
with PolyForm Noncommercial License 1.0.0 across all files:
LICENSE, README badge/footer, and all Python module headers.
This commit is contained in:
SMKRV
2026-03-12 12:13:54 +03:00
parent ad36352fe8
commit c45828953d
12 changed files with 119 additions and 425 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""
The HA Text AI integration.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
API Client for HA Text AI.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Config flow for HA text AI integration.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Constants for the HA text AI integration.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
The HA Text AI coordinator.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
History management for HA Text AI integration.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Metrics management for HA Text AI integration.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -4,7 +4,7 @@ Provider registry for HA Text AI integration.
Centralizes provider-specific configuration to avoid dispatch duplication
across __init__.py, config_flow.py, and api_client.py.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Sensor platform for HA Text AI.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Utility functions for HA Text AI integration.
@license: CC BY-NC-SA 4.0 International
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai