From a7d9c037864479c2c9951c457ba5345ce8c2bf51 Mon Sep 17 00:00:00 2001 From: io mintz Date: Tue, 12 May 2020 23:50:15 +0000 Subject: [PATCH] add copyright license file --- config.example.py | 2 ++ short-license.txt | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 short-license.txt diff --git a/config.example.py b/config.example.py index 6d627aa..a290e42 100644 --- a/config.example.py +++ b/config.example.py @@ -28,6 +28,8 @@ }, }, + 'copyright_license_file': 'short-license.txt', + 'socks5_proxy_url': None, # required for connecting to the EC API over a Tor onion service 'use_socks5_for_all_connections': False, # whether to use socks5 for all HTTP operations (other than discord.py) 'user_agent': 'EmoteManagerBot (https://github.com/iomintz/emote-manager-bot)', diff --git a/short-license.txt b/short-license.txt new file mode 100644 index 0000000..61aae68 --- /dev/null +++ b/short-license.txt @@ -0,0 +1,14 @@ +Copyright © 2018–2020 lambda#0987 + +Emote Manager 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. + +Emote Manager 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 may find a copy of the GNU Affero General Public License at https://github.com/EmoteBot/EmoteManager/blob/master/LICENSE.md. +The rest of the source code is also there.