From 7a60a96e5d35aabd03c075e2d4ea6469ac69d8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 11 Feb 2020 00:38:44 +0100 Subject: [PATCH] Remove the note on licensing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- README.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.rst b/README.rst index d854a39..be95aa1 100644 --- a/README.rst +++ b/README.rst @@ -8,17 +8,6 @@ License This plugin is licensed under GPLv3. -The python-omemo library being used is a reimplementation of libsignal -in python and plans to stay away from the GPL license as possible. For -the moment, the OMEMO library has to reuse parts of the original -libsignal implementation, (the wireformat), which makes it GPL. Efforts -are being made in order to not have to reuse these libsignal bits, and -move to a more permissive license. - -As long as this is not the case, this plugin will stay GPLv3 as well, -and it will not be possible to merge it without changing Slixmpp's -license itself. - Note on the underlying OMEMO library ------------------------------------