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 4294c6e8ac
commit da54f56951
2 changed files with 39 additions and 21 deletions

@ -1,6 +1,17 @@
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:
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.
3. Activate it with mesecons (fastest way)
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
license.txt Normal 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