Hello, Thank you for pointing out this issue!
As far as I know diff_match_patch is not currently used in MuseScore code so, as a temporary solution, you should probably be able just to exclude diff_match_patch from the source tree (removing also thirdparty/diff entry from CMakeLists.txt, see https://github.com/musescore/MuseScore/blob/2.3.2/CMakeLists.txt#L651).
However this library is used by the functionality which is planned to be included in the next MuseScore release. We will take a look at this issue and resolve it, probably by replacing the library.
Thanks again, Dmitri 30.09.2018 14:57, Cor Blom wrote:
Hi, I am trying to get musescore into the official openSUSE distribution (not just as a community packages, but of the distribution itself).[1] However, it does not pass the legal check, because there is a conflict between the general gpl-2.0 license of musescore itself and the apache license of diff_match_patch. Also according to gnu.org these licenses are incompatible.[2] There are two solutions: either the apache library becomes an option that can be left out, or the license of the musescore is changed to gpl-3 or something like that. Can something be done to solve this issue? Thanks, Cor [1] https://build.opensuse.org/request/show/636110 [2] https://www.gnu.org/licenses/license-list.en.html#apache2 _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
_______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
