summaryrefslogtreecommitdiff
path: root/docs/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 870abf657..21e42b1d9 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -6,13 +6,22 @@ your help.
## Licensing
By contributing to libgit2, you agree to release your contribution under
-the terms of the license. Except for the `examples` directory, all code
-is released under the [GPL v2 with linking exception](COPYING).
+the terms of the license. Except for the `examples` and the
+`deps` directories, all code is released under the [GPL v2 with
+linking exception](../COPYING).
The `examples` code is governed by the
-[CC0 Public Domain Dedication](examples/COPYING), so that you may copy
+[CC0 Public Domain Dedication](../examples/COPYING), so that you may copy
from them into your own application.
+The bundled dependencies in the `deps` directories are governed
+by the following licenses:
+
+- http-parser is licensed under [MIT license](../deps/http-parser/COPYING)
+- regex is governed by [LGPL v2.1+ license](../deps/regex/COPYING)
+- winhttp is governed by [LGPL v2.1+](../deps/winhttp/COPYING.LGPL) and [GPL v2 with linking exception](../deps/winhttp/COPYING.GPL)
+- zlib is governed by [zlib license](../deps/zlib/COPYING)
+
## Discussion & Chat
We hang out in the