Skip to content

Commit 02e31c2

Browse files
committed
chore: link the license copy
1 parent 8d1f33e commit 02e31c2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,5 @@ not invoke ffmpeg, pyannote, or any LLM.
349349

350350
## License
351351

352-
This project is licensed under the [GNU Affero General Public License v3.0 or
353-
later](LICENSE) (AGPL-3.0-or-later). See [LICENSE](LICENSE) for the full text.
352+
This project is licensed under the [GNU General Public License v3.0 or
353+
later](LICENSE) (GPL-3.0-or-later). See [LICENSE](LICENSE) for the full text.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ version = "0.1.0"
88
description = "Local STT orchestrator for English/Hindi/Hinglish with external OpenAI-compatible ASR, pyannote diarization, and LLM transcript repair."
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.13"
11-
license = "AGPL-3.0-or-later"
11+
license = "GPL-3.0-or-later"
12+
license-files = ["LICENSE"]
1213
authors = [{ name = "resilient-stt" }]
1314
dependencies = [
1415
"pydantic>=2.6,<3",

0 commit comments

Comments
 (0)