gzdoom-gles/docs/licenses
alexey.lysiuk 3dd7f17ded Deleted MPL text from docs
It was the last remnant of tmpfileplus
2018-04-08 09:55:48 +03:00
..
README.TXT - cleaned out most of the cruft from the docs directory and added a copy of the GPL v3. 2017-04-17 10:24:24 +02:00
bsd.txt - added all relevant licenses to docs. 2016-09-02 10:48:38 +02:00
bzip2.txt - cleaned out most of the cruft from the docs directory and added a copy of the GPL v3. 2017-04-17 10:24:24 +02:00
cephes.txt - added all relevant licenses to docs. 2016-09-02 10:48:38 +02:00
dumb.txt - added all relevant licenses to docs. 2016-09-02 10:48:38 +02:00
fxaa.txt Added FXAA post-processing 2016-10-03 00:15:45 +02:00
gdtoa.txt - added all relevant licenses to docs. 2016-09-02 10:48:38 +02:00
gpl.txt - cleaned out most of the cruft from the docs directory and added a copy of the GPL v3. 2017-04-17 10:24:24 +02:00
lgpl.txt - lgpl.txt 2016-09-14 21:05:25 +02:00

README.TXT

The original Doom source code was released by id Software under the
GPL v2, but has been relicensed under the GPL v3 for GZDoom.
See gpl.txt

Parts of the voxel code in the software renderer use code from the 
BUILD engine by Ken Silverman and are used under the terms of the
GPL v3 with permission.

The majority of original code uses a BSD-like lincese. See bsd.txt.

The OpenGL renderer is released under the LGPL v3, except some bits
of code that were inherited fro ZDoomGL.

This software is based in part on the work of the Independent JPEG Group.

This software uses the 'zlib' general purpose compression library by
Jean-loup Gailly and Mark Adler.

This software uses the gdtoa package, see gdtoa.txt.

This software uses the game_music_emu library, which is covered by the GNU Lesser
General Public License. See lgpl.txt.

This software uses the "Dynamic Universal Music Bibliotheque" library for
MOD music playback. See dumb.txt for original license. The version used,
however, has been heavily modified from its original form and is the same
version used by the foobar2000 component foo_dumb as of mid-2008, found at
http://kode54.foobar2000.org/.

All script code in gzdoom.pk3 is licensed under the GPL v3 unless noted 
otherwise.