From 50d8345fe609e4ec899f866073feda9378ab0639 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 14 Jul 2022 14:39:02 -0700 Subject: [PATCH] Updated to include GPLv3 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c51141..7ef03f2 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ A live example can be viewed at [GNU/Yandere](https://yandere.cc/YandereLewdBot) Currently the bot will only run on Linux. I believe it should run on most distros but I have only tested it on Arch and Raspbian. ## About -Yandere Lewd Bot is designed to be simple to understand (from a technical perspective) and easy to modify/extend. Yandere Lewd Bot relies on GNU formatted hash files to configure and organize posts (from the GNU coreutils package): +Yandere Lewd Bot is designed to be simple to understand (from a technical perspective) and easy to modify/extend. It relies on GNU formatted hash files to configure and organize posts (from the GNU coreutils package): (ex. `26d00a6ee5ae8fa3d58ee44b32b8992f *./rsc/nsfw/image.jpg`) +Yandere Lewd Bot is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). See LICENSE.txt. + The bot is still in development and can easily be crashed by writing a poorly configured `cfg.py` file, or messing with the hash files it uses to configure posts. The bot may also crash with encoding errors for files with non-unicode filenames. ## Installing