From 3e7800971b7bfa19286655cc3df0b208c1c2fcdb Mon Sep 17 00:00:00 2001 From: Ske Date: Sat, 16 Feb 2019 14:33:00 +0100 Subject: [PATCH] Add Apache 2 license notice to README. Closes #45. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a74fefe..bb00737a 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,7 @@ You'll need to pass configuration options through shell environment variables. * Clone this repository: `git clone https://github.com/xSke/PluralKit` * Create a virtualenv: `virtualenv --python=python3.6 venv` * Install dependencies: `venv/bin/pip install -r requirements.txt` -* Run PluralKit with environment variables: `TOKEN=... CLIENT_ID=... DATABASE_USER=... venv/bin/python src/bot_main.py` \ No newline at end of file +* Run PluralKit with environment variables: `TOKEN=... CLIENT_ID=... DATABASE_USER=... venv/bin/python src/bot_main.py` + +# License +This project is under the Apache License, Version 2.0. It is available at the following link: https://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file