mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-03-19 09:01:48 +00:00
- added license overview.
This commit is contained in:
parent
5dca3403a1
commit
8c18ac996d
1 changed files with 6 additions and 0 deletions
6
licenses/zmusic.txt
Normal file
6
licenses/zmusic.txt
Normal file
|
@ -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.
|
Loading…
Reference in a new issue