mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixing r_voxel's license.
This commit is contained in:
parent
bfd968a88c
commit
bb1d29d491
1 changed files with 5 additions and 13 deletions
|
@ -6,21 +6,13 @@
|
||||||
// Copyright(c) 1998 - 2016 Randy Heit
|
// Copyright(c) 1998 - 2016 Randy Heit
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Draw a voxel slab. This function is taken from the Build Engine.
|
||||||
// it under the terms of the GNU Lesser General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 3 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful,
|
// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Ken Silverman's official web site: "http://www.advsys.net/ken"
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
|
||||||
// along with this program. If not, see http://www.gnu.org/licenses/
|
|
||||||
//
|
|
||||||
//--------------------------------------------------------------------------
|
|
||||||
//
|
//
|
||||||
|
// Permission has been obtained to use this code under the terms of
|
||||||
|
// the GNU General Public License v3.0.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "templates.h"
|
#include "templates.h"
|
||||||
|
|
Loading…
Reference in a new issue