Change license to MIT.

This commit is contained in:
Amaz 2015-08-30 08:46:43 +01:00
parent 797e27bc0c
commit 8a7ed09353
3 changed files with 19 additions and 13 deletions

View File

@ -1,11 +1,9 @@
##hide_minimap: a Minetest mod.
**Important note: This mod needs a very new build of Minetest to work, or 0.4.13 when it's released! (This commit added this functionality: https://github.com/minetest/minetest/commit/be9024a397506dff1151b16e5f7a91e393b00d7e)**
This mod allows server admins to hide the minimap to normal players, and allow certain players to use it with the minimap priv.
Its main purpose is for extreme survival servers, please do not use it unless you really need to, as the minimap is an awesome feature! (If this mod becomes used on too many servers, I may have to add a check for my name into the code, which allows me to always use it...!) However, on extreme survival servers, where the chief purpose is survival, it serves a point.
*Depends:* None!
*License:* WTFPL
*License:* MIT

View File

@ -10,7 +10,7 @@
"authors": [
"Amaz"
],
"license": "WTFPL",
"license": "MIT",
"dependencies": { },
"ignore": [ ]
}

View File

@ -1,13 +1,21 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
The MIT License (MIT)
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Copyright (c) 2015 Amaz
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.
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:
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
0. You just DO WHAT THE FUCK YOU WANT TO.
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.