diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-16 02:32:30 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-16 02:32:30 +0100 |
commit | 5e8547ece1feadf3c1010aef5e01b27add2e707c (patch) | |
tree | aba308c1e7af91c6d177439f42b38c885763c5e4 | |
parent | db5cfc7428dbef897f31836732960766563ea0e8 (diff) | |
download | kit-5e8547ece1feadf3c1010aef5e01b27add2e707c.zip |
Update docs
-rw-r--r-- | LICENSE | 8 | ||||
-rw-r--r-- | README | 3 |
2 files changed, 10 insertions, 1 deletions
@@ -1,8 +1,14 @@ Copyright (c) 2022-2024 Mitya Selivanov -Copyright (c) 2022 Yonggang Luo + +HTTP1 Copyright (c) 2016 Christian C. Sachs + +miniz Copyright (c) 2013-2014 RAD Game Tools and Valve Software Copyright (c) 2010-2014 Rich Geldreich and Tenacious Software LLC + +C11 threads from Mesa +Copyright (c) 2022 Yonggang Luo Copyright (c) 2012 yohhoy Permission is hereby granted, free of charge, to any person obtaining a copy @@ -42,3 +42,6 @@ C11 threads implementation was forked from the Mesa source code. HTTP1 implementation was forked from the picohttpclient * https://github.com/csachs/picohttpclient + +Zip compression library was forked from the miniz +* https://github.com/richgel999/miniz |