mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-06 13:07:33 +01:00
Update copyright notices from 2022 to 2023
This commit is contained in:
parent
9fb25e34b9
commit
547e0c8e2e
@ -1,4 +1,4 @@
|
|||||||
Copyright (C) ChaosWormz 2014-2022 and contributors
|
Copyright (C) ChaosWormz 2014-2023 and contributors
|
||||||
|
|
||||||
GNU LESSER GENERAL PUBLIC LICENSE
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
Version 2.1, February 1999
|
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
|
## License
|
||||||
|
|
||||||
Copyright (C) 2014-2022 ChaosWormz and contributors.
|
Copyright (C) 2014-2023 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-2022 ChaosWormz and contributors
|
Copyright (C) 2014-2023 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-2022 ChaosWormz and contributors
|
Copyright (C) 2014-2023 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-2022 ChaosWormz and contributors
|
Copyright (C) 2014-2023 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
|
||||||
|
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.
|
Allows players to request from another player to be teleported to them, and do much more.
|
||||||
Copyright (C) 2014-2022 ChaosWormz and contributors
|
Copyright (C) 2014-2023 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-2022 ChaosWormz and contributors
|
Copyright (C) 2014-2023 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
|
||||||
|
Loading…
Reference in New Issue
Block a user