Added license disclaimer to source files
This commit is contained in:
parent
4b98279fa6
commit
4b42293131
15
tmdb/tmdb.py
15
tmdb/tmdb.py
|
@ -1,3 +1,18 @@
|
||||||
|
'''
|
||||||
|
This file is part of tmdb-bot.
|
||||||
|
|
||||||
|
tmdb-bot is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License version 3 as published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
tmdb-bot 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 Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with tmdb-bot. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
'''
|
||||||
from html import escape
|
from html import escape
|
||||||
|
|
||||||
from mautrix.types import TextMessageEventContent, MediaMessageEventContent, MessageType, Format, RelatesTo, RelationType
|
from mautrix.types import TextMessageEventContent, MediaMessageEventContent, MessageType, Format, RelatesTo, RelationType
|
||||||
|
|
|
@ -1,3 +1,18 @@
|
||||||
|
'''
|
||||||
|
This file is part of tmdb-bot.
|
||||||
|
|
||||||
|
tmdb-bot is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License version 3 as published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
tmdb-bot 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 Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with tmdb-bot. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
'''
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
class Connection():
|
class Connection():
|
||||||
|
|
Loading…
Reference in a new issue