Licenses: Change WTFPL to MIT (part 1)
[oweals/minetest_game.git] / mods / doors / README.txt
1 Minetest Game mod: doors
2 ========================
3 See license.txt for license information.
4
5 Authors of source code
6 ----------------------
7 Originally by PilzAdam (MIT)
8
9 Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.
10
11 Modified by sofar (sofar@foo-projects.org) (MIT):
12 Added Steel trapdoor.
13 Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
14 Added doors API to facilitate coding mods accessing and operating doors.
15 Added Fence Gate model, code, and sounds.
16
17
18 Authors of media (textures)
19 ---------------------------
20 Following textures created by Fernando Zapata (CC BY-SA 3.0):
21   door_wood.png
22   door_wood_a.png
23   door_wood_a_r.png
24   door_wood_b.png
25   door_wood_b_r.png
26
27 Following textures created by BlockMen (MIT):
28   door_trapdoor.png
29   door_obsidian_glass_side.png
30
31 Following textures created by celeron55 (CC BY-SA 3.0):
32   door_glass_a.png
33   door_glass_b.png
34
35 Following textures created by PenguinDad (CC BY-SA 4.0):
36   door_glass.png
37   door_obsidian_glass.png
38
39 Following textures created by sofar (CC-BY-SA-3.0):
40   doors_trapdoor_steel.png
41   doors_trapdoor_steel_side.png
42   door_trapdoor_side.png
43
44 Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (MIT):
45   door_obsidian_glass.png
46
47 Glass door textures by red-001 based on textures by celeron55 (CC BY-SA 3.0):
48   door_glass.png
49
50 All other textures (created by PilzAdam) (MIT):
51
52 Door textures were converted to the new texture map by sofar, paramat and
53 red-001, under the same license as the originals.
54
55
56 Authors of media (models)
57 -------------------------
58 Door 3d models by sofar (CC-BY-SA-3.0)
59  - door_a.obj
60  - door_b.obj
61 Fence gate models by sofar (CC-BY-SA-3.0)
62  - fencegate_open.obj
63  - fencegate_closed.obj
64
65
66 Authors of media (sounds)
67 -------------------------
68 Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
69   door_open.ogg
70 Closing-Sound created by bennstir (CC BY 3.0)
71   door_close.ogg
72 fencegate_open.ogg:
73   http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
74 fencegate_close.ogg:
75   http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
76   http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
77 Steel door sounds open & close (CC-BY-3.0) by HazMatt
78   - http://www.freesound.org/people/HazMattt/sounds/187283/
79   doors_steel_door_open.ogg
80   doors_steel_door_close.ogg
81 doors_glass_door_open.ogg, doors_glass_door_close.ogg:
82   https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)