wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / doc / webserver / user-manual / copyright.html
index 8b20398..d40237c 100644 (file)
@@ -4,7 +4,7 @@
 <head>
   <title>Privoxy Copyright, License and History</title>
   <meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
-  <link rel="HOME" title="Privoxy 3.0.29 User Manual" href="index.html">
+  <link rel="HOME" title="Privoxy 3.0.35 User Manual" href="index.html">
   <link rel="PREVIOUS" title="Contacting the Developers, Bug Reporting and Feature Requests" href="contact.html">
   <link rel="NEXT" title="See Also" href="seealso.html">
   <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
@@ -15,7 +15,7 @@
   <div class="NAVHEADER">
     <table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
-        <th colspan="3" align="center">Privoxy 3.0.29 User Manual</th>
+        <th colspan="3" align="center">Privoxy 3.0.35 User Manual</th>
       </tr>
       <tr>
         <td width="10%" align="left" valign="bottom"><a href="contact.html" accesskey="P">Prev</a></td>
     <hr align="left" width="100%">
   </div>
   <div class="SECT1">
-    <h1 class="SECT1"><a name="COPYRIGHT">12. Privoxy Copyright, License and History</a></h1>
-    <p>Copyright &copy; 2001-2020 by Privoxy Developers <code class="EMAIL">&#60;<a href=
+    <h1 class="SECT1"><a name="COPYRIGHT">13. Privoxy Copyright, License and History</a></h1>
+    <p>Copyright &copy; 2001-2023 by Privoxy Developers <code class="EMAIL">&#60;<a href=
     "mailto:privoxy-devel@lists.privoxy.org">privoxy-devel@lists.privoxy.org</a>&#62;</code></p>
-    <p>Some source code is based on code Copyright &copy; 1997 by Anonymous Coders and Junkbusters, Inc. and licensed
-    under the <i class="CITETITLE">GNU General Public License</i>.</p>
+    <p>Some source code is based on code Copyright &copy; 1997 by Anonymous Coders and Junkbusters, Inc.</p>
     <p><span class="APPLICATION">Privoxy</span> is free software; you can redistribute and/or modify its source code
     under the terms of the <i class="CITETITLE">GNU General Public License</i> as published by the Free Software
     Foundation, either version 2 of the license, or (at your option) any later version.</p>
-    <p>The same is true for <span class="APPLICATION">Privoxy</span> binaries unless they are linked with <a href=
-    "https://tls.mbed.org/" target="_top">mbed TLS</a> in which case you can redistribute them and/or modify them under
-    the terms of the <i class="CITETITLE">GNU General Public License</i> as published by the Free Software Foundation,
-    either version 3 of the license, or (at your option) any later version.</p>
+    <p>The same is true for <span class="APPLICATION">Privoxy</span> binaries unless they are linked with a <a href=
+    "https://www.trustedfirmware.org/projects/mbed-tls/" target="_top">mbed TLS</a> version that is licensed under the
+    Apache 2.0 license in which case you can redistribute and/or modify the <span class="APPLICATION">Privoxy</span>
+    binaries under the terms of the <i class="CITETITLE">GNU General Public License</i> as published by the Free
+    Software Foundation, either version 3 of the license, or (at your option) any later version.</p>
     <p>Both licenses are included in the next section.</p>
     <div class="SECT2">
-      <h2 class="SECT2"><a name="LICENSE">12.1. License</a></h2>
+      <h2 class="SECT2"><a name="LICENSE">13.1. License</a></h2>
       <div class="SECT3">
-        <h3 class="SECT3"><a name="GPLV2">12.1.1. GNU General Public License version 2</a></h3>
+        <h3 class="SECT3"><a name="GPLV2">13.1.1. GNU General Public License version 2</a></h3>
         <table border="0" bgcolor="#E0E0E0" width="100%">
           <tr>
             <td>
-              <pre class="SCREEN">                     GNU GENERAL PUBLIC LICENSE
+              <pre class="LITERALLAYOUT">                     GNU GENERAL PUBLIC LICENSE
                        Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@@ -391,11 +391,11 @@ Public License instead of this License.
         </table>
       </div>
       <div class="SECT3">
-        <h3 class="SECT3"><a name="GPLV3">12.1.2. GNU General Public License version 3</a></h3>
+        <h3 class="SECT3"><a name="GPLV3">13.1.2. GNU General Public License version 3</a></h3>
         <table border="0" bgcolor="#E0E0E0" width="100%">
           <tr>
             <td>
-              <pre class="SCREEN">                     GNU GENERAL PUBLIC LICENSE
+              <pre class="LITERALLAYOUT">                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
  Copyright (C) 2007 Free Software Foundation, Inc. &#60;https://fsf.org/&#62;
@@ -1074,9 +1074,23 @@ Public License instead of this License.  But first, please read
           </tr>
         </table>
       </div>
+      <div class="SECT3">
+        <h3 class="SECT3"><a name="THIRD-PARTY-LICENSES">13.1.3. Third-party licenses and copyrights</a></h3>
+        <p>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.</p>
+        <p>Privoxy depends on <a href="https://pcre.org/" target="_top">pcre</a>.</p>
+        <p>When compiled with FEATURE_BROTLI (optional), Privoxy depends on <a href="https://www.brotli.org/" target=
+        "_top">brotli</a>.</p>
+        <p>When compiled with FEATURE_HTTPS_INSPECTION (optional), Privoxy depends on a TLS library. The supported
+        libraries are <a href="https://www.openssl.org/" target="_top">LibreSSL</a>, <a href=
+        "https://github.com/Mbed-TLS/mbedtls/tags" target="_top">mbed TLS 2.28.x</a> and <a href=
+        "https://www.openssl.org/" target="_top">OpenSSL</a>.</p>
+        <p>When compiled with FEATURE_ZLIB (optional), Privoxy depends on <a href="https://zlib.net/" target=
+        "_top">zlib</a>.</p>
+      </div>
     </div>
     <div class="SECT2">
-      <h2 class="SECT2"><a name="HISTORY">12.2. History</a></h2>
+      <h2 class="SECT2"><a name="HISTORY">13.2. History</a></h2>
       <p>A long time ago, there was the <span class="APPLICATION">Internet Junkbuster</span>, by Anonymous Coders and
       Junkbusters Corporation. This saved many users a lot of pain in the early days of web advertising and user
       tracking.</p>
@@ -1084,7 +1098,7 @@ Public License instead of this License.  But first, please read
       autonomy over their browsing, and for tracking them, keeps evolving. Unfortunately, the <span class=
       "APPLICATION">Internet Junkbuster</span> did not. Version 2.0.2, published in 1998, was the last official
       release, available from Junkbusters Corporation. Fortunately, it had been released under the GNU <a href=
-      "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_top">GPL</a>, which allowed further development
+      "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_top">GPL</a>, which allowed further development
       by others.</p>
       <p>So Stefan Waldherr started maintaining an improved version of the software, to which eventually a number of
       people contributed patches. It could already replace banners with a transparent image, and had a first version of
@@ -1101,7 +1115,7 @@ Public License instead of this License.  But first, please read
       is still actively maintained.</p>
     </div>
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AUTHORS">12.3. Authors</a></h2>
+      <h2 class="SECT2"><a name="AUTHORS">13.3. Authors</a></h2>
       <p>Current Privoxy Team:</p>
       <p class="LITERALLAYOUT">&nbsp;Fabian&nbsp;Keil,&nbsp;lead&nbsp;developer<br>
       &nbsp;David&nbsp;Schmidt<br>
@@ -1138,10 +1152,14 @@ Public License instead of this License.  But first, please read
       or contributed in some other way. These include (in alphabetical order):</p>
       <p class="LITERALLAYOUT">&nbsp;Rustam&nbsp;Abdullaev<br>
       &nbsp;Clint&nbsp;Adams<br>
+      &nbsp;Andrew<br>
+      &nbsp;Adriaan<br>
+      &nbsp;Davide&nbsp;Alberani<br>
       &nbsp;Maxim&nbsp;Antonov<br>
       &nbsp;Anatoly&nbsp;Arzhnikov<br>
       &nbsp;Ken&nbsp;Arromdee<br>
       &nbsp;Natxo&nbsp;Asenjo<br>
+      &nbsp;avoidr<br>
       &nbsp;Devin&nbsp;Bayer<br>
       &nbsp;Havard&nbsp;Berland<br>
       &nbsp;David&nbsp;Binderman<br>
@@ -1149,27 +1167,37 @@ Public License instead of this License.  But first, please read
       &nbsp;Gergely&nbsp;Bor<br>
       &nbsp;Francois&nbsp;Botha<br>
       &nbsp;Reiner&nbsp;Buehl<br>
+      &nbsp;Burberry<br>
+      &nbsp;Calestyo<br>
       &nbsp;Andrew&nbsp;J.&nbsp;Caines<br>
       &nbsp;Clifford&nbsp;Caoile<br>
       &nbsp;Edward&nbsp;Carrel<br>
+      &nbsp;Celejar<br>
+      &nbsp;Chakib&nbsp;Benziane<br>
       &nbsp;Pak&nbsp;Chan<br>
       &nbsp;Wan-Teh&nbsp;Chang<br>
       &nbsp;Sam&nbsp;Chen<br>
       &nbsp;Ramkumar&nbsp;Chinchani<br>
+      &nbsp;Gwyn&nbsp;Ciesla<br>
       &nbsp;Billy&nbsp;Crook<br>
       &nbsp;Fr&eacute;d&eacute;ric&nbsp;Crozat<br>
       &nbsp;Matthew&nbsp;Daley<br>
+      &nbsp;David<br>
       &nbsp;Michael&nbsp;T.&nbsp;Davis<br>
       &nbsp;Markus&nbsp;Dittrich<br>
       &nbsp;Mattes&nbsp;Dolak<br>
       &nbsp;Matthias&nbsp;Drochner<br>
+      &nbsp;Duc<br>
+      &nbsp;Duncan<br>
       &nbsp;Peter&nbsp;E.<br>
       &nbsp;Florian&nbsp;Effenberger<br>
       &nbsp;Markus&nbsp;Elfring<br>
       &nbsp;Ryan&nbsp;Farmer<br>
       &nbsp;Matthew&nbsp;Fischer<br>
+      &nbsp;T&nbsp;Ford<br>
       &nbsp;Dean&nbsp;Gaudet<br>
       &nbsp;Stephen&nbsp;Gildea<br>
+      &nbsp;Morton&nbsp;A.&nbsp;Goldberg<br>
       &nbsp;John&nbsp;McGowan<br>
       &nbsp;Danny&nbsp;Goossen<br>
       &nbsp;Lizik&nbsp;Grelier<br>
@@ -1180,19 +1208,26 @@ Public License instead of this License.  But first, please read
       &nbsp;Tim&nbsp;H.<br>
       &nbsp;Aaron&nbsp;Hamid<br>
       &nbsp;Darel&nbsp;Henman<br>
+      &nbsp;Mathias&nbsp;Homann<br>
       &nbsp;Magnus&nbsp;Holmgren<br>
       &nbsp;Eric&nbsp;M.&nbsp;Hopper<br>
       &nbsp;Ralf&nbsp;Horstmann<br>
+      &nbsp;Ho+&nbsp;Ho+&nbsp;Ho+<br>
       &nbsp;Ned&zcaron;ad&nbsp;Hrnjica<br>
       &nbsp;Stefan&nbsp;Huehner<br>
       &nbsp;Basil&nbsp;Hussain<br>
       &nbsp;Peter&nbsp;Hyman<br>
+      &nbsp;Artem&nbsp;Ivanov<br>
       &nbsp;Derek&nbsp;Jennings<br>
       &nbsp;Andrew&nbsp;Jones<br>
       &nbsp;Julien&nbsp;Joubert<br>
       &nbsp;Ralf&nbsp;Jungblut<br>
       &nbsp;Petr&nbsp;Kadlec<br>
+      &nbsp;Kacperdominik<br>
+      &nbsp;Karsten<br>
+      &nbsp;Kevin<br>
       &nbsp;Robert&nbsp;Klemme<br>
+      &nbsp;Max&nbsp;Khon<br>
       &nbsp;Steven&nbsp;Kolins<br>
       &nbsp;Korda<br>
       &nbsp;Stefan&nbsp;Kurtz<br>
@@ -1201,6 +1236,8 @@ Public License instead of this License.  But first, please read
       &nbsp;Bert&nbsp;van&nbsp;Leeuwen<br>
       &nbsp;Don&nbsp;Libes<br>
       &nbsp;Paul&nbsp;Lieverse<br>
+      &nbsp;Adele&nbsp;Lime<br>
+      &nbsp;Aaron&nbsp;Linville<br>
       &nbsp;Han&nbsp;Liu<br>
       &nbsp;Toby&nbsp;Lyward<br>
       &nbsp;Wil&nbsp;Mahan<br>
@@ -1208,45 +1245,69 @@ Public License instead of this License.  But first, please read
       &nbsp;Raphael&nbsp;Marichez<br>
       &nbsp;Francois&nbsp;Marier<br>
       &nbsp;Angelina&nbsp;Matson<br>
+      &nbsp;Maynard<br>
       &nbsp;Jonathan&nbsp;McKenzie<br>
       &nbsp;David&nbsp;Mediavilla<br>
       &nbsp;Raphael&nbsp;Moll<br>
       &nbsp;J.&nbsp;Momberger<br>
+      &nbsp;Peter&nbsp;M&uuml;ller<br>
       &nbsp;Mathew&nbsp;Murphy<br>
       &nbsp;Amuro&nbsp;Namie<br>
       &nbsp;Mark&nbsp;Nelson<br>
+      &nbsp;Nettozahler<br>
       &nbsp;Tobias&nbsp;Netzel<br>
+      &nbsp;Omniture<br>
+      &nbsp;Oliver<br>
       &nbsp;John&nbsp;Palkovic<br>
+      &nbsp;Patrick<br>
       &nbsp;Adam&nbsp;Piggott<br>
       &nbsp;Petr&nbsp;P&iacute;sar<br>
+      &nbsp;Pribog<br>
       &nbsp;Dan&nbsp;Price<br>
+      &nbsp;Pwhk<br>
       &nbsp;Roberto&nbsp;Ragusa<br>
+      &nbsp;Rakista<br>
       &nbsp;F&eacute;lix&nbsp;Rauch<br>
       &nbsp;Kai&nbsp;Raven<br>
       &nbsp;Marvin&nbsp;Renich<br>
+      &nbsp;Black&nbsp;Rider<br>
       &nbsp;Chris&nbsp;John&nbsp;Riley<br>
       &nbsp;Maynard&nbsp;Riley<br>
+      &nbsp;Joshua&nbsp;Rogers<br>
       &nbsp;Ivan&nbsp;Romanov<br>
       &nbsp;Andreas&nbsp;Rutkauskas<br>
       &nbsp;Sam<br>
+      &nbsp;Saperski<br>
+      &nbsp;Andrew&nbsp;Savchenko<br>
       &nbsp;Bart&nbsp;Schelstraete<br>
+      &nbsp;Richard&nbsp;Schneidt<br>
       &nbsp;Gregory&nbsp;Seidman<br>
       &nbsp;Atman&nbsp;Sense<br>
+      &nbsp;Mark&nbsp;Seward<br>
+      &nbsp;Franz&nbsp;Schwartau<br>
       &nbsp;Chung-chieh&nbsp;Shan<br>
       &nbsp;Johan&nbsp;Sintorn<br>
       &nbsp;Benjamin&nbsp;C.&nbsp;Wiley&nbsp;Sittler<br>
       &nbsp;DRS&nbsp;David&nbsp;Soft<br>
       &nbsp;Simon&nbsp;South<br>
       &nbsp;Dan&nbsp;Stahlke<br>
+      &nbsp;Stefan<br>
       &nbsp;Oliver&nbsp;Stoeneberg<br>
       &nbsp;V&aacute;clav&nbsp;&Scaron;vec<br>
+      &nbsp;Endre&nbsp;Szabo<br>
       &nbsp;Rick&nbsp;Sykes<br>
+      &nbsp;Szotsaki<br>
       &nbsp;Spinor&nbsp;S.<br>
+      &nbsp;Tceverling<br>
       &nbsp;Peter&nbsp;Thoenen<br>
       &nbsp;Marc&nbsp;Thomas<br>
       &nbsp;Martin&nbsp;Thomas<br>
       &nbsp;Reuben&nbsp;Thomas<br>
       &nbsp;Guybrush&nbsp;Threepwood<br>
+      &nbsp;Tyrexionibus<br>
+      &nbsp;Sam<br>
+      &nbsp;Sam&nbsp;Varshavchik<br>
+      &nbsp;Vaeinoe<br>
       &nbsp;Joel&nbsp;Verhagen<br>
       &nbsp;Bobby&nbsp;G.&nbsp;Vinyard<br>
       &nbsp;Jochen&nbsp;Voss<br>
@@ -1256,12 +1317,18 @@ Public License instead of this License.  But first, please read
       &nbsp;J&ouml;rg&nbsp;Weinmann<br>
       &nbsp;Darren&nbsp;Wiebe<br>
       &nbsp;Anduin&nbsp;Withers<br>
+      &nbsp;withoutname<br>
       &nbsp;Eduard&nbsp;Wulff<br>
+      &nbsp;Leo&nbsp;Wzukw<br>
+      &nbsp;Wyrex<br>
       &nbsp;Yang&nbsp;Xia<br>
       &nbsp;Jarry&nbsp;Xu<br>
       &nbsp;Oliver&nbsp;Yeoh<br>
+      &nbsp;Wen&nbsp;Yue<br>
       &nbsp;Yossi&nbsp;Zahn<br>
-      &nbsp;Jamie&nbsp;Zawinski</p>
+      &nbsp;Jamie&nbsp;Zawinski<br>
+      &nbsp;Zepard<br>
+      &nbsp;Radoslaw&nbsp;Zielinski</p>
       <p>Privoxy is based in part on code originally developed by Junkbusters Corp. and Anonymous Coders.</p>
       <p>Privoxy heavily relies on Philip Hazel's PCRE.</p>
       <p>The code to filter compressed content makes use of zlib which is written by Jean-loup Gailly and Mark