mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-11-08 08:13:43 +01:00
a69a3f4eda
As permitted by Hans von Smacker for his recent contribution of technic support: https://www.reddit.com/r/Minetest/comments/6u6irr/digtron_and_automated_bridge_building/do6os86/ I'm switching to MIT to be maximally permissive.
43 lines
1.8 KiB
Plaintext
43 lines
1.8 KiB
Plaintext
Modular Tunnel Boring Machine:
|
|
The Almighty Digtron
|
|
====================
|
|
|
|
All source code aside from the contents of util_item_place_node.lua and all art are by FaceDeer.
|
|
|
|
util_item_place_node.lua is derived from default mod code under the LGPL 2.1, see header of that file for details.
|
|
|
|
Sounds are under various licenses, see the license.txt file in the /sounds directory for details.
|
|
|
|
License for Code
|
|
----------------
|
|
|
|
Copyright (C) 2017 FaceDeer, [technic] support added 2017 by Hans von Smacker
|
|
|
|
The MIT License (MIT)
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
|
|
License for Textures
|
|
---------------------------------------
|
|
|
|
CC-BY-SA 3.0 UNPORTED. Created by FaceDeer
|
|
|
|
digtron_digger.png modified to digtron_digger_yb.png by hajo - https://forum.minetest.net/viewtopic.php?f=9&t=16295#p245531
|
|
|
|
digtron_battery.png was added by Hans von Smacker |