1234567891011121314151617181920212223242526 |
- Cloudlands mapgen
- ~~~~~~~~~~~~~~~~~
- Copyright © 2018 Treer <treer.git@gmail.com>
-
- A more permissive license may be available by request.
-
- For simplicity this Minetest mod is licensed with the same
- license as Minetest - "GNU LGPL" version 2.1 or later.
- GNU LGPL information
- --------------------
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You can receive a copy of the GNU Lesser General Public License from
- http://www.gnu.org/
|