From e8f26d378c15a42877ec4898496549c9afdc0854 Mon Sep 17 00:00:00 2001 From: Nick Denry Date: Tue, 25 Aug 2020 14:33:18 +0300 Subject: [PATCH] Write MPLv2 note back --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e40aaa9..96b5347 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,9 @@ It should happen once. A very basic integration of [Converse.js](https://convers #### License information -Like Converse.js, Converse Desktop's files are released under the Mozilla -Public License version 2 (MPLv2). +Like Converse.js, Converse Desktop's files are released under the Mozilla Public License version 2 (MPLv2). The gist of this license is that the covered files must stay open source, and modifications to them need to be released under the same license, but new files (for example for your own plugin) don't have to be released under the same license. -However, libsignal library, which is required for OMEMO support is released under the -GPLv3. The MPLv2 license is compatible with GPLv3 and when GPLv3 code is included, the -entire project effectively is licensed under the GPLv3. +However, libsignal library, which is required for OMEMO support is released under the GPLv3. The MPLv2 license is compatible with GPLv3 and when GPLv3 code is included, the entire project effectively is licensed under the GPLv3. Any custom build of Converse Desktop without libsignal included will again be licensed under the MPLv2.