summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Pettersson <boretrk@hotmail.com>2021-06-17 19:56:00 +0200
committerPeter Pettersson <boretrk@hotmail.com>2021-06-17 19:56:00 +0200
commit045031bbdcc9017778d197cbbd13ddd719fe03f6 (patch)
tree6f44159a7f5824a495dec8f3291df8cfa08f8501 /docs
parent0d0150d8eb5fe5654af4172fe2f923f5d1317eb7 (diff)
downloadlibgit2-045031bbdcc9017778d197cbbd13ddd719fe03f6.tar.gz
Update from regex to pcre licensing information
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 21e42b1d9..c51ab87ef 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -18,7 +18,7 @@ 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)
+- pcre is governed by [BSD license](../deps/pcre/LICENCE)
- 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)