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

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