From: Tomek Mrugalski Date: Fri, 11 Jan 2019 16:28:23 +0000 (+0100) Subject: Unnecessary references removed X-Git-Tag: 421-create-config-backend-for-dhcpv6-base_base~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=102feb5bdbf584f1f22ae7aa1ba8019d487a9bf3;p=thirdparty%2Fkea.git Unnecessary references removed --- diff --git a/AUTHORS b/AUTHORS index 5b7aa77c50..f7c3ec8eb8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -192,16 +192,3 @@ We have received the following contributions: - lpaserati, Thorsten Krohn 2018-11: Two bugfixes in kea-admin - -Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging, -Boost (http://www.boost.org/) library for almost everything, and can use Botan -(http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for -cryptographic operations. It can also optionally use PostgreSQL -(http://www.postgresql.org/) and/or MySQL (http://www.mysql.com/) and/or -Cassandra (http://cassandra.apache.org/) as a database. -Sysrepo (http://www.sysrepo.org/) and libyang (https://github.com/CESNET/libyang) -required when netconf is used as configuration backend. - -Kea can use googletest for unit-tests (https://github.com/google/googletest). - -Kea uses ISC Forge (https://github.com/isc-projects/forge/) for conformance testing.