From 575031ac504ee8a32a1151e948589937f67dac5c Mon Sep 17 00:00:00 2001 From: nop Date: Sat, 5 Jun 2021 10:16:08 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5720996..066fb21 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,8 @@ If no matching key name is found for the input file name then the resulting JSON * `TaikoSwitchDataTableDecryptor.exe "musicinfo jp_ver143.json"` -> `musicinfo.bin` This interface design is intentionally simplistic to support Windows Explorer drag-and-drop style conversion without the need to manually enter commands into a command prompt. + +## License + +This program is licensed under the [MIT License](LICENSE) +and embeds a copy of the source code for the [zlib](https://www.zlib.net/) library by [Jean-loup Gailly and Mark Adler](Dependencies/zlib/LICENSE).