diff options
-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 |