Commit 992f65f78be00456173fe16620c726b0e895be10

Edward Thomson 2021-07-02T18:27:59

Merge pull request #5916 from boretrk/doc Update from regex to pcre licensing information in docs/contributing.md

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/contributing.md b/docs/contributing.md
index a6eca3d..f3e559c 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)