From d41791b735df980912250d4dca7b3e140eecbf28 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Thu, 8 Nov 2018 19:27:31 -0500 Subject: update basic_materials, biome_lib, plantlife modpack, coloredwood, homedecor, technic, currency, framedglass, gloopblocks, led_marquee, mesecons, moretrees, nixie_tubes, pipeworks, plasticbox, prefab_redo, castles, signs_lib, roads, worldedit Added license declaration for the modpack itself --- computer/README.txt | 18 ------------------ computer/miscitems.lua | 2 -- computer/recipes.lua | 2 -- 3 files changed, 22 deletions(-) (limited to 'computer') 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 - - 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 --- 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 --- License is WTFPL (see README.txt). minetest.register_craft({ output = "computer:shefriendSOO", -- cgit v1.2.3