From 0daa294ce6e1bbe4f8ee3bc826948a230ab50d91 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 25 Feb 2021 15:49:08 +0100
Subject: [PATCH] user-manual: Add 'Third-party licenses and copyrights'
 section

---
 doc/source/user-manual.sgml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index db9be11d..04ced107 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -8043,6 +8043,28 @@ Requests</title>
  <screen><![ RCDATA [ &GPLv3; ]]></screen>
 </sect3>
 
+<sect3 id="third-party-licenses"><title>Third-party licenses and copyrights</title>
+<para>
+ Privoxy depends on a couple of third-party libraries which have seperate licenses.
+ Please refer to the third-party websites for up-to-date license and copyright
+ information.
+</para>
+<para>
+ Privoxy depends on <ulink url="https://pcre.org/">pcre</ulink>.
+</para>
+<para>
+ When compiled with FEATURE_BROTLI (optional), Privoxy depends on
+ <ulink url="https://www.brotli.org/">brotli</ulink>.
+</para>
+<para>
+ When compiled with FEATURE_HTTPS_INSPECTION (optional),
+ Privoxy depends on a TLS library. The supported libraries are
+ <ulink url="https://www.openssl.org/">LibreSSL</ulink>,
+ <ulink url="https://tls.mbed.org/">mbed TLS</ulink> and
+ <ulink url="https://www.openssl.org/">OpenSSL</ulink>.
+</para>
+</sect3>
+
 </sect2>
 <!--  ~  End section  ~  -->
 
-- 
2.49.0