Skip to content

Commit

Permalink
Licenses: (Part 4) Remove overlooked WTFPL text. Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Sep 8, 2016
1 parent 6171fb4 commit 992f295
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion mods/default/legacy.lua
@@ -1,6 +1,6 @@
-- mods/default/legacy.lua

-- Horrible crap to support old code registering falling nodes
-- Horrible stuff to support old code registering falling nodes
-- Don't use this and never do what this does, it's completely wrong!
-- (More specifically, the client and the C++ code doesn't get the group)
function default.register_falling_node(nodename, texture)
Expand Down
8 changes: 0 additions & 8 deletions mods/doors/init.lua
@@ -1,11 +1,3 @@
--[[
Copyright (C) 2012 PilzAdam
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>
--]]
-- our API object
doors = {}

Expand Down
2 changes: 1 addition & 1 deletion mods/walls/README.txt
Expand Up @@ -4,4 +4,4 @@ See license.txt for license information.

Authors of source code
----------------------
sofar (sofar@foo-projects.org) (LGPL 2.1)
Auke Kok <sofar@foo-projects.org> (LGPL 2.1)
15 changes: 0 additions & 15 deletions mods/walls/init.lua
@@ -1,18 +1,3 @@

--[[
Walls mod for Minetest
Copyright (C) 2015 Auke Kok <sofar@foo-projects.org>
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.
--]]
walls = {}

walls.register = function(wall_name, wall_desc, wall_texture, wall_mat, wall_sounds)
Expand Down
2 changes: 1 addition & 1 deletion mods/walls/license.txt
Expand Up @@ -2,7 +2,7 @@ License of source code
----------------------

GNU Lesser General Public License, version 2.1
Copyright (C) 2016 sofar (sofar@foo-projects.org)
Copyright (C) 2015 Auke Kok <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;
Expand Down

0 comments on commit 992f295

Please sign in to comment.