From 6a2fae1f33a4476146504363a3c9ecd28751f284 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 28 Aug 2020 16:40:47 +0200 Subject: [PATCH] License + Version 0.1.0 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 92809a3..0804610 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ By default, a year has 12 months (January to December) with 30 days each. There are 7 weekdays from Monday to Sunday, starting at Monday. The calendar starts at Day 1, Month 1 (January), Year 1. +## Version +0.1.0 + ## Compability This mod is designed for Minetest 5.3.0, but there's a compability mode for version 0.4.17. @@ -32,3 +35,10 @@ can be queried in Lua via `minetest.get_day_count()`. The day count is stored in the world directory under `env_meta.txt` as `day_count`. +## License +This entire mod is licensed under the +GNU Lesser General Public License version 3 (LGPL-3.0). + +This mod was created by Wuzzy. A small portion of the mod was adopted +from the [belfry] mod by sorcerykid, namely `calendar.get_date_string`, +based on `minetest.get_date_string` from the `belfry` mod.