Skip to content

Commit 992f295

Browse files
committedSep 8, 2016
Licenses: (Part 4) Remove overlooked WTFPL text. Cleanup
1 parent 6171fb4 commit 992f295

File tree

5 files changed

+3
-26
lines changed

5 files changed

+3
-26
lines changed
 

‎mods/default/legacy.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- mods/default/legacy.lua
22

3-
-- Horrible crap to support old code registering falling nodes
3+
-- Horrible stuff to support old code registering falling nodes
44
-- Don't use this and never do what this does, it's completely wrong!
55
-- (More specifically, the client and the C++ code doesn't get the group)
66
function default.register_falling_node(nodename, texture)

‎mods/doors/init.lua

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
--[[
2-
3-
Copyright (C) 2012 PilzAdam
4-
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
5-
Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>
6-
7-
--]]
8-
91
-- our API object
102
doors = {}
113

‎mods/walls/README.txt

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

55
Authors of source code
66
----------------------
7-
sofar (sofar@foo-projects.org) (LGPL 2.1)
7+
Auke Kok <sofar@foo-projects.org> (LGPL 2.1)

‎mods/walls/init.lua

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
2-
--[[
3-
4-
Walls mod for Minetest
5-
6-
Copyright (C) 2015 Auke Kok <sofar@foo-projects.org>
7-
8-
This program is free software. It comes without any warranty, to
9-
the extent permitted by applicable law. You can redistribute it
10-
and/or modify it under the terms of the Do What The Fuck You Want
11-
To Public License, Version 2, as published by Sam Hocevar. See
12-
http://sam.zoy.org/wtfpl/COPYING for more details.
13-
14-
--]]
15-
161
walls = {}
172

183
walls.register = function(wall_name, wall_desc, wall_texture, wall_mat, wall_sounds)

‎mods/walls/license.txt

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

44
GNU Lesser General Public License, version 2.1
5-
Copyright (C) 2016 sofar (sofar@foo-projects.org)
5+
Copyright (C) 2015 Auke Kok <sofar@foo-projects.org>
66

77
This program is free software; you can redistribute it and/or modify it under the terms
88
of the GNU Lesser General Public License as published by the Free Software Foundation;

0 commit comments

Comments
 (0)
Please sign in to comment.