From 8c18ac996d12ece350076eb2427df0799b1772df Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 8 Feb 2020 11:30:24 +0100 Subject: [PATCH] - added license overview. --- licenses/zmusic.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 licenses/zmusic.txt diff --git a/licenses/zmusic.txt b/licenses/zmusic.txt new file mode 100644 index 0000000..31a7632 --- /dev/null +++ b/licenses/zmusic.txt @@ -0,0 +1,6 @@ +ZMusic comes in two flavors: full and lite. +The difference between these two is that the lite version omits all playback code that is licensed under the GPL so that it can be used in projects incompatible with the GPL v3. +Omitted features in the lite version are: All MIDI synths except for FluidSynth were removed. In addition raw OPL playback had to be removed. + +The full version of zmusic can be used under the terms of the GPL v3. See gplv3.txt for details. +The lite version can be used under the terms of the LGPL v2.1. See lgplv21.txt for details.