Fix license compliance and fix things up

This commit is contained in:
2026-07-31 18:51:17 -05:00
parent bd0587779e
commit 313e75b14c
149 changed files with 8310 additions and 5093 deletions

View File

@@ -4,7 +4,8 @@ Other peoples code
- cmake/bin2h.cmake, from: [https://github.com/sivachandran/cmake-bin2h](https://github.com/sivachandran/cmake-bin2h) (MIT)
- Cppified the multipart/form-data code from: [https://github.com/dajuric/simple-http](https://github.com/dajuric/simple-http) (MIT)
- mbedtls ssl code from mbedtls examples (Apache 2.0)
- [MbedTLS](https://github.com/Mbed-TLS/mbedtls) (external dependency) (Apache 2.0/GPLv2 or later, either are compatible with TessesFramework now)
- [Sqlite](https://www.sqlite.org/) (in folder src/sqlite also uses demo VFS (at least on Wii)) (Public Domain, licensed by hopes and prayers, praise God!)
- [Sago's platform_folders](https://github.com/sago007/PlatformFolders) (in folder src/sago)
- [Icubaby](https://github.com/paulhuggett/icubaby) (at file src/text/icubaby.hpp) (MIT)
- [MbedTLS](https://github.com/Mbed-TLS/mbedtls) (external dependency) (Apache 2.0)
- [Sqlite](https://www.sqlite.org/) (in folder src/Serialization/sqlite also uses demo VFS (at least on Wii)) (Public Domain, licensed by hopes and prayers, praise God!)
- [Sago's platform_folders](https://github.com/sago007/PlatformFolders) (in folder src/Platform/sago) (MIT)
- [HowardHinnart's date](https://github.com/HowardHinnant/date) (in folder src/HowardHinnant_date) (MIT)