From 27f17fa64b1cf6f6af5d920c93b9dfa57a750642 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 10 Feb 2020 13:01:39 -0500 Subject: [PATCH] add license info and author clarifications to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 99a37e6..426b22c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # minetestmapper-python Use python to make minetest maps from worlds. +## License +- sectors2sqlite.py: see lgpl-2.1.txt +- other code: see LICENSE + +### Authors +- The github.com/minetest team: minetestmapper.py and sectors2sqlite.py (see CHANGELOG.md) +- spillz: the original minetestmapper-numpy.py only +- Jake Gustafson ## Goals: * Conform syntax and features to the new official [https://github.com/minetest/minetestmapper](minetestmapper) which is in C++