Skip to content

Commit 6171fb4

Browse files
committedSep 7, 2016
Change WTFPL to MIT (part 3)
Relicense WTFPL media to CC BY-SA 3.0. Various corrections and edits.
1 parent 7d70d25 commit 6171fb4

38 files changed

+682
-268
lines changed
 

‎mods/beds/README.txt

+18-12
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
BlockMen (MIT)
7+
Originally by BlockMen (MIT)
8+
Various Minetest developers and contributors (MIT)
89

9-
About
10-
~~~~~
11-
This mod adds a bed to Minetest which allows to skip the night. To sleep rightclick the bed, if playing
12-
in singleplayer mode the night gets skipped imideatly. If playing on server you get shown how many other
13-
players are in bed too. If all players are sleeping the night gets skipped aswell. Also the night skip can be forced
14-
if more than 50% of the players are lying in bed and use this option.
10+
Authors of media (textures)
11+
---------------------------
12+
BlockMen (CC BY-SA 3.0)
1513

16-
Another feature is a controled respawning. If you have slept in bed (not just lying in it) your respawn point
17-
is set to the beds location and you will respawn there after death.
18-
You can disable the respawn at beds by setting "enable_bed_respawn = false" in minetest.conf
19-
You can also disable the night skip feature by setting "enable_bed_night_skip = false" in minetest.conf or by using
20-
the /set command ingame.
14+
This mod adds a bed to Minetest which allows to skip the night.
15+
To sleep, rightclick the bed. If playing in singleplayer mode the night gets skipped
16+
immediately. If playing multiplayer you get shown how many other players are in bed too,
17+
if all players are sleeping the night gets skipped. The night skip can be forced if more
18+
than 50% of the players are lying in bed and use this option.
19+
20+
Another feature is a controlled respawning. If you have slept in bed (not just lying in
21+
it) your respawn point is set to the beds location and you will respawn there after
22+
death.
23+
You can disable the respawn at beds by setting "enable_bed_respawn = false" in
24+
minetest.conf.
25+
You can disable the night skip feature by setting "enable_bed_night_skip = false" in
26+
minetest.conf or by using the /set command in-game.

‎mods/beds/license.txt

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2014-2016 BlockMen
6+
Copyright (C) 2014-2016 Various Minetest developers and contributors
67

78
Permission is hereby granted, free of charge, to any person obtaining a copy of this
89
software and associated documentation files (the "Software"), to deal in the Software
@@ -22,3 +23,38 @@ DEALINGS IN THE SOFTWARE.
2223

2324
For more details:
2425
https://opensource.org/licenses/MIT
26+
27+
28+
Licenses of media (textures)
29+
----------------------------
30+
31+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
32+
Copyright (C) 2014-2016 BlockMen
33+
34+
You are free to:
35+
Share — copy and redistribute the material in any medium or format.
36+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
37+
The licensor cannot revoke these freedoms as long as you follow the license terms.
38+
39+
Under the following terms:
40+
41+
Attribution — You must give appropriate credit, provide a link to the license, and
42+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
43+
that suggests the licensor endorses you or your use.
44+
45+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
46+
your contributions under the same license as the original.
47+
48+
No additional restrictions — You may not apply legal terms or technological measures that
49+
legally restrict others from doing anything the license permits.
50+
51+
Notices:
52+
53+
You do not have to comply with the license for elements of the material in the public
54+
domain or where your use is permitted by an applicable exception or limitation.
55+
No warranties are given. The license may not give you all of the permissions necessary
56+
for your intended use. For example, other rights such as publicity, privacy, or moral
57+
rights may limit how you use the material.
58+
59+
For more details:
60+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/boats/README.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
PilzAdam (MIT)
7+
Originally by PilzAdam (MIT)
8+
Various Minetest developers and contributors (MIT)
89

910
Authors of media (textures and model)
1011
-------------------------------------
11-
Textures: Zeg9 (MIT)
12-
Model: thetoon and Zeg9 (MIT), modified by PavelS(SokolovPavel) (MIT)
12+
Textures: Zeg9 (CC BY-SA 3.0)
13+
Model: thetoon and Zeg9 (CC BY-SA 3.0),
14+
modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
15+
modified by sofar (CC BY-SA 3.0)

‎mods/boats/license.txt

+41-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
License of source code and media (textures and model)
2-
-----------------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 PilzAdam
6-
Copyright (C) 2012-2016 Zeg9, thetoon, PavelS(SokolovPavel)
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy of this
99
software and associated documentation files (the "Software"), to deal in the Software
@@ -23,3 +23,41 @@ DEALINGS IN THE SOFTWARE.
2323

2424
For more details:
2525
https://opensource.org/licenses/MIT
26+
27+
28+
Licenses of media (textures and model)
29+
--------------------------------------
30+
31+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
32+
Copyright (C) 2012-2016 Zeg9
33+
Copyright (C) 2012-2016 thetoon
34+
Copyright (C) 2012-2016 PavelS(SokolovPavel)
35+
Copyright (C) 2016 sofar (sofar@foo-projects.org)
36+
37+
You are free to:
38+
Share — copy and redistribute the material in any medium or format.
39+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
40+
The licensor cannot revoke these freedoms as long as you follow the license terms.
41+
42+
Under the following terms:
43+
44+
Attribution — You must give appropriate credit, provide a link to the license, and
45+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
46+
that suggests the licensor endorses you or your use.
47+
48+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
49+
your contributions under the same license as the original.
50+
51+
No additional restrictions — You may not apply legal terms or technological measures that
52+
legally restrict others from doing anything the license permits.
53+
54+
Notices:
55+
56+
You do not have to comply with the license for elements of the material in the public
57+
domain or where your use is permitted by an applicable exception or limitation.
58+
No warranties are given. The license may not give you all of the permissions necessary
59+
for your intended use. For example, other rights such as publicity, privacy, or moral
60+
rights may limit how you use the material.
61+
62+
For more details:
63+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/bones/README.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Minetest Game mod: bones
22
========================
3-
43
See license.txt for license information.
54

65
Authors of source code
76
----------------------
8-
PilzAdam (MIT)
7+
Originally by PilzAdam (MIT)
8+
Various Minetest developers and contributors (MIT)
99

1010
Authors of media (textures)
1111
---------------------------
12-
All textures: paramat (MIT)
12+
All textures: paramat (CC BY-SA 3.0)

‎mods/bones/license.txt

+36-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
License of source code and textures
2-
-----------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 PilzAdam
6-
Copyright (C) 2016 paramat
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy of this
99
software and associated documentation files (the "Software"), to deal in the Software
@@ -23,3 +23,36 @@ DEALINGS IN THE SOFTWARE.
2323

2424
For more details:
2525
https://opensource.org/licenses/MIT
26+
27+
28+
Licenses of media (textures)
29+
----------------------------
30+
31+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
32+
Copyright (C) 2016 paramat
33+
34+
You are free to:
35+
Share — copy and redistribute the material in any medium or format.
36+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
37+
The licensor cannot revoke these freedoms as long as you follow the license terms.
38+
39+
Under the following terms:
40+
41+
Attribution — You must give appropriate credit, provide a link to the license, and
42+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
43+
that suggests the licensor endorses you or your use.
44+
45+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
46+
your contributions under the same license as the original.
47+
48+
No additional restrictions — You may not apply legal terms or technological measures that
49+
legally restrict others from doing anything the license permits.
50+
51+
Notices:
52+
53+
You do not have to comply with the license for elements of the material in the public
54+
domain or where your use is permitted by an applicable exception or limitation.
55+
No warranties are given. The license may not give you all of the permissions necessary
56+
for your intended use. For example, other rights such as publicity, privacy, or moral
57+
rights may limit how you use the material.
58+

‎mods/bucket/README.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Authors of source code
66
----------------------
77
Kahrl <kahrl@gmx.net> (LGPL 2.1)
88
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
9+
Various Minetest developers and contributors (LGPL 2.1)
910

1011
Authors of media (textures)
1112
---------------------------
12-
ElementW (MIT)
13+
ElementW (CC BY-SA 3.0)

‎mods/bucket/license.txt

+27-17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ License of source code
44
GNU Lesser General Public License, version 2.1
55
Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net>
66
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
7+
Copyright (C) 2011-2016 Various Minetest developers and contributors
78

89
This program is free software; you can redistribute it and/or modify it under the terms
910
of the GNU Lesser General Public License as published by the Free Software Foundation;
@@ -15,27 +16,36 @@ See the GNU Lesser General Public License for more details:
1516
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
1617

1718

18-
License of media (textures)
19-
---------------------------
19+
Licenses of media (textures)
20+
----------------------------
2021

21-
The MIT License (MIT)
22+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
2223
Copyright (C) 2015-2016 ElementW
2324

24-
Permission is hereby granted, free of charge, to any person obtaining a copy of this
25-
software and associated documentation files (the "Software"), to deal in the Software
26-
without restriction, including without limitation the rights to use, copy, modify, merge,
27-
publish, distribute, sublicense, and/or sell copies of the Software, and to permit
28-
persons to whom the Software is furnished to do so, subject to the following conditions:
25+
You are free to:
26+
Share — copy and redistribute the material in any medium or format.
27+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
28+
The licensor cannot revoke these freedoms as long as you follow the license terms.
2929

30-
The above copyright notice and this permission notice shall be included in all copies or
31-
substantial portions of the Software.
30+
Under the following terms:
3231

33-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
34-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
35-
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
36-
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
37-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38-
DEALINGS IN THE SOFTWARE.
32+
Attribution — You must give appropriate credit, provide a link to the license, and
33+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
34+
that suggests the licensor endorses you or your use.
35+
36+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
37+
your contributions under the same license as the original.
38+
39+
No additional restrictions — You may not apply legal terms or technological measures that
40+
legally restrict others from doing anything the license permits.
41+
42+
Notices:
43+
44+
You do not have to comply with the license for elements of the material in the public
45+
domain or where your use is permitted by an applicable exception or limitation.
46+
No warranties are given. The license may not give you all of the permissions necessary
47+
for your intended use. For example, other rights such as publicity, privacy, or moral
48+
rights may limit how you use the material.
3949

4050
For more details:
41-
https://opensource.org/licenses/MIT
51+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/creative/README.txt

+2-12
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@ Minetest Game mod: creative
22
===========================
33
See license.txt for license information.
44

5-
Implements creative mode.
6-
7-
Switch on by using the "creative_mode" setting.
8-
9-
Registered items that:
10-
- have a description, and
11-
- do not have the group not_in_creative_inventory
12-
are added to the creative inventory.
13-
14-
155
Authors of source code
166
----------------------
17-
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
7+
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
188
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
199

2010
Author of media (textures)
2111
--------------------------
22-
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
12+
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (CC BY-SA 3.0)

‎mods/creative/license.txt

+38-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
6-
Copyright (C) 2016 Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com>
6+
Copyright (C) 2015-2016 Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com>
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy of this
99
software and associated documentation files (the "Software"), to deal in the Software
@@ -23,3 +23,38 @@ DEALINGS IN THE SOFTWARE.
2323

2424
For more details:
2525
https://opensource.org/licenses/MIT
26+
27+
28+
Licenses of media (textures)
29+
----------------------------
30+
31+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
32+
Copyright (C) 2016 Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com>
33+
34+
You are free to:
35+
Share — copy and redistribute the material in any medium or format.
36+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
37+
The licensor cannot revoke these freedoms as long as you follow the license terms.
38+
39+
Under the following terms:
40+
41+
Attribution — You must give appropriate credit, provide a link to the license, and
42+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
43+
that suggests the licensor endorses you or your use.
44+
45+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
46+
your contributions under the same license as the original.
47+
48+
No additional restrictions — You may not apply legal terms or technological measures that
49+
legally restrict others from doing anything the license permits.
50+
51+
Notices:
52+
53+
You do not have to comply with the license for elements of the material in the public
54+
domain or where your use is permitted by an applicable exception or limitation.
55+
No warranties are given. The license may not give you all of the permissions necessary
56+
for your intended use. For example, other rights such as publicity, privacy, or moral
57+
rights may limit how you use the material.
58+
59+
For more details:
60+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/default/README.txt

+14-15
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
7+
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
88
Various Minetest developers and contributors (LGPL 2.1)
99

1010
Authors of media (textures, models and sounds)
1111
----------------------------------------------
1212
Everything not listed in here:
1313
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0)
1414

15-
Cisoun's texture pack (MIT):
15+
Cisoun's texture pack (CC BY-SA 3.0):
1616
default_jungletree.png
1717
default_lava.png
1818
default_leaves.png
@@ -22,55 +22,55 @@ Cisoun's texture pack (MIT):
2222
default_tree_top.png
2323
default_water.png
2424

25-
Cisoun's conifers mod (MIT):
25+
Cisoun's conifers mod (CC BY-SA 3.0):
2626
default_pine_needles.png
2727

2828
Originating from G4JC's Almost MC Texture Pack (CC BY-SA 3.0):
2929
default_torch.png
3030
default_torch_on_ceiling.png
3131
default_torch_on_floor.png
3232

33-
VanessaE's animated torches (MIT):
33+
VanessaE's animated torches (CC BY-SA 3.0):
3434
default_torch_animated.png
3535
default_torch_on_ceiling_animated.png
3636
default_torch_on_floor_animated.png
3737
default_torch_on_floor.png
3838

39-
RealBadAngel's animated water (MIT):
39+
RealBadAngel's animated water (CC BY-SA 3.0):
4040
default_water_source_animated.png
4141
default_water_flowing_animated.png
4242

43-
VanessaE (MIT):
43+
VanessaE (CC BY-SA 3.0):
4444
default_desert_sand.png
4545
default_desert_stone.png
4646
default_sand.png
4747
default_mese_crystal.png
4848
default_mese_crystal_fragment.png
4949

50-
Calinou (CC BY-SA):
50+
Calinou (CC BY-SA 3.0):
5151
default_brick.png
5252
default_papyrus.png
5353
default_mineral_copper.png
5454
default_glass_detail.png
5555

56-
MirceaKitsune (MIT):
56+
MirceaKitsune (CC BY-SA 3.0):
5757
character.x
5858

5959
Jordach (CC BY-SA 3.0):
6060
character.png
6161

62-
PilzAdam (MIT):
62+
PilzAdam (CC BY-SA 3.0):
6363
default_jungleleaves.png
6464
default_junglesapling.png
6565
default_obsidian_glass.png
6666
default_obsidian_shard.png
6767
default_mineral_gold.png
6868
default_snowball.png
6969

70-
jojoa1997 (MIT):
70+
jojoa1997 (CC BY-SA 3.0):
7171
default_obsidian.png
7272

73-
InfinityProject (MIT):
73+
InfinityProject (CC BY-SA 3.0):
7474
default_mineral_diamond.png
7575

7676
Splizard (CC BY-SA 3.0):
@@ -146,18 +146,17 @@ sofar (CC BY-SA 3.0):
146146
default_aspen_tree
147147
default_aspen_tree_top, derived from default_pine_tree_top (by paramat)
148148
default_aspen_wood, derived from default_pine_wood (by paramat)
149-
150-
sofar (MIT):
151149
default_gravel.png -- Derived from Gambit's PixelBOX texture pack light gravel
152150

153151
Neuromancer (CC BY-SA 2.0):
154152
default_cobble.png, based on texture by Brane praefect
155153
default_mossycobble.png, based on texture by Brane praefect
154+
156155
Neuromancer (CC BY-SA 3.0):
157156
default_dirt.png
158157
default_furnace_*.png
159158

160-
Gambit (MIT):
159+
Gambit (CC BY-SA 3.0):
161160
default_bronze_ingot.png
162161
default_copper_ingot.png
163162
default_copper_lump.png
@@ -172,7 +171,7 @@ Gambit (MIT):
172171
default_sign_wall_wood.png
173172
default_flint.png
174173

175-
asl97 (MIT):
174+
asl97 (CC BY-SA 3.0):
176175
default_ice.png
177176

178177
KevDoy (CC BY-SA 3.0)

‎mods/default/license.txt

+22-26
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,29 @@ https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
1818
Licenses of media (textures, models and sounds)
1919
-----------------------------------------------
2020

21-
The MIT License (MIT)
22-
Copyright (C) 2010-2016 Various Minetest developers and contributors
23-
24-
Permission is hereby granted, free of charge, to any person obtaining a copy of this
25-
software and associated documentation files (the "Software"), to deal in the Software
26-
without restriction, including without limitation the rights to use, copy, modify, merge,
27-
publish, distribute, sublicense, and/or sell copies of the Software, and to permit
28-
persons to whom the Software is furnished to do so, subject to the following conditions:
29-
30-
The above copyright notice and this permission notice shall be included in all copies or
31-
substantial portions of the Software.
32-
33-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
34-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
35-
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
36-
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
37-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38-
DEALINGS IN THE SOFTWARE.
39-
40-
For more details:
41-
https://opensource.org/licenses/MIT
42-
43-
----------------
44-
4521
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
46-
Copyright (C) 2010-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
47-
Copyright (C) 2010-2016 Various Minetest developers and contributors
22+
Copyright (C) 2010-2016:
23+
celeron55, Perttu Ahola <celeron55@gmail.com>
24+
Cisoun
25+
G4JC
26+
VanessaE
27+
RealBadAngel
28+
Calinou
29+
MirceaKitsune
30+
Jordach
31+
PilzAdam
32+
jojoa1997
33+
InfinityProject
34+
Splizard
35+
Zeg9
36+
paramat
37+
BlockMen
38+
sofar
39+
Neuromancer
40+
Gambit
41+
asl97
42+
KevDoy
43+
Mito551
4844

4945
You are free to:
5046
Share — copy and redistribute the material in any medium or format.

‎mods/doors/README.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
1414
Added doors API to facilitate coding mods accessing and operating doors.
1515
Added Fence Gate model, code, and sounds.
1616

17+
Various Minetest developers and contributors (MIT)
18+
1719

1820
Authors of media (textures)
1921
---------------------------
@@ -24,7 +26,7 @@ Following textures created by Fernando Zapata (CC BY-SA 3.0):
2426
door_wood_b.png
2527
door_wood_b_r.png
2628

27-
Following textures created by BlockMen (MIT):
29+
Following textures created by BlockMen (CC BY-SA 3.0):
2830
door_trapdoor.png
2931
door_obsidian_glass_side.png
3032

@@ -41,13 +43,13 @@ Following textures created by sofar (CC-BY-SA-3.0):
4143
doors_trapdoor_steel_side.png
4244
door_trapdoor_side.png
4345

44-
Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (MIT):
46+
Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
4547
door_obsidian_glass.png
4648

4749
Glass door textures by red-001 based on textures by celeron55 (CC BY-SA 3.0):
4850
door_glass.png
4951

50-
All other textures (created by PilzAdam) (MIT):
52+
All other textures (created by PilzAdam) (CC BY-SA 3.0):
5153

5254
Door textures were converted to the new texture map by sofar, paramat and
5355
red-001, under the same license as the originals.

‎mods/doors/license.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 PilzAdam
66
Copyright (C) 2014-2016 BlockMen
77
Copyright (C) 2015-2016 sofar (sofar@foo-projects.org)
8-
Copyright (C) 2016 red-001
9-
Copyright (C) 2016 paramat
8+
Copyright (C) 2012-2016 Various Minetest developers and contributors
109

1110
Permission is hereby granted, free of charge, to any person obtaining a copy of this
1211
software and associated documentation files (the "Software"), to deal in the Software
@@ -34,6 +33,8 @@ Licenses of media (textures, models and sounds)
3433
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
3534
Copyright (C) 2011-2016 Fernando Zapata
3635
Copyright (C) 2014-2016 celeron55
36+
Copyright (C) 2012-2016 PilzAdam
37+
Copyright (C) 2014-2016 BlockMen
3738
Copyright (C) 2015-2016 sofar
3839
Copyright (C) 2016 red-001
3940
Copyright (C) 2016 paramat

‎mods/dye/README.txt

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Minetest Game mod: dye
33
See license.txt for license information.
44
See init.lua for documentation.
55

6-
Authors of source code and media (textures)
7-
-------------------------------------------
8-
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
6+
Authors of source code
7+
----------------------
8+
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
9+
Various Minetest developers and contributors (MIT)
10+
11+
Authors of media (textures)
12+
---------------------------
13+
Perttu Ahola (celeron55) <celeron55@gmail.com> (CC BY-SA 3.0)

‎mods/dye/license.txt

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
67

78
Permission is hereby granted, free of charge, to any person obtaining a copy of this
89
software and associated documentation files (the "Software"), to deal in the Software
@@ -22,3 +23,38 @@ DEALINGS IN THE SOFTWARE.
2223

2324
For more details:
2425
https://opensource.org/licenses/MIT
26+
27+
28+
Licenses of media (textures)
29+
----------------------------
30+
31+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
32+
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
33+
34+
You are free to:
35+
Share — copy and redistribute the material in any medium or format.
36+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
37+
The licensor cannot revoke these freedoms as long as you follow the license terms.
38+
39+
Under the following terms:
40+
41+
Attribution — You must give appropriate credit, provide a link to the license, and
42+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
43+
that suggests the licensor endorses you or your use.
44+
45+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
46+
your contributions under the same license as the original.
47+
48+
No additional restrictions — You may not apply legal terms or technological measures that
49+
legally restrict others from doing anything the license permits.
50+
51+
Notices:
52+
53+
You do not have to comply with the license for elements of the material in the public
54+
domain or where your use is permitted by an applicable exception or limitation.
55+
No warranties are given. The license may not give you all of the permissions necessary
56+
for your intended use. For example, other rights such as publicity, privacy, or moral
57+
rights may limit how you use the material.
58+
59+
For more details:
60+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/farming/README.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
PilzAdam (MIT)
7+
Originally by PilzAdam (MIT)
88
webdesigner97 (MIT)
9+
Various Minetest developers and contributors (MIT)
910

1011
Authors of media (textures)
1112
---------------------------
12-
Created by PilzAdam (MIT):
13+
Created by PilzAdam (CC BY 3.0):
1314
farming_bread.png
1415
farming_soil.png
1516
farming_soil_wet.png
@@ -24,10 +25,10 @@ Created by BlockMen (CC BY 3.0):
2425
farming_tool_stonehoe.png
2526
farming_tool_woodhoe.png
2627

27-
Created by MasterGollum (MIT):
28+
Created by MasterGollum (CC BY 3.0):
2829
farming_straw.png
2930

30-
Created by Gambit (MIT):
31+
Created by Gambit (CC BY 3.0):
3132
farming_wheat.png
3233
farming_wheat_*.png
3334
farming_cotton_*.png

‎mods/farming/license.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 PilzAdam
66
Copyright (C) 2014-2016 webdesigner97
7-
Copyright (C) 2015-2016 MasterGollum
8-
Copyright (C) 2015-2016 Gambit
7+
Copyright (C) 2012-2016 Various Minetest developers and contributors
98

109
Permission is hereby granted, free of charge, to any person obtaining a copy of this
1110
software and associated documentation files (the "Software"), to deal in the Software
@@ -31,7 +30,10 @@ License of media (textures)
3130
---------------------------
3231

3332
Attribution 3.0 Unported (CC BY 3.0)
33+
Copyright (C) 2012-2016 PilzAdam
3434
Copyright (C) 2014-2016 BlockMen
35+
Copyright (C) 2015-2016 MasterGollum
36+
Copyright (C) 2015-2016 Gambit
3537

3638
You are free to:
3739
Share — copy and redistribute the material in any medium or format.

‎mods/fire/README.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
Perttu Ahola (celeron55) <celeron55@gmail.com> (LGPL 2.1) 2012
7+
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (LGPL 2.1)
8+
Various Minetest developers and contributors (LGPL 2.1)
89

9-
Authors of media files
10-
----------------------
10+
Authors of media (textures and sounds)
11+
--------------------------------------
1112
Everything not listed in here:
1213
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com> (CC BY-SA 3.0)
1314

14-
fire_small.ogg sampled from:
15-
http://www.freesound.org/people/dobroide/sounds/4211/ (CC BY 3.0) 2005
16-
17-
fire_large.ogg sampled from:
18-
http://www.freesound.org/people/Dynamicell/sounds/17548/ (CC BY 3.0) 2006
19-
2015
fire_basic_flame_animated.png:
21-
Muadtralk (CC BY-SA 3.0) 2012
16+
Muadtralk (CC BY-SA 3.0)
2217

2318
fire_flint_steel.png
24-
Gambit (MIT) 2013
19+
Gambit (CC BY-SA 3.0)
20+
21+
fire_small.ogg sampled from:
22+
http://www.freesound.org/people/dobroide/sounds/4211/ (CC BY 3.0)
2523

24+
fire_large.ogg sampled from:
25+
http://www.freesound.org/people/Dynamicell/sounds/17548/ (CC BY 3.0)

‎mods/fire/license.txt

+34
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ License of source code
33

44
GNU Lesser General Public License, version 2.1
55
Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
67

78
This program is free software; you can redistribute it and/or modify it under the terms
89
of the GNU Lesser General Public License as published by the Free Software Foundation;
@@ -19,6 +20,8 @@ Licenses of media (textures)
1920

2021
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
2122
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
23+
Copyright (C) 2012-2016 Muadtralk
24+
Copyright (C) 2013-2016 Gambit
2225

2326
You are free to:
2427
Share — copy and redistribute the material in any medium or format.
@@ -47,3 +50,34 @@ rights may limit how you use the material.
4750

4851
For more details:
4952
http://creativecommons.org/licenses/by-sa/3.0/
53+
54+
-----------------------
55+
56+
Attribution 3.0 Unported (CC BY 3.0)
57+
Copyright (C) 2005 dobroide
58+
Copyright (C) 2006 Dynamicell
59+
60+
You are free to:
61+
Share — copy and redistribute the material in any medium or format.
62+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
63+
The licensor cannot revoke these freedoms as long as you follow the license terms.
64+
65+
Under the following terms:
66+
67+
Attribution — You must give appropriate credit, provide a link to the license, and
68+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
69+
that suggests the licensor endorses you or your use.
70+
71+
No additional restrictions — You may not apply legal terms or technological measures that
72+
legally restrict others from doing anything the license permits.
73+
74+
Notices:
75+
76+
You do not have to comply with the license for elements of the material in the public
77+
domain or where your use is permitted by an applicable exception or limitation.
78+
No warranties are given. The license may not give you all of the permissions necessary
79+
for your intended use. For example, other rights such as publicity, privacy, or moral
80+
rights may limit how you use the material.
81+
82+
For more details:
83+
http://creativecommons.org/licenses/by/3.0/

‎mods/flowers/README.txt

+17-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
Ironzorg (MIT)
8-
VanessaE (MIT)
7+
Originally by Ironzorg (MIT) and VanessaE (MIT)
8+
Various Minetest developers and contributors (MIT)
99

1010
Authors of media (textures)
1111
---------------------------
12-
Gambit (MIT):
13-
flowers_mushroom_*.png
14-
flowers_waterlily.png
12+
RHRhino (CC BY-SA 3.0):
13+
flowers_dandelion_white.png
14+
flowers_dandelion_yellow.png
15+
flowers_geranium.png
16+
flowers_rose.png
17+
flowers_tulip.png
18+
flowers_viola.png
19+
20+
Gambit (CC BY-SA 3.0):
21+
flowers_mushroom_brown.png
22+
flowers_mushroom_red.png
23+
flowers_waterlily.png
24+
25+
yyt16384 (CC BY-SA 3.0):
26+
flowers_waterlily_bottom.png, derived from Gambit's texture

‎mods/flowers/license.txt

+41-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
5-
Copyright (C) 2012-2013 Ironzorg, VanessaE
6-
Copyright (C) 2015-2016 Gambit
5+
Copyright (C) 2012-2016 Ironzorg, VanessaE
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy of this
99
software and associated documentation files (the "Software"), to deal in the Software
@@ -23,3 +23,40 @@ DEALINGS IN THE SOFTWARE.
2323

2424
For more details:
2525
https://opensource.org/licenses/MIT
26+
27+
28+
Licenses of media (textures)
29+
----------------------------
30+
31+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
32+
Copyright (C) 2014-2016 RHRhino
33+
Copyright (C) 2015-2016 Gambit
34+
Copyright (C) 2016 yyt16384
35+
36+
You are free to:
37+
Share — copy and redistribute the material in any medium or format.
38+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
39+
The licensor cannot revoke these freedoms as long as you follow the license terms.
40+
41+
Under the following terms:
42+
43+
Attribution — You must give appropriate credit, provide a link to the license, and
44+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
45+
that suggests the licensor endorses you or your use.
46+
47+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
48+
your contributions under the same license as the original.
49+
50+
No additional restrictions — You may not apply legal terms or technological measures that
51+
legally restrict others from doing anything the license permits.
52+
53+
Notices:
54+
55+
You do not have to comply with the license for elements of the material in the public
56+
domain or where your use is permitted by an applicable exception or limitation.
57+
No warranties are given. The license may not give you all of the permissions necessary
58+
for your intended use. For example, other rights such as publicity, privacy, or moral
59+
rights may limit how you use the material.
60+
61+
For more details:
62+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/give_initial_stuff/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ See license.txt for license information.
55
Authors of source code
66
----------------------
77
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
8+
Various Minetest developers and contributors (MIT)

‎mods/give_initial_stuff/license.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ License of source code
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
67

78
Permission is hereby granted, free of charge, to any person obtaining a copy of this
89
software and associated documentation files (the "Software"), to deal in the Software

‎mods/nyancat/README.txt

+5-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@ Minetest Game mod: nyancat
22
==========================
33
See license.txt for license information.
44

5-
License of source code:
6-
-----------------------
7-
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
8-
9-
This program is free software; you can redistribute it and/or modify
10-
it under the terms of the GNU Lesser General Public License as published by
11-
the Free Software Foundation; either version 2.1 of the License, or
12-
(at your option) any later version.
13-
14-
http://www.gnu.org/licenses/lgpl-2.1.html
5+
Authors of source code
6+
----------------------
7+
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
8+
Various Minetest developers and contributors (LGPL 2.1)
159

1610
Authors of media files
1711
----------------------
18-
VanessaE (MIT):
12+
VanessaE (CC BY-SA 3.0):
1913
nyancat_front.png
2014
nyancat_back.png
2115
nyancat_side.png

‎mods/nyancat/license.txt

+27-17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ License of source code
33

44
GNU Lesser General Public License, version 2.1
55
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
67

78
This program is free software; you can redistribute it and/or modify it under the terms
89
of the GNU Lesser General Public License as published by the Free Software Foundation;
@@ -14,27 +15,36 @@ See the GNU Lesser General Public License for more details:
1415
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
1516

1617

17-
License of media (textures)
18-
---------------------------
18+
Licenses of media (textures)
19+
----------------------------
1920

20-
The MIT License (MIT)
21+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
2122
Copyright (C) 2012-2016 VanessaE
2223

23-
Permission is hereby granted, free of charge, to any person obtaining a copy of this
24-
software and associated documentation files (the "Software"), to deal in the Software
25-
without restriction, including without limitation the rights to use, copy, modify, merge,
26-
publish, distribute, sublicense, and/or sell copies of the Software, and to permit
27-
persons to whom the Software is furnished to do so, subject to the following conditions:
24+
You are free to:
25+
Share — copy and redistribute the material in any medium or format.
26+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
27+
The licensor cannot revoke these freedoms as long as you follow the license terms.
2828

29-
The above copyright notice and this permission notice shall be included in all copies or
30-
substantial portions of the Software.
29+
Under the following terms:
3130

32-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
33-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
34-
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
35-
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
36-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37-
DEALINGS IN THE SOFTWARE.
31+
Attribution — You must give appropriate credit, provide a link to the license, and
32+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
33+
that suggests the licensor endorses you or your use.
34+
35+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
36+
your contributions under the same license as the original.
37+
38+
No additional restrictions — You may not apply legal terms or technological measures that
39+
legally restrict others from doing anything the license permits.
40+
41+
Notices:
42+
43+
You do not have to comply with the license for elements of the material in the public
44+
domain or where your use is permitted by an applicable exception or limitation.
45+
No warranties are given. The license may not give you all of the permissions necessary
46+
for your intended use. For example, other rights such as publicity, privacy, or moral
47+
rights may limit how you use the material.
3848

3949
For more details:
40-
https://opensource.org/licenses/MIT
50+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/screwdriver/README.txt

+4-13
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,10 @@ See license.txt for license information.
44

55
License of source code
66
----------------------
7-
Copyright (C) 2013 RealBadAngel, Maciej Kasatkin <mk@realbadangel.pl>
8-
9-
This program is free software; you can redistribute it and/or modify
10-
it under the terms of the GNU Lesser General Public License as published by
11-
the Free Software Foundation; either version 2.1 of the License, or
12-
(at your option) any later version.
13-
14-
http://www.gnu.org/licenses/lgpl-2.1.html
7+
Originally by RealBadAngel, Maciej Kasatkin (LGPL 2.1)
8+
Various Minetest developers and contributors (LGPL 2.1)
159

1610
License of media (textures)
1711
---------------------------
18-
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
19-
http://creativecommons.org/licenses/by-sa/3.0/
20-
21-
Created by Gambit (MIT) 2013:
22-
screwdriver.png
12+
Created by Gambit (CC BY-SA 3.0):
13+
screwdriver.png

‎mods/screwdriver/license.txt

+37-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ License of source code
22
----------------------
33

44
GNU Lesser General Public License, version 2.1
5-
Copyright (C) 2013 RealBadAngel, Maciej Kasatkin <mk@realbadangel.pl>
5+
Copyright (C) 2013-2016 RealBadAngel, Maciej Kasatkin
6+
Copyright (C) 2013-2016 Various Minetest developers and contributors
67

78
This program is free software; you can redistribute it and/or modify it under the terms
89
of the GNU Lesser General Public License as published by the Free Software Foundation;
@@ -12,3 +13,38 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
1213
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1314
See the GNU Lesser General Public License for more details:
1415
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
16+
17+
18+
Licenses of media (textures)
19+
----------------------------
20+
21+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
22+
Copyright (C) 2013-2016 Gambit
23+
24+
You are free to:
25+
Share — copy and redistribute the material in any medium or format.
26+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
27+
The licensor cannot revoke these freedoms as long as you follow the license terms.
28+
29+
Under the following terms:
30+
31+
Attribution — You must give appropriate credit, provide a link to the license, and
32+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
33+
that suggests the licensor endorses you or your use.
34+
35+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
36+
your contributions under the same license as the original.
37+
38+
No additional restrictions — You may not apply legal terms or technological measures that
39+
legally restrict others from doing anything the license permits.
40+
41+
Notices:
42+
43+
You do not have to comply with the license for elements of the material in the public
44+
domain or where your use is permitted by an applicable exception or limitation.
45+
No warranties are given. The license may not give you all of the permissions necessary
46+
for your intended use. For example, other rights such as publicity, privacy, or moral
47+
rights may limit how you use the material.
48+
49+
For more details:
50+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/stairs/README.txt

+9-20
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,15 @@ Minetest Game mod: stairs
22
=========================
33
See license.txt for license information.
44

5-
License of source code:
6-
-----------------------
7-
Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net>
8-
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
5+
Authors of source code
6+
----------------------
7+
Originally by Kahrl <kahrl@gmx.net> (LGPL 2.1) and
8+
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
9+
Various Minetest developers and contributors (LGPL 2.1)
910

10-
This program is free software; you can redistribute it and/or modify
11-
it under the terms of the GNU Lesser General Public License as published by
12-
the Free Software Foundation; either version 2.1 of the License, or
13-
(at your option) any later version.
14-
15-
http://www.gnu.org/licenses/lgpl-2.1.html
16-
17-
License of media (textures, models and sounds)
18-
----------------------------------------------
19-
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
20-
http://creativecommons.org/licenses/by-sa/3.0/
21-
22-
Authors of media (model)
23-
------------------------
24-
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT):
25-
stairs_stair.obj
11+
Authors of media (models)
12+
-------------------------
13+
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (CC BY-SA 3.0):
14+
stairs_stair.obj
2615

2716

‎mods/stairs/license.txt

+36
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ License of source code
44
GNU Lesser General Public License, version 2.1
55
Copyright (C) 2011-2016 Kahrl <kahrl@gmx.net>
66
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
7+
Copyright (C) 2012-2016 Various Minetest developers and contributors
78

89
This program is free software; you can redistribute it and/or modify it under the terms
910
of the GNU Lesser General Public License as published by the Free Software Foundation;
@@ -13,3 +14,38 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
1314
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1415
See the GNU Lesser General Public License for more details:
1516
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
17+
18+
19+
Licenses of media (models)
20+
--------------------------
21+
22+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
23+
Copyright (C) 2015-2016 Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com>
24+
25+
You are free to:
26+
Share — copy and redistribute the material in any medium or format.
27+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
28+
The licensor cannot revoke these freedoms as long as you follow the license terms.
29+
30+
Under the following terms:
31+
32+
Attribution — You must give appropriate credit, provide a link to the license, and
33+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
34+
that suggests the licensor endorses you or your use.
35+
36+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
37+
your contributions under the same license as the original.
38+
39+
No additional restrictions — You may not apply legal terms or technological measures that
40+
legally restrict others from doing anything the license permits.
41+
42+
Notices:
43+
44+
You do not have to comply with the license for elements of the material in the public
45+
domain or where your use is permitted by an applicable exception or limitation.
46+
No warranties are given. The license may not give you all of the permissions necessary
47+
for your intended use. For example, other rights such as publicity, privacy, or moral
48+
rights may limit how you use the material.
49+
50+
For more details:
51+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/tnt/README.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ Authors of source code
77
PilzAdam (MIT)
88
ShadowNinja (MIT)
99
sofar (sofar@foo-projects.org) (MIT)
10+
Various Minetest developers and contributors (MIT)
1011

1112
Authors of media (textures)
1213
---------------------------
13-
BlockMen (MIT):
14+
BlockMen (CC BY-SA 3.0):
1415
All textures not mentioned below.
1516

16-
ShadowNinja (MIT):
17+
ShadowNinja (CC BY-SA 3.0):
1718
tnt_smoke.png
1819

19-
Wuzzy (MIT):
20+
Wuzzy (CC BY-SA 3.0):
2021
All gunpowder textures except tnt_gunpowder_inventory.png.
2122

22-
sofar (sofar@foo-projects.org) (MIT):
23+
sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
2324
tnt_blast.png
2425

2526
Introduction

‎mods/tnt/license.txt

+41-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2014-2016 PilzAdam
66
Copyright (C) 2014-2016 ShadowNinja
77
Copyright (C) 2016 sofar (sofar@foo-projects.org)
8-
Copyright (C) 2014-2016 BlockMen
9-
Copyright (C) 2015-2016 Wuzzy
8+
Copyright (C) 2014-2016 Various Minetest developers and contributors
109

1110
Permission is hereby granted, free of charge, to any person obtaining a copy of this
1211
software and associated documentation files (the "Software"), to deal in the Software
@@ -26,3 +25,41 @@ DEALINGS IN THE SOFTWARE.
2625

2726
For more details:
2827
https://opensource.org/licenses/MIT
28+
29+
30+
Licenses of media (textures)
31+
----------------------------
32+
33+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
34+
Copyright (C) 2014-2016 BlockMen
35+
Copyright (C) 2014-2016 ShadowNinja
36+
Copyright (C) 2015-2016 Wuzzy
37+
Copyright (C) 2016 sofar (sofar@foo-projects.org)
38+
39+
You are free to:
40+
Share — copy and redistribute the material in any medium or format.
41+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
42+
The licensor cannot revoke these freedoms as long as you follow the license terms.
43+
44+
Under the following terms:
45+
46+
Attribution — You must give appropriate credit, provide a link to the license, and
47+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
48+
that suggests the licensor endorses you or your use.
49+
50+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
51+
your contributions under the same license as the original.
52+
53+
No additional restrictions — You may not apply legal terms or technological measures that
54+
legally restrict others from doing anything the license permits.
55+
56+
Notices:
57+
58+
You do not have to comply with the license for elements of the material in the public
59+
domain or where your use is permitted by an applicable exception or limitation.
60+
No warranties are given. The license may not give you all of the permissions necessary
61+
for your intended use. For example, other rights such as publicity, privacy, or moral
62+
rights may limit how you use the material.
63+
64+
For more details:
65+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/vessels/README.txt

+9-41
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,18 @@ Minetest Game mod: vessels
22
==========================
33
See license.txt for license information.
44

5-
Crafts
6-
-------
7-
Glass bottle (yields 10)
5+
Authors of source code
6+
----------------------
7+
Originally by Vanessa Ezekowitz (LGPL 2.1)
8+
Modified by Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
9+
Various Minetest developers and contributors (LGPL 2.1)
810

9-
G - G
10-
G - G
11-
- G -
12-
13-
Drinking Glass (yields 14)
14-
15-
G - G
16-
G - G
17-
G G G
18-
19-
Heavy Steel Bottle (yields 5)
20-
21-
S - S
22-
S - S
23-
- S -
24-
25-
License of source code:
26-
-----------------------
27-
Copyright (C) 2012 Vanessa Ezekowitz
28-
Version 2012-09-02
29-
Modifications by Perttu Ahola <celeron55@gmail.com>
30-
31-
This program is free software; you can redistribute it and/or modify
32-
it under the terms of the GNU Lesser General Public License as published by
33-
the Free Software Foundation; either version 2.1 of the License, or
34-
(at your option) any later version.
35-
36-
http://www.gnu.org/licenses/lgpl-2.1.html
37-
38-
License of media (textures)
11+
Authors of media (textures)
3912
---------------------------
40-
MIT
41-
42-
Authors of media files
43-
-----------------------
44-
Unless specifically noted,
45-
Copyright (C) 2012 Vanessa Ezekowitz
13+
All not listed below, Vanessa Ezekowitz (CC BY-SA 3.0)
4614

47-
The following textures were modified by Thomas-S (CC0 1.0):
15+
The following textures were modified by Thomas-S (CC BY-SA 3.0):
4816
vessels_drinking_glass.png
49-
vessels_drinking_glass_inv.png (Paramat helped to improve this texture)
17+
vessels_drinking_glass_inv.png
5018
vessels_glass_bottle.png
5119
vessels_steel_bottle.png

‎mods/vessels/license.txt

+37
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ License of source code
44
GNU Lesser General Public License, version 2.1
55
Copyright (C) 2012-2016 Vanessa Ezekowitz
66
Copyright (C) 2012-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
7+
Copyright (C) 2012-2016 Various Minetest developers and contributors
78

89
This program is free software; you can redistribute it and/or modify it under the terms
910
of the GNU Lesser General Public License as published by the Free Software Foundation;
@@ -13,3 +14,39 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
1314
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1415
See the GNU Lesser General Public License for more details:
1516
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
17+
18+
19+
Licenses of media (textures)
20+
----------------------------
21+
22+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
23+
Copyright (C) 2012-2016 Vanessa Ezekowitz
24+
Copyright (C) 2016 Thomas-S
25+
26+
You are free to:
27+
Share — copy and redistribute the material in any medium or format.
28+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
29+
The licensor cannot revoke these freedoms as long as you follow the license terms.
30+
31+
Under the following terms:
32+
33+
Attribution — You must give appropriate credit, provide a link to the license, and
34+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
35+
that suggests the licensor endorses you or your use.
36+
37+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
38+
your contributions under the same license as the original.
39+
40+
No additional restrictions — You may not apply legal terms or technological measures that
41+
legally restrict others from doing anything the license permits.
42+
43+
Notices:
44+
45+
You do not have to comply with the license for elements of the material in the public
46+
domain or where your use is permitted by an applicable exception or limitation.
47+
No warranties are given. The license may not give you all of the permissions necessary
48+
for your intended use. For example, other rights such as publicity, privacy, or moral
49+
rights may limit how you use the material.
50+
51+
For more details:
52+
http://creativecommons.org/licenses/by-sa/3.0/

‎mods/wool/README.txt

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ Minetest Game mod: wool
22
=======================
33
See license.txt for license information.
44

5-
Mostly backward-compatible with jordach's 16-color wool mod.
6-
75
Authors of source code
86
----------------------
9-
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
7+
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
8+
Various Minetest developers and contributors (MIT)
109

1110
Authors of media (textures)
1211
---------------------------
1312
Cisoun (CC BY-SA 3.0):
14-
- wool_black.png wool_brown.png wool_dark_green.png wool_green.png
15-
- wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png wool_blue.png
16-
- wool_cyan.png wool_dark_grey.png wool_grey.png wool_orange.png wool_red.png
17-
- wool_white.png
18-
13+
wool_black.png wool_brown.png wool_dark_green.png wool_green.png
14+
wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png
15+
wool_blue.png wool_cyan.png wool_dark_grey.png wool_grey.png
16+
wool_orange.png wool_red.png wool_white.png

‎mods/wool/license.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ License of source code
33

44
The MIT License (MIT)
55
Copyright (C) 2012-2016 Perttu Ahola (celeron55) <celeron55@gmail.com>
6+
Copyright (C) 2012-2016 Various Minetest developers and contributors
67

78
Permission is hereby granted, free of charge, to any person obtaining a copy of this
89
software and associated documentation files (the "Software"), to deal in the Software

‎mods/xpanes/README.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ See license.txt for license information.
44

55
Authors of source code
66
----------------------
7-
xyz (MIT)
8-
Modified by BlockMen (iron bars) (MIT)
7+
Originally by xyz (MIT)
8+
BlockMen (MIT)
9+
Various Minetest developers and contributors (MIT)
910

1011
Authors of media (textures)
1112
---------------------------
12-
xyz (MIT):
13-
All textures not mentioned below.
13+
xyz (CC BY-SA 3.0):
14+
All textures not mentioned below.
1415

15-
Gambit (MIT):
16-
xpanes_bar.png
16+
Gambit (CC BY-SA 3.0):
17+
xpanes_bar.png

‎mods/xpanes/license.txt

+39-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
License of source code and media (textures)
2-
-------------------------------------------
1+
License of source code
2+
----------------------
33

44
The MIT License (MIT)
55
Copyright (C) 2014-2016 xyz
66
Copyright (C) 2014-2016 BlockMen
7-
Copyright (C) 2013-2016 Gambit
7+
Copyright (C) 2014-2016 Various Minetest developers and contributors
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy of this
1010
software and associated documentation files (the "Software"), to deal in the Software
@@ -24,3 +24,39 @@ DEALINGS IN THE SOFTWARE.
2424

2525
For more details:
2626
https://opensource.org/licenses/MIT
27+
28+
29+
Licenses of media (textures)
30+
----------------------------
31+
32+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
33+
Copyright (C) 2014-2016 xyz
34+
Copyright (C) 2013-2016 Gambit
35+
36+
You are free to:
37+
Share — copy and redistribute the material in any medium or format.
38+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
39+
The licensor cannot revoke these freedoms as long as you follow the license terms.
40+
41+
Under the following terms:
42+
43+
Attribution — You must give appropriate credit, provide a link to the license, and
44+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
45+
that suggests the licensor endorses you or your use.
46+
47+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
48+
your contributions under the same license as the original.
49+
50+
No additional restrictions — You may not apply legal terms or technological measures that
51+
legally restrict others from doing anything the license permits.
52+
53+
Notices:
54+
55+
You do not have to comply with the license for elements of the material in the public
56+
domain or where your use is permitted by an applicable exception or limitation.
57+
No warranties are given. The license may not give you all of the permissions necessary
58+
for your intended use. For example, other rights such as publicity, privacy, or moral
59+
rights may limit how you use the material.
60+
61+
For more details:
62+
http://creativecommons.org/licenses/by-sa/3.0/

0 commit comments

Comments
 (0)
Please sign in to comment.