mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 04:40:22 +02:00
Licenses: Change WTFPL to MIT (part 2)
Add license.txt files. Update and improve README.txt files. Corrections to part 1.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
Minetest Game mod: vessels
|
||||
==========================
|
||||
See license.txt for license information.
|
||||
|
||||
Crafts
|
||||
-------
|
||||
@ -34,17 +35,17 @@ the Free Software Foundation; either version 2.1 of the License, or
|
||||
|
||||
http://www.gnu.org/licenses/lgpl-2.1.html
|
||||
|
||||
License of media (textures and sounds)
|
||||
--------------------------------------
|
||||
WTFPL
|
||||
License of media (textures)
|
||||
---------------------------
|
||||
MIT
|
||||
|
||||
Authors of media files
|
||||
-----------------------
|
||||
Unless specifically noted,
|
||||
Copyright (C) 2012 Vanessa Ezekowitz
|
||||
|
||||
The following textures were modified by Thomas-S (License is CC0):
|
||||
vessels_drinking_glass.png
|
||||
vessels_drinking_glass_inv.png (Paramat helped to improve this texture)
|
||||
vessels_glass_bottle.png
|
||||
vessels_steel_bottle.png
|
||||
The following textures were modified by Thomas-S (CC0 1.0):
|
||||
vessels_drinking_glass.png
|
||||
vessels_drinking_glass_inv.png (Paramat helped to improve this texture)
|
||||
vessels_glass_bottle.png
|
||||
vessels_steel_bottle.png
|
||||
|
15
mods/vessels/license.txt
Normal file
15
mods/vessels/license.txt
Normal file
@ -0,0 +1,15 @@
|
||||
License of source code
|
||||
----------------------
|
||||
|
||||
GNU Lesser General Public License, version 2.1
|
||||
Copyright (C) 2012-2016 Vanessa Ezekowitz
|
||||
Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||
|
||||
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
|
Reference in New Issue
Block a user