summaryrefslogtreecommitdiff
path: root/deps/zlib/COPYING
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-08-30 12:16:40 +0200
committerPatrick Steinhardt <ps@pks.im>2018-08-30 12:16:59 +0200
commit2e0f926e1cf1bad7a1d20277e0ce43a3b782d13f (patch)
treec94652bb0afd030606c6850f7d620c35dfb6751c /deps/zlib/COPYING
parent5b0258add926c9d17c88984d4aaf085e2a091919 (diff)
downloadlibgit2-2e0f926e1cf1bad7a1d20277e0ce43a3b782d13f.tar.gz
docs: clarify and include licenses of dependencies
While our contribution guide tries to make clear the licenses that apply to libgit2, it does not make clear that different licenses apply to our bundled dependencies. Make this clear by listing each dependency together with the licenses that they are governed by. Furthermore, bundle the complete license texts next to the code they apply to.
Diffstat (limited to 'deps/zlib/COPYING')
-rw-r--r--deps/zlib/COPYING27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/zlib/COPYING b/deps/zlib/COPYING
new file mode 100644
index 000000000..e2e86d769
--- /dev/null
+++ b/deps/zlib/COPYING
@@ -0,0 +1,27 @@
+Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any
+damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any
+purpose, including commercial applications, and to alter it and
+redistribute it freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you
+ must not claim that you wrote the original software. If you
+ use this software in a product, an acknowledgment in the
+ product documentation would be appreciated but is not
+ required.
+
+2. Altered source versions must be plainly marked as such, and
+ must not be misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+ distribution.
+
+Jean-loup Gailly Mark Adler
+
+The data format used by the zlib library is described by RFCs
+(Request for Comments) 1950 to 1952 in the files rfc1950 (zlib
+format), rfc1951 (deflate format) and rfc1952 (gzip format).