diff --git a/COPYING.txt b/COPYING.txt index 9551e9b..68d66b5 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -6,15 +6,15 @@ License of source code ---------------------- This program is free software; you can redistribute and/or -modify it under the terms of the GNU Lesser General Public License version 2.1 or later +modify it under the terms of the GNU General Public License version 3 or later published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. +General Public License for more details. -You should have received a copy of the GNU Library General Public +You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/basic_machines/autocrafter.lua b/basic_machines/autocrafter.lua index 8478fda..0723b69 100644 --- a/basic_machines/autocrafter.lua +++ b/basic_machines/autocrafter.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information The autocrafter is derived from pipeworks: diff --git a/basic_machines/blackhole.lua b/basic_machines/blackhole.lua index fe15b5b..c332646 100644 --- a/basic_machines/blackhole.lua +++ b/basic_machines/blackhole.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information All items disappear. diff --git a/basic_machines/chest.lua b/basic_machines/chest.lua index 3dace0c..6ec5d45 100644 --- a/basic_machines/chest.lua +++ b/basic_machines/chest.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Chest diff --git a/basic_machines/distributor.lua b/basic_machines/distributor.lua index 6dba8da..2390099 100644 --- a/basic_machines/distributor.lua +++ b/basic_machines/distributor.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Distributor diff --git a/basic_machines/electronic_fab.lua b/basic_machines/electronic_fab.lua index ddbeb99..f635e33 100644 --- a/basic_machines/electronic_fab.lua +++ b/basic_machines/electronic_fab.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Electronic Fab diff --git a/basic_machines/forceload.lua b/basic_machines/forceload.lua index 3c687be..9703a12 100644 --- a/basic_machines/forceload.lua +++ b/basic_machines/forceload.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Forceload block diff --git a/basic_machines/gravelrinser.lua b/basic_machines/gravelrinser.lua index e45baa6..05623f7 100644 --- a/basic_machines/gravelrinser.lua +++ b/basic_machines/gravelrinser.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Gravel Rinser, washing sieved gravel to find more ores diff --git a/basic_machines/gravelsieve.lua b/basic_machines/gravelsieve.lua index be2ddcb..4682ab7 100644 --- a/basic_machines/gravelsieve.lua +++ b/basic_machines/gravelsieve.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Gravel Sieve, sieving gravel to find ores diff --git a/basic_machines/grinder.lua b/basic_machines/grinder.lua index 1cdd0a7..102de92 100644 --- a/basic_machines/grinder.lua +++ b/basic_machines/grinder.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Grinder, grinding Cobble/Basalt to Gravel diff --git a/basic_machines/legacy_nodes.lua b/basic_machines/legacy_nodes.lua index 8984c29..738be08 100644 --- a/basic_machines/legacy_nodes.lua +++ b/basic_machines/legacy_nodes.lua @@ -5,7 +5,7 @@ Copyright (C) 2017 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information legacy_nodes.lua: diff --git a/basic_machines/pusher.lua b/basic_machines/pusher.lua index 8ef142a..f11d80d 100644 --- a/basic_machines/pusher.lua +++ b/basic_machines/pusher.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Pusher diff --git a/basic_machines/source.lua b/basic_machines/source.lua index ba0e9e1..ea0a28b 100644 --- a/basic_machines/source.lua +++ b/basic_machines/source.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2/TA3/TA4 Power Source diff --git a/basis/assemble.lua b/basis/assemble.lua index f4dc501..da68f40 100644 --- a/basis/assemble.lua +++ b/basis/assemble.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Assemble routines diff --git a/basis/command.lua b/basis/command.lua index e0180bb..8ad5c34 100644 --- a/basis/command.lua +++ b/basis/command.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Basis functions for inter-node communication diff --git a/basis/consumer.lua b/basis/consumer.lua index c148216..c995352 100644 --- a/basis/consumer.lua +++ b/basis/consumer.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Consumer node basis functionality. diff --git a/basis/firebox_lib.lua b/basis/firebox_lib.lua index 3b5179f..5e654e7 100644 --- a/basis/firebox_lib.lua +++ b/basis/firebox_lib.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Firebox basic functions diff --git a/basis/gravel_lib.lua b/basis/gravel_lib.lua index 829d90c..844f714 100644 --- a/basis/gravel_lib.lua +++ b/basis/gravel_lib.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Gravel Sieve basis functions diff --git a/basis/guide.lua b/basis/guide.lua index d3bda87..5db3dbb 100644 --- a/basis/guide.lua +++ b/basis/guide.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Construction Guide diff --git a/basis/lib.lua b/basis/lib.lua index 1c3da47..5c0186f 100644 --- a/basis/lib.lua +++ b/basis/lib.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Helper functions diff --git a/basis/mark.lua b/basis/mark.lua index bcb4d6b..0c51855 100644 --- a/basis/mark.lua +++ b/basis/mark.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information mark.lua: diff --git a/basis/node_states.lua b/basis/node_states.lua index 701298d..26f4be3 100644 --- a/basis/node_states.lua +++ b/basis/node_states.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information A state model/class for TechAge nodes. diff --git a/basis/tubes.lua b/basis/tubes.lua index 8e3701d..5963d54 100644 --- a/basis/tubes.lua +++ b/basis/tubes.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Tubes based on tubelib2 diff --git a/coal_power_station/akkubox.lua b/coal_power_station/akkubox.lua index e303eff..65cda57 100644 --- a/coal_power_station/akkubox.lua +++ b/coal_power_station/akkubox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Akku Box diff --git a/coal_power_station/boiler_base.lua b/coal_power_station/boiler_base.lua index a117dde..ba1cca2 100644 --- a/coal_power_station/boiler_base.lua +++ b/coal_power_station/boiler_base.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Coal Power Station Boiler Base diff --git a/coal_power_station/boiler_top.lua b/coal_power_station/boiler_top.lua index 5a51243..9b52e12 100644 --- a/coal_power_station/boiler_top.lua +++ b/coal_power_station/boiler_top.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Coal Power Station Boiler Top diff --git a/coal_power_station/cooler.lua b/coal_power_station/cooler.lua index b2bd711..6cd0ddb 100644 --- a/coal_power_station/cooler.lua +++ b/coal_power_station/cooler.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Cooler diff --git a/coal_power_station/firebox.lua b/coal_power_station/firebox.lua index 1214dc8..00839fa 100644 --- a/coal_power_station/firebox.lua +++ b/coal_power_station/firebox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Coal Power Station Firebox diff --git a/coal_power_station/generator.lua b/coal_power_station/generator.lua index 90f5591..4d9b2a5 100644 --- a/coal_power_station/generator.lua +++ b/coal_power_station/generator.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Power Station Generator diff --git a/coal_power_station/power_terminal.lua b/coal_power_station/power_terminal.lua index 59a6ad6..31383cc 100644 --- a/coal_power_station/power_terminal.lua +++ b/coal_power_station/power_terminal.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Power Terminal diff --git a/coal_power_station/turbine.lua b/coal_power_station/turbine.lua index 6cc210c..59a69cf 100644 --- a/coal_power_station/turbine.lua +++ b/coal_power_station/turbine.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Power Station Turbine diff --git a/doc/doc.lua b/doc/doc.lua index ac867e8..a0ea37b 100644 --- a/doc/doc.lua +++ b/doc/doc.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Main module for the in-game documentation diff --git a/doc/ta1_doc.lua b/doc/ta1_doc.lua index ebd8f81..17610ec 100644 --- a/doc/ta1_doc.lua +++ b/doc/ta1_doc.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Main module for the in-game TA1 documentation diff --git a/doc/ta2_doc.lua b/doc/ta2_doc.lua index b6a0980..afde149 100644 --- a/doc/ta2_doc.lua +++ b/doc/ta2_doc.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Main module for the in-game TA1 documentation diff --git a/doc/ta3_doc.lua b/doc/ta3_doc.lua index 1cc9156..e977318 100644 --- a/doc/ta3_doc.lua +++ b/doc/ta3_doc.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Main module for the in-game TA1 documentation diff --git a/doc/ta_doc.lua b/doc/ta_doc.lua index 2a0143f..1310ff6 100644 --- a/doc/ta_doc.lua +++ b/doc/ta_doc.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Main module for the in-game TA1 documentation diff --git a/fermenter/gasflare.lua b/fermenter/gasflare.lua index 0ff7714..cb5b0bb 100644 --- a/fermenter/gasflare.lua +++ b/fermenter/gasflare.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Biogas flare diff --git a/furnace/booster.lua b/furnace/booster.lua index b12d908..c3a32b1 100644 --- a/furnace/booster.lua +++ b/furnace/booster.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Booster diff --git a/furnace/cooking.lua b/furnace/cooking.lua index 58589f3..24f526a 100644 --- a/furnace/cooking.lua +++ b/furnace/cooking.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Cooking routines for furnace diff --git a/furnace/firebox.lua b/furnace/firebox.lua index b2cb9c6..635c7ab 100644 --- a/furnace/firebox.lua +++ b/furnace/firebox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Industrial Furnace Firebox diff --git a/furnace/furnace_top.lua b/furnace/furnace_top.lua index a2d342f..1214ab9 100644 --- a/furnace/furnace_top.lua +++ b/furnace/furnace_top.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Industrial Furnace Top diff --git a/furnace/help.lua b/furnace/help.lua index 8243b67..3b44cb4 100644 --- a/furnace/help.lua +++ b/furnace/help.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Furnace Help diff --git a/furnace/recipes.lua b/furnace/recipes.lua index 9a15e26..c2d8f3a 100644 --- a/furnace/recipes.lua +++ b/furnace/recipes.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Cooking recipes for furnace diff --git a/iron_age/charcoalpile.lua b/iron_age/charcoalpile.lua index ad18c11..ec29d98 100644 --- a/iron_age/charcoalpile.lua +++ b/iron_age/charcoalpile.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Charcoalpile to produce charcoal diff --git a/iron_age/coalburner.lua b/iron_age/coalburner.lua index 83bb6ec..295cfa1 100644 --- a/iron_age/coalburner.lua +++ b/iron_age/coalburner.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Coalburner as heater for the Meltingpot diff --git a/iron_age/gravelsieve.lua b/iron_age/gravelsieve.lua index f2738f8..c9bbfa8 100644 --- a/iron_age/gravelsieve.lua +++ b/iron_age/gravelsieve.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Gravel Sieve, sieving gravel to find ores diff --git a/iron_age/hammer.lua b/iron_age/hammer.lua index 7e2869f..a0c1c84 100644 --- a/iron_age/hammer.lua +++ b/iron_age/hammer.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Hammer to convert stone into gravel diff --git a/iron_age/hopper.lua b/iron_age/hopper.lua index 4b8538e..81ef87d 100644 --- a/iron_age/hopper.lua +++ b/iron_age/hopper.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Simple TA1 Hopper diff --git a/iron_age/lighter.lua b/iron_age/lighter.lua index 32a2b6b..57a4601 100644 --- a/iron_age/lighter.lua +++ b/iron_age/lighter.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Lighter for Coalburner and Charcoalpile diff --git a/iron_age/main.lua b/iron_age/main.lua index 03b8391..b6d4872 100644 --- a/iron_age/main.lua +++ b/iron_age/main.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information ]]-- diff --git a/iron_age/meltingpot.lua b/iron_age/meltingpot.lua index 7ed36fc..6563e22 100644 --- a/iron_age/meltingpot.lua +++ b/iron_age/meltingpot.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Meltingpot to produce metal and alloy ingots diff --git a/iron_age/meridium.lua b/iron_age/meridium.lua index 81994f1..85bde75 100644 --- a/iron_age/meridium.lua +++ b/iron_age/meridium.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Brilliant Meririum and tools (mod "wielded_light" needed) diff --git a/iron_age/recipes.lua b/iron_age/recipes.lua index 2c39cd9..e4b094f 100644 --- a/iron_age/recipes.lua +++ b/iron_age/recipes.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Meltingpot recipes diff --git a/iron_age/tools.lua b/iron_age/tools.lua index d6e6b82..f89010d 100644 --- a/iron_age/tools.lua +++ b/iron_age/tools.lua @@ -6,7 +6,7 @@ Copyright (C) 2018 Joachim Stolberg Based on mods/default/tools.lua - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information ]]-- diff --git a/lamps/ceilinglamp.lua b/lamps/ceilinglamp.lua index d1f6c53..5fed1e7 100644 --- a/lamps/ceilinglamp.lua +++ b/lamps/ceilinglamp.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Ceiling Lamp diff --git a/lamps/industriallamp1.lua b/lamps/industriallamp1.lua index cf7f228..3fe23bb 100644 --- a/lamps/industriallamp1.lua +++ b/lamps/industriallamp1.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Industrial Lamp 1 diff --git a/lamps/industriallamp2.lua b/lamps/industriallamp2.lua index 199b2df..99b333e 100644 --- a/lamps/industriallamp2.lua +++ b/lamps/industriallamp2.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Industrial Lamp 2 diff --git a/lamps/industriallamp3.lua b/lamps/industriallamp3.lua index fd9775d..ccdd889 100644 --- a/lamps/industriallamp3.lua +++ b/lamps/industriallamp3.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Industrial Lamp 3 diff --git a/lamps/lib.lua b/lamps/lib.lua index 46b979c..21b81c3 100644 --- a/lamps/lib.lua +++ b/lamps/lib.lua @@ -1,3 +1,17 @@ +--[[ + + TechAge + ======= + + Copyright (C) 2019 Joachim Stolberg + + GPL v3 + See LICENSE.txt for more information + + Lamp library + +]]-- + -- for lazy programmers local S = function(pos) if pos then return minetest.pos_to_string(pos) end end local P = minetest.string_to_pos diff --git a/lamps/simplelamp.lua b/lamps/simplelamp.lua index bbc7d79..122fa89 100644 --- a/lamps/simplelamp.lua +++ b/lamps/simplelamp.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Lamp diff --git a/lamps/streetlamp.lua b/lamps/streetlamp.lua index 5850e0e..e4e17c1 100644 --- a/lamps/streetlamp.lua +++ b/lamps/streetlamp.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Street Lamp diff --git a/logic/terminal.lua b/logic/terminal.lua index 7cb7a2a..5bde164 100644 --- a/logic/terminal.lua +++ b/logic/terminal.lua @@ -5,7 +5,7 @@ Copyright (C) 2018-2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information terminal.lua: diff --git a/nodes/baborium.lua b/nodes/baborium.lua index d0b7071..9313cb0 100644 --- a/nodes/baborium.lua +++ b/nodes/baborium.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Gravel Sieve basis functions diff --git a/nodes/basalt.lua b/nodes/basalt.lua index 4e51006..cf33ee6 100644 --- a/nodes/basalt.lua +++ b/nodes/basalt.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Basalt as result from the lava/water generator diff --git a/nodes/silicon.lua b/nodes/silicon.lua index a82f99f..9e4c033 100644 --- a/nodes/silicon.lua +++ b/nodes/silicon.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA4 Silicon Wafer diff --git a/nodes/usmium.lua b/nodes/usmium.lua index cfecf94..512db8f 100644 --- a/nodes/usmium.lua +++ b/nodes/usmium.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Usminum diff --git a/oil/drillbox.lua b/oil/drillbox.lua index 31b1fba..cab2f00 100644 --- a/oil/drillbox.lua +++ b/oil/drillbox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Oil Drill Box diff --git a/oil/explore.lua b/oil/explore.lua index ab59259..1dece37 100644 --- a/oil/explore.lua +++ b/oil/explore.lua @@ -1,3 +1,17 @@ +--[[ + + TechAge + ======= + + Copyright (C) 2019 Joachim Stolberg + + GPL v3 + See LICENSE.txt for more information + + TA3 Oil Explorer + +]]-- + -- for lazy programmers local M = minetest.get_meta local P2S = function(pos) if pos then return minetest.pos_to_string(pos) end end diff --git a/oil/generator.lua b/oil/generator.lua index 0616ed8..c3afccc 100644 --- a/oil/generator.lua +++ b/oil/generator.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Tiny Oil Power Generator diff --git a/oil/pumpjack.lua b/oil/pumpjack.lua index ae69499..95fc862 100644 --- a/oil/pumpjack.lua +++ b/oil/pumpjack.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Pumpjack diff --git a/oil/tower.lua b/oil/tower.lua index ac1968b..4a6a100 100644 --- a/oil/tower.lua +++ b/oil/tower.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Oil Tower diff --git a/power/biogas_pipe.lua b/power/biogas_pipe.lua index e214529..1a8d560 100644 --- a/power/biogas_pipe.lua +++ b/power/biogas_pipe.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA4 Biogas pipes diff --git a/power/drive_axle.lua b/power/drive_axle.lua index 1108f32..3cd5f4a 100644 --- a/power/drive_axle.lua +++ b/power/drive_axle.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Drive Axles for the Steam Engine diff --git a/power/electric_cable.lua b/power/electric_cable.lua index e2ecc3c..5b12774 100644 --- a/power/electric_cable.lua +++ b/power/electric_cable.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Cable for electrical power distribution diff --git a/power/junction.lua b/power/junction.lua index 61e7709..e9dae40 100644 --- a/power/junction.lua +++ b/power/junction.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Junction for power distribution diff --git a/power/junctionbox.lua b/power/junctionbox.lua index 2c7a5ce..c0de294 100644 --- a/power/junctionbox.lua +++ b/power/junctionbox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Junction box for electrical power distribution diff --git a/power/power.lua b/power/power.lua index a3d8b6b..65dc2c9 100644 --- a/power/power.lua +++ b/power/power.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Power distribution and consumption calculation diff --git a/power/power2.lua b/power/power2.lua index 7e9a1e7..c921990 100644 --- a/power/power2.lua +++ b/power/power2.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Power helper functions diff --git a/power/power_line.lua b/power/power_line.lua index 221fc00..b744480 100644 --- a/power/power_line.lua +++ b/power/power_line.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3/TA4 Power line for electrical landline diff --git a/power/powerswitch.lua b/power/powerswitch.lua index 7ab39f4..05bd695 100644 --- a/power/powerswitch.lua +++ b/power/powerswitch.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA3 Power Station Generator diff --git a/power/steam_pipe.lua b/power/steam_pipe.lua index 30b3b5d..e491abf 100644 --- a/power/steam_pipe.lua +++ b/power/steam_pipe.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Steam pipes for the Steam Engine diff --git a/solar/minicell.lua b/solar/minicell.lua index 4aee4be..281818b 100644 --- a/solar/minicell.lua +++ b/solar/minicell.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA4 Streetlamp Solar Cell diff --git a/steam_engine/boiler.lua b/steam_engine/boiler.lua index 170aeb6..7ed712c 100644 --- a/steam_engine/boiler.lua +++ b/steam_engine/boiler.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Steam Engine Boiler diff --git a/steam_engine/cylinder.lua b/steam_engine/cylinder.lua index 52550bd..610c7c8 100644 --- a/steam_engine/cylinder.lua +++ b/steam_engine/cylinder.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Steam Engine Cylinder diff --git a/steam_engine/firebox.lua b/steam_engine/firebox.lua index 17cc49c..bb4167e 100644 --- a/steam_engine/firebox.lua +++ b/steam_engine/firebox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Steam Engine Firebox diff --git a/steam_engine/flywheel.lua b/steam_engine/flywheel.lua index cc8cd47..212b7a1 100644 --- a/steam_engine/flywheel.lua +++ b/steam_engine/flywheel.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Steam Engine Flywheel diff --git a/steam_engine/gearbox.lua b/steam_engine/gearbox.lua index c7172d6..52c7912 100644 --- a/steam_engine/gearbox.lua +++ b/steam_engine/gearbox.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Gearbox diff --git a/steam_engine/help.lua b/steam_engine/help.lua index c101180..8521fa4 100644 --- a/steam_engine/help.lua +++ b/steam_engine/help.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information TA2 Steam Engine Help diff --git a/tools/repairkit.lua b/tools/repairkit.lua index 452ff19..e7d88d2 100644 --- a/tools/repairkit.lua +++ b/tools/repairkit.lua @@ -5,7 +5,7 @@ Copyright (C) 2017-2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information repairkit.lua: diff --git a/tools/trowel.lua b/tools/trowel.lua index e2f5bf9..513ae81 100644 --- a/tools/trowel.lua +++ b/tools/trowel.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Trowel tool to hide/open cable/pipe/tube nodes