Updated the copyright

This commit is contained in:
Magnus Norddahl 2017-01-26 06:59:20 +01:00
parent 9c4b11b671
commit 9d9395c855

View file

@ -1,24 +1,15 @@
/* //
** Wall drawing stuff // Copyright (C) 1993-1996 by id Software, Inc.
** Copyright (c) 2016 Magnus Norddahl //
** // This source is available for distribution and/or modification
** This software is provided 'as-is', without any express or implied // only under the terms of the DOOM Source Code License as
** warranty. In no event will the authors be held liable for any damages // published by id Software. All rights reserved.
** arising from the use of this software. //
** // The source is distributed in the hope that it will be useful,
** Permission is granted to anyone to use this software for any purpose, // but WITHOUT ANY WARRANTY; without even the implied warranty of
** including commercial applications, and to alter it and redistribute it // FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
** freely, subject to the following restrictions: // for more details.
** //
** 1. The origin of this software must not be misrepresented; you must not
** claim that you wrote the original software. If you use this software
** in a product, an acknowledgment in the product documentation would be
** appreciated but is not required.
** 2. Altered source versions must be plainly marked as such, and must not be
** misrepresented as being the original software.
** 3. This notice may not be removed or altered from any source distribution.
**
*/
#include <stdlib.h> #include <stdlib.h>
#include <stddef.h> #include <stddef.h>