mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-22 03:11:36 +00:00
Updated the copyright
This commit is contained in:
parent
9c4b11b671
commit
9d9395c855
1 changed files with 12 additions and 21 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue