1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

Updated copyrights and licenses, added links too for posterity

This commit is contained in:
2019-05-14 00:09:27 +10:00
parent 45dff8f3f6
commit 7468dbf3b2
2 changed files with 7 additions and 6 deletions

View File

@@ -54,13 +54,14 @@ sudo cp tmx2gba $DEVKITPRO/tools/bin/tmx2gba
* Refactor & Fix bugs. *(duh)* * Refactor & Fix bugs. *(duh)*
### License ### ### License ###
tmx2gba is licensed under the zlib license. [tmx2gba](https://github.com/ScrelliCopter/tmx2gba) is licensed under the zlib license.
RapidXML is licensed under the Boost & MIT licenses. [RapidXML](http://rapidxml.sourceforge.net/) is licensed under the Boost & MIT licenses.
René Nyffenegger's base64.cpp is licensed under the zlib license. [René Nyffenegger's base64.cpp](https://github.com/ReneNyffenegger/cpp-base64) is licensed under the zlib license.
XGetopt & miniz are both public domain software. [miniz](https://github.com/richgel999/miniz) is public domain software.
[ultragetopt](https://github.com/kevinoid/ultragetopt) is licensed under the MIT license.
``` ```
Copyright (C) 2015-2018 Nicholas Curtis (a dinosaur) Copyright (C) 2015-2019 Nicholas Curtis (a dinosaur)
This software is provided 'as-is', without any express or implied This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages warranty. In no event will the authors be held liable for any damages

View File

@@ -1,6 +1,6 @@
/* tmx2gba.cpp /* tmx2gba.cpp
Copyright (C) 2015-2018 Nicholas Curtis (a dinosaur) Copyright (C) 2015-2019 Nicholas Curtis (a dinosaur)
This software is provided 'as-is', without any express or implied This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages warranty. In no event will the authors be held liable for any damages