summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-07-02 18:27:59 -0500
committerGitHub <noreply@github.com>2021-07-02 18:27:59 -0500
commit992f65f78be00456173fe16620c726b0e895be10 (patch)
tree4e99a8ac573c017ac642e0e22288e4b4b1842bba /docs
parented4a12aec2ada9ab4533053230c47661a7adedfe (diff)
parent045031bbdcc9017778d197cbbd13ddd719fe03f6 (diff)
downloadlibgit2-992f65f78be00456173fe16620c726b0e895be10.tar.gz
Merge pull request #5916 from boretrk/doc
Update from regex to pcre licensing information in docs/contributing.md
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 a6eca3d15..f3e559c9d 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)