Update copyright notices to 2021
This commit is contained in:
parent
a902bfb79e
commit
215fd428cd
@ -1,3 +1,5 @@
|
||||
Copyright (C) ChaosWormz 2014-2021 and contributors
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
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
|
||||
|
||||
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/).
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
2
init.lua
2
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
|
||||
|
@ -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 <halfpacho@gmail.com>, 2019-2020.
|
||||
|
||||
|
@ -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 <contatoanimetrom@gmail.com>, 2020.
|
||||
|
||||
|
@ -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 <halfpacho@gmail.com>, 2019-2020.
|
||||
|
||||
|
3
mod.conf
3
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user