Skip to content

Commit c458289

Browse files
committed
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.
1 parent ad36352 commit c458289

File tree

12 files changed

+119
-425
lines changed

12 files changed

+119
-425
lines changed

LICENSE

Lines changed: 107 additions & 413 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![GitHub release](https://img.shields.io/github/v/release/smkrv/ha-text-ai?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/smkrv/ha-text-ai?style=flat-square) [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg?style=flat-square)](https://creativecommons.org/licenses/by-nc-sa/4.0/) [![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=flat-square)](https://github.com/hacs/integration)
5+
![GitHub release](https://img.shields.io/github/v/release/smkrv/ha-text-ai?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/smkrv/ha-text-ai?style=flat-square) [![License: PolyForm Noncommercial](https://img.shields.io/badge/License-PolyForm%20Noncommercial%201.0.0-lightgrey.svg?style=flat-square)](https://polyformproject.org/licenses/noncommercial/1.0.0) [![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=flat-square)](https://github.com/hacs/integration)
66
![Deutsch](https://img.shields.io/badge/lang-DE-blue?style=flat-square) ![English](https://img.shields.io/badge/lang-EN-blue?style=flat-square) ![Español](https://img.shields.io/badge/lang-ES-blue?style=flat-square) ![हिन्दी](https://img.shields.io/badge/lang-HI-blue?style=flat-square) ![Italiano](https://img.shields.io/badge/lang-IT-blue?style=flat-square) ![Русский](https://img.shields.io/badge/lang-RU-blue?style=flat-square) ![Српски](https://img.shields.io/badge/lang-SR-blue?style=flat-square) ![中文](https://img.shields.io/badge/lang-ZH-blue?style=flat-square)
77

88

@@ -653,7 +653,7 @@ DEALINGS IN THE SOFTWARE.
653653
## 📝 License
654654

655655
Author: SMKRV
656-
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) - see [LICENSE](LICENSE) for details.
656+
[PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0) - see [LICENSE](LICENSE) for details.
657657

658658
## 💡 Support the Project
659659

custom_components/ha_text_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
The HA Text AI integration.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
API Client for HA Text AI.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Config flow for HA text AI integration.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Constants for the HA text AI integration.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
The HA Text AI coordinator.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
History management for HA Text AI integration.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Metrics management for HA Text AI integration.
33
4-
@license: CC BY-NC-SA 4.0 International
4+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
55
@author: SMKRV
66
@github: https://github.com/smkrv/ha-text-ai
77
@source: https://github.com/smkrv/ha-text-ai

custom_components/ha_text_ai/providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Centralizes provider-specific configuration to avoid dispatch duplication
55
across __init__.py, config_flow.py, and api_client.py.
66
7-
@license: CC BY-NC-SA 4.0 International
7+
@license: PolyForm Noncommercial 1.0.0 (https://polyformproject.org/licenses/noncommercial/1.0.0)
88
@author: SMKRV
99
@github: https://github.com/smkrv/ha-text-ai
1010
@source: https://github.com/smkrv/ha-text-ai

0 commit comments

Comments
 (0)