mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
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:
parent
f844a4f379
commit
e9d26e2ee3
26 changed files with 641 additions and 171 deletions
7
mods/walls/README.txt
Normal file
7
mods/walls/README.txt
Normal 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
12
mods/walls/license.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue