diff --git a/OTHERS_CODE.md b/OTHERS_CODE.md index 9d2d272..60384ec 100644 --- a/OTHERS_CODE.md +++ b/OTHERS_CODE.md @@ -3,4 +3,6 @@ Other peoples code - cmake/bin2h.cmake, from: https://github.com/sivachandran/cmake-bin2h (MIT) - Cppified the multipart/form-data code from: https://github.com/dajuric/simple-http (MIT) -- mbedtls ssl code from mbedtls examples (Apache 2.0) \ No newline at end of file +- mbedtls ssl code from mbedtls examples (Apache 2.0) +- [Sqlite](https://www.sqlite.org/) (in folder src/sqlite also uses demo VFS (at least on Wii)) +- [Sago's platform_folders](https://github.com/sago007/PlatformFolders) (in folder src/sago)