From 23d7b7fe8d52cc68f4c8807eed55bd3172ebdd8d Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Tue, 14 Jan 2014 01:23:09 +0100 Subject: [PATCH] Update README for the APSL components --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 4fdb2f3..73d97e7 100644 --- a/README +++ b/README @@ -30,6 +30,7 @@ the various NAT engines. SSLsplit depends on the OpenSSL and libevent 2.x libraries. The build depends on GNU make and a POSIX.2 environment in `PATH`. +The optional unit tests depend on the check library. SSLsplit currently supports the following operating systems and NAT mechanisms: - FreeBSD: pf rdr and divert-to, ipfw fwd, ipfilter rdr @@ -63,7 +64,7 @@ https://github.com/droe/sslsplit ## License SSLsplit is provided under the simplified BSD license. -SSLsplit contains components licensed under the MIT license. +SSLsplit contains components licensed under the MIT and APSL licenses. See the respective source file headers for details.