add copyright license file

This commit is contained in:
io mintz 2020-05-12 23:50:15 +00:00
parent 23b6447e44
commit a7d9c03786
2 changed files with 16 additions and 0 deletions

View File

@ -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)',

14
short-license.txt Normal file
View File

@ -0,0 +1,14 @@
Copyright © 20182020 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.