Updated licenses and removed unused nlohmann json library
This commit is contained in:
parent
a6bacb6e8c
commit
4c680feb5e
|
@ -1,21 +0,0 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2013-2025 Niels Lohmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
File diff suppressed because it is too large
Load Diff
11
README.md
11
README.md
|
@ -12,10 +12,9 @@ This tool is used to make game data for the 2D_Engine_Casio [Gitea](https://gite
|
|||
- Files from the gint project are used and modified in directory [gint](gint).
|
||||
[Git](https://git.planet-casio.com/Lephenixnoir/gint)
|
||||
|
||||
- Folder [src/nlohmann/json](src/nlohmann/json) contains code under **MIT license** :
|
||||
Copyright (c) 2013-2025 Niels Lohmann.
|
||||
See [LICENSE.MIT](src/nlohmann/json/LICENSE.MIT).
|
||||
[GitHub](https://github.com/nlohmann/json)
|
||||
- Tileset and props are taken from the free pack offered by [Anokolisa](https://anokolisa.itch.io/).
|
||||
See [Terms.pdf](assets/tileset/Terms.pdf)
|
||||
There is no saxophone solo in this project, but I had to cite his/her beautifull work !
|
||||
|
||||
- Assets are taken from the free pack offered by [Anokolisa](https://anokolisa.itch.io/).
|
||||
See [Terms.pdf]()
|
||||
- Player sheets are a separation of the original sheet designed and distributed by [PenzillaDesign](https://penzilladesign.itch.io/).
|
||||
See [PenzillaDesign_StandardLicense.pdf](assets/player-sheets/PenzillaDesign_StandardLicense.pdf)
|
Loading…
Reference in New Issue