diff --git a/README.md b/README.md index e80b82d..705f822 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,7 @@ This project is licensed under the GPLv3 License - see the LICENSE.md file for d * [GERBrowny and community](https://twitch.tv/gerbrowny/) * [DerZugger and community](https://www.twitch.tv/derzugger/) * [Timmeh74 and community](https://www.twitch.tv/timmeh74/) + +## Disclaimer + +This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Twitch Interactive, Inc. diff --git a/tts.py b/tts.py index 1c3f666..8d2dd92 100644 --- a/tts.py +++ b/tts.py @@ -1,6 +1,24 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- +""" + TwitchTTS + Copyright (C) 2022 gpkvt + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +""" + import json import yaml import logging