From 65b3a0996ffc39798afb272909403a1bf4972f53 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 15 Sep 2020 03:14:54 +0300 Subject: [PATCH] README: mention about license --- README.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index d55a695..fac06e9 100644 --- a/README.markdown +++ b/README.markdown @@ -5,11 +5,7 @@ libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. It runs well on Linux, Unix and Windows based platforms. -Its goals are: - -- usable quickly -- well documented -- reliable +libstrophe is dual licensed under MIT and GPLv3. Build Instructions ------------------