diff options
Diffstat (limited to 'computer')
-rw-r--r-- | computer/README.txt | 18 | ||||
-rw-r--r-- | computer/miscitems.lua | 2 | ||||
-rw-r--r-- | computer/recipes.lua | 2 |
3 files changed, 0 insertions, 22 deletions
diff --git a/computer/README.txt b/computer/README.txt index 6d6c7dc..beed59e 100644 --- a/computer/README.txt +++ b/computer/README.txt @@ -33,10 +33,6 @@ computer:admiral128 There's also a `computer:computer' alias to `computer:babytower'. -License: -Sourcecode: WTFPL (see below) -Graphics: WTFPL (see below) - Thanks to all the people in the forums and the #minetest IRC channel for their support and suggestions; in no particular order: OldCoder, Josh, tonyka, VanessaE, davidpace, Jordach, and all the other @@ -45,17 +41,3 @@ Thanks to all the people in the forums and the #minetest IRC channel for See also: http://minetest.net/ - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2012 Diego Martínez <lkaezadl3@gmail.com> - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/computer/miscitems.lua b/computer/miscitems.lua index a750378..bbef89b 100644 --- a/computer/miscitems.lua +++ b/computer/miscitems.lua @@ -1,6 +1,4 @@ - -- Copyright (C) 2012-2013 Diego Martínez <kaeza@users.sf.net> --- License is WTFPL (see README.txt). -- This file defines some items in order to not have to depend on other mods. diff --git a/computer/recipes.lua b/computer/recipes.lua index d562425..8ab59d8 100644 --- a/computer/recipes.lua +++ b/computer/recipes.lua @@ -1,6 +1,4 @@ - -- Copyright (C) 2012-2013 Diego Martínez <kaeza@users.sf.net> --- License is WTFPL (see README.txt). minetest.register_craft({ output = "computer:shefriendSOO", |