Update copyright notices to 2021

This commit is contained in:
David Leal 2021-01-12 14:24:17 -06:00
parent a902bfb79e
commit 215fd428cd
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
11 changed files with 14 additions and 9 deletions

@ -1,3 +1,5 @@
Copyright (C) ChaosWormz 2014-2021 and contributors
GNU LESSER GENERAL PUBLIC LICENSE GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999 Version 2.1, February 1999

@ -102,7 +102,7 @@ If you know how to fix an issue, or want something to be added, consider opening
## License ## 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).\ 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/). [`tpr_warp.ogg`](sounds/tpr_warp.ogg) is licensed under [CC BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).

@ -1,6 +1,6 @@
--[[ --[[
Commands 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 This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
--[[ --[[
Configuration 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 This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
--[[ --[[
Functions 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 This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
--[[ --[[
Allows players to request from another player to be teleported to them, and do much more. 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 This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

@ -1,5 +1,5 @@
# Spanish translation for Teleport Request. # 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. # This file is distributed under under the same license as the Teleport Request package.
# David Leal <halfpacho@gmail.com>, 2019-2020. # David Leal <halfpacho@gmail.com>, 2019-2020.

@ -1,5 +1,5 @@
# Brazilian Portuguese translation for Teleport Request. # 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. # This file is distributed under under the same license as the Teleport Request package.
# Animetrom <contatoanimetrom@gmail.com>, 2020. # Animetrom <contatoanimetrom@gmail.com>, 2020.

@ -1,5 +1,5 @@
# Template translation for Teleport Request. # 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. # This file is distributed under under the same license as the Teleport Request package.
# David Leal <halfpacho@gmail.com>, 2019-2020. # David Leal <halfpacho@gmail.com>, 2019-2020.

@ -1,3 +1,6 @@
name = tpr name = tpr
optional_depends = areas, intllib, beerchat, chat2, gamehub 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. 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

@ -1,6 +1,6 @@
--[[ --[[
Configuration 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 This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public