summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-16 02:32:30 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-16 02:32:30 +0100
commit5e8547ece1feadf3c1010aef5e01b27add2e707c (patch)
treeaba308c1e7af91c6d177439f42b38c885763c5e4
parentdb5cfc7428dbef897f31836732960766563ea0e8 (diff)
downloadkit-5e8547ece1feadf3c1010aef5e01b27add2e707c.zip
Update docs
-rw-r--r--LICENSE8
-rw-r--r--README3
2 files changed, 10 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 6df20dd..8ac4c29 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README b/README
index 413944d..d18366c 100644
--- a/README
+++ b/README
@@ -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