From 7468dbf3b2e0a4c6f5bb13bf781b1208fefec444 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Tue, 14 May 2019 00:09:27 +1000 Subject: [PATCH] Updated copyrights and licenses, added links too for posterity --- README.md | 11 ++++++----- src/tmx2gba.cpp | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 71bb795..db243f5 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,14 @@ sudo cp tmx2gba $DEVKITPRO/tools/bin/tmx2gba * Refactor & Fix bugs. *(duh)* ### License ### -tmx2gba is licensed under the zlib license. -RapidXML is licensed under the Boost & MIT licenses. -René Nyffenegger's base64.cpp is licensed under the zlib license. -XGetopt & miniz are both public domain software. +[tmx2gba](https://github.com/ScrelliCopter/tmx2gba) is licensed under the zlib license. +[RapidXML](http://rapidxml.sourceforge.net/) is licensed under the Boost & MIT licenses. +[René Nyffenegger's base64.cpp](https://github.com/ReneNyffenegger/cpp-base64) is licensed under the zlib license. +[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 warranty. In no event will the authors be held liable for any damages diff --git a/src/tmx2gba.cpp b/src/tmx2gba.cpp index 7cfd86e..92f3bf2 100644 --- a/src/tmx2gba.cpp +++ b/src/tmx2gba.cpp @@ -1,6 +1,6 @@ /* 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 warranty. In no event will the authors be held liable for any damages