[Privoxy-commits] [privoxy] 04/13: Add OpenSSL to the list of libraries that may be licensed under the Apache 2.0 license
User Git
git at git.privoxy.org
Fri May 6 10:39:32 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 4697cf05fcd27c0c559477f66d82784ebcb60b42
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Apr 17 17:48:54 2022 +0200
Add OpenSSL to the list of libraries that may be licensed under the Apache 2.0 license
... in which case the linked Privoxy binary has to be
distributed under the GPLv3 or later.
---
doc/source/license.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/source/license.sgml b/doc/source/license.sgml
index 60157481..8e4888ce 100644
--- a/doc/source/license.sgml
+++ b/doc/source/license.sgml
@@ -34,7 +34,8 @@
<para>
The same is true for <application>Privoxy</application> binaries
unless they are linked with a
- <ulink url="https://tls.mbed.org/">mbed TLS</ulink> version
+ <ulink url="https://tls.mbed.org/">mbed TLS</ulink> or
+ <ulink url="https://www.openssl.org/">OpenSSL</ulink> version
that is licensed under the Apache 2.0 license in which
case you can redistribute and/or modify the <application>Privoxy</application>
binaries under the terms of the <citetitle>GNU General Public License</citetitle>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list