davy7125 / polyphone

A soundfont editor for quickly designing musical instruments.
https://www.polyphone.io
GNU General Public License v3.0
348 stars 46 forks source link

updated sf3 (sftools) source license to LGPLv2 after MuseScore upstre… #140

Closed BartMassey closed 2 years ago

BartMassey commented 3 years ago

MuseScore's sftools (http://github.com/MuseScore/sftools) was the base for the source code in lib/sf3. This code was formerly licensed under GPLv2-only, which is incompatible with polyphone's GPLv3 license. MuseScore has now updated the license for this code to LGPLv2, which allows the corresponding code in polyphone to also be placed under this license.

I have updated the license notice in sftools/sfont.cpp and sftools/sfont.h and added the MuseScore COPYING.LIB file containing the license.

BartMassey commented 3 years ago

Closes Issue #105, BTW. Should have mentioned.

BartMassey commented 2 years ago

Thanks much!