Skip to content

Commit

Permalink
Clarify and fix license files
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jan 3, 2024
1 parent ee4954b commit 3325609
Show file tree
Hide file tree
Showing 9 changed files with 334 additions and 295 deletions.
574 changes: 325 additions & 249 deletions LICENSE.md

Large diffs are not rendered by default.

20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Teleport Request

[![LuaCheck status](https://github.com/minetest-mods/teleport-request/workflows/luacheck/badge.svg)](https://github.com/minetest-mods/teleport-request/actions)
[![License](https://img.shields.io/badge/license-LGPLv2.1%2B-blue.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)
[![ContentDB](https://content.minetest.net/packages/Traxie21/tpr/shields/downloads/)](https://content.minetest.net/packages/Traxie21/tpr/)

Allows players to request from another player to be teleported to them.
Expand Down Expand Up @@ -84,29 +83,14 @@ These are the following commands available in-game:
- **Description:** Deny a user's request to teleport to you or teleport you to them.
- **Required privileges:** `interact, tp`

## Optional dependencies

- [areas](https://github.com/minetest-mods/areas)
- [beerchat](https://github.com/minetest-beerchat/beerchat)
- [chat2](https://github.com/minetest-mods/chat2)
- [gamehub](https://github.com/shivajiva101/minetest-gamehub)

## Requirements

This mod requires MT 5.0.0+ to run.\
Older versions not supported.

## Issues, suggestions, features & bugfixes

Report bugs or suggest ideas by [creating an issue](https://github.com/ChaosWormz/teleport-request/issues/new).\
If you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/ChaosWormz/teleport-request/compare).

## License

Copyright (C) 2014-2023 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/).
See the [`LICENSE.md`](LICENSE.md) file for full information.

## Contributors

Expand Down Expand Up @@ -161,4 +145,4 @@ For further information or help, see:\
- Rewrite to place all chat commands into one single command much like how /teleport works.
- Make evade respect land: no teleporting inside land, but instead make sure player is standing on surface or in water.

If you think something else should be added to this list, [submit an issue](https://github.com/ChaosWormz/teleport-request/issues/new).
If you think something else should be added to this list, [submit an issue](https://github.com/minetest-mods/teleport-request/issues/new).
2 changes: 1 addition & 1 deletion commands.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Commands
Copyright (C) 2014-2023 ChaosWormz and contributors
Copyright (C) 2014-2024 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
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Configuration
Copyright (C) 2014-2023 ChaosWormz and contributors
Copyright (C) 2014-2024 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
Expand Down
2 changes: 1 addition & 1 deletion functions.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Functions
Copyright (C) 2014-2023 ChaosWormz and contributors
Copyright (C) 2014-2024 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
Expand Down
5 changes: 2 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Allows players to request from another player to be teleported to them, and do much more.
Copyright (C) 2014-2023 ChaosWormz and contributors
Copyright (C) 2014-2024 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
Expand All @@ -23,7 +23,6 @@ Originally made by Traxie21 and released with the WTFPL license.
Forum link: https://forum.minetest.net/viewtopic.php?id=4457
Updates by Zeno, Panquesito7 and ChaosWormz.
License: LGPLv2.1+ for code, CC BY-SA 4.0 for sounds.
--]]

local MP = minetest.get_modpath(minetest.get_current_modname())
Expand Down Expand Up @@ -69,5 +68,5 @@ dofile(MP .. "/commands.lua")

-- Log
if minetest.settings:get_bool("log_mods") then
minetest.log("action", S("[Teleport Request] TPS Teleport v@1 Loaded!", tp.version))
minetest.log("action", S("[Teleport Request] v@1 Loaded!", tp.version))
end
4 changes: 2 additions & 2 deletions privileges.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
Configuration
Copyright (C) 2014-2023 ChaosWormz and contributors
Privileges
Copyright (C) 2014-2024 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
Expand Down
20 changes: 0 additions & 20 deletions sounds/LICENSE.txt

This file was deleted.

File renamed without changes

0 comments on commit 3325609

Please sign in to comment.