Licenses: Change WTFPL to MIT (part 1)

Part 1: All mods except default and xpanes.
Add license.txt files.
Add missing README.txt files.
Check and update copyright years for all contributors.
Improve text format and make more consistent.
This commit is contained in:
paramat 2016-09-04 06:31:01 +01:00
parent f844a4f379
commit e9d26e2ee3
26 changed files with 641 additions and 171 deletions

View File

@ -1,8 +1,10 @@
Minetest Game mod: beds Minetest Game mod: beds
======================= =======================
by BlockMen (c) 2014-2015 See license.txt for license information.
Version: 1.1.1 Authors of source code
----------------------
BlockMen (MIT)
About About
~~~~~ ~~~~~
@ -16,15 +18,3 @@ is set to the beds location and you will respawn there after death.
You can disable the respawn at beds by setting "enable_bed_respawn = false" in minetest.conf You can disable the respawn at beds by setting "enable_bed_respawn = false" in minetest.conf
You can also disable the night skip feature by setting "enable_bed_night_skip = false" in minetest.conf or by using You can also disable the night skip feature by setting "enable_bed_night_skip = false" in minetest.conf or by using
the /set command ingame. the /set command ingame.
License of source code, textures: WTFPL
---------------------------------------
(c) Copyright BlockMen (2014-2015)
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.

24
mods/beds/license.txt Normal file
View File

@ -0,0 +1,24 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2014-2016 BlockMen
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -1,16 +1,12 @@
Minetest Game mod: boats Minetest Game mod: boats
======================== ========================
by PilzAdam See license.txt for license information.
License of source code: Authors of source code
----------------------- ----------------------
WTFPL PilzAdam (MIT)
License of media (textures and sounds): Authors of media (textures and model)
--------------------------------------- -------------------------------------
WTFPL Textures: Zeg9 (MIT)
Model: thetoon and Zeg9 (MIT), modified by PavelS(SokolovPavel) (MIT)
Authors of media files:
-----------------------
textures: Zeg9
model: thetoon and Zeg9, modified by PavelS(SokolovPavel)

25
mods/boats/license.txt Normal file
View File

@ -0,0 +1,25 @@
License of source code and media (textures and model)
-----------------------------------------------------
The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam (source code)
Copyright (C) 2012-2016 Zeg9, thetoon, PavelS(SokolovPavel) (media)
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -1,17 +1,12 @@
Minetest Game mod: bones Minetest Game mod: bones
======================== ========================
License of source code: See license.txt for license information.
-----------------------
Copyright (C) 2012 PilzAdam
WTFPL Authors of source code
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
---------------------- ----------------------
All textures: paramat PilzAdam (MIT)
Authors of media (textures)
---------------------------
All textures: paramat (MIT)

25
mods/bones/license.txt Normal file
View File

@ -0,0 +1,25 @@
License of source code and textures
-----------------------------------
The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2016 paramat
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -1,23 +1,22 @@
Minetest Game mod: creative Minetest Game mod: creative
=========================== ===========================
See license.txt for license information.
Implements creative mode. Implements creative mode.
Switch on by using the "creative_mode" setting. Switch on by using the "creative_mode" setting.
Registered items that Registered items that:
- have a description, and - have a description, and
- do not have the group not_in_creative_inventory - do not have the group not_in_creative_inventory
are added to the creative inventory. are added to the creative inventory.
License of source code and media files:
---------------------------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
Copyright (C) 2016 Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com>
This program is free software. It comes without any warranty, to Authors of source code
the extent permitted by applicable law. You can redistribute it ----------------------
and/or modify it under the terms of the Do What The Fuck You Want Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
To Public License, Version 2, as published by Sam Hocevar. See Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
http://sam.zoy.org/wtfpl/COPYING for more details.
Author of media (textures)
--------------------------
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)

26
mods/creative/license.txt Normal file
View File

@ -0,0 +1,26 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com> (source code)
Copyright (C) 2016 Jean-Patrick G. (kilbith)
<jeanpatrick.guerrero@gmail.com> (source code and textures)
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -1,62 +1,60 @@
Minetest Game mod: doors Minetest Game mod: doors
======================== ========================
version: 2.0 See license.txt for license information.
License of source code: Authors of source code
----------------------- ----------------------
Copyright (C) 2012 PilzAdam Originally by PilzAdam (MIT)
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
Steel trapdoor added by sofar. Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.
Copyright (C) 2016 sofar@foo-projects.org
Re-implemented most of the door algorithms, added meshes, UV wrapped texture Modified by sofar (sofar@foo-projects.org) (MIT):
Added Steel trapdoor.
Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
Added doors API to facilitate coding mods accessing and operating doors. Added doors API to facilitate coding mods accessing and operating doors.
Added Fence Gate model, code, and sounds Added Fence Gate model, code, and sounds.
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of textures Authors of media (textures)
-------------------------------------- ---------------------------
following Textures created by Fernando Zapata (CC BY-SA 3.0): Following textures created by Fernando Zapata (CC BY-SA 3.0):
door_wood.png door_wood.png
door_wood_a.png door_wood_a.png
door_wood_a_r.png door_wood_a_r.png
door_wood_b.png door_wood_b.png
door_wood_b_r.png door_wood_b_r.png
following Textures created by BlockMen (WTFPL): Following textures created by BlockMen (MIT):
door_trapdoor.png door_trapdoor.png
door_obsidian_glass_side.png door_obsidian_glass_side.png
following textures created by celeron55 (CC BY-SA 3.0): Following textures created by celeron55 (CC BY-SA 3.0):
door_glass_a.png door_glass_a.png
door_glass_b.png door_glass_b.png
following Textures created by PenguinDad (CC BY-SA 4.0): Following textures created by PenguinDad (CC BY-SA 4.0):
door_glass.png door_glass.png
door_obsidian_glass.png door_obsidian_glass.png
following textures created by sofar (CC-BY-SA-3.0) Following textures created by sofar (CC-BY-SA-3.0):
doors_trapdoor_steel.png doors_trapdoor_steel.png
doors_trapdoor_steel_side.png doors_trapdoor_steel_side.png
door_trapdoor_side.png door_trapdoor_side.png
Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (MIT):
Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen: WTFPL
door_obsidian_glass.png door_obsidian_glass.png
Glass door textures by red-001 based on textures by celeron55: CC BY-SA 3.0 Glass door textures by red-001 based on textures by celeron55 (CC BY-SA 3.0):
door_glass.png door_glass.png
All other textures (created by PilzAdam): WTFPL
All other textures (created by PilzAdam) (MIT):
Door textures were converted to the new texture map by sofar, paramat and Door textures were converted to the new texture map by sofar, paramat and
red-001, under the same license as the originals. red-001, under the same license as the originals.
Models:
-------------------------------------- Authors of media (models)
-------------------------
Door 3d models by sofar (CC-BY-SA-3.0) Door 3d models by sofar (CC-BY-SA-3.0)
- door_a.obj - door_a.obj
- door_b.obj - door_b.obj
@ -64,17 +62,18 @@ Fence gate models by sofar (CC-BY-SA-3.0)
- fencegate_open.obj - fencegate_open.obj
- fencegate_closed.obj - fencegate_closed.obj
License of sounds
-------------------------------------- Authors of media (sounds)
-------------------------
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
door_open.ogg door_open.ogg
Closing-Sound created by bennstir (CC BY 3.0) Closing-Sound created by bennstir (CC BY 3.0)
door_close.ogg door_close.ogg
fencegate_open.ogg: fencegate_open.ogg:
http://www.freesound.org/people/mhtaylor67/sounds/126041/ - CC0 http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
fencegate_close.ogg: fencegate_close.ogg:
http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - CC-BY-3.0 http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
http://www.freesound.org/people/rivernile7/sounds/249573/ - CC-BY-3.0 http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
Steel door sounds open & close (CC-BY-3.0) by HazMatt Steel door sounds open & close (CC-BY-3.0) by HazMatt
- http://www.freesound.org/people/HazMattt/sounds/187283/ - http://www.freesound.org/people/HazMattt/sounds/187283/
doors_steel_door_open.ogg doors_steel_door_open.ogg

163
mods/doors/license.txt Normal file
View File

@ -0,0 +1,163 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam (source code, textures)
Copyright (C) 2014-2016 BlockMen (source code, textures)
Copyright (C) 2015-2016 sofar (sofar@foo-projects.org) (source code, textures)
Copyright (C) 2016 red-001 (textures)
Copyright (C) 2016 paramat (textures)
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.
For more details:
https://opensource.org/licenses/MIT
Licenses of media (textures, models and sounds)
-----------------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2011-2016 Fernando Zapata (textures)
Copyright (C) 2014-2016 celeron55 (textures)
Copyright (C) 2015-2016 sofar (textures, models)
Copyright (C) 2016 red-001 (textures)
Copyright (C) 2016 paramat (textures)
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
ShareAlike — If you remix, transform, or build upon the material, you must distribute
your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.
For more details:
http://creativecommons.org/licenses/by-sa/3.0/
-----------------------
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
Copyright (C) 2014-2016 PenguinDad (textures)
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
ShareAlike — If you remix, transform, or build upon the material, you must distribute
your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.
For more details:
http://creativecommons.org/licenses/by-sa/4.0/
-----------------------
Attribution 3.0 Unported (CC BY 3.0)
Copyright (C) 2014 CGEffex (sounds)
Copyright (C) 2014 bennstir (sounds)
Copyright (C) 2016 BarkersPinhead (sounds)
Copyright (C) 2016 rivernile7 (sounds)
Copyright (C) 2016 HazMatt (sounds)
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.
For more details:
http://creativecommons.org/licenses/by/3.0/
-----------------------
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
mhtaylor67 (sounds)
SkeetMasterFunk69 (sounds)
No Copyright
The person who associated a work with this deed has dedicated the work to the public
domain by waiving all of his or her rights to the work worldwide under copyright law,
including all related and neighboring rights, to the extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial purposes, all
without asking permission. See Other Information below.
Other Information
In no way are the patent or trademark rights of any person affected by CC0, nor are the
rights that other persons may have in the work or in how the work is used, such as
publicity or privacy rights.
Unless expressly stated otherwise, the person who associated a work with this deed makes
no warranties about the work, and disclaims liability for all uses of the work, to the
fullest extent permitted by applicable law.
When using or citing the work, you should not imply endorsement by the author or the
affirmer.
For more details:
https://creativecommons.org/publicdomain/zero/1.0/

View File

@ -1,15 +1,8 @@
Minetest Game mod: dye Minetest Game mod: dye
====================== ======================
See license.txt for license information.
See init.lua for documentation. See init.lua for documentation.
License of source code and media files: Authors of source code and media (textures)
--------------------------------------- -------------------------------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com> Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.

24
mods/dye/license.txt Normal file
View File

@ -0,0 +1,24 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -1,34 +1,22 @@
Minetest Game mod: farming Minetest Game mod: farming
========================== ==========================
See license.txt for license information.
License of source code: Authors of source code
----------------------- ----------------------
Copyright (C) 2014 webdesigner97 PilzAdam (MIT)
webdesigner97 (MIT)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Authors of media (textures)
Version 2, December 2004 ---------------------------
Created by PilzAdam (MIT):
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
License of media (textures):
----------------------------
Created by PilzAdam (License: WTFPL):
farming_bread.png farming_bread.png
farming_soil.png farming_soil.png
farming_soil_wet.png farming_soil_wet.png
farming_soil_wet_side.png farming_soil_wet_side.png
farming_string.png farming_string.png
Created by BlockMen (License: CC BY 3.0): Created by BlockMen (CC BY 3.0):
farming_tool_diamondhoe.png farming_tool_diamondhoe.png
farming_tool_mesehoe.png farming_tool_mesehoe.png
farming_tool_bronzehoe.png farming_tool_bronzehoe.png
@ -36,10 +24,10 @@ Created by BlockMen (License: CC BY 3.0):
farming_tool_stonehoe.png farming_tool_stonehoe.png
farming_tool_woodhoe.png farming_tool_woodhoe.png
Created by MasterGollum (License: WTFPL): Created by MasterGollum (MIT):
farming_straw.png farming_straw.png
Created by Gambit (License: WTFPL): Created by Gambit (MIT):
farming_wheat.png farming_wheat.png
farming_wheat_*.png farming_wheat_*.png
farming_cotton_*.png farming_cotton_*.png

59
mods/farming/license.txt Normal file
View File

@ -0,0 +1,59 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam (source code, textures)
Copyright (C) 2014-2016 webdesigner97 (source code)
Copyright (C) 2015-2016 MasterGollum (textures)
Copyright (C) 2015-2016 Gambit (textures)
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.
For more details:
https://opensource.org/licenses/MIT
License of media (textures)
---------------------------
Attribution 3.0 Unported (CC BY 3.0)
Copyright (C) 2014-2016 BlockMen
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.
For more details:
http://creativecommons.org/licenses/by/3.0/

View File

@ -1,23 +1,14 @@
Minetest Game mod: flowers Minetest Game mod: flowers
========================== ==========================
See license.txt for license information.
License of source code: Authors of source code
----------------------- ----------------------
Copyright (C) 2012-2013 Ironzorg, VanessaE Ironzorg (MIT)
VanessaE (MIT)
This program is free software. It comes without any warranty, to Authors of media (textures)
the extent permitted by applicable law. You can redistribute it ---------------------------
and/or modify it under the terms of the Do What The Fuck You Want Gambit (MIT):
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures and sounds)
--------------------------------------
WTFPL
Gambit (WTFPL):
flowers_mushroom_*.png flowers_mushroom_*.png
flowers_waterlily.png flowers_waterlily.png
DanDuncombe (WTFPL):
flowers_spores_*.png

25
mods/flowers/license.txt Normal file
View File

@ -0,0 +1,25 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2012-2013 Ironzorg, VanessaE (source code)
Copyright (C) 2015-2016 Gambit (textures)
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -0,0 +1,7 @@
Minetest Game mod: give_initial_stuff
=====================================
See license.txt for license information.
Authors of source code
----------------------
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)

View File

@ -0,0 +1,24 @@
License of source code
----------------------
The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
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.
For more details:
https://opensource.org/licenses/MIT

7
mods/sethome/README.txt Normal file
View File

@ -0,0 +1,7 @@
Minetest Game mod: sethome
==========================
See license.txt for license information.
Authors of source code
----------------------
sfan5 (MIT)

24
mods/sethome/license.txt Normal file
View File

@ -0,0 +1,24 @@
License of source code
----------------------
The MIT License (MIT)
Copyright (C) 2014-2016 sfan5
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.
For more details:
https://opensource.org/licenses/MIT

View File

@ -1,6 +1,17 @@
Minetest Game mod: tnt Minetest Game mod: tnt
====================== ======================
by PilzAdam and ShadowNinja See license.txt for license information.
Authors of source code
----------------------
PilzAdam (MIT)
ShadowNinja (MIT)
sofar (sofar@foo-projects.org) (MIT)
Authors of media (textures)
---------------------------
? (MIT)
sofar (sofar@foo-projects.org) (MIT)
Introduction: Introduction:
This mod adds TNT to Minetest. TNT is a tool to help the player This mod adds TNT to Minetest. TNT is a tool to help the player
@ -15,23 +26,3 @@ There are different ways to blow up TNT:
2. Hit a gunpowder fuze that leads to a TNT block with a torch. 2. Hit a gunpowder fuze that leads to a TNT block with a torch.
3. Activate it with mesecons (fastest way) 3. Activate it with mesecons (fastest way)
Be aware of the damage radius of 7 blocks! Be aware of the damage radius of 7 blocks!
License:
WTFPL (see below)
See also:
http://minetest.net/
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

27
mods/tnt/license.txt Normal file
View File

@ -0,0 +1,27 @@
License of source code and media (textures)
-------------------------------------------
The MIT License (MIT)
Copyright (C) 2014-2016 PilzAdam (source code)
Copyright (C) 2014-2016 ShadowNinja (source code)
Copyright (C) 2016 sofar (sofar@foo-projects.org) (source code and textures)
Copyright (C) 201? ? (textures)
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.
For more details:
https://opensource.org/licenses/MIT

7
mods/walls/README.txt Normal file
View File

@ -0,0 +1,7 @@
Minetest Game mod: walls
========================
See license.txt for license information.
Authors of source code
----------------------
sofar (sofar@foo-projects.org) (LGPL 2.1)

12
mods/walls/license.txt Normal file
View File

@ -0,0 +1,12 @@
License of source code
----------------------
Copyright (C) 2016 sofar (sofar@foo-projects.org)
This program 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 program 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:
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html

View File

@ -1,26 +1,16 @@
Minetest Game mod: wool Minetest Game mod: wool
======================= =======================
See license.txt for license information.
Mostly backward-compatible with jordach's 16-color wool mod. Mostly backward-compatible with jordach's 16-color wool mod.
License of source code: Authors of source code
----------------------- ----------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com> Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
This program is free software. It comes without any warranty, to Authors of media (textures)
the extent permitted by applicable law. You can redistribute it ---------------------------
and/or modify it under the terms of the Do What The Fuck You Want Cisoun (CC BY-SA 3.0):
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Cisoun:
- wool_black.png wool_brown.png wool_dark_green.png wool_green.png - wool_black.png wool_brown.png wool_dark_green.png wool_green.png
- wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png wool_blue.png - wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png wool_blue.png
- wool_cyan.png wool_dark_grey.png wool_grey.png wool_orange.png wool_red.png - wool_cyan.png wool_dark_grey.png wool_grey.png wool_orange.png wool_red.png

59
mods/wool/license.txt Normal file
View File

@ -0,0 +1,59 @@
License of source code
----------------------
The MIT License (MIT)
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
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.
For more details:
https://opensource.org/licenses/MIT
Licenses of media (textures)
----------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2012-2016 Cisoun
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
ShareAlike — If you remix, transform, or build upon the material, you must distribute
your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.
For more details:
http://creativecommons.org/licenses/by-sa/3.0/