- removed all Doom Source license and all default Raven copyright headers and replaced them with GPLv3. Also fixed the license in a few other files.

For some files that had the Doom Source license attached but saw heavy external contributions over the years I added a special note to license all original ZDoom code under BSD.
This commit is contained in:
Christoph Oelckers 2017-04-17 13:33:19 +02:00
commit 96d328de9b
94 changed files with 1843 additions and 936 deletions

View file

@ -160,7 +160,7 @@ namespace swrenderer
#ifdef RANGECHECK
if (x2 < x1 || x1<0 || x2 >= viewwidth || (unsigned)y >= (unsigned)viewheight)
{
I_FatalError("R_MapPlane: %i, %i at %i", x1, x2, y);
I_Error("R_MapPlane: %i, %i at %i", x1, x2, y);
}
#endif