Add LICENSE (AGPL3) and info about it in README

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-08-19 14:09:09 -07:00
parent e4364bf380
commit 74fc04fa63
2 changed files with 669 additions and 2 deletions

View File

@@ -98,12 +98,18 @@ Dockerfile, docker-compose.yml, and docker.env files have been provided so you c
omnibot.exs configuration and start a docker container. You should simply be able to run
`docker-compose up -d` and be good to go.
# Plugins
TODO: short intro about plugins and links to examples
# Final notes
Since this is a BEAM application, you will sometimes see error messages pop up. This is normal
behavior. If you see endless error messages (e.g. can't connect), then something is probably wrong
and checking the logs may help you determine the issue.
# Plugins
# License
TODO: short intro about plugins and links to examples
AGPL-3.0-only
See LICENSE file for details.