Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Licenses: Change WTFPL to MIT (part 2)
Add license.txt files. Update and improve README.txt files. Corrections to part 1.
- Loading branch information
Showing
with
512 additions
and 163 deletions.
- +2 −2 mods/boats/license.txt
- +8 −22 mods/bucket/README.txt
- +41 −0 mods/bucket/license.txt
- +2 −3 mods/creative/license.txt
- +22 −32 mods/default/README.txt
- +174 −0 mods/default/license.txt
- +18 −18 mods/doors/license.txt
- +4 −4 mods/farming/license.txt
- +10 −21 mods/fire/README.txt
- +49 −0 mods/fire/license.txt
- +2 −2 mods/flowers/license.txt
- +4 −11 mods/nyancat/README.txt
- +40 −0 mods/nyancat/license.txt
- +8 −7 mods/screwdriver/{readme.txt → README.txt}
- +14 −0 mods/screwdriver/license.txt
- +10 −9 mods/stairs/README.txt
- +15 −0 mods/stairs/license.txt
- +21 −9 mods/tnt/README.txt
- +5 −4 mods/tnt/license.txt
- +9 −8 mods/vessels/README.txt
- +15 −0 mods/vessels/license.txt
- +2 −0 mods/walls/license.txt
- +11 −11 mods/xpanes/README.txt
- +26 −0 mods/xpanes/license.txt
@@ -1,26 +1,12 @@ | ||
Minetest Game mod: bucket | ||
========================= | ||
See license.txt for license information. | ||
|
||
License of source code: | ||
----------------------- | ||
Copyright (C) 2011-2012 Kahrl <kahrl@gmx.net> | ||
Copyright (C) 2011-2012 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 of the License, or | ||
(at your option) any later version. | ||
|
||
http://www.gnu.org/licenses/lgpl-2.1.html | ||
|
||
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 | ||
----------------------- | ||
Everything not listed in here: | ||
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com> | ||
|
||
Authors of source code | ||
---------------------- | ||
Kahrl <kahrl@gmx.net> (LGPL 2.1) | ||
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1) | ||
|
||
Authors of media (textures) | ||
--------------------------- | ||
ElementW (MIT) |
@@ -0,0 +1,41 @@ | ||
License of source code | ||
---------------------- | ||
|
||
GNU Lesser General Public License, version 2.1 | ||
Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net> | ||
Copyright (C) 2011-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 | ||
|
||
|
||
License of media (textures) | ||
--------------------------- | ||
|
||
The MIT License (MIT) | ||
Copyright (C) 2015-2016 ElementW | ||
|
||
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 |
Oops, something went wrong.