From 880d43f4719ddf70fea6dc90f83cd33f30ec59df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sun, 8 May 2016 14:38:38 +0200 Subject: [PATCH] add license information (#4) --- credentials.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/credentials.py b/credentials.py index 40d8f78..3b4386d 100644 --- a/credentials.py +++ b/credentials.py @@ -1,2 +1,21 @@ +#!/usr/bin/env python3 +# +# Telegram bot to play UNO in group chats +# Copyright (c) 2016 Jannes Höke +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + + TOKEN = 'TOKEN' BOTAN_TOKEN = '' # Optional: Add a botan.io token if you want bot statistics