diff --git a/LICENSE.md b/LICENSE.md index 8000a6f..1f119af 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,5 @@ +Copyright (C) ChaosWormz 2014-2021 and contributors + GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 diff --git a/README.md b/README.md index 09922c6..bdf6887 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If you know how to fix an issue, or want something to be added, consider opening ## License -Copyright (C) 2014-2020 ChaosWormz and contributors. +Copyright (C) 2014-2021 ChaosWormz and contributors. Teleport Request code is licensed under LGPLv2.1+, see [`LICENSE.md`](LICENSE.md).\ [`tpr_warp.ogg`](sounds/tpr_warp.ogg) is licensed under [CC BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). diff --git a/commands.lua b/commands.lua index bd1998e..fd9ff76 100644 --- a/commands.lua +++ b/commands.lua @@ -1,6 +1,6 @@ --[[ Commands -Copyright (C) 2014-2020 ChaosWormz and contributors +Copyright (C) 2014-2021 ChaosWormz and contributors This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/config.lua b/config.lua index a4583cd..bcfae82 100644 --- a/config.lua +++ b/config.lua @@ -1,6 +1,6 @@ --[[ Configuration -Copyright (C) 2014-2020 ChaosWormz and contributors +Copyright (C) 2014-2021 ChaosWormz and contributors This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/functions.lua b/functions.lua index 838808d..40a3bf2 100644 --- a/functions.lua +++ b/functions.lua @@ -1,6 +1,6 @@ --[[ Functions -Copyright (C) 2014-2020 ChaosWormz and contributors +Copyright (C) 2014-2021 ChaosWormz and contributors This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/init.lua b/init.lua index 45cea10..12de669 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ Allows players to request from another player to be teleported to them, and do much more. -Copyright (C) 2014-2020 ChaosWormz and contributors +Copyright (C) 2014-2021 ChaosWormz and contributors This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/locale/es.po b/locale/es.po index b9a4507..0f164f4 100644 --- a/locale/es.po +++ b/locale/es.po @@ -1,5 +1,5 @@ # Spanish translation for Teleport Request. -# Copyright (C) 2014-2020 ChaosWormz and contributors. +# Copyright (C) 2014-2021 ChaosWormz and contributors. # This file is distributed under under the same license as the Teleport Request package. # David Leal , 2019-2020. diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 1346233..037c8cd 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -1,5 +1,5 @@ # Brazilian Portuguese translation for Teleport Request. -# Copyright (C) 2014-2020 ChaosWormz and contributors. +# Copyright (C) 2014-2021 ChaosWormz and contributors. # This file is distributed under under the same license as the Teleport Request package. # Animetrom , 2020. diff --git a/locale/template.pot b/locale/template.pot index 3f8d471..ca7ce96 100644 --- a/locale/template.pot +++ b/locale/template.pot @@ -1,5 +1,5 @@ # Template translation for Teleport Request. -# Copyright (C) 2014-2020 ChaosWormz and contributors. +# Copyright (C) 2014-2021 ChaosWormz and contributors. # This file is distributed under under the same license as the Teleport Request package. # David Leal , 2019-2020. diff --git a/mod.conf b/mod.conf index b03155b..1996e46 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,6 @@ name = tpr optional_depends = areas, intllib, beerchat, chat2, gamehub description = Allows players to send a request to other players to teleport to them, and do much more. +min_minetest_version = 5.0.0 +license = LGPLv2.1 +forum = https://forum.minetest.net/viewtopic.php?t=4457 diff --git a/privileges.lua b/privileges.lua index b01f32c..f4ed9ec 100644 --- a/privileges.lua +++ b/privileges.lua @@ -1,6 +1,6 @@ --[[ Configuration -Copyright (C) 2014-2020 ChaosWormz and contributors +Copyright (C) 2014-2021 ChaosWormz and contributors This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public