-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various license/code improvements and cleanup
- Loading branch information
1 parent
e00fb0e
commit a2aedab
Showing
8 changed files
with
634 additions
and
544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Authors | ||
|
||
## Source code | ||
|
||
[David Leal](https://github.com/Panquesito7) and contributors ([GNU LGPLv2.1+](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)). | ||
|
||
## Media | ||
|
||
[David Leal](https://github.com/Panquesito7) ([CC BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)).\ | ||
Various Minetest contributors/modders ([CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/) and others): | ||
|
||
- `screenshot.png`. | ||
- The character model was taken from [`character.blend`](https://github.com/minetest/minetest_game/blob/master/mods/player_api/models/character.blend) and the texture from [`character.png`](https://github.com/minetest/minetest_game/blob/master/mods/player_api/models/character.png) ([CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/)). The authors can be found [here](https://github.com/minetest/minetest_game/blob/master/mods/player_api/README.txt#L16-L23). A slight white background and effect were added by me ([Panquesito7](https://github.com/Panquesito7)) to the asset falling under the [same license](https://creativecommons.org/licenses/by-sa/3.0/). | ||
- The texts and the arrows were created by me ([Panquesito7](https://github.com/Panquesito7)), and are licensed under [CC BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). | ||
- All the other assets/artwork were taken from [Minetest Game](https://github.com/minetest/minetest_game) and the [More Blocks](https://github.com/minetest-mods/moreblocks) mod via taking a screenshot in-game with the [Minetest](https://github.com/minetest/minetest) software, and belong to their respective copyright holders falling under their respective licenses. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
License of source code | ||
---------------------- | ||
|
||
GNU Lesser General Public License, version 2.1 | ||
Copyright (C) 2023-2024 David Leal (halfpacho@gmail.com) and contributors | ||
|
||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
This library is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public | ||
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
|
||
Licenses of media | ||
----------------- | ||
|
||
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) | ||
Copyright (C) 2023-2024 David Leal (halfpacho@gmail.com) | ||
|
||
You are free to: | ||
|
||
Share — copy and redistribute the material in any medium or format for any | ||
purpose, even commercially. | ||
Adapt — remix, transform, and build upon the material for any purpose, even | ||
commercially. | ||
|
||
The licensor cannot revoke these freedoms as long as you follow the license | ||
terms. | ||
|
||
Under the following terms: | ||
|
||
Attribution — You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable manner, | ||
but not in any way that suggests the licensor endorses you or your use. | ||
ShareAlike — If you remix, transform, or build upon the material, you must | ||
distribute your contributions under the same license as the original. | ||
|
||
No additional restrictions — You may not apply legal terms or technological | ||
measures that legally restrict others from doing anything the license permits. | ||
|
||
Notices: | ||
|
||
You do not have to comply with the license for elements of the material in the public | ||
domain or where your use is permitted by an applicable exception or limitation. | ||
|
||
No warranties are given. The license may not give you all of the permissions necessary for | ||
your intended use. For example, other rights such as publicity, privacy, or moral rights | ||
may limit how you use the material. | ||
|
||
For more details: | ||
https://creativecommons.org/licenses/by-sa/4.0/ | ||
|
||
----------------------- | ||
|
||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) | ||
Copyright (C) Various Minetest contributors/modders | ||
|
||
You are free to: | ||
|
||
Share — copy and redistribute the material in any medium or format for any | ||
purpose, even commercially. | ||
Adapt — remix, transform, and build upon the material for any purpose, even | ||
commercially. | ||
|
||
The licensor cannot revoke these freedoms as long as you follow the license | ||
terms. | ||
|
||
Under the following terms: | ||
|
||
Attribution — You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable manner, | ||
but not in any way that suggests the licensor endorses you or your use. | ||
ShareAlike — If you remix, transform, or build upon the material, you must | ||
distribute your contributions under the same license as the original. | ||
|
||
No additional restrictions — You may not apply legal terms or technological | ||
measures that legally restrict others from doing anything the license permits. | ||
|
||
Notices: | ||
|
||
You do not have to comply with the license for elements of the material in the public | ||
domain or where your use is permitted by an applicable exception or limitation. | ||
|
||
No warranties are given. The license may not give you all of the permissions necessary for | ||
your intended use. For example, other rights such as publicity, privacy, or moral rights | ||
may limit how you use the material. | ||
|
||
For more details: | ||
https://creativecommons.org/licenses/by-sa/3.0/ | ||
|
||
Authors | ||
------- | ||
|
||
See `AUTHORS.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.