mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-19 19:31:26 +01:00
Update copyright notices to 2022
This commit is contained in:
parent
40de57687e
commit
c2b6f474bf
@ -1,4 +1,4 @@
|
||||
Copyright (C) ChaosWormz 2014-2021 and contributors
|
||||
Copyright (C) ChaosWormz 2014-2022 and contributors
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
@ -103,7 +103,7 @@ If you know how to fix an issue, or want something to be added, consider opening
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2014-2021 ChaosWormz and contributors.
|
||||
Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors
|
||||
Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors
|
||||
Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors
|
||||
Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors
|
||||
Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors.
|
||||
# Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors.
|
||||
# Copyright (C) 2014-2022 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-2021 ChaosWormz and contributors.
|
||||
# Copyright (C) 2014-2022 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,6 +1,6 @@
|
||||
--[[
|
||||
Configuration
|
||||
Copyright (C) 2014-2021 ChaosWormz and contributors
|
||||
Copyright (C) 2014-2022 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…
Reference in New Issue
Block a user