diff --git a/COPYING.txt b/COPYING.txt index b99144a..b8ae66c 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/basis.lua b/basis.lua index 3f3ea46..751a661 100644 --- a/basis.lua +++ b/basis.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot: Robot basis block diff --git a/bot_flap.lua b/bot_flap.lua index 9f19d0a..e4b9347 100644 --- a/bot_flap.lua +++ b/bot_flap.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPLv3 See LICENSE.txt for more information Signs Bot: Bot Flap diff --git a/bot_sensor.lua b/bot_sensor.lua index 560787c..405dfe5 100644 --- a/bot_sensor.lua +++ b/bot_sensor.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot Sensor diff --git a/cart_sensor.lua b/cart_sensor.lua index 6339663..4aa4420 100644 --- a/cart_sensor.lua +++ b/cart_sensor.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Cart Sensor diff --git a/changer.lua b/changer.lua index ae6180b..c299ede 100644 --- a/changer.lua +++ b/changer.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signgs Changer/Control Unit for Bot Control diff --git a/chest.lua b/chest.lua index 4594432..e7f7f8b 100644 --- a/chest.lua +++ b/chest.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot Chest diff --git a/cmd_farming.lua b/cmd_farming.lua index 5409ce7..af0d7a7 100644 --- a/cmd_farming.lua +++ b/cmd_farming.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot farming commands diff --git a/cmd_item.lua b/cmd_item.lua index 91c104f..7b7f144 100644 --- a/cmd_item.lua +++ b/cmd_item.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot: More commands diff --git a/cmd_move.lua b/cmd_move.lua index 2b811d6..4acd157 100644 --- a/cmd_move.lua +++ b/cmd_move.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot move commands diff --git a/cmd_pattern.lua b/cmd_pattern.lua index fb6ffa6..1b51120 100644 --- a/cmd_pattern.lua +++ b/cmd_pattern.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot cloning/pattern commands, signs, and nodes diff --git a/cmd_place.lua b/cmd_place.lua index a1a82d1..7fefc09 100644 --- a/cmd_place.lua +++ b/cmd_place.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot place/remove commands diff --git a/cmd_sign.lua b/cmd_sign.lua index 64179fe..8e8a743 100644 --- a/cmd_sign.lua +++ b/cmd_sign.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot sign commands and nodes diff --git a/commands.lua b/commands.lua index f8e4abc..228e225 100644 --- a/commands.lua +++ b/commands.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot: Robot command interpreter diff --git a/crop_sensor.lua b/crop_sensor.lua index 59de979..bb3b89a 100644 --- a/crop_sensor.lua +++ b/crop_sensor.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Crop Sensor diff --git a/delayer.lua b/delayer.lua index ae60bf4..3edc912 100644 --- a/delayer.lua +++ b/delayer.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signal Delayer. diff --git a/duplicator.lua b/duplicator.lua index 49991d2..acd6b8e 100644 --- a/duplicator.lua +++ b/duplicator.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs duplicator diff --git a/extender.lua b/extender.lua index 5973107..44cdb0f 100644 --- a/extender.lua +++ b/extender.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Sensor Extender diff --git a/init.lua b/init.lua index 7b8af24..34ad8ed 100644 --- a/init.lua +++ b/init.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information A robot controlled by signs diff --git a/legacy.lua b/legacy.lua index 419a3be..7587a21 100644 --- a/legacy.lua +++ b/legacy.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Registation of standard chests and furnace diff --git a/lib.lua b/lib.lua index 28359c0..7cb859e 100644 --- a/lib.lua +++ b/lib.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot: Library with helper functions diff --git a/logic_and.lua b/logic_and.lua index d7863df..3b7b46d 100644 --- a/logic_and.lua +++ b/logic_and.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signal AND. diff --git a/node_sensor.lua b/node_sensor.lua index 5d8e0d0..0902eb8 100644 --- a/node_sensor.lua +++ b/node_sensor.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Node Sensor diff --git a/nodes.lua b/nodes.lua index a91948b..204fafb 100644 --- a/nodes.lua +++ b/nodes.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Node information tables for the Bot diff --git a/robot.lua b/robot.lua index 8ceef0b..f616214 100644 --- a/robot.lua +++ b/robot.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot: The Robot itself diff --git a/signal.lua b/signal.lua index 9346748..12277bb 100644 --- a/signal.lua +++ b/signal.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signal function diff --git a/signs.lua b/signs.lua index 6724318..9eea5f4 100644 --- a/signs.lua +++ b/signs.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Signs Bot: Signs diff --git a/timer.lua b/timer.lua index 6a9b993..af6bf8f 100644 --- a/timer.lua +++ b/timer.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Bot Timer diff --git a/tool.lua b/tool.lua index 015811d..3c8408b 100644 --- a/tool.lua +++ b/tool.lua @@ -5,7 +5,7 @@ Copyright (C) 2019 Joachim Stolberg - LGPLv2.1+ + GPL v3 See LICENSE.txt for more information Sensor/Actuator Connection Tool